.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;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f2f3f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#zcmha4NHTeWm75wunnSqxxCUUhutJBbh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcmha4NHTeWm75wunnSqxxCUUhutJBbh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zcmha4NHTeWm75wunnSqxxCUUhutJBbh > .row > .video-iframe-container { display: none; }#zcmha4NHTeWm75wunnSqxxCUUhutJBbh > .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); }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container { background-color: transparent; background-image: none; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container > .video-iframe-container { display: none; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row > .video-iframe-container { display: none; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .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); }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container { border-width: 0; border-radius: 0; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#LT0EF193RQTLqbIcv9zFp0X4hzVMrAyc { background-color:transparent;background-image:none;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:#0d2d89;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.7495625rem;height:2.74956875rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.43619793653488rem;left:25.499132156372rem;display:block; }
#gzkwGGTk0EihPT5dtMC5yWP4QNeDB1pV { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GIKBr6pTIqkiTgaJzybmThqPJFhzTf2R { background-color:transparent;background-image:none;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:#0d2d89;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.81163125rem;height:2.74956875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0.43619793653488rem;left:33.934465408325rem;display:block; }
#y2sBXLL6Oz7OaPc22qfuRxqSIgyoWqAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BlVFFOImn80moXDcHTNO4iRppigoFCpC { background-color:transparent;background-image:none;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:#0d2d89;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.749125rem;height:2.74956875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0.43619793653488rem;left:40.562067031861rem;display:block; }
#tsRpknxEq1Giyy4tl6JQVWDICZrZWegA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MUZA76mRMhzXRq3t6PDHJo8H72O8PrgC { background-color:transparent;background-image:none;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:#0d2d89;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.6873125rem;height:2.74956875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.43619793653488rem;left:47.87327003479rem;display:block; }
#mHZzM6IUCkEsTNx8nEs2U2Xfnab7l463 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#asvqX88wZWCbHiimx4aMlybv9egwUUtg { background-color:transparent;background-image:none;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:#0d2d89;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.2480625rem;height:2.74956875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.43619793653488rem;left:55.415582656861rem;display:block; }
#uKovcJTfFhwytpXIhrmbtWLQ3LRcOp22 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d4f93072-0ea5-47da-87be-d334247b737b/ST2025J_KAT_tlo1.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !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;display:block; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz.adaptive-delivery-prevent-bg, #V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz.lazyload, #V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz.lazyloading { background-image: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { background-color: transparent; background-image: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .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); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { border-width: 0; border-radius: 0; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { width:75rem;height:41.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#EpEQkdk2LW5o52cekuwHf00Jet6CTHfl { color:#f1b002;display:block;width:22.8125rem;position:absolute;font-family:dosis;font-size:1.75rem;font-weight:700;z-index:15004;line-height:1.2;letter-spacing:0;top:13.25rem;left:45.0625rem;height:2.1rem;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;display:block; }
#wJEI35783XAhB44qsoTAHOGpOrZKH98w { background-color:#ea3a3a;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#e8e0da;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:30.4375rem;left:45.0625rem;display:block; }
#Z714kpDolqWglyI6fSaH5npzcZsD0eLu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HtEwSsf12g3Txbzu9g8UFnAuhh3c8oKf { position:absolute;display:block;z-index:14998;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:60.6875rem;top:35.8125rem;left:6.8125rem;display:block; }
#PIJTGdqParyEDswJL8TlnkBLxd0F0yeS { color:#0d2d89;display:block;width:28.125rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:37.337890625rem;left:12.125rem;height:1.95rem;font-style:normal;display:block; }
#J2RZucf13SGwCHEst2V1De3TJEGu2swa { position:absolute;display:block;z-index:15017;background-color:#0d2d89;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:4.6875rem;top:38.1875rem;left:34.75rem;display:block; }
#eCT13JRoVxxpn0quTTSLaCzQ8p3naDTr { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;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:12.5rem;width:12.5rem;display:none; }
#CiNWvGLmyKAhm3xdGBbHSg05ziHiP3oU { position:absolute;display:block;z-index:15023;background-color:#f2f3f7;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:15.75rem;top:35.25rem;left:16.9375rem;display:none; }
#ESdx9bzqmhcVQQw9yqI6Cw4eHCvPOT13 { color:#ffffff;display:block;width:15.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;text-shadow:0rem 0rem 0.5625rem #000000;top:33.375rem;left:16.9375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .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; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;color:#2740c8;padding-top:0.38875rem;padding-right:0.34rem;padding-bottom:0.38875rem;padding-left:0.34rem;display:block;align-items:center;width:2.039375rem;min-width:2.039375rem;height:2.09rem;position:relative;font-family:dosis;font-size:1.555625rem;font-weight:700;line-height:33.44px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .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.243125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.719375rem;height:0.82625rem;position:relative;font-family:dosis;font-size:0.583125rem;font-weight:400;line-height:13.22px;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; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: none;display:flex;justify-content:space-between;width:13.9375rem;height:3.875rem;padding-top:0.48625rem;padding-right:0.485625rem;padding-bottom:0.48625rem;padding-left:0.485625rem;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:35.232292175293rem;left:17.25rem;z-index:15025;display:none; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #ACJ9XKaePbSiH4ecqvtQzcCvCXOyVtJK { display:flex;position:relative;top:0rem;left:0rem; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #meZ1CVCqryg41DTH6eQt5nutrBmGXQvT { width:auto; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #S2DX0LdbUQvim32THWGIQRn6BzdB028a {  }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #Nb2g7Xi4ggT4vUNaPwgWCkordUUnXlD5 { display:flex;position:relative;top:0rem;left:0rem; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #wCC2WmvcuKKOzGUZSHU1b48BL3th2lTA {  }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #XVJpOO68qifviGfKfTU9XnibTWWzUzNB {  }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #I6mkcyJ0iRnDud2dUJAMkye4IrAfG1TC { display:flex;position:relative;top:0rem;left:0rem; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #TxNosmDa0zVDwhF4riUce2AVG0IVhBCB {  }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #WBMecLBWVeRK83LwnuKDLrT7MmPyBOZC {  }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #pZK0bL2tBxuCKRQ3DnNwHAH8TwyT3Zu6 { display:flex;position:relative;top:0rem;left:0rem; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #BXsaisfLbiIzmz3J3hif6IzhEuZZJGEg {  }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #Ox9052otT0JLxKlT1ZFT4dRPnTOn2vWR {  }
#GRiAkixuzV6SReRh3sHVrMK8Qnz4XGJp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15026;top:37.375rem;left:56.875rem; }
#GRiAkixuzV6SReRh3sHVrMK8Qnz4XGJp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#iZ5NKB4IcwvxF8VV8zAWZMW3v5lIG22A { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;top:37.375rem;left:60.25rem; }
#iZ5NKB4IcwvxF8VV8zAWZMW3v5lIG22A > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#soR1X2w0omoxTVhMu68woJghQquWc5PH { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;top:37.375rem;left:63.8125rem; }
#soR1X2w0omoxTVhMu68woJghQquWc5PH > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#UeEy40z32ZWLrd67oBrqsgSVRt9sGOGc { position:absolute;display:block;z-index:15030;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:3rem;width:21.375rem;top:3.875rem;left:48.6875rem;overflow:hidden;display:block; }
#KNlWaCPTVmG43hsARqn4qdKPRqnnByNH { position:absolute;display:block;z-index:15031;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.25rem;width:7.3125rem;top:7.75rem;left:62.8125rem;overflow:hidden;display:block; }
#EnQZ1ydCbTWJdmdVTdIUqriVlx9dibOd { position:absolute;display:block;z-index:14999;background-color:transparent;background-image:none;border-top:0.0625rem solid #072351;border-left:0.0625rem solid #072351;border-right:0.0625rem solid #072351;border-bottom:0.0625rem solid #072351;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.5625rem;width:37.25rem;top:1.8125rem;left:2.8125rem;display:block; }
#TLxbKNBNeBTkwuweC1l2uI0AKFAwBI3S { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:30.625rem;top:4.125rem;left:5.625rem;overflow:hidden;display:block; }
#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian { position:relative;display:block; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian { background-color: transparent; background-image: none; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row .container > .video-iframe-container { display: none; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row > .video-iframe-container { display: none; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .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); }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian { border-width: 0; border-radius: 0; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .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; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f3f7;background-image:none;font-size:0.875rem;font-family:arial;height:11.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; }#lLwzzsAxf1THu0lvUl4tqEPptOJ1DzFx { color:#0d2d89;display:block;width:65.875rem;position:absolute;font-family:dosis;font-size:1.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.3125rem;left:4.810417175293rem;height:4.225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container { background-color: transparent; background-image: none; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container > .video-iframe-container { display: none; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row > .video-iframe-container { display: none; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .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); }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container { border-width: 0; border-radius: 0; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#JR2aveyOMd54fkmnBgwI79tZTB35GWVF { color:#0d2d89;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#roCc98MVbyaxsMXMFATIE78VgrEVBX76 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#roCc98MVbyaxsMXMFATIE78VgrEVBX76 > .row .container { background-color: transparent; background-image: none; }#roCc98MVbyaxsMXMFATIE78VgrEVBX76::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roCc98MVbyaxsMXMFATIE78VgrEVBX76 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roCc98MVbyaxsMXMFATIE78VgrEVBX76 > .row .container > .video-iframe-container { display: none; }#roCc98MVbyaxsMXMFATIE78VgrEVBX76 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#roCc98MVbyaxsMXMFATIE78VgrEVBX76 > .row > .video-iframe-container { display: none; }#roCc98MVbyaxsMXMFATIE78VgrEVBX76 > .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); }#roCc98MVbyaxsMXMFATIE78VgrEVBX76 > .row .container { border-width: 0; border-radius: 0; }#roCc98MVbyaxsMXMFATIE78VgrEVBX76 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#roCc98MVbyaxsMXMFATIE78VgrEVBX76 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#uD4JLA1EkA2azbh6K8fgMUp4ZafXHtD9 { color:#2a2a2a;display:block;width:75rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.0622844696045rem;left:0rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mdDJ2IqVPenNVOtlsGQu6ZBGv3i8DJgI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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:none; }#mdDJ2IqVPenNVOtlsGQu6ZBGv3i8DJgI > .row .container { border-width: 0; border-radius: 0; }#mdDJ2IqVPenNVOtlsGQu6ZBGv3i8DJgI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mdDJ2IqVPenNVOtlsGQu6ZBGv3i8DJgI > .row .container { font-size:0.875rem;font-family:arial;height:120rem;width:75rem;position:relative;display:none; }#TepUgz6NCBTprpTEbMTKLiTiZgw0Q1rc { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:93.4375rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nUksaI6k7O3izX1E47ppPDbnSUbTCdbS { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:2.3125rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M3pote3EUvR78tvaekqmvJ1HO0LzHEQT { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:23.6875rem;left:0rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CsbOH0ihIlk3NrclDiCDKTsUwUwXdkFr { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:25.625rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PThglpC402KtbTrh1ihBbLKqFE4CP46c { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:46.0625rem;left:0rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RRtWI1BXghv6cy131Et5tCH9ZIVgZtZe { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:49.9375rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fSav4BA9S18ni1tqETcxOlbGZuuXtls9 { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:77.75rem;left:0rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pSt1eGGADaRuBpmF6EOqFLvTpyNHTMc7 { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:79.6875rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M669ZWlr7MuRIosisb9nkheSQ2OGsuir { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:82.375rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#z7dJ85Drkw94Hksqigv2eMacebKgSceF { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:84.3125rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hXbv1nTB9sD3kBPEGeTTazrqpPFQ7QEP { color:#2a2a2a;display:block;width:62.4375rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:61.875rem;left:0rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#tm3zWEcvavnMs0l0fpD6CXXPQVfrQ1Fk { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:65.75rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TCy9T8woumlUc1CZkaDtbdbJtwTSV6LA { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:36.8125rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#NZT6ccxrwq9FtUV7UBPsBJTHcH74lOGI { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:38.75rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DDKlSFLRgcN6ctZgr6vCuz75nOegG8yM { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:52.625rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#irJPsdzPVlNs58T09mKlWa7L7ceQJNyz { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:54.5625rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TUc5MinfeZGwfIlPrvU8rR9bMc5gFNwo { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15033;line-height:1.3;letter-spacing:0;top:96.125rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#B2VQTlEztLoZk3gxBh6Cv8qVA6vL2kho { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:98.0625rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LKbWzkeAB3MiaZhecGPq8AN0g42zvkOO { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:73.0625rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QzSDeyUCTkqB5VxKpO0H3Iq7THg0iRag { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:75rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#o4zb2LJuUG73mW8fVDp7xabdfkI3n1lB { color:#2a2a2a;display:block;width:74.6875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mtzTV5qaE0qHSeZmTGzhr9yt7HTLAsrP { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:5rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WUQUqSGsLfaNhLUyTHgMwTIV8ALwZuSg { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:6.9375rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZQeZMxx5OPVwTcRiOLVMyaKiTr5JW8Gm { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:91.5rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ArAutxoXb352X5vbTeMOMELXJCEBZq6s { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:105.375rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gvfmQZnN1gIbmpxz9vZI1egkH4WL8FPb { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:107.3125rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xWCQRnJ7ppU70XFKIU1UZSlbN88sSMgr { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15025;line-height:1.3;letter-spacing:0;top:41.4375rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IRn94zvW7mfEib016C3UhNA3WtSTbUHW { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:43.375rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#l694JL47M9ZzTkxBD11adgCzqeszGCiq { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15019;line-height:1.3;letter-spacing:0;top:57.25rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M5BC2dIaEr91oME2Q5NuEcsZy906MBva { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:59.1875rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZBFuZWxRO9wxmnyNkP593Wr11sf41XWO { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:16.375rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pvpMdKvNi3D7ONRmpgVoA3fNekXhiCOF { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:27.5625rem;left:0rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N6d6VNi026bAHR8vH2yTNJnaibaNDw7m { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:21rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#J8NT2182guhkBK47GAXKQGtFOf8GC7f2 { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:29.5rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qyFE4BTz3zRQ0iNL31iJnVRF11WkJiSg { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15035;line-height:1.3;letter-spacing:0;top:100.75rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WbDqa45v9ITPhDKkOQXay4yUM3bV81nc { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:102.6875rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yBwFZaJx9MiLp4xLEWU8ZZHyZEOfkZwe { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:19.0625rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UesNiu9aL3OR9tQ79nRbXsv8y7GXZRTy { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:32.1875rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#v0omGD1QKAKVX9S3KCBTb5fST5eutnSI { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:34.125rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Eh4rOIrBt8d8ybakg5HTXsXyolJWn3qe { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15037;line-height:1.3;letter-spacing:0;top:9.625rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IL8tASO67q44osRVrqc8vtn9QbIVWZVu { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:11.5625rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Elc9nalEqTsxvLQrRuJ2hV2P72kVBncd { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15041;line-height:1.3;letter-spacing:0;top:116.625rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#k5x4Hc6FSxht9bRBVnGTfhh9vXXI1XS6 { color:#2a2a2a;display:block;width:74.6875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:114.625rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SMDJio1thQBDT8LJHJPfECXXWCyVwaMr { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15021;line-height:1.3;letter-spacing:0;top:68.4375rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DWcDkOy9NKphMzzl6rM1ezFVzQvqm7kE { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15023;line-height:1.3;letter-spacing:0;top:70.375rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xdvykq6dpf3OPFd5Tx9l3V5TJwAOX7gS { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15027;line-height:1.3;letter-spacing:0;top:110rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bfQNL9DcLWhaUp8KFTBenJXI9HuTfQ0w { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:111.9375rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SzuecW5tTTpuILxCQ0ogKNtEU2xOV7MQ { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:0.375rem;left:0rem;height:1.95rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XokTGFIPyBLLvJMUpmEFbW2v30JKJVRq { color:#ea3a3a;display:block;width:44.7489375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15031;line-height:1.3;letter-spacing:0;top:88.8125rem;left:16.3125rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vqgdS99PhaszWUqc9uu76TBC810Mps4U { color:#2a2a2a;display:block;width:67.5625rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:15029;line-height:1.3;letter-spacing:0;top:86.875rem;left:0rem;height:3.9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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:none; }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row .container { border-width: 0; border-radius: 0; }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row .container { font-size:0.875rem;font-family:arial;height:3.8125rem;width:75rem;position:relative;display:none; }#cMV0TqmFZZJ2sFz5hT14Z3D9RAkga4QW { color:#072351;display:block;width:75rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:0.5625rem;left:0rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container { background-color: transparent; background-image: none; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container > .video-iframe-container { display: none; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row > .video-iframe-container { display: none; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .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); }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container { border-width: 0; border-radius: 0; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#A1tF1NGXsEZbTNz3gHO5aHEE4WJuqaTT { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#wLK8spTnIDtDnGWEsWmm55Z2PDig8Dl7 { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.25rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T0kZHqow0EvpsuwidPWbUEOCivl0oy72 { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5375061035156rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x9Co4aFyAo0blvTmVtTXhmy8W2l0VHT2 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#broLXBQqSmlHy47mpITp68p3tugnMqq2 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#r3X5nwLV1Btz9iaTzHAUUObVvGh1D9RM { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#rkJGdKgq0AwfLq8o65dbnMtfJixK6JHq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv > .row .container { background-color: transparent; background-image: none; }#ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv > .row .container > .video-iframe-container { display: none; }#ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv > .row > .video-iframe-container { display: none; }#ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv > .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); }#ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv > .row .container { border-width: 0; border-radius: 0; }#ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#VhL56tB4MXOuBVKnINv3apu9Cb3UTlrR { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#HWrPJIwscQTeRKxe8S7egTR9OVWirAuK { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.25rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M8axJEN3wPQMMup84h1dqU5JM0G0GFpr { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5375061035156rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#n10UWE5ldLz19p8JtaahaINNST01zLSM { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#L6Dinp1qiKUNRmT95HXxdLSqbikZZHk7 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#lHeUnQOGMVx3FgpBW52CUFDVyFXZPNg5 { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#Np6DT0TpTaCTB7SbU9ibNCoWxn9lUn3T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde > .row .container { background-color: transparent; background-image: none; }#Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde > .row .container > .video-iframe-container { display: none; }#Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde > .row > .video-iframe-container { display: none; }#Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde > .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); }#Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde > .row .container { border-width: 0; border-radius: 0; }#Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#xbOzGOPhiirpxWWTVm7PpsHmN9Xmao06 { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#GlU5mNKWBaaknpHUZa6xNEJNx7WM7lXr { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.25rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CqZzU4IgT5PvHTz9y01LAEbhmhSy2QZC { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5375061035156rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#XhA75VQpU5hpwy62VVmsDZDn78VlaQlJ { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#NnMO5QBOh8gSXFZeT2o0dRlIrcsT4q9Z { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#fv2GKCK0M59B1TIJgAlOSUUlGAOJpFJF { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#LtiPvl42h5TdFQbVMG9TATb2IIlEBgXm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp > .row .container { background-color: transparent; background-image: none; }#MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp > .row .container > .video-iframe-container { display: none; }#MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp > .row > .video-iframe-container { display: none; }#MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp > .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); }#MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp > .row .container { border-width: 0; border-radius: 0; }#MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#dJLC58gtX1pBVTTPpOhNXFCNk6WHerT9 { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#sE45il6TtOpiTVhNaAKsbSwKUVKteme1 { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.25rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#vPUUvzw8gvHVTsxWlBXP0ecCIJNDFBwF { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5375061035156rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WlQ86LdMlOqAVRaaTRQpwprxvi0RHuqU { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#M239dvfVDNuKKczzGvz9JLyykhvF0oJ6 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#WqBIaScR4dOIBG2Ug36yLIVGuFTxPTrm { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#MuWIsVm2veslh0Uu6nKbKQNwMVwMQTxu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr > .row .container { background-color: transparent; background-image: none; }#OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr > .row .container > .video-iframe-container { display: none; }#OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr > .row > .video-iframe-container { display: none; }#OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr > .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); }#OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr > .row .container { border-width: 0; border-radius: 0; }#OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#ZckuZnikITMVIdihAbDsX2CnI9hTOoMV { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#aoc7rsuuRH3CTMpKARN6gv8MNhxmGdhh { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.25rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gNE4sdOQKVSmmT80iAXglr5ux8CemTKy { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5374984741211rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#x6MSn1xsFNPCutumWOkBnNV4RTUSPNo5 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#RkCuTUD0GcGC8I79RXVRfMVnvQQxHTqD { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#gLIFk2PLNmLCdgqN1dfeifKdf91BTHr7 { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#VvXoa4WBgv718kpxDBN5OUymPLzpupef { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 > .row .container { background-color: transparent; background-image: none; }#zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 > .row .container > .video-iframe-container { display: none; }#zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 > .row > .video-iframe-container { display: none; }#zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 > .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); }#zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 > .row .container { border-width: 0; border-radius: 0; }#zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#OeOD4bqpySUg0ZkBtzzXAwrGyrT2tw07 { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#O6GrPTfsQKwN8JQn8KRuTwObasCW2lQo { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.875rem;left:24.119792938233rem;height:1.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#HEAhBii3d5RPoVtK2mCR7tUupgmZP0Wf { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9124984741211rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KXvQOLngDw8f0K2QDhX8kVMWCInuDls9 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#Xph4lOBqHoTdwJhFsuo1cuTFl6G40PKa { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#EWlHoa05CiB42GebU03dI0Hnfe1Hr07p { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#xLy7NVTOixlbzQWv6mIWKsWqKKK7TFRJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 > .row .container { background-color: transparent; background-image: none; }#c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 > .row .container > .video-iframe-container { display: none; }#c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 > .row > .video-iframe-container { display: none; }#c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 > .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); }#c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 > .row .container { border-width: 0; border-radius: 0; }#c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#TQImrXsVkAlgGUwHkkNGZJinmWrlMaZs { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#nluOHZ7U1tolO1iALS4AE6wA2lCJ09Vm { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.875rem;left:24.119792938233rem;height:1.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#uFSLq5FrmEt8A0UDf1avDAHWB9A8833l { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9124984741211rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pnBUsn2v3Xd1b6scGVfFzyqP17c7J5zp { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#X4wmiKpFzI3InnMfCeKzPPv46CUmhDa6 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#WOu1lJhAbGtrrWT2I1gsEV25SFTQ5gKm { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#cnQJrzaCIhbnSMpOcwr8B5PvvxonM2fl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI > .row .container { background-color: transparent; background-image: none; }#BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI > .row .container > .video-iframe-container { display: none; }#BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI > .row > .video-iframe-container { display: none; }#BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI > .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); }#BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI > .row .container { border-width: 0; border-radius: 0; }#BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#k0QxxTuT0Pgok6Tnkp4U937JPM6vWlAD { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#NR8WFsmrRKfxgQ2a5Amf3NEarbmilZPT { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.25rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Rbcho8RI7oq9E5H6GaeporVtPlyOio5W { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#fapbDkDcJPocITF3p9uuDuwkN1G4kcgy { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#z8UK4Nd0RE1AoDsBioo8Th1EkwTHJVNg { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.4187498092651rem;left:24.119792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mwkCpdXNmJsTNEICcDRLr49Uwt5DQf4d { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#nMZ1ab0ESzMRvgKIGDb3OR3i7gxnMDTv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gumAucnueCz64evGqRSSkHy5tn3urGBX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#gumAucnueCz64evGqRSSkHy5tn3urGBX > .row .container { background-color: transparent; background-image: none; }#gumAucnueCz64evGqRSSkHy5tn3urGBX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gumAucnueCz64evGqRSSkHy5tn3urGBX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gumAucnueCz64evGqRSSkHy5tn3urGBX > .row .container > .video-iframe-container { display: none; }#gumAucnueCz64evGqRSSkHy5tn3urGBX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gumAucnueCz64evGqRSSkHy5tn3urGBX > .row > .video-iframe-container { display: none; }#gumAucnueCz64evGqRSSkHy5tn3urGBX > .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); }#gumAucnueCz64evGqRSSkHy5tn3urGBX > .row .container { border-width: 0; border-radius: 0; }#gumAucnueCz64evGqRSSkHy5tn3urGBX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gumAucnueCz64evGqRSSkHy5tn3urGBX > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#y7awyxKTXSfNJUinNVQAhZ5dttEJb6HB { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#s4pKbOtgyWaieTpX53ATNRF5pb89vEkT { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.875rem;left:24.119792938233rem;height:1.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MbNcR4ytKTU58FhFP0FpmA70p7t5lUxa { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9124984741211rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#e8gBsWq4SKzt9TQ3VUAuAPWncnRZVlLC { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#CxxTNc3gctLnWPrWX9qRckuw1wPkqv38 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#mUuuFMBGKqppoIBTpcciFVlpuPlFuvJZ { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15014;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#n0txg7CstwAQlHdfPyDPTShtS54nxdJw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli > .row .container { background-color: transparent; background-image: none; }#sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli > .row .container > .video-iframe-container { display: none; }#sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli > .row > .video-iframe-container { display: none; }#sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli > .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); }#sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli > .row .container { border-width: 0; border-radius: 0; }#sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#XcZfTyenU6nh1nOVdzgie18qkJTyb2T9 { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#LUeItDiBGAUKz00iVSvtvrtidF9eVo3U { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.875rem;left:24.119792938233rem;height:1.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WsqBgJiEklJSnbb6VPQycXpB0701fLqJ { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9124984741211rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yg4X4VZEuqvn4dCVQhm9F21CMq18GtZc { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#yOT8au9UMMMlhBiHugozqpxBdrpSfQBz { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#BLQyvt19W9TcRgwcVuXNPpHPQ45wMxm1 { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#aGc2GqLP4aNNiCD2VXBtxz7e5Tuz2UX7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv > .row .container { background-color: transparent; background-image: none; }#kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv > .row .container > .video-iframe-container { display: none; }#kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv > .row > .video-iframe-container { display: none; }#kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv > .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); }#kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv > .row .container { border-width: 0; border-radius: 0; }#kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#w4h2hLfcnweQxXOqhSZougpeZpGqT4lB { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#mcI004obxcvak55UFN1nliWq2PmnTzfd { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.875rem;left:24.119792938233rem;height:1.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#VrZLvwDQxdK7MOpUzs85WgD1wukd38pl { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9124984741211rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CwPUm4TrcVnz2fBZUmufv3llM69vNQI5 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#pQ1KoWl0SbLT0E0vIo2Sf8Jai83cNH5y { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#pRQRB7lSIRPB9C86MTiK24EDkHkckAta { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#t3NqMFi1v1fMar9fshyr6ygwmvgWt7nb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AsfOSsHTu4g8s1UqiLENNZarSRucMPKV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#AsfOSsHTu4g8s1UqiLENNZarSRucMPKV > .row .container { background-color: transparent; background-image: none; }#AsfOSsHTu4g8s1UqiLENNZarSRucMPKV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsfOSsHTu4g8s1UqiLENNZarSRucMPKV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsfOSsHTu4g8s1UqiLENNZarSRucMPKV > .row .container > .video-iframe-container { display: none; }#AsfOSsHTu4g8s1UqiLENNZarSRucMPKV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AsfOSsHTu4g8s1UqiLENNZarSRucMPKV > .row > .video-iframe-container { display: none; }#AsfOSsHTu4g8s1UqiLENNZarSRucMPKV > .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); }#AsfOSsHTu4g8s1UqiLENNZarSRucMPKV > .row .container { border-width: 0; border-radius: 0; }#AsfOSsHTu4g8s1UqiLENNZarSRucMPKV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AsfOSsHTu4g8s1UqiLENNZarSRucMPKV > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#S6NWQXGkJ6LgTLyWB5HcbS3pSz4dcqf1 { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#XQ4cpQV2pJIgywPba1WgKffqGIT2V3sr { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#NGGHLkTiitZASfTpRyEBD7Ehq9H09049 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#BkGVbK2NFxiyymbtCVORIgsQ8s6nUHPb { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:1.0041656494141rem;left:23.994792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gdldJF0qNnGwdCOzQZ0KxJFbDrxqvLQC { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:4.4187469482422rem;left:23.818748474121rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DI2OIIR2QDsLto3QXTnVaa2sZO0HoNhK { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#QhHfqDJ6sK3BKOPVmehBM5CvcPrEZeRt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iQvACrTXtUvtFPyxrHDbxyUFcIls00im { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#iQvACrTXtUvtFPyxrHDbxyUFcIls00im > .row .container { background-color: transparent; background-image: none; }#iQvACrTXtUvtFPyxrHDbxyUFcIls00im::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQvACrTXtUvtFPyxrHDbxyUFcIls00im > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQvACrTXtUvtFPyxrHDbxyUFcIls00im > .row .container > .video-iframe-container { display: none; }#iQvACrTXtUvtFPyxrHDbxyUFcIls00im > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iQvACrTXtUvtFPyxrHDbxyUFcIls00im > .row > .video-iframe-container { display: none; }#iQvACrTXtUvtFPyxrHDbxyUFcIls00im > .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); }#iQvACrTXtUvtFPyxrHDbxyUFcIls00im > .row .container { border-width: 0; border-radius: 0; }#iQvACrTXtUvtFPyxrHDbxyUFcIls00im > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iQvACrTXtUvtFPyxrHDbxyUFcIls00im > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#QvGDSJmXAzQDqU2iaqUggki9ZL83DIhd { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#loqhogvn0ddoBioBdW3uTgo0T7Wh4dOI { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.25rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LZSqgvhSlANo8izVkQFeWT2KCerJLaF7 { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5374984741211rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WN0TTTHGmF7zZlnZDymB5T9dd1uw6TP4 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#mCMLimyFKUthMEg9t0JknARVvcOGQdTT { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#ChJ7RxW8FyqTTvLAVOp1ipaJ0nVUatOH { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#JTnPAJszJP05uylOq9BrpHCG1bJ07z1X { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 > .row .container { background-color: transparent; background-image: none; }#MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 > .row .container > .video-iframe-container { display: none; }#MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 > .row > .video-iframe-container { display: none; }#MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 > .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); }#MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 > .row .container { border-width: 0; border-radius: 0; }#MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#TlhdcO6aMgTdOQvBkzhiWqgkE3SAGtA1 { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#N57B77z30FT8WcMwJkZNq4ezHiKKAAI8 { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.875rem;left:24.119792938233rem;height:1.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zgVfHC4dhikSioO1O9MIxRtnBdXPykwI { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9124984741211rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#sr6GhyR7KX7Wzp7oRS7nmi0I8BbzZZfC { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#EkuqlThO1zS1ofF2xZKyON8QG7JsBFtO { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO > .row .container { background-color: transparent; background-image: none; }#xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO > .row .container > .video-iframe-container { display: none; }#xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO > .row > .video-iframe-container { display: none; }#xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO > .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); }#xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO > .row .container { border-width: 0; border-radius: 0; }#xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#klr1OFPiBHMOQdAcXwGc1nLdat6Xo52M { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#KpGhnV4hWTC3BChXMBvu875cEsoL0VIm { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.125rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EhamMH5tID2XgtmvcoBES8ZQhw70UeKu { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5375061035156rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ui0JoSP9nebMU5Q6S4iTMV4Kcm7xJ2Fz { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#vHlxsbQ6LhbXwdP3ZCIqzSKbczRISTyo { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#k19dKZeiPV5TQPkCcCP5yTtI0VvMsFe5 { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#v4kFhLDhGsMrKom8I93UtD51r7Xs3k0A { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv > .row .container { background-color: transparent; background-image: none; }#RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv > .row .container > .video-iframe-container { display: none; }#RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv > .row > .video-iframe-container { display: none; }#RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv > .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); }#RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv > .row .container { border-width: 0; border-radius: 0; }#RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#XCAT4OixRNTzw74epCmTs196kkORiOFO { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#sXuyrV4f7o8VTTq22PkLCu79h8pLZcGh { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.875rem;left:24.119792938233rem;height:1.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bykCKdyJwRCZCdkLUb5zqlJfZ0UhcA3n { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9125003814698rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kSrySQ1QlzvsqLIQaQk0QsMnzn6VqTOf { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#ZfJCHcMtwDKErzMIkJGZiz0WoNyEwUvF { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#bmfEV8PMqfH8nL0SdWgxt046GKCyUCJ1 { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15020;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#iZw295A9eyVDvKBoMdnM1J71MNQw7nOU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nxiUqWiJAxWboeIiWx28NERu2qWIrwFH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#nxiUqWiJAxWboeIiWx28NERu2qWIrwFH > .row .container { background-color: transparent; background-image: none; }#nxiUqWiJAxWboeIiWx28NERu2qWIrwFH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxiUqWiJAxWboeIiWx28NERu2qWIrwFH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxiUqWiJAxWboeIiWx28NERu2qWIrwFH > .row .container > .video-iframe-container { display: none; }#nxiUqWiJAxWboeIiWx28NERu2qWIrwFH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxiUqWiJAxWboeIiWx28NERu2qWIrwFH > .row > .video-iframe-container { display: none; }#nxiUqWiJAxWboeIiWx28NERu2qWIrwFH > .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); }#nxiUqWiJAxWboeIiWx28NERu2qWIrwFH > .row .container { border-width: 0; border-radius: 0; }#nxiUqWiJAxWboeIiWx28NERu2qWIrwFH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxiUqWiJAxWboeIiWx28NERu2qWIrwFH > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#NphmLRVATKUNstG66W3FsuPte1ItdPek { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#cvAhDpQoNgZkxdiD9ZrNEiagUAFUP4CO { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.1875rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SWpGAeeGLbCPmOhkMU3cix4226PTIUh3 { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5375003814697rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#fLt2r8C5N28sDX6I1uielNumpP7S0Mp6 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#PwexXOQ7I891BfqE9TTaGbT9CmEpB5uz { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#UTrbR2nzJWnvtk0O2p1bSpnHF84U2c6x { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#F4gPGMbvs6E0B3qu7cGrxH0IR2giFTEb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS > .row .container { background-color: transparent; background-image: none; }#pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS > .row .container > .video-iframe-container { display: none; }#pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS > .row > .video-iframe-container { display: none; }#pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS > .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); }#pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS > .row .container { border-width: 0; border-radius: 0; }#pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#uGmTKpgHLDDct4dDfR0zv1gfi99bkRqH { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#Xbtabaio9fmtDGbRB4Z6TcXvl1yVhkwn { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.25rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kT7OBT4T6eNwNeprUTknfFCmIzdrUewp { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5375003814697rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#b9cM6nEWUKN4aG1CTToxD02AumvUU8MC { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#CXHsrJ2qW5RCUOA9mV3Lhi8SbB6Mh2aw { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#p9OUpDqalz69pTuU1t5u7TyImcP69Tek { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15022;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#ZgT0mQJ8XOg6TmzRKrGNMtaXn7OhRZdd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 > .row .container { background-color: transparent; background-image: none; }#QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 > .row .container > .video-iframe-container { display: none; }#QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 > .row > .video-iframe-container { display: none; }#QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 > .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); }#QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 > .row .container { border-width: 0; border-radius: 0; }#QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#kKOvk2xODOaGvJUDLD0Ha7nJug85JI5C { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#UghNORthtfpZECs2epHu6Zoyg7b0zAPm { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.25rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mI9We7eFkKfGCQTbdwPcMz9lf0w83B8t { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5375003814697rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xnXsF34BQw8Cdiw0VU6yzbLo2hbM3wUZ { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#bzFksT79hSooVr4xviSLCa8JIM0bILCs { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#nWTzBCa3fKawMpcSPqshwVagyShDmDKr { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#F0u00SBDt1oFQ7s9kqLr5J73LaOL8n0a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#s78Aq2xQno1ycmruS1RMwK5v4Dzag447 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#s78Aq2xQno1ycmruS1RMwK5v4Dzag447 > .row .container { background-color: transparent; background-image: none; }#s78Aq2xQno1ycmruS1RMwK5v4Dzag447::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s78Aq2xQno1ycmruS1RMwK5v4Dzag447 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s78Aq2xQno1ycmruS1RMwK5v4Dzag447 > .row .container > .video-iframe-container { display: none; }#s78Aq2xQno1ycmruS1RMwK5v4Dzag447 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s78Aq2xQno1ycmruS1RMwK5v4Dzag447 > .row > .video-iframe-container { display: none; }#s78Aq2xQno1ycmruS1RMwK5v4Dzag447 > .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); }#s78Aq2xQno1ycmruS1RMwK5v4Dzag447 > .row .container { border-width: 0; border-radius: 0; }#s78Aq2xQno1ycmruS1RMwK5v4Dzag447 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s78Aq2xQno1ycmruS1RMwK5v4Dzag447 > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#ZKf6QSgy8MOa28PMaBroIyl9UNUeJBar { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#fzGW0ZTd1QsMLTmB8OyzS4J75Ufp1NDX { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.875rem;left:24.119792938233rem;height:1.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KxNW2o1TUZ0POnBp5Mfx3AsUdextt1Q8 { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9125003814698rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#xq263CrI56HyrNeOmTpGW852K0FISD8A { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#WsKlvkn8UQRvTHERNDAbuTkVm4QXHJbI { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#rugCxKkzqrGMDgouX6N2PWMC5FRtpTJr { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#uZSnxESryLqrFVgFuTPL34mDHZHavx0T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V > .row .container { background-color: transparent; background-image: none; }#T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V > .row .container > .video-iframe-container { display: none; }#T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V > .row > .video-iframe-container { display: none; }#T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V > .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); }#T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V > .row .container { border-width: 0; border-radius: 0; }#T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#kiyJaJ9WneCvlCvMTitf7gSX4qlyPuKp { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#nx0R3m0QX8qvgWnxd2ahKRrxPbRwpkZw { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.25rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bUiFBO5eRtuGW0xCVc4DErhw2MDC8unI { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5375003814697rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pcJsCo3aa87Wc2mdM2IB3sSam9TxVrMx { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#zkVTgR8KFXXzydnXIhFlDcSwRJxnixEa { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#ix48Jc48BpQUMpyQ1R2fTHRff67xnGA9 { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15025;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#M9FrhrU1V6kzqrx8d641awZG8D6qPaKe { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wCTleZUHfl8cwmhsf074h7KA9E268KAR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#wCTleZUHfl8cwmhsf074h7KA9E268KAR > .row .container { background-color: transparent; background-image: none; }#wCTleZUHfl8cwmhsf074h7KA9E268KAR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCTleZUHfl8cwmhsf074h7KA9E268KAR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCTleZUHfl8cwmhsf074h7KA9E268KAR > .row .container > .video-iframe-container { display: none; }#wCTleZUHfl8cwmhsf074h7KA9E268KAR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wCTleZUHfl8cwmhsf074h7KA9E268KAR > .row > .video-iframe-container { display: none; }#wCTleZUHfl8cwmhsf074h7KA9E268KAR > .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); }#wCTleZUHfl8cwmhsf074h7KA9E268KAR > .row .container { border-width: 0; border-radius: 0; }#wCTleZUHfl8cwmhsf074h7KA9E268KAR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wCTleZUHfl8cwmhsf074h7KA9E268KAR > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#QrAlcpITZ7RTvkkgsrcdDy0Q13xu77HZ { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#yNdLtVpQiA9zHCqf0bJKhNSeWS97ASg5 { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.875rem;left:24.119792938233rem;height:1.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ncu7N91P8ifVHiLN1gKLFcET5SCugoM0 { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9124984741211rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kRwIE3RAdfG5Pm3gER8ccr1F01TiHlPf { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#czbtfbtZZ2pPKyaQE3k2y7wZwxFhuDFs { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#VLXcet8IabXL9ErM0basaKG8WyuXdTLm { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#fV47TzDcUNGORKbuyAtOiRelHdygg0TM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e9lk0srel2toyn2eEKy3NibmxQ3ePQsd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#e9lk0srel2toyn2eEKy3NibmxQ3ePQsd > .row .container { background-color: transparent; background-image: none; }#e9lk0srel2toyn2eEKy3NibmxQ3ePQsd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9lk0srel2toyn2eEKy3NibmxQ3ePQsd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9lk0srel2toyn2eEKy3NibmxQ3ePQsd > .row .container > .video-iframe-container { display: none; }#e9lk0srel2toyn2eEKy3NibmxQ3ePQsd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e9lk0srel2toyn2eEKy3NibmxQ3ePQsd > .row > .video-iframe-container { display: none; }#e9lk0srel2toyn2eEKy3NibmxQ3ePQsd > .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); }#e9lk0srel2toyn2eEKy3NibmxQ3ePQsd > .row .container { border-width: 0; border-radius: 0; }#e9lk0srel2toyn2eEKy3NibmxQ3ePQsd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e9lk0srel2toyn2eEKy3NibmxQ3ePQsd > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#vEWvCtOyfPmiRNG7IMomXTw5hyTrz33B { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#XJCRWO7yqWz6gu9Ut9fa2JFSuUGinpPK { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.25rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hbJyC8pQ4yZJecQsxO1tSFRipP8fKPDs { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5374984741211rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#dJ8r0exmV0didkXmv8VxNWWXPcnZqLuO { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#sMimLnAQeqyTDDRGzXPssQotMZBmw6z6 { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#NcuOvE93eKPbTbDt5EketsVUyBlAEfOx { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#a0Ug7f6GOXDVhziwiDiIBDkWTDlP7VhW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE > .row .container { background-color: transparent; background-image: none; }#fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE > .row .container > .video-iframe-container { display: none; }#fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE > .row > .video-iframe-container { display: none; }#fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE > .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); }#fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE > .row .container { border-width: 0; border-radius: 0; }#fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#Ubbky8mBRVPAnJ1XrAG6FuVQeqyG6EAS { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#nw6gAFUTk3TJPmy9TsH8UATAJDLkgVZO { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.25rem;left:24.119792938233rem;height:3.45rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PS0kfi4mvTAd1usvFMTa474pyIKQvWG2 { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:4.5374984741211rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DTgu2ywJfNImAUiypVAd2WyWu6kAHdb7 { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#mLwtB8fXVVJTNQXRTTqsL9boedJbIRBD { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#NvwmICcDunrgLwXnQVr5igiVFQd7n55f { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#sCht7sUQyXBOAToI0vwkyt7WgvKJ5Rmd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc > .row .container { background-color: transparent; background-image: none; }#WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc > .row .container > .video-iframe-container { display: none; }#WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc > .row > .video-iframe-container { display: none; }#WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc > .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); }#WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc > .row .container { border-width: 0; border-radius: 0; }#WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc > .row .container { font-size:0.875rem;font-family:arial;height:8.1875rem;width:75rem;position:relative;display:block; }#SXJUT7728Rh5yuDssoDulk4vCMFSFP8u { position:absolute;display:block;z-index:15000;background-color:#f1b002;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:15.625rem;top:0rem;left:7.5rem;display:block; }
#gXm3lbTDfewUeodJRQcAXziiQ5MQ3kwB { color:#2a2a2a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.4375rem;font-weight:300;z-index:15003;line-height:1.2;letter-spacing:0;top:1.875rem;left:24.119792938233rem;height:1.725rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#G2KrUdyMDZbsMhl0ZyCKozATJJWBMgGa { color:#ea3a3a;display:block;width:42.996875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9124984741211rem;left:23.994792938233rem;height:1.4625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#T5lUHfte0odmi9tR84tKTzsJvTVrApUA { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;border-top:0.0625rem solid #2235a2;border-left:0.0625rem solid #2235a2;border-right:0.0625rem solid #2235a2;border-bottom:0.0625rem solid #2235a2;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.749125rem;width:44.3120625rem;top:8.1868495941163rem;left:23.125rem;display:none; }
#GQBwxn8RIvxbuzkVOe6KrdwcdI9GZZ7P { position:absolute;display:block;z-index:15001;background-color:transparent;background-image:none;border-top:0.0625rem solid #144f55;border-left:0.0625rem solid #144f55;border-right:0.0625rem solid #144f55;border-bottom:0.0625rem solid #144f55;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.75rem;width:44.3125rem;top:9.5367431640625E-6rem;left:23.125001907349rem;display:block; }
#rRv39vwb8UsaT0fZdRdL7edGBooV2AtO { background-color:#ea3a3a;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.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.125rem;height:3.4375rem;text-decoration:none;z-index:15029;text-align:center;text-align-last:center;top:1.71875rem;left:8.25rem;display:block; }
#mt8VB7TU4OPi3RA7K2PhJ0hAwV0LThDd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9bff1b82-52c0-4805-81ff-0021dbb3daf5/ST2025J_KAT_tlo.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ.adaptive-delivery-prevent-bg, #yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ.lazyload, #yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ.lazyloading { background-image: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container { background-color: transparent; background-image: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container > .video-iframe-container { display: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row > .video-iframe-container { display: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .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); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container { border-width: 0; border-radius: 0; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container { font-size:0.875rem;font-family:arial;height:140.625rem;width:75rem;position:relative;display:block; }#k9u9221NZoX0Q4gQ30xSi2TyHMVI4TM2 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1056861877441rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zhNrxLGPWM0M5XSABeslIf5zs9zk97TS { position:absolute;display:block;z-index:15007;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:18.1875rem;width:12.1875rem;top:6.4697914123538rem;left:61.5rem;overflow:hidden;display:block; }
#DH4qGnnwEArbJKqVU1ZTJWlB9ETQioXp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:24.625rem;left:60.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#brrCmpWXwECUeW5XXqEl3GZ2lkxIbPb9 { color:#ffffff;display:block;width:8.9985rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:26.5rem;left:62.1875rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LNXudkB9KSM7dm4l7ULkdM1S7RsuLoU0 { color:#ffffff;display:block;width:21.375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:94rem;left:36.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ObQzOTwy4rrglL98Zh4O8aICRfhsxlfp { position:absolute;display:block;z-index:15075;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:16.375rem;width:12.9375rem;top:74.75rem;left:40.25rem;overflow:hidden;display:block; }
#Vl6I8iksgSzLwSpTuTchWp59pkV2gaKJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:92.0625rem;left:40.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#A8SgqoagGamLaNoPqE9p2g9iIChHWf9Z { color:#ffffff;display:block;width:18.6870625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:26.5625rem;left:39.125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ConyIktTUA6OkFA7VdRDzxSkzhWnx1rp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:24.625rem;left:42.375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hJJ9PJs5sZg39aU5s4Z22eE3Ez0LThkT { position:absolute;display:block;z-index:15039;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:16.6875rem;width:13.25rem;top:7.2198152542112rem;left:42rem;overflow:hidden;display:block; }
#GEOcKLHbOg9o3owCmqRuPfhHGzcTLtbA { position:absolute;display:block;z-index:15029;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:17.5625rem;width:17.25rem;top:103.75rem;left:56.375rem;overflow:hidden;display:none; }
#TaToARmXX0s3sJh4kTKQXLD3UWPTPARq { position:absolute;display:block;z-index:15002;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:16.1875rem;width:15.9375rem;top:74.6875rem;left:39.3125rem;overflow:hidden;display:block; }
#L5rlMEbB9dxaN8QKr3hz5BZtNH3SMAlf { position:absolute;display:block;z-index:15003;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:16.1875rem;width:15.9375rem;top:7.5rem;left:39.8125rem;overflow:hidden;display:block; }
#UdHEueBLTGWk2qeoTgAvPUqlU9FEehT2 { position:absolute;display:block;z-index:15004;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:16.1875rem;width:15.9375rem;top:7.5rem;left:59rem;overflow:hidden;display:block; }
#rOEVFaa2Z3skTg58VqMatycFTwG772Ja { 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:16.625rem;width:16.375rem;top:8.125rem;left:0.625rem;overflow:hidden;display:block; }
#MC15ufPE2oUwKaT6A2Gs41Pcqo44mZ1y { position:absolute;display:block;z-index:15091;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:17.1875rem;width:12.0625rem;top:6.6572914123538rem;left:0.84375rem;overflow:hidden;display:block; }
#EsOrivKg36SOLRIZ7M5OTRrZROuQVoKt { position:absolute;display:block;z-index:15023;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:16.0625rem;width:11.875rem;top:30.964584181763rem;left:61.436935187002rem;overflow:hidden;display:block; }
#dfMtS7BQ42dRWVOE5iTomozspi1i8k4v { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:15.9375rem;top:29.9375rem;left:59rem;overflow:hidden;display:block; }
#dmsVSzMPhfGrNDUqC1pzTTO4LnHfRtwk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15027;line-height:1.3;letter-spacing:0;top:47.0625rem;left:60.4375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bBVhTu9G6ASKwgLgpdDhqxeTfb0VTChd { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15035;line-height:1.3;letter-spacing:0;top:24.657284736633rem;left:0.625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uOWCZUJIQpahdGzvRSEDGW9KK2IA1be7 { color:#ffffff;display:block;width:11.6875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:49.012498855591rem;left:61.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TqmFP8TR5cCkHPfSQiqISk8pf66sOlSd { color:#ffffff;display:block;width:6.6875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15037;line-height:1.3;letter-spacing:0;top:26.574994087219rem;left:4.0625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NEKL3e5KFFEaoQua7oaFTcr6Dgpvz8yX { color:#ffffff;display:block;width:18.6870625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15077;line-height:1.3;letter-spacing:0;top:49.25rem;left:20.75rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Appz4odmwbpyAlyecCJN6dTRmzF2kNBV { position:absolute;display:block;z-index:15071;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:16.75rem;width:16.0625rem;top:30.620834350586rem;left:21.375rem;overflow:hidden;display:block; }
#tzAiashOt9hcugnAK6X223Z7sMMhRoZ1 { 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:16.1875rem;width:15.9375rem;top:30.1875rem;left:21.4375rem;overflow:hidden;display:block; }
#vKgc78Fcwo0yleKiK4sKebdvhwTC5f74 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15075;line-height:1.3;letter-spacing:0;top:47.3125rem;left:24rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CndlHCArbLvPwdsAq0Wkv2HKlaWfJWd0 { 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:16.1875rem;width:15.9375rem;top:30.1875rem;left:40.625rem;overflow:hidden;display:block; }
#cFubS1KXtlwnq64z3J0Euc6wuCCwSAH3 { position:absolute;display:block;z-index:15039;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:16.625rem;width:11.5rem;top:7.2510356903075rem;left:21.4375rem;overflow:hidden;display:block; }
#k8QJzxpFD98SkCaHVJfl9Vc9gapWJ81l { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;top:24.74999332428rem;left:19.9375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GpT8wKI8hOOEM1DbJVPGUi6B8MpApOJA { color:#ffffff;display:block;width:8.9989375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.3;letter-spacing:0;top:26.574994087219rem;left:21.4375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CMNuWBfCrerxgTsSVatb5rKTHZHF457q { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:71.262519836425rem;left:36.5rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAk8Q7D2b8NXKqV0UiZNWZCIpGTKBor0 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:69.312526702881rem;left:40.25rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VXF6PPJUrvaI5f5FqRs9oWnW6ffohVAu { position:absolute;display:block;z-index:15049;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:16.625rem;width:16.375rem;top:52.25rem;left:0.625rem;overflow:hidden;display:block; }
#LLH2KXfedEg1JQvEwWFJUhiVElL4DvNg { position:absolute;display:block;z-index:15051;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:16.625rem;width:9.6875rem;top:52.250000953674rem;left:42.34375rem;overflow:hidden;display:block; }
#mCo9eptZIddQGgJlticWeBycurwgmcMb { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:116.4375rem;left:55.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nIb3qSPyyqN7uMhbQggbLoEU59WoA4Eb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:114.5rem;left:58.3125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Do3QMGlVZZMqUMySM4cuJEWQnONtbgMW { position:absolute;display:block;z-index:15055;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:18.8125rem;width:14.75rem;top:95.4375rem;left:58.3125rem;overflow:hidden;display:block; }
#CaTiA1LTiCGm71V8qqu7PmGIvosRKlaA { 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:16.1875rem;width:15.9375rem;top:97.125rem;left:55.9375rem;overflow:hidden;display:block; }
#T4iRgolqWJIfVTkMHfpikEJLbx6tEoZ8 { 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:16.625rem;width:16.375rem;top:74.75rem;left:19.9375rem;overflow:hidden;display:block; }
#awTVfDf6iC7bKgyx63BnOZRtlt9He79J { 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:15.625rem;width:15.625rem;top:75.25rem;left:20.8125rem;overflow:hidden;display:block; }
#CLEkg2fNVE4sRepzTMBIwPqT0aCTJO37 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15055;line-height:1.3;letter-spacing:0;top:92.1875rem;left:20.0625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UIWL9kv0HDueZWB1IP3iPR74PKzfxNme { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15057;line-height:1.3;letter-spacing:0;top:94rem;left:19.9375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Pd2805JeNiV69SgTtNwfFL6vMXSWc0np { position:absolute;display:block;z-index:15038;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:16.625rem;width:16.375rem;top:52.6875rem;left:39.125rem;overflow:hidden;display:block; }
#gNghBceZ2apI9zdhrkzhuqdUGhd6GSEy { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15056;line-height:1.3;letter-spacing:0;top:69.312492370606rem;left:20.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ykfMfaq8PIkTVuEPBQPwPSx1gJavPyg0 { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:71.262493133544rem;left:19.9375rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GMuoHqrsIf6W3S335QbQEIJs5vblzfPx { position:absolute;display:block;z-index:15045;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:16.1875rem;width:11.9375rem;top:52.722909927368rem;left:23rem;overflow:hidden;display:block; }
#RJT8pWLSNqM4OMflvOC05gWgD73nhqNM { position:absolute;display:block;z-index:15039;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:16.1875rem;width:15.9375rem;top:52.6875rem;left:57rem;overflow:hidden;display:block; }
#m9twpMCFAfA98WImCRI207NC6IdRuGLm { position:absolute;display:block;z-index:15075;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:17.4375rem;width:15.1875rem;top:29.652084350586rem;left:42.75rem;overflow:hidden;display:block; }
#FkE69XhSS9zcKPz1NEocAVmcUIqhpID8 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15079;line-height:1.3;letter-spacing:0;top:47.097930908203rem;left:42.785415649414rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EIqvpNyszdz0m4rzWRK1Z2idAgpfDDyH { color:#ffffff;display:block;width:18.6875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15081;line-height:1.3;letter-spacing:0;top:49.012512207031rem;left:40.25rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DMqwoGKp1r0XQ5inTp6kuOP52P0S6DFk { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.625rem;width:16.375rem;top:7.5rem;left:20.1875rem;overflow:hidden;display:block; }
#PUrgn6EQBu4SuNuuGh82KPrhy1a4z0u8 { color:#ffffff;display:block;width:17.1875rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15085;line-height:1.3;letter-spacing:0;top:94rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yFrTmbXgK4onHCARM9LHP515VtiFhAyv { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15083;line-height:1.3;letter-spacing:0;top:92.085414886475rem;left:2.5625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XscCrTQTUnAtIPitqzqgHV6Gvfdg5lhV { position:absolute;display:block;z-index:15079;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:15.75rem;width:12.375rem;top:75.410415649412rem;left:2.625rem;overflow:hidden;display:block; }
#eRrAzwgDpmTJfxNWt7iB5H7PcSgAQOhx { 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:16.1875rem;width:15.9375rem;top:75rem;left:57rem;overflow:hidden;display:block; }
#Somarp273hITKHrJ6knT4vhl8mgiicRt { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:115.5625rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ozs0bkaE6AGpUT8yTeHRtVQsBhQ8Q4Sv { position:absolute;display:block;z-index:15041;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:16.625rem;width:16.375rem;top:96.3125rem;left:0rem;overflow:hidden;display:block; }
#lpvGn0X0I9gbmdT5ZOBsZRmstdLXqohy { position:absolute;display:block;z-index:15048;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:16.1875rem;width:14.6875rem;top:96.8125rem;left:0.875rem;overflow:hidden;display:block; }
#fZtqzhPbiD6KSJ36gTsTxdIcduQNmizN { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:113.75rem;left:0.125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T315EUmmkOrdaREt3DWpT8E30tTXEN7Z { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15073;line-height:1.3;letter-spacing:0;top:71.262507438662rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JTcxlNg0cqI2ZV416tWyPtR2k7TOGyL1 { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:69.347924232481rem;left:0rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vRMDITi9iSrvkvMAJp6Bn5ueMS1120k0 { position:absolute;display:block;z-index:15060;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:17.6875rem;width:11.6875rem;top:50.712525367737rem;left:1.5625rem;overflow:hidden;display:block; }
#B14pDmbrRyce59T39veyVxIKzekSnPNL { position:absolute;display:block;z-index:15038;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:16.1875rem;width:15.9375rem;top:97.3125rem;left:19.3125rem;overflow:hidden;display:block; }
#fv8Ae42zFSDsZlHrRWahL8HkgMzhOk2c { color:#ffffff;display:block;width:13.3729375rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:49.25rem;left:1.375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CX0nyQldko4ZDlTIT8IuyBduECCt2ZJI { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:47.339584350586rem;left:1.375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZoUzdyTFCTA4VyiMltNsnu7e9TsSTNCp { 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:16.625rem;width:16.375rem;top:30.25rem;left:0.625rem;overflow:hidden;display:block; }
#A2cJxWEssyZ451qf19Bye3p7XX8tzTtp { position:absolute;display:block;z-index:15003;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:17.375rem;width:13rem;top:29.25rem;left:0.625rem;overflow:hidden;display:block; }
#xO1gfTt1mUNumkpbNTFuSzvFdWTLWKQP { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:71.510410308838rem;left:55.910415649414rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SrG2oyK12u0Im2v1PTdpbPf3PmUesTlJ { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15023;line-height:1.3;letter-spacing:0;top:69.312492370606rem;left:59.40625rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tnVVdW4QBmmOuuqIyVe3tGnknrldHrgB { position:absolute;display:block;z-index:15092;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:17.5rem;width:15.25rem;top:51.812511444092rem;left:58.472915649414rem;overflow:hidden;display:block; }
#L3piWvzuV21ITXobeW2a4bwULO69SIRH { 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:16.1875rem;width:15.9375rem;top:52.25rem;left:20.5rem;overflow:hidden;display:block; }
#lFdnDTXpAt9U9ydR1s5WFz3f5a2Vvg6w { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:115.56250762939rem;left:18.28125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VgvXGxsORq5pclUbicgXksTkDTnffGWD { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:113.64792251587rem;left:20.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T3gLanFHxXGTI9vTwrRCaILTzeGiinEA { position:absolute;display:block;z-index:15055;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:15.3125rem;width:14.0625rem;top:97.660411834719rem;left:20.15625rem;overflow:hidden;display:block; }
#pcoTAVg8skchbdxJiEPxnIyEMfckipZv { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:115.625rem;left:38.3125rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JofR5sp5uScPgyHgQuzrG2i9fHTlFiKP { 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:16.1875rem;width:15.9375rem;top:97.375rem;left:39.3125rem;overflow:hidden;display:block; }
#pVwDoLqXlAoBBLwOTFVbKAHzzOMStta7 { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:113.6875rem;left:40.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rcmZRr21ZvZKmz6hHQh1vBh0Wipkv3Kr { position:absolute;display:block;z-index:15059;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:15.3125rem;width:12.25rem;top:97.660416603087rem;left:41.65625rem;overflow:hidden;display:block; }
#kZqHqSkkTtIDwzOtlknMvm2FIXMz02nZ { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:94rem;left:57.910415649414rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NEuItZ9uRa4hlWNZnzmwVTXgTWHvShlb { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:92.085414886475rem;left:58.097915649414rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sqRpxmksgLAscTDdUMqv8X3MLERPgyUG { position:absolute;display:block;z-index:15041;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:16.625rem;width:16.375rem;top:74.8125rem;left:0rem;overflow:hidden;display:block; }
#DIz2nAJSLz2pl1ff8RHrnfey2kNZXGJR { position:absolute;display:block;z-index:15048;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:15.625rem;width:8.6875rem;top:75.124999046325rem;left:61.5rem;overflow:hidden;display:block; }
#lTutgk4no8WOQf9JGMAw00rkTOxQlmDM { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15065;line-height:1.3;letter-spacing:0;top:137.6875rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jgrc6hPx157zIv7WWdHrHOAowrMfhzVD { color:#ffffff;display:block;width:14.875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15063;line-height:1.3;letter-spacing:0;top:135.875rem;left:0.125rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ddNphJ6MEsN6HrRrLTbyBefbbZtkhe1k { position:absolute;display:block;z-index:15045;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:16.625rem;width:16.375rem;top:118.4375rem;left:0rem;overflow:hidden;display:block; }
#JQs6ZM4zBVaLupw9lbzxnFFTRLvl5c8F { 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:16.1875rem;width:13rem;top:118.9375rem;left:0.875rem;overflow:hidden;display:block; }
#tRpHckEsuJug2yc1gvhn4InKIVFL14Ck { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:137.4375rem;left:18.75rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VRhiQm9WxtqHQs2qAHBvkPxv4PIJZ3KU { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:135.4375rem;left:20.75rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PT7GD6AiU1k4kWXXgci22KSmti3kSzig { position:absolute;display:block;z-index:15056;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:18.1875rem;width:14.625rem;top:116.4375rem;left:20.75rem;overflow:hidden;display:block; }
#CMVrJqbaDlzDWFuwFnJ883BTbONfTbH7 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.1875rem;width:15.9375rem;top:118.3125rem;left:18.5rem;overflow:hidden;display:block; }
#EvSvcHucDaEKvaqncEJqKl8Je8e405dX { position:absolute;display:block;z-index:15060;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:15.8125rem;width:16.6875rem;top:118.8437538147rem;left:40.25rem;overflow:hidden;display:block; }
#kKSz0f5MVf1vssWIsVxBd2Qw2uShSmR1 { position:absolute;display:block;z-index:15023;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:16.1875rem;width:15.9375rem;top:118.3125rem;left:39.125rem;overflow:hidden;display:block; }
#WWAPpoanmybcL6X9povMc9MTBEiZ7PAp { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15064;line-height:1.3;letter-spacing:0;top:135.77291870118rem;left:42rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zp7m554fhqNXkTgDE7k37kl0fNUBVKGq { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15066;line-height:1.3;letter-spacing:0;top:137.4375rem;left:39.375rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS { position:relative;display:none; }#wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS { border-width: 0; border-radius: 0; }#wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS > .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; }#wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f3f7;background-image:none;font-size:0.875rem;font-family:arial;height:53.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#GukMvairllQzaDbLhuUg1HUST8Zmtwmd { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15061;line-height:1.3;letter-spacing:0;top:21.75rem;left:0rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#X2XWhxTgdTnWnRDVUAKSgZvZ9Uq9DSkk { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15059;line-height:1.3;letter-spacing:0;top:19.8125rem;left:2.375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#u1VUQoBNm0E1zGDbqSEoHiQoK2ns2K9q { position:absolute;display:block;z-index:15055;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:19.375rem;width:12.8125rem;top:0.75rem;left:2.9375rem;overflow:hidden;display:block; }
#FebSB6JoTG3sLV8hSeWMduug5OCTeL2J { 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:16.1875rem;width:15.9375rem;top:2.125rem;left:1.5625rem;overflow:hidden;display:block; }
#iUHa0k2r6yn8ttwzVQW26gdRgqGCiqVg { position:absolute;display:block;z-index:15056;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:17.625rem;width:12rem;top:2.0625rem;left:23.3125rem;overflow:hidden;display:block; }
#gXJehxsTfNbNU413aPMwM4wenyHAnwwN { position:absolute;display:block;z-index:15055;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:16.1875rem;width:15.9375rem;top:3.8125rem;left:20.4375rem;overflow:hidden;display:block; }
#ymTKhWW4OuJuQ1xmFxXkpw5X5fl8LMGb { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:19.875rem;left:21.375rem;height:1.95rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sz37R0FKlVbLFFPViH3tKfPgC1IpcEgV { color:#ffffff;display:block;width:17.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:400;z-index:15062;line-height:1.3;letter-spacing:0;top:21.8125rem;left:18.5625rem;height:1.4625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hMNiph7mxoqKLwJfEtemvBsPSK227dRH { position:relative;display:none; }#hMNiph7mxoqKLwJfEtemvBsPSK227dRH { border-width: 0; border-radius: 0; }#hMNiph7mxoqKLwJfEtemvBsPSK227dRH > .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; }#hMNiph7mxoqKLwJfEtemvBsPSK227dRH > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f3f7;background-image:none;font-size:0.875rem;font-family:arial;height:5.875rem;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; }#zZWf7M1P8czqBxTPDbV2AmwC01bm7Q2i { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #bdd653, #bdd653);background-image: -moz-linear-gradient(top, #bdd653, #bdd653);background-image: -ms-linear-gradient(top, #bdd653, #bdd653);background-image: -o-linear-gradient(top, #bdd653, #bdd653);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd653', endColorstr='#bdd653' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd653', endColorstr='#bdd653' );";background-image: linear-gradient(to bottom, #bdd653, #bdd653);background-size:auto !important;border-top:0.3125rem solid #144f55;border-left:0.3125rem solid #144f55;border-right:0.3125rem solid #144f55;border-bottom:0.3125rem solid #144f55;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#144f55;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.31882rem;height:3.254995rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.2814674377441rem;left:26.561414718628rem;display:block; }
#M4XnVnqec8KXk78gIqnFUmbCHZoElwzD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 { position:relative;display:block; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 { background-color: transparent; background-image: none; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row .container > .video-iframe-container { display: none; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row > .video-iframe-container { display: none; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .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); }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 { border-width: 0; border-radius: 0; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .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; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f3f7;background-image:none;font-size:0.875rem;font-family:arial;height:32.0625rem;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; }#byK41bXaZ00cBksMSAZ5PKpBoVdke7Ct { color:#f2f3f7;display:block;width:44.375rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:7.8092460632325rem;left:16.184896469116rem;height:6.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TN0dTE9dsxmZERGW9g5TqURVEIEMJ7O7 { background-color:#f2f3f7;background-image:none;border-top:0.3125rem solid #0d2d89;border-left:0.3125rem solid #0d2d89;border-right:0.3125rem solid #0d2d89;border-bottom:0.3125rem solid #0d2d89;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:#0d2d89;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.20575rem;height:3.141925rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:25.0546875rem;left:27.395835876465rem;display:block; }
#EVLbmEx5EzUQE857AA2IdrHxRPNMvXvU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sCcT6vA6FUA4XrKNfnH8eE0cv6tNUhZp { color:#f2f3f7;display:block;width:57.6248125rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:4.9294700622559rem;left:8.6870670318606rem;height:2.19375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VAlulD2ioxSEKECTTQuu1ohQMe8187w6 { box-sizing:content-box;height:18.75rem;width:64.5rem;position:absolute;display:block;z-index:15005;background-color:#ea3a3a;background-image:none;top:2.896053314209rem;left:4.9012584686279rem;border-top:0.375rem solid #2a2a2a;border-left:0.375rem solid #2a2a2a;border-right:0.375rem solid #2a2a2a;border-bottom:0.375rem solid #2a2a2a;display:block; }
#sc64He8tvvSvhuSkfe3DlTrOI488dWeI { color:#f09a48;display:block;width:34.6245625rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:400;z-index:15008;line-height:1;letter-spacing:0;top:17.571617126465rem;left:13.581815719604rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dUFpGVJ7WM3SVe44JTa6z0Lsp9hev4kR { position:absolute;display:block;z-index:15013;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.6875rem;width:12.6875rem;top:16.634111404419rem;left:44.274091720581rem;overflow:hidden;display:block; }
#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw { position:relative;display:block; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw { background-color: transparent; background-image: none; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row .container > .video-iframe-container { display: none; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row > .video-iframe-container { display: none; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .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); }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw { border-width: 0; border-radius: 0; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .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; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f3f7;background-image:none;font-size:0.875rem;font-family:arial;height:33.625rem;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; }#B9VqT9oy7hQRGSkGfZKkdUB5xzriGDXf { color:#0d2d89;display:block;width:67.125rem;position:absolute;font-family:dosis;font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6848945617676rem;left:5.3723983764649rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mWUUutT0QlkelN57EOTLelUGWTuJnfds { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:23.75rem;width:42.5625rem;top:7.7890625rem;left:16.21875rem;display:block; }
#mZaiouEU7fqM6TMwkk86sGgHw54veM68 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container { background-color: transparent; background-image: none; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container > .video-iframe-container { display: none; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row > .video-iframe-container { display: none; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .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); }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container { border-width: 0; border-radius: 0; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container { font-size:0.875rem;font-family:arial;height:7.0625rem;width:75rem;position:relative;display:block; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2a2a2a;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; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container { background-color: transparent; background-image: none; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container > .video-iframe-container { display: none; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row > .video-iframe-container { display: none; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .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); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container { border-width: 0; border-radius: 0; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container { font-size:0.875rem;font-family:arial;height:26.75rem;width:75rem;position:relative;display:block; }#DQPr6sbkSPuXV5VTpXkCGVkIawX0tw5c { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;border-top:0.0625rem solid #f1b002;border-left:0.0625rem solid #f1b002;border-right:0.0625rem solid #f1b002;border-bottom:0.0625rem solid #f1b002;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.8125rem;width:37rem;top:2.8739624023438rem;left:31.5625rem;display:block; }
#XtLL5sJR7xPDOGCbzxT6bESkEHOiNUA9 { color:#f2f3f7;display:block;width:22.8125rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:3.375rem;left:5.6875rem;height:1.3501rem;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;display:block; }
#Ia0wOy2NhtbUDxSwZyA1LqZi2bgbAueu { color:#f2f3f7;display:block;width:22.8125rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:9.4375rem;left:5.6875rem;height:9.9rem;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;display:block; }
#aprkR8JcrUTgqQenANKThoIDBcUa9P4C { background-color:#f1b002;background-image:none;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;box-shadow: none;box-sizing:border-box;color:#2a2a2a;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.7498125rem;height:3.31055rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:20.0625rem;left:5.6875rem;display:block; }
#UIDvTeAvMNpHSFqwu7z1cZRC0NLl8DDh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L3XP6X9N0bPMp2Uqwu9a0LX06l7yZbuC { color:#f1b002;display:block;width:30.6875rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:5.3125rem;left:0.25rem;height:3.6rem;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;display:block; }
#Uhq6W0G7I2CPqFeh8MLhvq9oSKV9vxr8 { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/9d3d6c29-fb05-4de2-a97f-b70edf4834b3/mapka.png");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:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:35.5625rem;height:21rem;text-decoration:none;z-index:15028;text-align:center;text-align-last:center;top:3.375rem;left:32.3125rem;display:block; }#Uhq6W0G7I2CPqFeh8MLhvq9oSKV9vxr8.adaptive-delivery-prevent-bg, #Uhq6W0G7I2CPqFeh8MLhvq9oSKV9vxr8.lazyload, #Uhq6W0G7I2CPqFeh8MLhvq9oSKV9vxr8.lazyloading { background-image: none; }
#RTaNt1K10JpZuuPohbPam9O0ImHnCyFn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row .container { background-color: transparent; background-image: none; }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row .container > .video-iframe-container { display: none; }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row > .video-iframe-container { display: none; }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .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); }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row .container { border-width: 0; border-radius: 0; }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#AQ2846ztF3eTrKTyU4A8XkkSV9t3N5H5 { color:#0d2d89;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:1.4127540588379rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pBLCds1ReEf7viFOR429seocvry05a9b { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#pBLCds1ReEf7viFOR429seocvry05a9b > .row .container { background-color: transparent; background-image: none; }#pBLCds1ReEf7viFOR429seocvry05a9b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBLCds1ReEf7viFOR429seocvry05a9b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBLCds1ReEf7viFOR429seocvry05a9b > .row .container > .video-iframe-container { display: none; }#pBLCds1ReEf7viFOR429seocvry05a9b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pBLCds1ReEf7viFOR429seocvry05a9b > .row > .video-iframe-container { display: none; }#pBLCds1ReEf7viFOR429seocvry05a9b > .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); }#pBLCds1ReEf7viFOR429seocvry05a9b > .row .container { border-width: 0; border-radius: 0; }#pBLCds1ReEf7viFOR429seocvry05a9b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pBLCds1ReEf7viFOR429seocvry05a9b > .row .container { font-size:0.875rem;font-family:arial;height:58.3125rem;width:75rem;position:relative;display:block; }#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-form-header {  }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-regular-label { height:auto;display:block;font-family:dosis;font-size:0.75rem;font-weight:bold;color:#2a2a2a;width:40.625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #2a2a2a;border-left:0.0625rem solid #2a2a2a;border-right:0.0625rem solid #2a2a2a;border-bottom:0.0625rem solid #2a2a2a;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.625rem;box-sizing:border-box;height:2.8125rem;color:#2a2a2a;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-text {padding-top: 0; padding-bottom: 0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #2a2a2a;border-left:0.0625rem solid #2a2a2a;border-right:0.0625rem solid #2a2a2a;border-bottom:0.0625rem solid #2a2a2a;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.625rem;box-sizing:border-box;height:4.375rem;color:#2a2a2a;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #2a2a2a;border-left:0.0625rem solid #2a2a2a;border-right:0.0625rem solid #2a2a2a;border-bottom:0.0625rem solid #2a2a2a;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:40.625rem;box-sizing:border-box;height:2.8125rem;color:#2a2a2a;font-family:dosis;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-select {padding-top: 0; padding-bottom: 0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#ea3a3a;background-image:none;border-top:0.1875rem solid #2a2a2a;border-left:0.1875rem solid #2a2a2a;border-right:0.1875rem solid #2a2a2a;border-bottom:0.1875rem solid #2a2a2a;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:700;color:#f2f3f7;width:40.625rem;height:4.0625rem;font-family:dosis;overflow:hidden;box-shadow: none;font-style:normal; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]:-moz-placeholder { color:#2a2a2a;font-family:"open sans";font-size:0.875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]::-moz-placeholder { color:#2a2a2a;font-family:"open sans";font-size:0.875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]:-ms-input-placeholder { color:#2a2a2a;font-family:"open sans";font-size:0.875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]::-webkit-input-placeholder { color:#2a2a2a;font-family:"open sans";font-size:0.875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#2a2a2a;vertical-align:top;width:39.375rem;overflow:hidden;font-style:normal; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-container:first-of-type{padding-top:0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-container:last-of-type{padding-bottom:0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.9375rem;top:3.2458333969116rem;z-index:15015;position:absolute; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:40.625rem;display:block;vertical-align:top; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:400;color:#2a2a2a;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO {display:block;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:40.625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:15.9375rem;top:3.2458333969116rem;z-index:15015;position:absolute; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #OIcfqTngPsWHhROM6EgyumUTKlQHXWFq { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #FNkMdTk6P3W5AixN5TRl8WXG6npfSzHp { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #t7WZ5fstdJfSPer9V6uesWcHNPSxATTU { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #alATLHe6WrfeFSbVD4aKbPJA2fwOK4lo { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Tc39Gq3Vz7q79cV4lK0XS55T2vdivPpI { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #uomE6nDQhIp5mtgGuxfkXSIPVMbqqnam { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #UM42eUTtNddTOrINIgeT4Tndwv0M1AVp { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #MbOA9ZRccxAdfbPdonoZimyRSABAeGTJ { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SZc5DvDQcFrIRuM1wMgQA7QzE6wgu7JR { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #LNi5Ngnnu3BWaL9vSHplQ52HegoPT3P8 { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #ufTE0FV8i51NGAkmFLOXzgcHD2irG3kf { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #udQv1xlkCrToybk0DiGBVvixEEh9WJNf { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #OgwEi4GFN49tlluUqAtw5ThhKBfT8d9i { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #JgQMqQkolKzzkOgidVyUtrb1EJ0CvCJG { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Ggwky4v9LVPsiodkxI9TJ1pu2fVWwZEf { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #IsvGwzXdTJUEeb4TSxE3ZTqvGUuamdqD { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #rZN1HuAMAwnD1FBnpZHqWsPtcp1vumKy { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vOJFoT9T1UyTxcaDUT20G3k7viqC8wSa { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iKiqvTyRrTbvPikdxLKmAgrvvZmoJJKl { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #qlkgVClsC4ZK9ablLl97z9nTp0mRmTs2 { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SAiiywxPenpWW0hTnPsJ2MC27R8VTFBy { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vsZWE07qBl8gvLqkuU6TdCrDW7Ig8AX3 { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #uwqmQTygUEAxZGv28i8yDOuBwZPDNmmr { position:relative;display:block; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #LFNZbPz1v1y7bRRqe0S1qTIkdmcrXeVa { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #edMfBn4CxGQThxtgKFTEiMPuHscxb4CL { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #MvvQlFlXX8gmgDSWkJx4BrdE8msMeQko { position:relative;display:none; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SztMauJJvEK2Pi4xlabHGMqZNcT9mDVM { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #fN3INUbWnhD11uh6IOMaQKmBGnzykEEM { position:relative;display:block;z-index:15000; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iHNfLN0R0Q30REC1C9OhOFBG0s6u5UwW { position:relative;display:block;z-index:15000; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Tz9M4yI99EH7pwf8cEkCrR14fK1bTcLS { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iDsqvfNfpRmKLZeLM1Vyhfk3lp5ZJgVg { position:relative;z-index:2; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #VEnptcJf1qP4TTvqsZCmUEVl3bGunSkw { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vxTC025T7qiNwI2N62fUqyF4prRSCfn9 { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SnEg1zdkEyPz5ff1od0N2M4weI3khGfz { position:relative;z-index:2; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #gcnWkeN9lbKfDFvalTq15KKLFE0nTbsV { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #xcdV9IORgZM7XxHSezDhPkmI7KkL6h6A { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #srgAp9wTlaSeywP4IlaIetKlbCirX3DL { position:relative;z-index:2; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #lXLDHybAESe1VXfICJSiTCzsycit5d3N { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #w0oiE4LAa4Q5OGMymsOfPQF8F270MXx7 { position:relative;display:block;z-index:15000; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #dwur1OFp2aUNXAyncDB2nerh6tZ2Tctz { position:relative;display:block;z-index:15000; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #RdbPlKMfiDbnaoZrvfEFeUKr0JwsFQRv { position:relative; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #z2BVF16gdNel1gT3OPaZS7h4VSvteOkf { position:relative; }
#BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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:none; }#BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX > .row .container { border-width: 0; border-radius: 0; }#BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX > .row .container { font-size:0.875rem;font-family:arial;height:27.125rem;width:75rem;position:relative;display:none; }#QUSn3TKWws767ZGzh6kUNKQBVHKvOwNK { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:18.75rem;top:0rem;left:2.5rem;display:block; }
#CBT5aIbCmZr3XSSytgDkx6X13FxEw6Ri { color:#2740c8;display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.9375rem;left:3.125rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vAETR7XGSDsGIlaSMr4Owac9ctV5VqWG { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.2) ;height:4.6875rem;width:18.75rem;top:5.5rem;left:2.5rem;display:block; }
#T0RaR9tXePzvNNP1kJmp9vrqvceQ7Xo6 { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4375rem;left:6.3125rem;height:2.92535rem;font-style:normal;display:block; }
#rBL2ZcAPAqtdZJZfBgbSwNVpBIsVdb7B { color:#000000;display:block;width:7.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.125rem;left:9.75rem;height:1.9487875rem;font-style:normal;display:block; }
#cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 { color:#1e0a47;display:block;width:14.375rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:11.3125rem;left:3.6875rem;height:10.3819375rem;display:block; }#cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
#eJqRbTpKyZaXqrZqXwSPeu0h37fUsKu5 { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);background-size:auto !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;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:23.75rem;left:6.5rem;display:block; }
#mE4Fpm73H5L6y5AHtEZSTWLAAXVCafHS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lxBfPrv5zGlF8s3b1mw53H6HI1GO25t7 { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);background-size:auto !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;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:23.75rem;left:57.75rem;display:block; }
#UJKc99LaO5pgsx9y5Gaql55llWE8Po6G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tNcqFVrbWNKVvaLlpqI4NLDh466XsaOd { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:18.75rem;top:0rem;left:53.75rem;display:block; }
#HdJuW5yIzRGKRVPAst2wJQ3V1fQN3dbD { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.2) ;height:4.6875rem;width:18.75rem;top:5.5rem;left:53.75rem;display:block; }
#VrRzr1ZaKHTwSALeMIp7MUmeRFCpJ0yy { color:#000000;display:block;width:4.0625rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.4375rem;left:57.4375rem;height:2.92535rem;font-style:normal;display:block; }
#gVI2eE6eNBQaGNQLJUm1r8JrsRI8WJlo { color:#000000;display:block;width:7.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.125rem;left:61.125rem;height:1.9487875rem;font-style:normal;display:block; }
#XENZQTUc9bZI23OqCst9feNRd1yJQ2CW { color:#2740c8;display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.9375rem;left:54.375rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Gs2AZ1x0imehikZh0KxWpwAUZOcRAJ9n { background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #2740c8, #2a2373);background-image: -moz-linear-gradient(top, #2740c8, #2a2373);background-image: -ms-linear-gradient(top, #2740c8, #2a2373);background-image: -o-linear-gradient(top, #2740c8, #2a2373);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#2740c8', endColorstr='#2a2373' );";background-image: linear-gradient(to bottom, #2740c8, #2a2373);background-size:auto !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;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:dosis;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.75rem;height:3.3125rem;text-decoration:none;z-index:15024;text-align:center;text-align-last:center;top:23.75rem;left:32.125rem;display:block; }
#s5phdOUOmUnZKFG0UotDhSH6KcZBWBBF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wkEeetawi6KUNOwMnB5CTlqyGE60SecI { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.2) ;height:25.625rem;width:18.75rem;top:0rem;left:28.125rem;display:block; }
#ftuR7xLl7LAbwIWlNLnv6FkMOmRnqfrh { position:absolute;display:block;z-index:15014;background-color:#2740c8;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.0625rem rgba(0,0,0,0.2) ;height:4.6875rem;width:18.75rem;top:5.5rem;left:28.125rem;display:block; }
#lTDn2vZKUNpBkLfV71zTFCsQ520wTJhT { color:#f2f3f7;display:block;width:4.0625rem;position:absolute;font-family:dosis;font-size:2.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:6.4375rem;left:31.625rem;height:2.92535rem;font-style:normal;display:block; }
#oniCnCbwUQk5nt7DgZRuTAJE8kAUivHi { color:#f2f3f7;display:block;width:7.75rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7.125rem;left:35.625rem;height:1.9487875rem;font-style:normal;display:block; }
#JqenWzXoUytMNtS2eg6ech6fuCs7TFWG { color:#2740c8;display:block;width:17.5rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:1.9375rem;left:28.75rem;height:1.9487875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 { color:#1e0a47;display:block;width:14.375rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:12.1875rem;left:30.3125rem;height:10.3819375rem;display:block; }#FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
#u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE { color:#1e0a47;display:block;width:14.375rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:11.375rem;left:55.3125rem;height:10.3828125rem;display:block; }#u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE li:not(:first-child){ padding-top:0.5625rem;padding-right:0;padding-bottom:0;padding-left:0; }#u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi { 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; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container { background-color: transparent; background-image: none; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container > .video-iframe-container { display: none; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row > .video-iframe-container { display: none; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .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); }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container { border-width: 0; border-radius: 0; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container { font-size:0.875rem;font-family:arial;height:92.8125rem;width:75rem;position:relative;display:block; }#ofzZGRNlAXPoksJfRsBN3ZVCJel6PbGK { color:#f1b002;display:block;width:11.25rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:28.9375rem;left:31.875rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CUgE7uqZTlPolW2bZQMHxM3oHT5L3gts { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:17.125rem;top:33.6875rem;left:0rem;overflow:hidden;display:block; }
#cDPufThNrEX9THxKuCoM2qWTEcMGTH5L { color:#f1b002;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:51.5rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kgeWchOrVawliIV6xy0kHBa5KL4ykTTN { position:absolute;display:block;z-index:15005;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:2rem;width:19.1875rem;top:41.000000953674rem;left:1.1875rem;overflow:hidden;display:block; }
#EciVZtXgO0bVHsVKZDrvQ2qLVIPzTIBw { position:absolute;display:block;z-index:15006;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.5rem;width:15.4375rem;top:40.750000953674rem;left:21.070831298828rem;overflow:hidden;display:block; }
#UsbWFq5wEivf6HmJThktOggNiQrATSIG { position:absolute;display:block;z-index:15007;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.62395625rem;width:17rem;top:40.688543319702rem;left:49.875rem;overflow:hidden;display:block; }
#wyT3UqGmBQD9kELN5iFgnShlfvuHdyza { position:absolute;display:block;z-index:15008;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.3125rem;width:16.375rem;top:34.843750953674rem;left:47.036460876465rem;overflow:hidden;display:block; }
#hbafK91c61eQr5BThgKAczCpswUFJyUO { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:11.6239375rem;top:33.562500953674rem;left:63.376037597656rem;overflow:hidden;display:block; }
#yVzpt5QU16MApyF5fxXbaR7qunVB0b0a { 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.49895625rem;width:10.4375rem;top:34.751043319702rem;left:35.625rem;overflow:hidden;display:block; }
#mPhukluwwawuS0At1vtGPU55m9fc3zf3 { 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:4.9375rem;width:18.25rem;top:65.625rem;left:0rem;overflow:hidden;display:block; }
#TmPiieMydtmOFkQewI4Lv1PDil9ys13m { position:absolute;display:block;z-index:15008;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:6rem;width:13.9364375rem;top:65.125rem;left:38.0625rem;overflow:hidden;display:block; }
#rx7kJWSV5bKgB52h8XMH0eU3XqWr6UJf { position:absolute;display:block;z-index:15013;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:11.375rem;top:64.1875rem;left:18.375rem;overflow:hidden;display:block; }
#PzKio7qtBcWX1f8L6UE9BIoTgsHnfTtd { 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.0625rem;width:15.875rem;top:21.125023841858rem;left:29.5625rem;overflow:hidden;display:block; }
#rTSKyUfWck6FEPrkQmSCTwt9kyhRfTSd { color:#f1b002;display:block;width:30.375rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:16.250023841858rem;left:22.3125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Begui5xLd2uKimx5ZScnqkkEpHBh1e9J { position:absolute;display:block;z-index:15013;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.74791875rem;width:13.9333125rem;top:59.8125rem;left:1.1875rem;overflow:hidden;display:block; }
#TJOWz7nTeKsf61k7brue0IZlmH2FT79A { position:absolute;display:block;z-index:15007;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.18645625rem;width:12.125rem;top:40.407293319702rem;left:37.1875rem;overflow:hidden;display:block; }
#heQH4gZ75rGDd0pUytVrn2e2M2TdqX80 { 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:8.25rem;width:26.3125rem;top:5.5708332061767rem;left:23.597915649414rem;overflow:hidden;display:block; }
#GwXIBRStyyDLKzWhimJJxLFwcMvueW78 { 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:5.75rem;width:20.625rem;top:58rem;left:54.1875rem;overflow:hidden;display:block; }
#gf2EEGSIrIlF8C1sCqxonqpTtM0fb1z0 { 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:4.5625rem;width:21.8125rem;top:58.875rem;left:15.375rem;overflow:hidden;display:block; }
#MR7KlTHgkKTw1TlBDMTReIiFVWTCglk8 { 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:5.6875rem;width:11.625rem;top:65.5rem;left:62.9375rem;overflow:hidden;display:block; }
#ZTart2TBol8ZVWQTCMs0bBSC9R7CgUIZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.8125rem;width:6.3125rem;top:40.093750953674rem;left:67.375rem;overflow:hidden;display:block; }
#bhdCEGmPiQxeNzepuK08cpiq9TeMVoQe { position:absolute;display:block;z-index:15013;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.25rem;width:9.625rem;top:64.5rem;left:52rem;overflow:hidden;display:block; }
#QA4qwGQTZEd2gatKqqydqHe7LIsEyN8F { 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:2rem;width:16.4375rem;top:84.4375rem;left:17.125rem;overflow:hidden;display:block; }
#NK7gUezefRICgUfECReyHrTX12oyEJVT { 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:4.0625rem;width:9.1875rem;top:72.5625rem;left:65.8125rem;overflow:hidden;display:block; }
#pePrgvTqbdAcxQg74RBFrBdFr7kJgQxA { 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:6.75rem;width:9.75rem;top:71.125rem;left:16.4375rem;overflow:hidden;display:block; }
#Z1u8dFOLc1dKZsnHXegXGeTe70do3P7W { position:absolute;display:block;z-index:15013;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.1875rem;width:16.3125rem;top:83.84375rem;left:0rem;overflow:hidden;display:block; }
#L7GQ6gw1WDRyhLau3aDulIv9mi6UzgO5 { 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:5rem;width:6.6875rem;top:65.59375rem;left:31.410415649414rem;overflow:hidden;display:block; }
#slenc5HQHgRd5dSmzllqJ4EXJmLMM6Vm { position:absolute;display:block;z-index:15009;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.8125rem;width:18.5rem;top:59.375rem;left:36.4375rem;overflow:hidden;display:block; }
#PFDG8xdlWoWgCHsONgTPpJ6TbeSbe7sI { position:absolute;display:block;z-index:15009;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.5rem;width:11.5rem;top:73.5rem;left:41.25rem;overflow:hidden;display:block; }
#VqQ7ZX2vG8rsTSmC18uxsIEkewNkqyrH { 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:3rem;width:11.3125rem;top:73.75rem;left:53.625rem;overflow:hidden;display:block; }
#L8vMyLIxxPnnHMoR3s03T5541LeaDUbp { color:#f1b002;display:block;width:35.4375rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4468994140625rem;left:19.78125rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TzkDgW3kawGH4wrzdOL5d4oJfQN4Lul8 { position:absolute;display:block;z-index:15002;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.625rem;width:13.875rem;top:73.9375rem;left:26.0625rem;overflow:hidden;display:block; }
#eTGQXGn5ETVT3zTfOWUL62LiWdSEqTWL { position:absolute;display:block;z-index:15007;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.6875rem;width:17.375rem;top:34.656250953674rem;left:17.125rem;overflow:hidden;display:block; }
#ksTedqtZaSnJKPARLQ4rQHyqNgi8OKVB { 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:3rem;width:16.0625rem;top:79.125rem;left:16.4375rem;overflow:hidden;display:block; }
#oimOBoaq9alsB66vCxiddlNW717OXiUn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5rem;width:6.625rem;top:72.000000953675rem;left:9.8479156494137rem;overflow:hidden;display:block; }
#TG4muzpQ4kxFOwlZS9oWfkfEWrZCZDqT { 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:5.25rem;width:7.5rem;top:78rem;left:61.25rem;overflow:hidden;display:block; }
#n0rdSFhxcCevThO5DxHT9SLe2ZW0AoLU { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:4.875rem;top:77.875rem;left:70.125rem;overflow:hidden;display:block; }
#bV8IooWQvhp2hvTalFtfuG2lgwN70yTn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:12rem;top:78.34375rem;left:33.472915649414rem;overflow:hidden;display:block; }
#AXbJGrWKhBKnFEcBP2oSwMrbpFZTmvWD { 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:4.125rem;width:7.9375rem;top:73.187500953675rem;left:1.1875rem;overflow:hidden;display:block; }
#pMZJHym4IAJpK8PinpXOblOCPSTmIUZ8 { 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:2.9375rem;width:15.875rem;top:79.499969482425rem;left:0rem;overflow:hidden;display:block; }
#saT9HkkDt82Iy7Os7VZFROmJKyTxuyM5 { position:absolute;display:block;z-index:15013;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:14.375rem;top:78.75rem;left:46.0625rem;overflow:hidden;display:block; }
#pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 { position:relative;display:none; }#pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 { border-width: 0; border-radius: 0; }#pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 > .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; }#pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 > .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:none; }#VZho7w1AZ85sTOTbhyzaOhR0BqU45MBk { 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:4.0625rem;width:16.875rem;top:5.044792175293rem;left:26.6875rem;overflow:hidden;display:block; }
#UeKUO18dAyw6lqToWe9w1F9nZUU1zdzr { 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:5.75rem;width:9.6875rem;top:3.419792175293rem;left:45.0625rem;overflow:hidden;display:block; }
#xOtgRTCJcamoZbPQ0BFfnty05BGuqTQu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:9.6208125rem;top:0rem;left:12.5rem;overflow:hidden;display:block; }
#A4NRXC4Mi4pFBJzK20kitnyV5Fza3z3D { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.24895625rem;width:11.0625rem;top:0rem;left:63.9375rem;overflow:hidden;display:block; }
#BK28zP9pXpsOrvClvUvzO4W1ot6rrIa0 { 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.9375rem;width:11.5rem;top:5.107292175293rem;left:63.5rem;overflow:hidden;display:block; }
#QtmaS0WwQAt1v76MmT15AXQuPTBItZv8 { 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:2.8125rem;width:10.9375rem;top:1.3125rem;left:36.0625rem;overflow:hidden;display:block; }
#hJD1ra92okcSSUVVWA0oeltmHLT7oxw4 { 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:2.25rem;width:16.5rem;top:9.1072921752931rem;left:27.875rem;overflow:hidden;display:block; }
#TaQnTikUBRkW2E0gVsG3gxBuZEXT9Iyh { 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:4.375rem;width:10.3125rem;top:5.90625rem;left:16.4375rem;overflow:hidden;display:block; }
#fS6xVRz6btuoXw7QFs3S3oQIBi2ApRMp { position:absolute;display:block;z-index:15002;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.43645625rem;width:12.25rem;top:13.688537597656rem;left:22.120834350586rem;overflow:hidden;display:block; }
#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;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; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container { background-color: transparent; background-image: none; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container > .video-iframe-container { display: none; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row > .video-iframe-container { display: none; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .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); }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container { border-width: 0; border-radius: 0; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:75rem;position:relative;display:block; }#FKWfW0T7yMHGVSzqGHxptadRNI2C2t0m { color:#072351;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:0rem;left:0rem;height:3.9rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 { position:relative;display:block; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 { background-color: transparent; background-image: none; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .row .container > .video-iframe-container { display: none; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .row > .video-iframe-container { display: none; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .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); }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 { border-width: 0; border-radius: 0; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .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; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;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; }#NR18fzP8rkrmWvQea2tFW2TqUb3qITqJ { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.81175rem;width:19.24925rem;top:3.6875rem;left:2.75rem;display:block; }
#rTdvvkq72TXVs6XXPP6H0082FXtiHKZa { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:3.75rem;left:27.75rem;display:block; }
#DF4hsTheznLAAps0d99grk4X9FuTSD2F { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:3.6875rem;left:52.75rem;display:block; }
#AgNAWrwNuTCM9HM55wJGtAa5uxC14KJm { color:#13101c;display:block;width:18.31175rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:1.25rem;left:3.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nK0HMKmoNwA8TiphEmuhuPQkRZn1kWLV { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:1.25rem;left:28.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NztHBzZNbx9gre1Vv1qhaDDVadcfTDVU { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:1.25rem;left:54.0625rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O { position:relative;display:block; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O { background-color: transparent; background-image: none; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .row .container > .video-iframe-container { display: none; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .row > .video-iframe-container { display: none; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .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); }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O { border-width: 0; border-radius: 0; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .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; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.875rem;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; }#dt2164bmnMMQNCTXfkuFpiPAAbEvdR9K { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.81175rem;width:19.24925rem;top:3.6875rem;left:2.75rem;display:block; }
#NNADUMwZmIi9lLIIL6yVLsGmUcTbVEhh { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:3.75rem;left:27.75rem;display:block; }
#RpAJGVyx2mLD3PiVJEKPtmMVSeh6UIdL { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:3.6875rem;left:52.75rem;display:block; }
#i97FZK0M4M4yt6U94alKfQlq8fg7PGl0 { color:#13101c;display:block;width:18.31175rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:1.25rem;left:3.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GaaN12gM3VcumKhLEuqKFnXAMkvV77SE { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:1.25rem;left:28.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iMTQUZgNITOeZ44LJn3XufCP0ufo8Fmq { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:1.25rem;left:54.0625rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M { position:relative;display:block; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M { background-color: transparent; background-image: none; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .row .container > .video-iframe-container { display: none; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .row > .video-iframe-container { display: none; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .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); }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M { border-width: 0; border-radius: 0; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .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; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:14.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; }#Ugv3XSN4xfydmd8PckGTObEMltbBePl5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.81175rem;width:19.24925rem;top:3.75rem;left:2.75rem;display:block; }
#TWBeo9PVCkVOr22NWxe59kWuJfJR0Grf { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:3.8125rem;left:27.75rem;display:block; }
#wsCWHveORVEVyfiBrvslbWklIeR5kv8w { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:3.75rem;left:52.75rem;display:block; }
#r9SgfsvzWr3nk6nrsSQbdRB34VzNaqOQ { color:#13101c;display:block;width:18.31175rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:1.3125rem;left:3.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nOD2vfoMC9GicCsURyMPVN8q5Ha8Fshh { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:1.3125rem;left:28.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#E48W7KXIKJxpZZN83a1ZXKBSdQtdFnSh { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:1.3125rem;left:54.0625rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN { position:relative;display:block; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN { background-color: transparent; background-image: none; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .row .container > .video-iframe-container { display: none; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .row > .video-iframe-container { display: none; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .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); }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN { border-width: 0; border-radius: 0; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .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; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;font-size:0.875rem;font-family:arial;height:15.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; }#LRdQ6csmxAiyDerTfX7gNKCFZM2TTlVT { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:2.3125rem;left:2.875rem;display:block; }
#EESMQzA1GW03tBnKrA1PSyne5bCspN66 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:2.3125rem;left:27.875rem;display:block; }
#LcNfBuFAEFF3F5OzoscDoQT3Noi25sIu { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:10.8105625rem;width:19.2480625rem;top:2.3125rem;left:52.875rem;display:block; }
#ELlHFZkdJVJD6g7HJbovTQ5pf8TWwJlV { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:0rem;left:3.3125rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Op9H7lbZa4sfcIhqpA6OT1bano8BBy35 { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:0rem;left:29.25rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wmaGLf3M71ihA7DFRocPF4zc4KTxd5qm { color:#13101c;display:block;width:18.3105625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:0rem;left:54.1875rem;height:1.78125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f7;background-image:url("https://images.assets-landingi.com/uc/9bff1b82-52c0-4805-81ff-0021dbb3daf5/ST2025J_KAT_tlo.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf.adaptive-delivery-prevent-bg, #T27O4aqy3110WwShtQTMTb3Dzr5P96Cf.lazyload, #T27O4aqy3110WwShtQTMTb3Dzr5P96Cf.lazyloading { background-image: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container { background-color: transparent; background-image: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container > .video-iframe-container { display: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row > .video-iframe-container { display: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .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); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container { border-width: 0; border-radius: 0; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container { font-size:0.875rem;font-family:arial;height:36.875rem;width:75rem;position:relative;display:block; }#JThv1d7MoOBrzaH9QdWD8i2adWUew9mT { color:#ffffff;display:block;width:75rem;position:absolute;font-family:dosis;font-size:3rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:1.1056861877441rem;left:0rem;height:3.90014375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zsL88578NgnI1Mo4U4KB9hqrXNwT6Fsv { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:29.5625rem;left:55.6875rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qOvuPprgyhtKFmNzZUGCiJGamZrdrJPA { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:31.0625rem;left:55.8125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#iqolbnKBSEUrS7tZRcX9Kip2SwyTbTUw { color:#ffffff;display:block;width:19rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:25.25rem;left:29.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nzCSVyd6p67XGzBdFmems5cpkuyVQisr { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:27.3125rem;left:29.375rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#s4Agyz49fK9mfmSdyQEawalPPRfMToxM { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:29.375rem;left:30.8125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NOOru7PwhKeBUXBm0T21bsXp0gDGH78p { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15041;line-height:1.3;letter-spacing:0;top:30.875rem;left:30.8125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qbzvU3MUatii1wiu1K6dskaxklw9xTta { color:#ffffff;display:block;width:19rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:25.3125rem;left:54.4375rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#P0GSG8kBiiimm7QFvEwT8giWNSRhzb9u { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15036;line-height:1.3;letter-spacing:0;top:27.375rem;left:54.6875rem;height:1.462675rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LGI864VhwW0mt2rLkJMhLFgcKWbTVyh7 { position:absolute;display:block;z-index:15027;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/75a66950-6782-4d72-8616-586f53d4f631/_Z627405.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.25rem;width:13.25rem;top:11.25rem;left:32.125rem;display:block; }#LGI864VhwW0mt2rLkJMhLFgcKWbTVyh7.adaptive-delivery-prevent-bg, #LGI864VhwW0mt2rLkJMhLFgcKWbTVyh7.lazyload, #LGI864VhwW0mt2rLkJMhLFgcKWbTVyh7.lazyloading { background-image: none; }
#R45L9VTiD9o5L5bGuXl3pvJNBgQtydFb { position:absolute;display:block;z-index:15021;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7f4fca1a-bac5-44cc-9b3d-bf0a9f2029f3/MirekGaniec_2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:13.2483125rem;width:13.2483125rem;top:11.125rem;left:57.1875rem;display:block; }#R45L9VTiD9o5L5bGuXl3pvJNBgQtydFb.adaptive-delivery-prevent-bg, #R45L9VTiD9o5L5bGuXl3pvJNBgQtydFb.lazyload, #R45L9VTiD9o5L5bGuXl3pvJNBgQtydFb.lazyloading { background-image: none; }
#fFLLJi28ZBhdBuu9xeDDChR6kV79SykO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:21.9375rem;left:41.75rem; }
#fFLLJi28ZBhdBuu9xeDDChR6kV79SykO > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#pNQxHFQM5z0KiByQFcmZM87ILGXGvzbQ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15045;opacity:1;top:21.9375rem;left:65.375rem; }
#pNQxHFQM5z0KiByQFcmZM87ILGXGvzbQ > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#qvV9rW7CmM7NoVkubhEoO3206c1xfwvW { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/6d9052f1-e26e-4c4f-a5f0-b675bdaea7c4/_Z627298_11.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62.5rem;border-top-right-radius:62.5rem;border-bottom-left-radius:62.5rem;border-bottom-right-radius:62.5rem;box-shadow: none;height:12.8125rem;width:12.8125rem;top:11.3125rem;left:7.375rem;display:block; }#qvV9rW7CmM7NoVkubhEoO3206c1xfwvW.adaptive-delivery-prevent-bg, #qvV9rW7CmM7NoVkubhEoO3206c1xfwvW.lazyload, #qvV9rW7CmM7NoVkubhEoO3206c1xfwvW.lazyloading { background-image: none; }
#p4eTJBMGsnpd1mk4TzU6n9KPCeOWvN6r { color:#ffffff;display:block;width:19rem;position:absolute;font-family:dosis;font-size:1.5625rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:25.125rem;left:4.125rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wmAMnubhAvky1Jf0gcqt4Vt1LLMOu2J4 { color:#ffffff;display:block;width:19.0625rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:300;z-index:15039;line-height:1.3;letter-spacing:0;top:27.1875rem;left:4.375rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ovwhIS6D2iM02LcVwXlL8NBsE3FRthkp { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:28.8125rem;left:5.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XonloioQRNa8qAOuzlvdWbtc0FtXR8LR { color:#ffffff;display:block;width:16.25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:30.3125rem;left:5.625rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#filNiMobEkQOOzve4ZkTBFkxrJEql6JK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.625rem;width:2.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:21.5625rem;left:16.9375rem; }
#filNiMobEkQOOzve4ZkTBFkxrJEql6JK > img { max-width: 100%;max-height:100%; width:2.625rem; height:2.625rem; }#VDxs7fsTxwH1zlpte00i3T2Dx7RIAdlT { color:#f1b002;display:block;width:25rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:6.5rem;left:1.25rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#pXcDQi1abP5loZToAA4KHt4Fv7Hh8DNF { color:#f1b002;display:block;width:19rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:6.5625rem;left:29.25rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#daqRAwD2mqqkbLKRuBTFbm2PpNv0MRnc { color:#f1b002;display:block;width:19rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:6.5rem;left:54.75rem;height:3.0875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1e0a47;background-image:url("https://images.assets-landingi.com/uc/9bff1b82-52c0-4805-81ff-0021dbb3daf5/ST2025J_KAT_tlo.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !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; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o.adaptive-delivery-prevent-bg, #TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o.lazyload, #TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o.lazyloading { background-image: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container { background-color: transparent; background-image: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container > .video-iframe-container { display: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row > .video-iframe-container { display: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .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); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container { border-width: 0; border-radius: 0; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container { font-size:0.875rem;font-family:arial;height:35.1875rem;width:75rem;position:relative;display:block; }#v2N0FrwtwsGqlTTHMwUyebeCIH4WZDty { color:#ffffff;display:block;width:25rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:3.4375rem;left:2.5625rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DiEGv4sbAwUK2lPIVs6e51vfXEJvSB50 { color:#ffffff;display:block;width:19.875rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:400;z-index:15047;line-height:1.3;letter-spacing:0;top:5.5rem;left:2.5rem;height:7.71875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A2fVvkJo2QUwG69LCZFPRuaAiGcC4Amq { position:absolute;display:block;z-index:15050;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.4375rem;width:13.624125rem;top:14.624568939209rem;left:1.9368495941162rem;overflow:hidden;display:block; }
#tOxghNfSeqnoF5B1mJxdhpFtd4ZblKkx { color:#ffffff;display:block;width:25rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:700;z-index:15047;line-height:1.3;letter-spacing:0;top:21.25rem;left:2.5618495941162rem;height:1.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y7pQlB3zw2dTsP2TqNhuT7qzWaGG3pFD { position:absolute;display:block;z-index:15053;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:20.4375rem;width:24.375rem;top:3.4375rem;left:28.1875rem;overflow:hidden;display:block; }
#e8yX33DI0LA1MDEURvIkSTwpv3gTfc1v { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.31206875rem;width:12.1245625rem;top:23.875rem;left:2.5625rem;overflow:hidden;display:block; }
#Cgm9VNTCve5DJmfy5F2yTyFIv1J6riQx { 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:4.31206875rem;width:12.1245625rem;top:23.875rem;left:19.125rem;overflow:hidden;display:block; }
#cgiTzSNqg8vBWtFsqW1LLZqTQhD9AGzJ { 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:15rem;width:17.9373125rem;top:4.98046875rem;left:54.498697280884rem;overflow:hidden;display:block; }
#oH5IimHRSxLw3628LXnGAzvC4GKJ3Po0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:28.1875rem;left:5.5625rem; }
#oH5IimHRSxLw3628LXnGAzvC4GKJ3Po0 > img { max-width: 100%;max-height:100%; width:2.62478125rem; height:2.62478125rem; }#ckB9cvQyP74T6ztpSn4UNtdzrE9DD6CT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:28.186851501465rem;left:22.373048782349rem; }
#ckB9cvQyP74T6ztpSn4UNtdzrE9DD6CT > img { max-width: 100%;max-height:100%; width:2.62478125rem; height:2.62478125rem; }#T6bTTPT5TUO1nnusZtau1fsnJ0ib14qk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:28.1875rem;left:9.4375rem; }
#T6bTTPT5TUO1nnusZtau1fsnJ0ib14qk > img { max-width: 100%;max-height:100%; width:2.62478125rem; height:2.62478125rem; }#b1eyFODkVcRR3TTRxzHSAcilrFsMKQDi { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.62478125rem;width:2.62478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:28.186851501465rem;left:26.749132156372rem; }
#b1eyFODkVcRR3TTRxzHSAcilrFsMKQDi > img { max-width: 100%;max-height:100%; width:2.62478125rem; height:2.62478125rem; }#LdsQNCmFNucOK2TbOCtkFqNqsba1U8sS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.87435rem;width:2.87435rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:28.186851501465rem;left:30.435113906861rem; }
#LdsQNCmFNucOK2TbOCtkFqNqsba1U8sS > img { max-width: 100%;max-height:100%; width:2.87435rem; height:2.87435rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JnVMSwMtP0u4x69Gz3NSntNty8GCeymd { display:block; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT0EF193RQTLqbIcv9zFp0X4hzVMrAyc { width:7.6875rem;height:2.6875rem;top:0.375rem;left:11.874132156372rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzkwGGTk0EihPT5dtMC5yWP4QNeDB1pV { display:block; }
 }@media only screen and (max-width: 763px) { #GIKBr6pTIqkiTgaJzybmThqPJFhzTf2R { width:5.75rem;height:2.6875rem;top:0.375rem;left:20.309465408325rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2sBXLL6Oz7OaPc22qfuRxqSIgyoWqAr { display:block; }
 }@media only screen and (max-width: 763px) { #BlVFFOImn80moXDcHTNO4iRppigoFCpC { width:6.6875rem;height:2.6875rem;top:0.375rem;left:26.937067031861rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsRpknxEq1Giyy4tl6JQVWDICZrZWegA { display:block; }
 }@media only screen and (max-width: 763px) { #MUZA76mRMhzXRq3t6PDHJo8H72O8PrgC { width:6.625rem;height:2.6875rem;top:0.375rem;left:34.24827003479rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHZzM6IUCkEsTNx8nEs2U2Xfnab7l463 { display:block; }
 }@media only screen and (max-width: 763px) { #asvqX88wZWCbHiimx4aMlybv9egwUUtg { width:9.1875rem;height:2.6875rem;top:0.375rem;left:38.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKovcJTfFhwytpXIhrmbtWLQ3LRcOp22 { display:block; }
 }@media only screen and (max-width: 763px) { #V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz { display:block; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpEQkdk2LW5o52cekuwHf00Jet6CTHfl { width:22.8125rem;height:2.0625rem;top:13.25rem;left:24.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJEI35783XAhB44qsoTAHOGpOrZKH98w { width:10.6875rem;height:3.25rem;top:30.4375rem;left:31.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z714kpDolqWglyI6fSaH5npzcZsD0eLu { display:block; }
 }@media only screen and (max-width: 763px) { #HtEwSsf12g3Txbzu9g8UFnAuhh3c8oKf { width:47.75rem;height:5rem;top:35.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIJTGdqParyEDswJL8TlnkBLxd0F0yeS { width:28.125rem;height:1.9375rem;top:37.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2RZucf13SGwCHEst2V1De3TJEGu2swa { width:4.6875rem;height:0.125rem;top:38.1875rem;left:21.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eCT13JRoVxxpn0quTTSLaCzQ8p3naDTr { width:;height:;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CiNWvGLmyKAhm3xdGBbHSg05ziHiP3oU { width:15.75rem;height:4.0625rem;top:35.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESdx9bzqmhcVQQw9yqI6Cw4eHCvPOT13 { width:15.75rem;height:1.9375rem;top:33.3125rem;left:3.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .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; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .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; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i { display:flex;width:13.9375rem;height:3.875rem;top:35.1875rem;left:3.625rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #ACJ9XKaePbSiH4ecqvtQzcCvCXOyVtJK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #meZ1CVCqryg41DTH6eQt5nutrBmGXQvT {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #S2DX0LdbUQvim32THWGIQRn6BzdB028a {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #Nb2g7Xi4ggT4vUNaPwgWCkordUUnXlD5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #wCC2WmvcuKKOzGUZSHU1b48BL3th2lTA {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #XVJpOO68qifviGfKfTU9XnibTWWzUzNB {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #I6mkcyJ0iRnDud2dUJAMkye4IrAfG1TC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #TxNosmDa0zVDwhF4riUce2AVG0IVhBCB {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #WBMecLBWVeRK83LwnuKDLrT7MmPyBOZC {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #pZK0bL2tBxuCKRQ3DnNwHAH8TwyT3Zu6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #BXsaisfLbiIzmz3J3hif6IzhEuZZJGEg {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #Ox9052otT0JLxKlT1ZFT4dRPnTOn2vWR {  }
 }@media only screen and (max-width: 763px) { #GRiAkixuzV6SReRh3sHVrMK8Qnz4XGJp { width:1.875rem;height:1.875rem;top:37.375rem;left:43.25rem;display:block; }
#GRiAkixuzV6SReRh3sHVrMK8Qnz4XGJp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iZ5NKB4IcwvxF8VV8zAWZMW3v5lIG22A { width:1.875rem;height:1.875rem;top:37.375rem;left:45.875rem;display:block; }
#iZ5NKB4IcwvxF8VV8zAWZMW3v5lIG22A > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #soR1X2w0omoxTVhMu68woJghQquWc5PH { width:1.875rem;height:1.875rem;top:37.375rem;left:45.875rem;display:block; }
#soR1X2w0omoxTVhMu68woJghQquWc5PH > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UeEy40z32ZWLrd67oBrqsgSVRt9sGOGc { top:3.875rem;left:24.0625rem;width:21.375rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNlWaCPTVmG43hsARqn4qdKPRqnnByNH { top:7.75rem;left:40.4375rem;width:7.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnQZ1ydCbTWJdmdVTdIUqriVlx9dibOd { width:37.25rem;height:35.5625rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLxbKNBNeBTkwuweC1l2uI0AKFAwBI3S { top:4.125rem;left:0rem;width:30.625rem;height:30.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwfMM35tbrc2lg9NaZ1bVXoekOTyQian { display:block; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLwzzsAxf1THu0lvUl4tqEPptOJ1DzFx { width:47.75rem;height:4.25rem;top:4.3125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc { display:block; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR2aveyOMd54fkmnBgwI79tZTB35GWVF { width:47.75rem;height:3.875rem;top:0rem;left:0rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roCc98MVbyaxsMXMFATIE78VgrEVBX76 { display:block; }#roCc98MVbyaxsMXMFATIE78VgrEVBX76 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uD4JLA1EkA2azbh6K8fgMUp4ZafXHtD9 { width:47.75rem;height:2.4375rem;top:1.0625rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdDJ2IqVPenNVOtlsGQu6ZBGv3i8DJgI { display:block; }#mdDJ2IqVPenNVOtlsGQu6ZBGv3i8DJgI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TepUgz6NCBTprpTEbMTKLiTiZgw0Q1rc { width:44.6875rem;height:1.4375rem;top:93.4375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUksaI6k7O3izX1E47ppPDbnSUbTCdbS { width:44.6875rem;height:1.4375rem;top:2.3125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3pote3EUvR78tvaekqmvJ1HO0LzHEQT { width:47.75rem;height:1.9375rem;top:23.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsbOH0ihIlk3NrclDiCDKTsUwUwXdkFr { width:44.6875rem;height:1.4375rem;top:25.625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PThglpC402KtbTrh1ihBbLKqFE4CP46c { width:47.75rem;height:3.875rem;top:46.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRtWI1BXghv6cy131Et5tCH9ZIVgZtZe { width:44.6875rem;height:1.4375rem;top:49.9375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSav4BA9S18ni1tqETcxOlbGZuuXtls9 { width:47.75rem;height:1.9375rem;top:77.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSt1eGGADaRuBpmF6EOqFLvTpyNHTMc7 { width:44.6875rem;height:1.4375rem;top:79.6875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M669ZWlr7MuRIosisb9nkheSQ2OGsuir { width:47.75rem;height:1.9375rem;top:82.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7dJ85Drkw94Hksqigv2eMacebKgSceF { width:44.6875rem;height:1.4375rem;top:84.3125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXbv1nTB9sD3kBPEGeTTazrqpPFQ7QEP { width:47.75rem;height:3.875rem;top:61.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm3zWEcvavnMs0l0fpD6CXXPQVfrQ1Fk { width:44.6875rem;height:1.4375rem;top:65.75rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCy9T8woumlUc1CZkaDtbdbJtwTSV6LA { width:47.75rem;height:1.9375rem;top:36.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZT6ccxrwq9FtUV7UBPsBJTHcH74lOGI { width:44.6875rem;height:1.4375rem;top:38.75rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDKlSFLRgcN6ctZgr6vCuz75nOegG8yM { width:47.75rem;height:1.9375rem;top:52.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irJPsdzPVlNs58T09mKlWa7L7ceQJNyz { width:44.6875rem;height:1.4375rem;top:54.5625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUc5MinfeZGwfIlPrvU8rR9bMc5gFNwo { width:47.75rem;height:1.9375rem;top:96.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2VQTlEztLoZk3gxBh6Cv8qVA6vL2kho { width:44.6875rem;height:1.4375rem;top:98.0625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKbWzkeAB3MiaZhecGPq8AN0g42zvkOO { width:47.75rem;height:1.9375rem;top:73.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzSDeyUCTkqB5VxKpO0H3Iq7THg0iRag { width:44.6875rem;height:1.4375rem;top:75rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4zb2LJuUG73mW8fVDp7xabdfkI3n1lB { width:47.75rem;height:1.9375rem;top:14.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtzTV5qaE0qHSeZmTGzhr9yt7HTLAsrP { width:47.75rem;height:1.9375rem;top:5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUQUqSGsLfaNhLUyTHgMwTIV8ALwZuSg { width:44.6875rem;height:1.4375rem;top:6.9375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQeZMxx5OPVwTcRiOLVMyaKiTr5JW8Gm { width:47.75rem;height:1.9375rem;top:91.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArAutxoXb352X5vbTeMOMELXJCEBZq6s { width:47.75rem;height:1.9375rem;top:105.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvfmQZnN1gIbmpxz9vZI1egkH4WL8FPb { width:44.6875rem;height:1.4375rem;top:107.3125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWCQRnJ7ppU70XFKIU1UZSlbN88sSMgr { width:47.75rem;height:1.9375rem;top:41.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRn94zvW7mfEib016C3UhNA3WtSTbUHW { width:44.6875rem;height:1.4375rem;top:43.375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l694JL47M9ZzTkxBD11adgCzqeszGCiq { width:47.75rem;height:1.9375rem;top:57.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5BC2dIaEr91oME2Q5NuEcsZy906MBva { width:44.6875rem;height:1.4375rem;top:59.1875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBFuZWxRO9wxmnyNkP593Wr11sf41XWO { width:44.6875rem;height:1.4375rem;top:16.375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvpMdKvNi3D7ONRmpgVoA3fNekXhiCOF { width:47.75rem;height:1.9375rem;top:27.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6d6VNi026bAHR8vH2yTNJnaibaNDw7m { width:44.6875rem;height:1.4375rem;top:21rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8NT2182guhkBK47GAXKQGtFOf8GC7f2 { width:44.6875rem;height:1.4375rem;top:29.5rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyFE4BTz3zRQ0iNL31iJnVRF11WkJiSg { width:47.75rem;height:1.9375rem;top:100.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbDqa45v9ITPhDKkOQXay4yUM3bV81nc { width:44.6875rem;height:1.4375rem;top:102.6875rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBwFZaJx9MiLp4xLEWU8ZZHyZEOfkZwe { width:47.75rem;height:1.9375rem;top:19.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UesNiu9aL3OR9tQ79nRbXsv8y7GXZRTy { width:47.75rem;height:1.9375rem;top:32.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0omGD1QKAKVX9S3KCBTb5fST5eutnSI { width:44.6875rem;height:1.4375rem;top:34.125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh4rOIrBt8d8ybakg5HTXsXyolJWn3qe { width:47.75rem;height:1.9375rem;top:9.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL8tASO67q44osRVrqc8vtn9QbIVWZVu { width:44.6875rem;height:1.4375rem;top:11.5625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elc9nalEqTsxvLQrRuJ2hV2P72kVBncd { width:44.6875rem;height:1.4375rem;top:116.625rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5x4Hc6FSxht9bRBVnGTfhh9vXXI1XS6 { width:47.75rem;height:1.9375rem;top:114.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMDJio1thQBDT8LJHJPfECXXWCyVwaMr { width:47.75rem;height:1.9375rem;top:68.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWcDkOy9NKphMzzl6rM1ezFVzQvqm7kE { width:44.6875rem;height:1.4375rem;top:70.375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdvykq6dpf3OPFd5Tx9l3V5TJwAOX7gS { width:47.75rem;height:1.9375rem;top:110rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQNL9DcLWhaUp8KFTBenJXI9HuTfQ0w { width:44.6875rem;height:1.4375rem;top:111.9375rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzuecW5tTTpuILxCQ0ogKNtEU2xOV7MQ { width:47.75rem;height:1.9375rem;top:0.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XokTGFIPyBLLvJMUpmEFbW2v30JKJVRq { width:44.6875rem;height:1.4375rem;top:88.8125rem;left:2.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqgdS99PhaszWUqc9uu76TBC810Mps4U { width:47.75rem;height:1.9375rem;top:86.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP { display:block; }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cMV0TqmFZZJ2sFz5hT14Z3D9RAkga4QW { width:47.75rem;height:2.4375rem;top:0.5625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb { display:block; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1tF1NGXsEZbTNz3gHO5aHEE4WJuqaTT { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLK8spTnIDtDnGWEsWmm55Z2PDig8Dl7 { width:42.9375rem;height:3.4375rem;top:1.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0kZHqow0EvpsuwidPWbUEOCivl0oy72 { width:42.9375rem;height:1.4375rem;top:4.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x9Co4aFyAo0blvTmVtTXhmy8W2l0VHT2 { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #broLXBQqSmlHy47mpITp68p3tugnMqq2 { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3X5nwLV1Btz9iaTzHAUUObVvGh1D9RM { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJGdKgq0AwfLq8o65dbnMtfJixK6JHq { display:block; }
 }@media only screen and (max-width: 763px) { #ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv { display:block; }#ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhL56tB4MXOuBVKnINv3apu9Cb3UTlrR { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWrPJIwscQTeRKxe8S7egTR9OVWirAuK { width:42.9375rem;height:3.4375rem;top:1.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8axJEN3wPQMMup84h1dqU5JM0G0GFpr { width:42.9375rem;height:1.4375rem;top:4.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n10UWE5ldLz19p8JtaahaINNST01zLSM { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L6Dinp1qiKUNRmT95HXxdLSqbikZZHk7 { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHeUnQOGMVx3FgpBW52CUFDVyFXZPNg5 { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np6DT0TpTaCTB7SbU9ibNCoWxn9lUn3T { display:block; }
 }@media only screen and (max-width: 763px) { #Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde { display:block; }#Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbOzGOPhiirpxWWTVm7PpsHmN9Xmao06 { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlU5mNKWBaaknpHUZa6xNEJNx7WM7lXr { width:42.9375rem;height:3.4375rem;top:1.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqZzU4IgT5PvHTz9y01LAEbhmhSy2QZC { width:42.9375rem;height:1.4375rem;top:4.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XhA75VQpU5hpwy62VVmsDZDn78VlaQlJ { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnMO5QBOh8gSXFZeT2o0dRlIrcsT4q9Z { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv2GKCK0M59B1TIJgAlOSUUlGAOJpFJF { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtiPvl42h5TdFQbVMG9TATb2IIlEBgXm { display:block; }
 }@media only screen and (max-width: 763px) { #MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp { display:block; }#MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJLC58gtX1pBVTTPpOhNXFCNk6WHerT9 { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE45il6TtOpiTVhNaAKsbSwKUVKteme1 { width:42.9375rem;height:3.4375rem;top:1.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPUUvzw8gvHVTsxWlBXP0ecCIJNDFBwF { width:42.9375rem;height:1.4375rem;top:4.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlQ86LdMlOqAVRaaTRQpwprxvi0RHuqU { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M239dvfVDNuKKczzGvz9JLyykhvF0oJ6 { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqBIaScR4dOIBG2Ug36yLIVGuFTxPTrm { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuWIsVm2veslh0Uu6nKbKQNwMVwMQTxu { display:block; }
 }@media only screen and (max-width: 763px) { #OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr { display:block; }#OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZckuZnikITMVIdihAbDsX2CnI9hTOoMV { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoc7rsuuRH3CTMpKARN6gv8MNhxmGdhh { width:42.9375rem;height:3.4375rem;top:1.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNE4sdOQKVSmmT80iAXglr5ux8CemTKy { width:42.9375rem;height:1.4375rem;top:4.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6MSn1xsFNPCutumWOkBnNV4RTUSPNo5 { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RkCuTUD0GcGC8I79RXVRfMVnvQQxHTqD { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLIFk2PLNmLCdgqN1dfeifKdf91BTHr7 { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvXoa4WBgv718kpxDBN5OUymPLzpupef { display:block; }
 }@media only screen and (max-width: 763px) { #zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 { display:block; }#zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeOD4bqpySUg0ZkBtzzXAwrGyrT2tw07 { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6GrPTfsQKwN8JQn8KRuTwObasCW2lQo { width:42.9375rem;height:1.6875rem;top:1.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEAhBii3d5RPoVtK2mCR7tUupgmZP0Wf { width:42.9375rem;height:1.4375rem;top:3.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KXvQOLngDw8f0K2QDhX8kVMWCInuDls9 { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xph4lOBqHoTdwJhFsuo1cuTFl6G40PKa { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWlHoa05CiB42GebU03dI0Hnfe1Hr07p { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLy7NVTOixlbzQWv6mIWKsWqKKK7TFRJ { display:block; }
 }@media only screen and (max-width: 763px) { #c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 { display:block; }#c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQImrXsVkAlgGUwHkkNGZJinmWrlMaZs { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nluOHZ7U1tolO1iALS4AE6wA2lCJ09Vm { width:42.9375rem;height:1.6875rem;top:1.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFSLq5FrmEt8A0UDf1avDAHWB9A8833l { width:42.9375rem;height:1.4375rem;top:3.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pnBUsn2v3Xd1b6scGVfFzyqP17c7J5zp { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4wmiKpFzI3InnMfCeKzPPv46CUmhDa6 { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOu1lJhAbGtrrWT2I1gsEV25SFTQ5gKm { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnQJrzaCIhbnSMpOcwr8B5PvvxonM2fl { display:block; }
 }@media only screen and (max-width: 763px) { #BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI { display:block; }#BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0QxxTuT0Pgok6Tnkp4U937JPM6vWlAD { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR8WFsmrRKfxgQ2a5Amf3NEarbmilZPT { width:42.9375rem;height:3.4375rem;top:1.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbcho8RI7oq9E5H6GaeporVtPlyOio5W { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fapbDkDcJPocITF3p9uuDuwkN1G4kcgy { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8UK4Nd0RE1AoDsBioo8Th1EkwTHJVNg { width:42.9375rem;height:1.4375rem;top:4.375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwkCpdXNmJsTNEICcDRLr49Uwt5DQf4d { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMZ1ab0ESzMRvgKIGDb3OR3i7gxnMDTv { display:block; }
 }@media only screen and (max-width: 763px) { #gumAucnueCz64evGqRSSkHy5tn3urGBX { display:block; }#gumAucnueCz64evGqRSSkHy5tn3urGBX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7awyxKTXSfNJUinNVQAhZ5dttEJb6HB { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4pKbOtgyWaieTpX53ATNRF5pb89vEkT { width:42.9375rem;height:1.6875rem;top:1.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbNcR4ytKTU58FhFP0FpmA70p7t5lUxa { width:42.9375rem;height:1.4375rem;top:3.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8gBsWq4SKzt9TQ3VUAuAPWncnRZVlLC { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxxTNc3gctLnWPrWX9qRckuw1wPkqv38 { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUuuFMBGKqppoIBTpcciFVlpuPlFuvJZ { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0txg7CstwAQlHdfPyDPTShtS54nxdJw { display:block; }
 }@media only screen and (max-width: 763px) { #sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli { display:block; }#sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcZfTyenU6nh1nOVdzgie18qkJTyb2T9 { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUeItDiBGAUKz00iVSvtvrtidF9eVo3U { width:42.9375rem;height:1.6875rem;top:1.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsqBgJiEklJSnbb6VPQycXpB0701fLqJ { width:42.9375rem;height:1.4375rem;top:3.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yg4X4VZEuqvn4dCVQhm9F21CMq18GtZc { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yOT8au9UMMMlhBiHugozqpxBdrpSfQBz { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLQyvt19W9TcRgwcVuXNPpHPQ45wMxm1 { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGc2GqLP4aNNiCD2VXBtxz7e5Tuz2UX7 { display:block; }
 }@media only screen and (max-width: 763px) { #kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv { display:block; }#kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4h2hLfcnweQxXOqhSZougpeZpGqT4lB { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcI004obxcvak55UFN1nliWq2PmnTzfd { width:42.9375rem;height:1.6875rem;top:1.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrZLvwDQxdK7MOpUzs85WgD1wukd38pl { width:42.9375rem;height:1.4375rem;top:3.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwPUm4TrcVnz2fBZUmufv3llM69vNQI5 { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pQ1KoWl0SbLT0E0vIo2Sf8Jai83cNH5y { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRQRB7lSIRPB9C86MTiK24EDkHkckAta { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3NqMFi1v1fMar9fshyr6ygwmvgWt7nb { display:block; }
 }@media only screen and (max-width: 763px) { #AsfOSsHTu4g8s1UqiLENNZarSRucMPKV { display:block; }#AsfOSsHTu4g8s1UqiLENNZarSRucMPKV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6NWQXGkJ6LgTLyWB5HcbS3pSz4dcqf1 { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ4cpQV2pJIgywPba1WgKffqGIT2V3sr { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NGGHLkTiitZASfTpRyEBD7Ehq9H09049 { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkGVbK2NFxiyymbtCVORIgsQ8s6nUHPb { width:42.9375rem;height:3.4375rem;top:1rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdldJF0qNnGwdCOzQZ0KxJFbDrxqvLQC { width:42.9375rem;height:1.4375rem;top:4.375rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2OIIR2QDsLto3QXTnVaa2sZO0HoNhK { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhHfqDJ6sK3BKOPVmehBM5CvcPrEZeRt { display:block; }
 }@media only screen and (max-width: 763px) { #iQvACrTXtUvtFPyxrHDbxyUFcIls00im { display:block; }#iQvACrTXtUvtFPyxrHDbxyUFcIls00im > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvGDSJmXAzQDqU2iaqUggki9ZL83DIhd { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #loqhogvn0ddoBioBdW3uTgo0T7Wh4dOI { width:42.9375rem;height:3.4375rem;top:1.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZSqgvhSlANo8izVkQFeWT2KCerJLaF7 { width:42.9375rem;height:1.4375rem;top:4.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN0TTTHGmF7zZlnZDymB5T9dd1uw6TP4 { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCMLimyFKUthMEg9t0JknARVvcOGQdTT { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChJ7RxW8FyqTTvLAVOp1ipaJ0nVUatOH { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTnPAJszJP05uylOq9BrpHCG1bJ07z1X { display:block; }
 }@media only screen and (max-width: 763px) { #MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 { display:block; }#MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlhdcO6aMgTdOQvBkzhiWqgkE3SAGtA1 { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N57B77z30FT8WcMwJkZNq4ezHiKKAAI8 { width:42.9375rem;height:1.6875rem;top:1.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgVfHC4dhikSioO1O9MIxRtnBdXPykwI { width:42.9375rem;height:1.4375rem;top:3.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sr6GhyR7KX7Wzp7oRS7nmi0I8BbzZZfC { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EkuqlThO1zS1ofF2xZKyON8QG7JsBFtO { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO { display:block; }#xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klr1OFPiBHMOQdAcXwGc1nLdat6Xo52M { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpGhnV4hWTC3BChXMBvu875cEsoL0VIm { width:42.9375rem;height:;top:1.125rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhamMH5tID2XgtmvcoBES8ZQhw70UeKu { width:42.9375rem;height:1.4375rem;top:4.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ui0JoSP9nebMU5Q6S4iTMV4Kcm7xJ2Fz { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHlxsbQ6LhbXwdP3ZCIqzSKbczRISTyo { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k19dKZeiPV5TQPkCcCP5yTtI0VvMsFe5 { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4kFhLDhGsMrKom8I93UtD51r7Xs3k0A { display:block; }
 }@media only screen and (max-width: 763px) { #RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv { display:block; }#RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCAT4OixRNTzw74epCmTs196kkORiOFO { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXuyrV4f7o8VTTq22PkLCu79h8pLZcGh { width:42.9375rem;height:1.6875rem;top:1.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bykCKdyJwRCZCdkLUb5zqlJfZ0UhcA3n { width:42.9375rem;height:1.4375rem;top:3.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kSrySQ1QlzvsqLIQaQk0QsMnzn6VqTOf { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfJCHcMtwDKErzMIkJGZiz0WoNyEwUvF { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmfEV8PMqfH8nL0SdWgxt046GKCyUCJ1 { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZw295A9eyVDvKBoMdnM1J71MNQw7nOU { display:block; }
 }@media only screen and (max-width: 763px) { #nxiUqWiJAxWboeIiWx28NERu2qWIrwFH { display:block; }#nxiUqWiJAxWboeIiWx28NERu2qWIrwFH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NphmLRVATKUNstG66W3FsuPte1ItdPek { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvAhDpQoNgZkxdiD9ZrNEiagUAFUP4CO { width:42.9375rem;height:3.4375rem;top:1.1875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWpGAeeGLbCPmOhkMU3cix4226PTIUh3 { width:42.9375rem;height:1.4375rem;top:4.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLt2r8C5N28sDX6I1uielNumpP7S0Mp6 { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PwexXOQ7I891BfqE9TTaGbT9CmEpB5uz { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTrbR2nzJWnvtk0O2p1bSpnHF84U2c6x { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4gPGMbvs6E0B3qu7cGrxH0IR2giFTEb { display:block; }
 }@media only screen and (max-width: 763px) { #pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS { display:block; }#pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGmTKpgHLDDct4dDfR0zv1gfi99bkRqH { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbtabaio9fmtDGbRB4Z6TcXvl1yVhkwn { width:42.9375rem;height:3.4375rem;top:1.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT7OBT4T6eNwNeprUTknfFCmIzdrUewp { width:42.9375rem;height:1.4375rem;top:4.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #b9cM6nEWUKN4aG1CTToxD02AumvUU8MC { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CXHsrJ2qW5RCUOA9mV3Lhi8SbB6Mh2aw { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9OUpDqalz69pTuU1t5u7TyImcP69Tek { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgT0mQJ8XOg6TmzRKrGNMtaXn7OhRZdd { display:block; }
 }@media only screen and (max-width: 763px) { #QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 { display:block; }#QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKOvk2xODOaGvJUDLD0Ha7nJug85JI5C { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UghNORthtfpZECs2epHu6Zoyg7b0zAPm { width:42.9375rem;height:3.4375rem;top:1.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI9We7eFkKfGCQTbdwPcMz9lf0w83B8t { width:42.9375rem;height:1.4375rem;top:4.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xnXsF34BQw8Cdiw0VU6yzbLo2hbM3wUZ { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bzFksT79hSooVr4xviSLCa8JIM0bILCs { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTzBCa3fKawMpcSPqshwVagyShDmDKr { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0u00SBDt1oFQ7s9kqLr5J73LaOL8n0a { display:block; }
 }@media only screen and (max-width: 763px) { #s78Aq2xQno1ycmruS1RMwK5v4Dzag447 { display:block; }#s78Aq2xQno1ycmruS1RMwK5v4Dzag447 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKf6QSgy8MOa28PMaBroIyl9UNUeJBar { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzGW0ZTd1QsMLTmB8OyzS4J75Ufp1NDX { width:42.9375rem;height:1.6875rem;top:1.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxNW2o1TUZ0POnBp5Mfx3AsUdextt1Q8 { width:42.9375rem;height:1.4375rem;top:3.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xq263CrI56HyrNeOmTpGW852K0FISD8A { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsKlvkn8UQRvTHERNDAbuTkVm4QXHJbI { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rugCxKkzqrGMDgouX6N2PWMC5FRtpTJr { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZSnxESryLqrFVgFuTPL34mDHZHavx0T { display:block; }
 }@media only screen and (max-width: 763px) { #T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V { display:block; }#T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiyJaJ9WneCvlCvMTitf7gSX4qlyPuKp { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx0R3m0QX8qvgWnxd2ahKRrxPbRwpkZw { width:42.9375rem;height:3.4375rem;top:1.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUiFBO5eRtuGW0xCVc4DErhw2MDC8unI { width:42.9375rem;height:1.4375rem;top:4.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcJsCo3aa87Wc2mdM2IB3sSam9TxVrMx { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkVTgR8KFXXzydnXIhFlDcSwRJxnixEa { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix48Jc48BpQUMpyQ1R2fTHRff67xnGA9 { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9FrhrU1V6kzqrx8d641awZG8D6qPaKe { display:block; }
 }@media only screen and (max-width: 763px) { #wCTleZUHfl8cwmhsf074h7KA9E268KAR { display:block; }#wCTleZUHfl8cwmhsf074h7KA9E268KAR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrAlcpITZ7RTvkkgsrcdDy0Q13xu77HZ { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNdLtVpQiA9zHCqf0bJKhNSeWS97ASg5 { width:42.9375rem;height:1.6875rem;top:1.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncu7N91P8ifVHiLN1gKLFcET5SCugoM0 { width:42.9375rem;height:1.4375rem;top:3.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kRwIE3RAdfG5Pm3gER8ccr1F01TiHlPf { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #czbtfbtZZ2pPKyaQE3k2y7wZwxFhuDFs { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLXcet8IabXL9ErM0basaKG8WyuXdTLm { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV47TzDcUNGORKbuyAtOiRelHdygg0TM { display:block; }
 }@media only screen and (max-width: 763px) { #e9lk0srel2toyn2eEKy3NibmxQ3ePQsd { display:block; }#e9lk0srel2toyn2eEKy3NibmxQ3ePQsd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEWvCtOyfPmiRNG7IMomXTw5hyTrz33B { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJCRWO7yqWz6gu9Ut9fa2JFSuUGinpPK { width:42.9375rem;height:3.4375rem;top:1.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbJyC8pQ4yZJecQsxO1tSFRipP8fKPDs { width:42.9375rem;height:1.4375rem;top:4.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ8r0exmV0didkXmv8VxNWWXPcnZqLuO { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sMimLnAQeqyTDDRGzXPssQotMZBmw6z6 { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcuOvE93eKPbTbDt5EketsVUyBlAEfOx { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Ug7f6GOXDVhziwiDiIBDkWTDlP7VhW { display:block; }
 }@media only screen and (max-width: 763px) { #fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE { display:block; }#fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ubbky8mBRVPAnJ1XrAG6FuVQeqyG6EAS { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw6gAFUTk3TJPmy9TsH8UATAJDLkgVZO { width:42.9375rem;height:3.4375rem;top:1.25rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS0kfi4mvTAd1usvFMTa474pyIKQvWG2 { width:42.9375rem;height:1.4375rem;top:4.5rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTgu2ywJfNImAUiypVAd2WyWu6kAHdb7 { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLwtB8fXVVJTNQXRTTqsL9boedJbIRBD { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvwmICcDunrgLwXnQVr5igiVFQd7n55f { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCht7sUQyXBOAToI0vwkyt7WgvKJ5Rmd { display:block; }
 }@media only screen and (max-width: 763px) { #WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc { display:block; }#WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXJUT7728Rh5yuDssoDulk4vCMFSFP8u { width:15.625rem;height:6.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXm3lbTDfewUeodJRQcAXziiQ5MQ3kwB { width:42.9375rem;height:1.6875rem;top:1.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2KrUdyMDZbsMhl0ZyCKozATJJWBMgGa { width:42.9375rem;height:1.4375rem;top:3.875rem;left:4.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T5lUHfte0odmi9tR84tKTzsJvTVrApUA { width:44.25rem;height:6.6875rem;top:8.125rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQBwxn8RIvxbuzkVOe6KrdwcdI9GZZ7P { width:44.3125rem;height:6.75rem;top:0rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRv39vwb8UsaT0fZdRdL7edGBooV2AtO { width:14.125rem;height:3.4375rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt8VB7TU4OPi3RA7K2PhJ0hAwV0LThDd { display:block; }
 }@media only screen and (max-width: 763px) { #yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ { display:block; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9u9221NZoX0Q4gQ30xSi2TyHMVI4TM2 { width:47.75rem;height:;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhNrxLGPWM0M5XSABeslIf5zs9zk97TS { top:6.4375rem;left:35.5625rem;width:12.1875rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH4qGnnwEArbJKqVU1ZTJWlB9ETQioXp { width:12.5rem;height:1.9375rem;top:24.625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #brrCmpWXwECUeW5XXqEl3GZ2lkxIbPb9 { width:8.9375rem;height:1.4375rem;top:26.5rem;left:38.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNXudkB9KSM7dm4l7ULkdM1S7RsuLoU0 { width:21.375rem;height:1.4375rem;top:94rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObQzOTwy4rrglL98Zh4O8aICRfhsxlfp { top:74.75rem;left:26.625rem;width:12.9375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl6I8iksgSzLwSpTuTchWp59pkV2gaKJ { width:12.5rem;height:1.9375rem;top:92.0625rem;left:26.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8SgqoagGamLaNoPqE9p2g9iIChHWf9Z { width:18.6875rem;height:1.4375rem;top:26.5625rem;left:25.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ConyIktTUA6OkFA7VdRDzxSkzhWnx1rp { width:12.5rem;height:1.9375rem;top:24.625rem;left:28.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJJ9PJs5sZg39aU5s4Z22eE3Ez0LThkT { top:7.1875rem;left:28.375rem;width:13.25rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GEOcKLHbOg9o3owCmqRuPfhHGzcTLtbA { top:103.75rem;left:30.5rem;width:17.25rem;height:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaToARmXX0s3sJh4kTKQXLD3UWPTPARq { top:74.6875rem;left:25.6875rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5rlMEbB9dxaN8QKr3hz5BZtNH3SMAlf { top:7.5rem;left:26.1875rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdHEueBLTGWk2qeoTgAvPUqlU9FEehT2 { top:7.5rem;left:31.75rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOEVFaa2Z3skTg58VqMatycFTwG772Ja { top:8.125rem;left:0rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC15ufPE2oUwKaT6A2Gs41Pcqo44mZ1y { top:6.625rem;left:0rem;width:12.0625rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsOrivKg36SOLRIZ7M5OTRrZROuQVoKt { top:30.9375rem;left:35.875rem;width:11.875rem;height:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfMtS7BQ42dRWVOE5iTomozspi1i8k4v { top:29.9375rem;left:31.75rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmsVSzMPhfGrNDUqC1pzTTO4LnHfRtwk { width:12.5rem;height:1.9375rem;top:47.0625rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBVhTu9G6ASKwgLgpdDhqxeTfb0VTChd { width:12.5rem;height:1.9375rem;top:24.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOWCZUJIQpahdGzvRSEDGW9KK2IA1be7 { width:11.6875rem;height:1.4375rem;top:49rem;left:36.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqmFP8TR5cCkHPfSQiqISk8pf66sOlSd { width:6.6875rem;height:1.4375rem;top:26.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEKL3e5KFFEaoQua7oaFTcr6Dgpvz8yX { width:18.6875rem;height:1.4375rem;top:49.25rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Appz4odmwbpyAlyecCJN6dTRmzF2kNBV { top:30.5625rem;left:7.75rem;width:16.0625rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzAiashOt9hcugnAK6X223Z7sMMhRoZ1 { top:30.1875rem;left:7.8125rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKgc78Fcwo0yleKiK4sKebdvhwTC5f74 { width:12.5rem;height:1.9375rem;top:47.3125rem;left:10.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CndlHCArbLvPwdsAq0Wkv2HKlaWfJWd0 { top:30.1875rem;left:27rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFubS1KXtlwnq64z3J0Euc6wuCCwSAH3 { top:7.25rem;left:7.8125rem;width:11.5rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8QJzxpFD98SkCaHVJfl9Vc9gapWJ81l { width:12.5rem;height:1.9375rem;top:24.6875rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpT8wKI8hOOEM1DbJVPGUi6B8MpApOJA { width:8.9375rem;height:1.4375rem;top:26.5625rem;left:7.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMNuWBfCrerxgTsSVatb5rKTHZHF457q { width:17.8125rem;height:1.4375rem;top:71.25rem;left:22.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAk8Q7D2b8NXKqV0UiZNWZCIpGTKBor0 { width:12.5rem;height:1.9375rem;top:69.3125rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXF6PPJUrvaI5f5FqRs9oWnW6ffohVAu { top:52.25rem;left:0rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLH2KXfedEg1JQvEwWFJUhiVElL4DvNg { top:52.25rem;left:28.71875rem;width:9.6875rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCo9eptZIddQGgJlticWeBycurwgmcMb { width:17.8125rem;height:1.4375rem;top:116.4375rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIb3qSPyyqN7uMhbQggbLoEU59WoA4Eb { width:12.5rem;height:1.9375rem;top:114.5rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Do3QMGlVZZMqUMySM4cuJEWQnONtbgMW { top:95.4375rem;left:33rem;width:14.75rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaTiA1LTiCGm71V8qqu7PmGIvosRKlaA { top:97.125rem;left:31.8125rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4iRgolqWJIfVTkMHfpikEJLbx6tEoZ8 { top:74.75rem;left:6.3125rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awTVfDf6iC7bKgyx63BnOZRtlt9He79J { top:75.25rem;left:7.1875rem;width:15.625rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLEkg2fNVE4sRepzTMBIwPqT0aCTJO37 { width:14.875rem;height:1.9375rem;top:92.1875rem;left:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIWL9kv0HDueZWB1IP3iPR74PKzfxNme { width:15.0625rem;height:1.4375rem;top:94rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd2805JeNiV69SgTtNwfFL6vMXSWc0np { top:52.6875rem;left:25.5rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNghBceZ2apI9zdhrkzhuqdUGhd6GSEy { width:14.875rem;height:1.9375rem;top:69.25rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykfMfaq8PIkTVuEPBQPwPSx1gJavPyg0 { width:16.125rem;height:2.875rem;top:71.25rem;left:6.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMuoHqrsIf6W3S335QbQEIJs5vblzfPx { top:52.6875rem;left:9.375rem;width:11.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJT8pWLSNqM4OMflvOC05gWgD73nhqNM { top:52.6875rem;left:31.8125rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9twpMCFAfA98WImCRI207NC6IdRuGLm { top:29.625rem;left:29.125rem;width:15.1875rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkE69XhSS9zcKPz1NEocAVmcUIqhpID8 { width:12.5rem;height:1.9375rem;top:47.0625rem;left:29.160415649414rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EIqvpNyszdz0m4rzWRK1Z2idAgpfDDyH { width:18.6875rem;height:1.4375rem;top:49rem;left:26.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMqwoGKp1r0XQ5inTp6kuOP52P0S6DFk { top:7.5rem;left:6.5625rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUrgn6EQBu4SuNuuGh82KPrhy1a4z0u8 { width:17.1875rem;height:1.4375rem;top:94rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFrTmbXgK4onHCARM9LHP515VtiFhAyv { width:12.5rem;height:1.9375rem;top:92.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XscCrTQTUnAtIPitqzqgHV6Gvfdg5lhV { top:75.375rem;left:0rem;width:12.375rem;height:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRrAzwgDpmTJfxNWt7iB5H7PcSgAQOhx { top:75rem;left:31.8125rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Somarp273hITKHrJ6knT4vhl8mgiicRt { width:15.0625rem;height:1.4375rem;top:115.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozs0bkaE6AGpUT8yTeHRtVQsBhQ8Q4Sv { top:96.3125rem;left:0rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpvGn0X0I9gbmdT5ZOBsZRmstdLXqohy { top:96.8125rem;left:0rem;width:14.6875rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZtqzhPbiD6KSJ36gTsTxdIcduQNmizN { width:14.875rem;height:1.9375rem;top:113.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T315EUmmkOrdaREt3DWpT8E30tTXEN7Z { width:15.0625rem;height:1.4375rem;top:71.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTcxlNg0cqI2ZV416tWyPtR2k7TOGyL1 { width:14.875rem;height:1.9375rem;top:69.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRMDITi9iSrvkvMAJp6Bn5ueMS1120k0 { top:50.6875rem;left:0rem;width:11.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B14pDmbrRyce59T39veyVxIKzekSnPNL { top:97.3125rem;left:5.6875rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv8Ae42zFSDsZlHrRWahL8HkgMzhOk2c { width:13.3125rem;height:1.4375rem;top:49.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX0nyQldko4ZDlTIT8IuyBduECCt2ZJI { width:12.5rem;height:1.9375rem;top:47.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZoUzdyTFCTA4VyiMltNsnu7e9TsSTNCp { top:30.25rem;left:0rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2cJxWEssyZ451qf19Bye3p7XX8tzTtp { top:29.25rem;left:0rem;width:13rem;height:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO1gfTt1mUNumkpbNTFuSzvFdWTLWKQP { width:17.8125rem;height:1.4375rem;top:71.5rem;left:29.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrG2oyK12u0Im2v1PTdpbPf3PmUesTlJ { width:12.5rem;height:1.9375rem;top:69.25rem;left:35.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnVVdW4QBmmOuuqIyVe3tGnknrldHrgB { top:51.8125rem;left:32.5rem;width:15.25rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L3piWvzuV21ITXobeW2a4bwULO69SIRH { top:52.25rem;left:6.875rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFdnDTXpAt9U9ydR1s5WFz3f5a2Vvg6w { width:17.8125rem;height:1.4375rem;top:115.5625rem;left:4.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgvXGxsORq5pclUbicgXksTkDTnffGWD { width:12.5rem;height:1.9375rem;top:113.625rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3gLanFHxXGTI9vTwrRCaILTzeGiinEA { top:97.625rem;left:6.53125rem;width:14.0625rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcoTAVg8skchbdxJiEPxnIyEMfckipZv { width:17.8125rem;height:1.4375rem;top:115.625rem;left:24.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JofR5sp5uScPgyHgQuzrG2i9fHTlFiKP { top:97.375rem;left:25.6875rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVwDoLqXlAoBBLwOTFVbKAHzzOMStta7 { width:12.5rem;height:1.9375rem;top:113.6875rem;left:27.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rcmZRr21ZvZKmz6hHQh1vBh0Wipkv3Kr { top:97.625rem;left:28.03125rem;width:12.25rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZqHqSkkTtIDwzOtlknMvm2FIXMz02nZ { width:15.0625rem;height:1.4375rem;top:94rem;left:32.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEuItZ9uRa4hlWNZnzmwVTXgTWHvShlb { width:14.875rem;height:1.9375rem;top:92.0625rem;left:32.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sqRpxmksgLAscTDdUMqv8X3MLERPgyUG { top:74.8125rem;left:0rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIz2nAJSLz2pl1ff8RHrnfey2kNZXGJR { top:75.0625rem;left:39.0625rem;width:8.6875rem;height:15.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTutgk4no8WOQf9JGMAw00rkTOxQlmDM { width:15.0625rem;height:1.4375rem;top:137.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgrc6hPx157zIv7WWdHrHOAowrMfhzVD { width:14.875rem;height:1.9375rem;top:135.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ddNphJ6MEsN6HrRrLTbyBefbbZtkhe1k { top:118.4375rem;left:0rem;width:16.375rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQs6ZM4zBVaLupw9lbzxnFFTRLvl5c8F { top:118.9375rem;left:0rem;width:13rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRpHckEsuJug2yc1gvhn4InKIVFL14Ck { width:17.8125rem;height:2.875rem;top:137.4375rem;left:5.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRhiQm9WxtqHQs2qAHBvkPxv4PIJZ3KU { width:12.5rem;height:1.9375rem;top:135.4375rem;left:7.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PT7GD6AiU1k4kWXXgci22KSmti3kSzig { top:116.4375rem;left:7.125rem;width:14.625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMVrJqbaDlzDWFuwFnJ883BTbONfTbH7 { top:118.3125rem;left:4.875rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvSvcHucDaEKvaqncEJqKl8Je8e405dX { top:118.8125rem;left:26.625rem;width:16.6875rem;height:15.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKSz0f5MVf1vssWIsVxBd2Qw2uShSmR1 { top:118.3125rem;left:25.5rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWAPpoanmybcL6X9povMc9MTBEiZ7PAp { width:12.5rem;height:1.9375rem;top:135.75rem;left:28.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp7m554fhqNXkTgDE7k37kl0fNUBVKGq { width:17.8125rem;height:1.4375rem;top:137.4375rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS { display:block; }#wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GukMvairllQzaDbLhuUg1HUST8Zmtwmd { width:17.8125rem;height:1.4375rem;top:21.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2XWhxTgdTnWnRDVUAKSgZvZ9Uq9DSkk { width:12.5rem;height:1.9375rem;top:19.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #u1VUQoBNm0E1zGDbqSEoHiQoK2ns2K9q { top:0.75rem;left:0rem;width:12.8125rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FebSB6JoTG3sLV8hSeWMduug5OCTeL2J { top:2.125rem;left:0rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUHa0k2r6yn8ttwzVQW26gdRgqGCiqVg { top:2.0625rem;left:9.6875rem;width:12rem;height:17.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXJehxsTfNbNU413aPMwM4wenyHAnwwN { top:3.8125rem;left:6.8125rem;width:15.9375rem;height:16.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymTKhWW4OuJuQ1xmFxXkpw5X5fl8LMGb { width:12.5rem;height:1.9375rem;top:19.875rem;left:7.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sz37R0FKlVbLFFPViH3tKfPgC1IpcEgV { width:17.8125rem;height:1.4375rem;top:21.8125rem;left:4.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMNiph7mxoqKLwJfEtemvBsPSK227dRH { display:block; }#hMNiph7mxoqKLwJfEtemvBsPSK227dRH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zZWf7M1P8czqBxTPDbV2AmwC01bm7Q2i { width:20.3125rem;height:3.25rem;top:1.25rem;left:12.936414718628rem;display:block; }
 }@media only screen and (max-width: 763px) { #M4XnVnqec8KXk78gIqnFUmbCHZoElwzD { display:block; }
 }@media only screen and (max-width: 763px) { #ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 { display:block; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byK41bXaZ00cBksMSAZ5PKpBoVdke7Ct { width:44.375rem;height:6.6875rem;top:7.75rem;left:2.5598964691162rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN0dTE9dsxmZERGW9g5TqURVEIEMJ7O7 { width:20.1875rem;height:3.125rem;top:25rem;left:13.770835876465rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVLbmEx5EzUQE857AA2IdrHxRPNMvXvU { display:block; }
 }@media only screen and (max-width: 763px) { #sCcT6vA6FUA4XrKNfnH8eE0cv6tNUhZp { width:47.75rem;height:2.1875rem;top:4.875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAlulD2ioxSEKECTTQuu1ohQMe8187w6 { top:2.875rem;left:0rem;width:47rem;height:18.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc64He8tvvSvhuSkfe3DlTrOI488dWeI { width:34.5625rem;height:4.25rem;top:17.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUFpGVJ7WM3SVe44JTa6z0Lsp9hev4kR { top:16.625rem;left:30.649091720581rem;width:12.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw { display:block; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9VqT9oy7hQRGSkGfZKkdUB5xzriGDXf { width:47.75rem;height:4.875rem;top:2.625rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUUutT0QlkelN57EOTLelUGWTuJnfds { top:7.75rem;left:2.59375rem;width:42.5625rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZaiouEU7fqM6TMwkk86sGgHw54veM68 { display:block; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlZITpioyskocFwoEHZ7ddDTo7GORPrW { display:block; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQPr6sbkSPuXV5VTpXkCGVkIawX0tw5c { width:37rem;height:21.8125rem;top:2.8125rem;left:10.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtLL5sJR7xPDOGCbzxT6bESkEHOiNUA9 { width:22.8125rem;height:1.3125rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia0wOy2NhtbUDxSwZyA1LqZi2bgbAueu { width:22.8125rem;height:9.875rem;top:9.4375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aprkR8JcrUTgqQenANKThoIDBcUa9P4C { width:10.6875rem;height:3.25rem;top:20.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIDvTeAvMNpHSFqwu7z1cZRC0NLl8DDh { display:block; }
 }@media only screen and (max-width: 763px) { #L3XP6X9N0bPMp2Uqwu9a0LX06l7yZbuC { width:30.6875rem;height:3.625rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhq6W0G7I2CPqFeh8MLhvq9oSKV9vxr8 { width:35.5625rem;height:21rem;top:3.375rem;left:10.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTaNt1K10JpZuuPohbPam9O0ImHnCyFn { display:block; }
 }@media only screen and (max-width: 763px) { #TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 { display:block; }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQ2846ztF3eTrKTyU4A8XkkSV9t3N5H5 { width:47.75rem;height:3.875rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBLCds1ReEf7viFOR429seocvry05a9b { display:block; }#pBLCds1ReEf7viFOR429seocvry05a9b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-regular-label { display:block;width:40.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-text { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-text {padding-top: 0; padding-bottom: 0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-textarea { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-select { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-select {padding-top: 0; padding-bottom: 0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-button { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-checkbox-label { width:39.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO  { width:40.625rem;height:auto;top:3.1875rem;left:2.3125rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .radio-container { width:40.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO {display:block;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO { width:40.625rem;height:auto;top:3.1875rem;left:2.3125rem; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #OIcfqTngPsWHhROM6EgyumUTKlQHXWFq {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #FNkMdTk6P3W5AixN5TRl8WXG6npfSzHp {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #t7WZ5fstdJfSPer9V6uesWcHNPSxATTU {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #alATLHe6WrfeFSbVD4aKbPJA2fwOK4lo {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Tc39Gq3Vz7q79cV4lK0XS55T2vdivPpI {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #uomE6nDQhIp5mtgGuxfkXSIPVMbqqnam {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #UM42eUTtNddTOrINIgeT4Tndwv0M1AVp {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #MbOA9ZRccxAdfbPdonoZimyRSABAeGTJ { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SZc5DvDQcFrIRuM1wMgQA7QzE6wgu7JR {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #LNi5Ngnnu3BWaL9vSHplQ52HegoPT3P8 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #ufTE0FV8i51NGAkmFLOXzgcHD2irG3kf {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #udQv1xlkCrToybk0DiGBVvixEEh9WJNf {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #OgwEi4GFN49tlluUqAtw5ThhKBfT8d9i {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #JgQMqQkolKzzkOgidVyUtrb1EJ0CvCJG { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Ggwky4v9LVPsiodkxI9TJ1pu2fVWwZEf {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #IsvGwzXdTJUEeb4TSxE3ZTqvGUuamdqD {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #rZN1HuAMAwnD1FBnpZHqWsPtcp1vumKy { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vOJFoT9T1UyTxcaDUT20G3k7viqC8wSa {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iKiqvTyRrTbvPikdxLKmAgrvvZmoJJKl {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #qlkgVClsC4ZK9ablLl97z9nTp0mRmTs2 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SAiiywxPenpWW0hTnPsJ2MC27R8VTFBy {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vsZWE07qBl8gvLqkuU6TdCrDW7Ig8AX3 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #uwqmQTygUEAxZGv28i8yDOuBwZPDNmmr { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #LFNZbPz1v1y7bRRqe0S1qTIkdmcrXeVa {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #edMfBn4CxGQThxtgKFTEiMPuHscxb4CL {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #MvvQlFlXX8gmgDSWkJx4BrdE8msMeQko {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SztMauJJvEK2Pi4xlabHGMqZNcT9mDVM {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #fN3INUbWnhD11uh6IOMaQKmBGnzykEEM {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iHNfLN0R0Q30REC1C9OhOFBG0s6u5UwW {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Tz9M4yI99EH7pwf8cEkCrR14fK1bTcLS {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iDsqvfNfpRmKLZeLM1Vyhfk3lp5ZJgVg { z-index:2; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #VEnptcJf1qP4TTvqsZCmUEVl3bGunSkw {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vxTC025T7qiNwI2N62fUqyF4prRSCfn9 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SnEg1zdkEyPz5ff1od0N2M4weI3khGfz {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #gcnWkeN9lbKfDFvalTq15KKLFE0nTbsV {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #xcdV9IORgZM7XxHSezDhPkmI7KkL6h6A {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #srgAp9wTlaSeywP4IlaIetKlbCirX3DL {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #lXLDHybAESe1VXfICJSiTCzsycit5d3N {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #w0oiE4LAa4Q5OGMymsOfPQF8F270MXx7 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #dwur1OFp2aUNXAyncDB2nerh6tZ2Tctz {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #RdbPlKMfiDbnaoZrvfEFeUKr0JwsFQRv {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #z2BVF16gdNel1gT3OPaZS7h4VSvteOkf {  }
 }@media only screen and (max-width: 763px) { #BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX { display:block; }#BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QUSn3TKWws767ZGzh6kUNKQBVHKvOwNK { width:18.75rem;height:25.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBT5aIbCmZr3XSSytgDkx6X13FxEw6Ri { width:17.5rem;height:1.9375rem;top:1.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAETR7XGSDsGIlaSMr4Owac9ctV5VqWG { width:18.75rem;height:4.6875rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RaR9tXePzvNNP1kJmp9vrqvceQ7Xo6 { width:4.0625rem;height:2.875rem;top:6.375rem;left:1.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBL2ZcAPAqtdZJZfBgbSwNVpBIsVdb7B { width:7.75rem;height:1.9375rem;top:7.0625rem;left:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 { width:14.375rem;height:;top:11.25rem;left:0rem;font-size:1.1875rem;display:block; }#cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #eJqRbTpKyZaXqrZqXwSPeu0h37fUsKu5 { width:10.75rem;height:3.3125rem;top:23.75rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE4Fpm73H5L6y5AHtEZSTWLAAXVCafHS { display:block; }
 }@media only screen and (max-width: 763px) { #lxBfPrv5zGlF8s3b1mw53H6HI1GO25t7 { width:10.75rem;height:3.3125rem;top:23.75rem;left:34.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJKc99LaO5pgsx9y5Gaql55llWE8Po6G { display:block; }
 }@media only screen and (max-width: 763px) { #tNcqFVrbWNKVvaLlpqI4NLDh466XsaOd { width:18.75rem;height:25.625rem;top:0rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdJuW5yIzRGKRVPAst2wJQ3V1fQN3dbD { width:18.75rem;height:4.6875rem;top:5.4375rem;left:28.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrRzr1ZaKHTwSALeMIp7MUmeRFCpJ0yy { width:4.0625rem;height:2.875rem;top:6.375rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gVI2eE6eNBQaGNQLJUm1r8JrsRI8WJlo { width:7.75rem;height:1.9375rem;top:7.0625rem;left:38.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XENZQTUc9bZI23OqCst9feNRd1yJQ2CW { width:17.5rem;height:1.9375rem;top:1.875rem;left:30.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gs2AZ1x0imehikZh0KxWpwAUZOcRAJ9n { width:10.75rem;height:3.3125rem;top:23.75rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5phdOUOmUnZKFG0UotDhSH6KcZBWBBF { display:block; }
 }@media only screen and (max-width: 763px) { #wkEeetawi6KUNOwMnB5CTlqyGE60SecI { width:18.75rem;height:25.625rem;top:0rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftuR7xLl7LAbwIWlNLnv6FkMOmRnqfrh { width:18.75rem;height:4.6875rem;top:5.4375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTDn2vZKUNpBkLfV71zTFCsQ520wTJhT { width:4.0625rem;height:2.875rem;top:6.375rem;left:17.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oniCnCbwUQk5nt7DgZRuTAJE8kAUivHi { width:7.75rem;height:1.9375rem;top:7.0625rem;left:21.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JqenWzXoUytMNtS2eg6ech6fuCs7TFWG { width:17.5rem;height:1.9375rem;top:1.875rem;left:14.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 { width:14.375rem;height:10.125rem;top:12.1875rem;left:16.625rem;font-size:1.1875rem;display:block; }#FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE { width:14.375rem;height:10.125rem;top:11.3125rem;left:32.5rem;font-size:1.1875rem;display:block; }#u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi { display:block; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofzZGRNlAXPoksJfRsBN3ZVCJel6PbGK { width:11.25rem;height:3.875rem;top:28.9375rem;left:18.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUgE7uqZTlPolW2bZQMHxM3oHT5L3gts { top:33.6875rem;left:0rem;width:17.125rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDPufThNrEX9THxKuCoM2qWTEcMGTH5L { width:47.75rem;height:3.875rem;top:51.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgeWchOrVawliIV6xy0kHBa5KL4ykTTN { top:41rem;left:0rem;width:19.1875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciVZtXgO0bVHsVKZDrvQ2qLVIPzTIBw { top:40.75rem;left:7.4458312988281rem;width:15.4375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsbWFq5wEivf6HmJThktOggNiQrATSIG { top:40.6875rem;left:30.75rem;width:17rem;height:2.62395625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyT3UqGmBQD9kELN5iFgnShlfvuHdyza { top:34.8125rem;left:31.375rem;width:16.375rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbafK91c61eQr5BThgKAczCpswUFJyUO { top:33.5625rem;left:36.1875rem;width:11.5625rem;height:5.8439481027836rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVzpt5QU16MApyF5fxXbaR7qunVB0b0a { top:34.75rem;left:22rem;width:10.4375rem;height:3.49895625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPhukluwwawuS0At1vtGPU55m9fc3zf3 { top:65.625rem;left:0rem;width:18.25rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmPiieMydtmOFkQewI4Lv1PDil9ys13m { top:65.125rem;left:24.4375rem;width:13.875rem;height:5.9735495531049rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx7kJWSV5bKgB52h8XMH0eU3XqWr6UJf { top:64.1875rem;left:4.75rem;width:11.375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzKio7qtBcWX1f8L6UE9BIoTgsHnfTtd { top:21.125rem;left:15.9375rem;width:15.875rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTSKyUfWck6FEPrkQmSCTwt9kyhRfTSd { width:30.375rem;height:3.875rem;top:16.25rem;left:8.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Begui5xLd2uKimx5ZScnqkkEpHBh1e9J { top:59.8125rem;left:0rem;width:13.875rem;height:2.7364183970072rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOWz7nTeKsf61k7brue0IZlmH2FT79A { top:40.375rem;left:23.5625rem;width:12.125rem;height:3.18645625rem;display:block; }
 }@media only screen and (max-width: 763px) { #heQH4gZ75rGDd0pUytVrn2e2M2TdqX80 { top:5.5625rem;left:9.9729156494137rem;width:26.3125rem;height:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwXIBRStyyDLKzWhimJJxLFwcMvueW78 { top:58rem;left:27.125rem;width:20.625rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gf2EEGSIrIlF8C1sCqxonqpTtM0fb1z0 { top:58.875rem;left:1.75rem;width:21.8125rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR7KlTHgkKTw1TlBDMTReIiFVWTCglk8 { top:65.5rem;left:36.125rem;width:11.625rem;height:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTart2TBol8ZVWQTCMs0bBSC9R7CgUIZ { top:40.0625rem;left:41.4375rem;width:6.3125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhdCEGmPiQxeNzepuK08cpiq9TeMVoQe { top:64.5rem;left:38.125rem;width:9.625rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA4qwGQTZEd2gatKqqydqHe7LIsEyN8F { top:84.4375rem;left:3.5rem;width:16.4375rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK7gUezefRICgUfECReyHrTX12oyEJVT { top:72.5625rem;left:38.5625rem;width:9.1875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pePrgvTqbdAcxQg74RBFrBdFr7kJgQxA { top:71.125rem;left:2.8125rem;width:9.75rem;height:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1u8dFOLc1dKZsnHXegXGeTe70do3P7W { top:83.8125rem;left:0rem;width:16.3125rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7GQ6gw1WDRyhLau3aDulIv9mi6UzgO5 { top:65.5625rem;left:17.785415649414rem;width:6.6875rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #slenc5HQHgRd5dSmzllqJ4EXJmLMM6Vm { top:59.375rem;left:22.8125rem;width:18.5rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFDG8xdlWoWgCHsONgTPpJ6TbeSbe7sI { top:73.5rem;left:27.625rem;width:11.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqQ7ZX2vG8rsTSmC18uxsIEkewNkqyrH { top:73.75rem;left:36.4375rem;width:11.3125rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8vMyLIxxPnnHMoR3s03T5541LeaDUbp { width:35.4375rem;height:3.875rem;top:2.4375rem;left:6.15625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzkDgW3kawGH4wrzdOL5d4oJfQN4Lul8 { top:73.9375rem;left:12.4375rem;width:13.875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTGQXGn5ETVT3zTfOWUL62LiWdSEqTWL { top:34.625rem;left:3.5rem;width:17.375rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksTedqtZaSnJKPARLQ4rQHyqNgi8OKVB { top:79.125rem;left:2.8125rem;width:16.0625rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #oimOBoaq9alsB66vCxiddlNW717OXiUn { top:72rem;left:0rem;width:6.625rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG4muzpQ4kxFOwlZS9oWfkfEWrZCZDqT { top:78rem;left:40.25rem;width:7.5rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0rdSFhxcCevThO5DxHT9SLe2ZW0AoLU { top:77.875rem;left:42.875rem;width:4.875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV8IooWQvhp2hvTalFtfuG2lgwN70yTn { top:78.3125rem;left:19.847915649414rem;width:12rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXbJGrWKhBKnFEcBP2oSwMrbpFZTmvWD { top:73.1875rem;left:0rem;width:7.9375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMZJHym4IAJpK8PinpXOblOCPSTmIUZ8 { top:79.4375rem;left:0rem;width:15.875rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #saT9HkkDt82Iy7Os7VZFROmJKyTxuyM5 { top:78.75rem;left:32.4375rem;width:14.375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 { display:block; }#pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VZho7w1AZ85sTOTbhyzaOhR0BqU45MBk { top:5rem;left:13.0625rem;width:16.875rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeKUO18dAyw6lqToWe9w1F9nZUU1zdzr { top:3.375rem;left:31.4375rem;width:9.6875rem;height:5.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOtgRTCJcamoZbPQ0BFfnty05BGuqTQu { top:0rem;left:0rem;width:9.5625rem;height:4.0378768685077rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4NRXC4Mi4pFBJzK20kitnyV5Fza3z3D { top:0rem;left:36.6875rem;width:11.0625rem;height:4.24895625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK28zP9pXpsOrvClvUvzO4W1ot6rrIa0 { top:5.0625rem;left:36.25rem;width:11.5rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtmaS0WwQAt1v76MmT15AXQuPTBItZv8 { top:1.3125rem;left:22.4375rem;width:10.9375rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJD1ra92okcSSUVVWA0oeltmHLT7oxw4 { top:9.0625rem;left:14.25rem;width:16.5rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQnTikUBRkW2E0gVsG3gxBuZEXT9Iyh { top:5.875rem;left:2.8125rem;width:10.3125rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fS6xVRz6btuoXw7QFs3S3oQIBi2ApRMp { top:13.6875rem;left:8.4958343505863rem;width:12.25rem;height:2.43645625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO { display:block; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKWfW0T7yMHGVSzqGHxptadRNI2C2t0m { width:47.75rem;height:3.875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 { display:block; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NR18fzP8rkrmWvQea2tFW2TqUb3qITqJ { top:3.6875rem;left:0rem;width:19.1875rem;height:10.776821025135rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTdvvkq72TXVs6XXPP6H0082FXtiHKZa { top:3.75rem;left:12.5625rem;width:19.1875rem;height:10.776247491541rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF4hsTheznLAAps0d99grk4X9FuTSD2F { top:3.6875rem;left:28.4375rem;width:19.1875rem;height:10.776247491541rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgNAWrwNuTCM9HM55wJGtAa5uxC14KJm { top:1.25rem;left:0rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nK0HMKmoNwA8TiphEmuhuPQkRZn1kWLV { top:1.25rem;left:13.5rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NztHBzZNbx9gre1Vv1qhaDDVadcfTDVU { top:1.25rem;left:29.375rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O { display:block; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dt2164bmnMMQNCTXfkuFpiPAAbEvdR9K { top:3.6875rem;left:0rem;width:19.1875rem;height:10.776821025135rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNADUMwZmIi9lLIIL6yVLsGmUcTbVEhh { top:3.75rem;left:12.5625rem;width:19.1875rem;height:10.776247491541rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpAJGVyx2mLD3PiVJEKPtmMVSeh6UIdL { top:3.6875rem;left:28.4375rem;width:19.1875rem;height:10.776247491541rem;display:block; }
 }@media only screen and (max-width: 763px) { #i97FZK0M4M4yt6U94alKfQlq8fg7PGl0 { top:1.25rem;left:0rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GaaN12gM3VcumKhLEuqKFnXAMkvV77SE { top:1.25rem;left:13.5rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMTQUZgNITOeZ44LJn3XufCP0ufo8Fmq { top:1.25rem;left:29.375rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M { display:block; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ugv3XSN4xfydmd8PckGTObEMltbBePl5 { top:3.75rem;left:0rem;width:19.1875rem;height:10.776821025135rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBeo9PVCkVOr22NWxe59kWuJfJR0Grf { top:3.8125rem;left:12.5625rem;width:19.1875rem;height:10.776247491541rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsCWHveORVEVyfiBrvslbWklIeR5kv8w { top:3.75rem;left:28.4375rem;width:19.1875rem;height:10.776247491541rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9SgfsvzWr3nk6nrsSQbdRB34VzNaqOQ { top:1.3125rem;left:0rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nOD2vfoMC9GicCsURyMPVN8q5Ha8Fshh { top:1.3125rem;left:13.5rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E48W7KXIKJxpZZN83a1ZXKBSdQtdFnSh { top:1.3125rem;left:29.375rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN { display:block; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRdQ6csmxAiyDerTfX7gNKCFZM2TTlVT { top:2.25rem;left:0rem;width:19.1875rem;height:10.776547923654rem;display:block; }
 }@media only screen and (max-width: 763px) { #EESMQzA1GW03tBnKrA1PSyne5bCspN66 { top:2.25rem;left:12.5625rem;width:19.1875rem;height:10.776547923654rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcNfBuFAEFF3F5OzoscDoQT3Noi25sIu { top:2.25rem;left:28.4375rem;width:19.1875rem;height:10.776547923654rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELlHFZkdJVJD6g7HJbovTQ5pf8TWwJlV { top:0rem;left:0rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Op9H7lbZa4sfcIhqpA6OT1bano8BBy35 { top:0rem;left:13.5rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmaGLf3M71ihA7DFRocPF4zc4KTxd5qm { top:0rem;left:29.375rem;width:18.25rem;height:1.75rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T27O4aqy3110WwShtQTMTb3Dzr5P96Cf { display:block; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JThv1d7MoOBrzaH9QdWD8i2adWUew9mT { width:47.75rem;height:3.875rem;top:1.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsL88578NgnI1Mo4U4KB9hqrXNwT6Fsv { width:16.25rem;height:1.5rem;top:29.5625rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOvuPprgyhtKFmNzZUGCiJGamZrdrJPA { width:16.25rem;height:1.5rem;top:31.0625rem;left:31.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqolbnKBSEUrS7tZRcX9Kip2SwyTbTUw { width:18.9375rem;height:2rem;top:25.25rem;left:15.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzCSVyd6p67XGzBdFmems5cpkuyVQisr { width:19.0625rem;height:1.4375rem;top:27.3125rem;left:15.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4Agyz49fK9mfmSdyQEawalPPRfMToxM { width:16.25rem;height:1.5rem;top:29.375rem;left:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOOru7PwhKeBUXBm0T21bsXp0gDGH78p { width:16.25rem;height:1.5rem;top:30.875rem;left:17.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbzvU3MUatii1wiu1K6dskaxklw9xTta { width:18.9375rem;height:2rem;top:25.3125rem;left:28.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0GSG8kBiiimm7QFvEwT8giWNSRhzb9u { width:19.0625rem;height:1.4375rem;top:27.375rem;left:28.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGI864VhwW0mt2rLkJMhLFgcKWbTVyh7 { width:13.1875rem;height:13.1875rem;top:11.25rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R45L9VTiD9o5L5bGuXl3pvJNBgQtydFb { width:13.1875rem;height:13.1875rem;top:11.125rem;left:34.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFLLJi28ZBhdBuu9xeDDChR6kV79SykO { top:21.9375rem;left:28.125rem;width:2.5625rem;height:2.5625rem;display:block; }
#fFLLJi28ZBhdBuu9xeDDChR6kV79SykO > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #pNQxHFQM5z0KiByQFcmZM87ILGXGvzbQ { top:21.9375rem;left:45.1875rem;width:2.5625rem;height:2.5625rem;display:block; }
#pNQxHFQM5z0KiByQFcmZM87ILGXGvzbQ > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #qvV9rW7CmM7NoVkubhEoO3206c1xfwvW { width:12.8125rem;height:12.8125rem;top:11.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4eTJBMGsnpd1mk4TzU6n9KPCeOWvN6r { width:18.9375rem;height:2rem;top:25.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmAMnubhAvky1Jf0gcqt4Vt1LLMOu2J4 { width:19.0625rem;height:1.4375rem;top:27.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovwhIS6D2iM02LcVwXlL8NBsE3FRthkp { width:16.25rem;height:1.5rem;top:28.8125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XonloioQRNa8qAOuzlvdWbtc0FtXR8LR { width:16.25rem;height:1.5rem;top:30.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #filNiMobEkQOOzve4ZkTBFkxrJEql6JK { top:21.5625rem;left:3.3125rem;width:2.5625rem;height:2.5625rem;display:block; }
#filNiMobEkQOOzve4ZkTBFkxrJEql6JK > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #VDxs7fsTxwH1zlpte00i3T2Dx7RIAdlT { width:25rem;height:3.0625rem;top:6.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pXcDQi1abP5loZToAA4KHt4Fv7Hh8DNF { width:18.9375rem;height:3.0625rem;top:6.5625rem;left:15.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #daqRAwD2mqqkbLKRuBTFbm2PpNv0MRnc { width:19rem;height:3.0625rem;top:6.5rem;left:28.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o { display:block; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2N0FrwtwsGqlTTHMwUyebeCIH4WZDty { width:25rem;height:1.5rem;top:3.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiEGv4sbAwUK2lPIVs6e51vfXEJvSB50 { width:19.8125rem;height:7.6875rem;top:5.5rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2fVvkJo2QUwG69LCZFPRuaAiGcC4Amq { top:14.5625rem;left:0rem;width:13.5625rem;height:3.4219514097236rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOxghNfSeqnoF5B1mJxdhpFtd4ZblKkx { width:25rem;height:1.5rem;top:21.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7pQlB3zw2dTsP2TqNhuT7qzWaGG3pFD { top:3.4375rem;left:14.5625rem;width:24.375rem;height:20.4373125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8yX33DI0LA1MDEURvIkSTwpv3gTfc1v { top:23.875rem;left:0rem;width:12.0625rem;height:4.2899963851789rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgm9VNTCve5DJmfy5F2yTyFIv1J6riQx { top:23.875rem;left:5.5rem;width:12.0625rem;height:4.2899963851789rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgiTzSNqg8vBWtFsqW1LLZqTQhD9AGzJ { top:4.9375rem;left:29.875rem;width:17.875rem;height:14.947891441374rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH5IimHRSxLw3628LXnGAzvC4GKJ3Po0 { top:28.1875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#oH5IimHRSxLw3628LXnGAzvC4GKJ3Po0 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ckB9cvQyP74T6ztpSn4UNtdzrE9DD6CT { top:28.125rem;left:8.7480487823488rem;width:2.5625rem;height:2.5625rem;display:block; }
#ckB9cvQyP74T6ztpSn4UNtdzrE9DD6CT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #T6bTTPT5TUO1nnusZtau1fsnJ0ib14qk { top:28.1875rem;left:0rem;width:2.5625rem;height:2.5625rem;display:block; }
#T6bTTPT5TUO1nnusZtau1fsnJ0ib14qk > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #b1eyFODkVcRR3TTRxzHSAcilrFsMKQDi { top:28.125rem;left:13.124132156372rem;width:2.5625rem;height:2.5625rem;display:block; }
#b1eyFODkVcRR3TTRxzHSAcilrFsMKQDi > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #LdsQNCmFNucOK2TbOCtkFqNqsba1U8sS { top:28.125rem;left:16.810113906861rem;width:2.8125rem;height:2.8125rem;display:block; }
#LdsQNCmFNucOK2TbOCtkFqNqsba1U8sS > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JnVMSwMtP0u4x69Gz3NSntNty8GCeymd { display:block; }#JnVMSwMtP0u4x69Gz3NSntNty8GCeymd > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LT0EF193RQTLqbIcv9zFp0X4hzVMrAyc { width:7.686625rem;height:2.68663125rem;top:0.55989587306976rem;left:0rem;color:#0d2d89;display:block; }
 }@media only screen and (max-width: 763px) { #gzkwGGTk0EihPT5dtMC5yWP4QNeDB1pV { display:block; }
 }@media only screen and (max-width: 763px) { #GIKBr6pTIqkiTgaJzybmThqPJFhzTf2R { width:5.74978125rem;height:2.68663125rem;top:0.55989587306976rem;left:7.6855469346044rem;color:#0d2d89;display:block; }
 }@media only screen and (max-width: 763px) { #y2sBXLL6Oz7OaPc22qfuRxqSIgyoWqAr { display:block; }
 }@media only screen and (max-width: 763px) { #BlVFFOImn80moXDcHTNO4iRppigoFCpC { width:6.6873125rem;height:2.68663125rem;top:0.55989587306976rem;left:13.311632215977rem;color:#0d2d89;display:block; }
 }@media only screen and (max-width: 763px) { #tsRpknxEq1Giyy4tl6JQVWDICZrZWegA { display:block; }
 }@media only screen and (max-width: 763px) { #MUZA76mRMhzXRq3t6PDHJo8H72O8PrgC { width:6.624375rem;height:2.68663125rem;top:3.2454428672791rem;left:1.1295573115349rem;color:#0d2d89;display:block; }
 }@media only screen and (max-width: 763px) { #mHZzM6IUCkEsTNx8nEs2U2Xfnab7l463 { display:block; }
 }@media only screen and (max-width: 763px) { #asvqX88wZWCbHiimx4aMlybv9egwUUtg { width:9.1873125rem;height:2.68663125rem;top:3.2454428672791rem;left:9.1210938096044rem;color:#0d2d89;display:block; }
 }@media only screen and (max-width: 763px) { #uKovcJTfFhwytpXIhrmbtWLQ3LRcOp22 { display:block; }
 }@media only screen and (max-width: 763px) { #V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz { background-color:#2a2a2a;background-image:none;display:block; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { background-color: transparent; background-image: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row > .video-iframe-container { display: none; }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .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); }#V7BmMPq4CZMxSmqfDEcoci7wsmiGNsQz > .row .container { width:20rem;height:39.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EpEQkdk2LW5o52cekuwHf00Jet6CTHfl { width:20rem;height:1.5rem;top:24.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJEI35783XAhB44qsoTAHOGpOrZKH98w { width:9.7979375rem;height:3.29791875rem;top:26.601041793823rem;left:5.1010417938233rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z714kpDolqWglyI6fSaH5npzcZsD0eLu { display:block; }
 }@media only screen and (max-width: 763px) { #HtEwSsf12g3Txbzu9g8UFnAuhh3c8oKf { width:20rem;height:6.125rem;top:31.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIJTGdqParyEDswJL8TlnkBLxd0F0yeS { width:15.1248125rem;height:1.625rem;top:32.75rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2RZucf13SGwCHEst2V1De3TJEGu2swa { width:4.6875rem;height:0.0625rem;top:123.625rem;left:7.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eCT13JRoVxxpn0quTTSLaCzQ8p3naDTr { top:49.874134063721rem;left:7.4989157319069rem;width:12.5rem;height:3.4375rem;z-index:14999;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #CiNWvGLmyKAhm3xdGBbHSg05ziHiP3oU { width:17.5rem;height:4.0625rem;top:42.1875rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ESdx9bzqmhcVQQw9yqI6Cw4eHCvPOT13 { width:15.75rem;height:0;top:40.3125rem;left:2.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .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; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .widget-text.counter-number { padding-top:0.361875rem;padding-right:0.315rem;padding-bottom:0.361875rem;padding-left:0.315rem;width:1.88875rem;min-width:1.88875rem;height:1.944375rem;font-size:1.446875rem;line-height:31.11px;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; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.22625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.518125rem;height:0.76875rem;font-size:0.5425rem;line-height:12.3px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i { display:flex;width:12.875rem;height:3.5625rem;top:42rem;left:2.75rem;padding-top:0.351875rem;padding-right:0.349375rem;padding-bottom:0.351875rem;padding-left:0.349375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #ACJ9XKaePbSiH4ecqvtQzcCvCXOyVtJK { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #meZ1CVCqryg41DTH6eQt5nutrBmGXQvT {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #S2DX0LdbUQvim32THWGIQRn6BzdB028a {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #Nb2g7Xi4ggT4vUNaPwgWCkordUUnXlD5 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #wCC2WmvcuKKOzGUZSHU1b48BL3th2lTA {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #XVJpOO68qifviGfKfTU9XnibTWWzUzNB {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #I6mkcyJ0iRnDud2dUJAMkye4IrAfG1TC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #TxNosmDa0zVDwhF4riUce2AVG0IVhBCB {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #WBMecLBWVeRK83LwnuKDLrT7MmPyBOZC {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #pZK0bL2tBxuCKRQ3DnNwHAH8TwyT3Zu6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #BXsaisfLbiIzmz3J3hif6IzhEuZZJGEg {  }
 }@media only screen and (max-width: 763px) { #nzo1S10ECTwgqN9VO45hNWWk0hmAUp8i #Ox9052otT0JLxKlT1ZFT4dRPnTOn2vWR {  }
 }@media only screen and (max-width: 763px) { #GRiAkixuzV6SReRh3sHVrMK8Qnz4XGJp { width:1.875rem;height:1.875rem;top:35.25rem;left:5.625rem;display:block; }
#GRiAkixuzV6SReRh3sHVrMK8Qnz4XGJp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #iZ5NKB4IcwvxF8VV8zAWZMW3v5lIG22A { width:1.875rem;height:1.875rem;top:35.25rem;left:9.0625rem;display:block; }
#iZ5NKB4IcwvxF8VV8zAWZMW3v5lIG22A > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #soR1X2w0omoxTVhMu68woJghQquWc5PH { width:1.875rem;height:1.875rem;top:35.25rem;left:12.625rem;display:block; }
#soR1X2w0omoxTVhMu68woJghQquWc5PH > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UeEy40z32ZWLrd67oBrqsgSVRt9sGOGc { width:11.625rem;height:1.625rem;top:1.1239585876465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KNlWaCPTVmG43hsARqn4qdKPRqnnByNH { width:4rem;height:1.75rem;top:0.74688720703125rem;left:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnQZ1ydCbTWJdmdVTdIUqriVlx9dibOd { width:18.75rem;height:21.875rem;top:2.75rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLxbKNBNeBTkwuweC1l2uI0AKFAwBI3S { width:20rem;height:20rem;top:3.5833330154419rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dwfMM35tbrc2lg9NaZ1bVXoekOTyQian { display:block; }#dwfMM35tbrc2lg9NaZ1bVXoekOTyQian > .row .container { width:20rem;height:6.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lLwzzsAxf1THu0lvUl4tqEPptOJ1DzFx { width:20rem;height:3.9rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc { display:block; }#gQEV8KzkO52QfSmAxU5cSIp3pRmqC2mc > .row .container { width:20rem;height:4.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JR2aveyOMd54fkmnBgwI79tZTB35GWVF { width:20rem;height:4.3875rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #roCc98MVbyaxsMXMFATIE78VgrEVBX76 { display:block; }#roCc98MVbyaxsMXMFATIE78VgrEVBX76 > .row .container { width:20rem;height:6.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uD4JLA1EkA2azbh6K8fgMUp4ZafXHtD9 { width:20rem;height:5.85rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdDJ2IqVPenNVOtlsGQu6ZBGv3i8DJgI { display:none; }#mdDJ2IqVPenNVOtlsGQu6ZBGv3i8DJgI > .row .container { width:20rem;height:131.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #TepUgz6NCBTprpTEbMTKLiTiZgw0Q1rc { width:20rem;height:1.3rem;top:40.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUksaI6k7O3izX1E47ppPDbnSUbTCdbS { width:20rem;height:1.3rem;top:2.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3pote3EUvR78tvaekqmvJ1HO0LzHEQT { width:20rem;height:3.9rem;top:24.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsbOH0ihIlk3NrclDiCDKTsUwUwXdkFr { width:20rem;height:2.6rem;top:28.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PThglpC402KtbTrh1ihBbLKqFE4CP46c { width:20rem;height:5.2rem;top:53.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RRtWI1BXghv6cy131Et5tCH9ZIVgZtZe { width:20rem;height:1.3rem;top:58.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSav4BA9S18ni1tqETcxOlbGZuuXtls9 { width:20rem;height:2.6rem;top:31.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSt1eGGADaRuBpmF6EOqFLvTpyNHTMc7 { width:20rem;height:1.3rem;top:34.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M669ZWlr7MuRIosisb9nkheSQ2OGsuir { width:20rem;height:2.6rem;top:48.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7dJ85Drkw94Hksqigv2eMacebKgSceF { width:20rem;height:1.3rem;top:51.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXbv1nTB9sD3kBPEGeTTazrqpPFQ7QEP { width:20rem;height:3.9rem;top:4.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tm3zWEcvavnMs0l0fpD6CXXPQVfrQ1Fk { width:20rem;height:1.3rem;top:8.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TCy9T8woumlUc1CZkaDtbdbJtwTSV6LA { width:20rem;height:2.6rem;top:15.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZT6ccxrwq9FtUV7UBPsBJTHcH74lOGI { width:20rem;height:1.3rem;top:18.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDKlSFLRgcN6ctZgr6vCuz75nOegG8yM { width:20rem;height:2.6rem;top:65.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #irJPsdzPVlNs58T09mKlWa7L7ceQJNyz { width:20rem;height:1.3rem;top:67.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TUc5MinfeZGwfIlPrvU8rR9bMc5gFNwo { width:20rem;height:2.6rem;top:70.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #B2VQTlEztLoZk3gxBh6Cv8qVA6vL2kho { width:20rem;height:1.3rem;top:72.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LKbWzkeAB3MiaZhecGPq8AN0g42zvkOO { width:20rem;height:2.6rem;top:60.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzSDeyUCTkqB5VxKpO0H3Iq7THg0iRag { width:20rem;height:1.3rem;top:63.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o4zb2LJuUG73mW8fVDp7xabdfkI3n1lB { width:20rem;height:2.6rem;top:10.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mtzTV5qaE0qHSeZmTGzhr9yt7HTLAsrP { width:20rem;height:2.6rem;top:74.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WUQUqSGsLfaNhLUyTHgMwTIV8ALwZuSg { width:20rem;height:1.3rem;top:77.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQeZMxx5OPVwTcRiOLVMyaKiTr5JW8Gm { width:20rem;height:3.9rem;top:36.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ArAutxoXb352X5vbTeMOMELXJCEBZq6s { width:20rem;height:2.6rem;top:103.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvfmQZnN1gIbmpxz9vZI1egkH4WL8FPb { width:20rem;height:1.3rem;top:106.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWCQRnJ7ppU70XFKIU1UZSlbN88sSMgr { width:20rem;height:2.6rem;top:87.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IRn94zvW7mfEib016C3UhNA3WtSTbUHW { width:20rem;height:1.3rem;top:90.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l694JL47M9ZzTkxBD11adgCzqeszGCiq { width:20rem;height:1.3rem;top:83.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5BC2dIaEr91oME2Q5NuEcsZy906MBva { width:20rem;height:1.3rem;top:85.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZBFuZWxRO9wxmnyNkP593Wr11sf41XWO { width:20rem;height:1.3rem;top:13.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pvpMdKvNi3D7ONRmpgVoA3fNekXhiCOF { width:20rem;height:3.9rem;top:42.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N6d6VNi026bAHR8vH2yTNJnaibaNDw7m { width:20rem;height:1.3rem;top:22.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #J8NT2182guhkBK47GAXKQGtFOf8GC7f2 { width:20rem;height:1.3rem;top:46.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qyFE4BTz3zRQ0iNL31iJnVRF11WkJiSg { width:20rem;height:2.6rem;top:108.0625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbDqa45v9ITPhDKkOQXay4yUM3bV81nc { width:20rem;height:1.3rem;top:110.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBwFZaJx9MiLp4xLEWU8ZZHyZEOfkZwe { width:20rem;height:2.6rem;top:20.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UesNiu9aL3OR9tQ79nRbXsv8y7GXZRTy { width:20rem;height:2.6rem;top:79.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v0omGD1QKAKVX9S3KCBTb5fST5eutnSI { width:20rem;height:1.3rem;top:81.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eh4rOIrBt8d8ybakg5HTXsXyolJWn3qe { width:20rem;height:2.6rem;top:92.512496948244rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL8tASO67q44osRVrqc8vtn9QbIVWZVu { width:20rem;height:1.3rem;top:95.112499237062rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Elc9nalEqTsxvLQrRuJ2hV2P72kVBncd { width:20rem;height:1.3rem;top:121.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #k5x4Hc6FSxht9bRBVnGTfhh9vXXI1XS6 { width:20rem;height:2.6rem;top:118.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SMDJio1thQBDT8LJHJPfECXXWCyVwaMr { width:20rem;height:2.6rem;top:97.424999237062rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DWcDkOy9NKphMzzl6rM1ezFVzQvqm7kE { width:20rem;height:2.6rem;top:100.02499771118rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xdvykq6dpf3OPFd5Tx9l3V5TJwAOX7gS { width:20rem;height:2.6rem;top:112.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfQNL9DcLWhaUp8KFTBenJXI9HuTfQ0w { width:20rem;height:2.6rem;top:115.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SzuecW5tTTpuILxCQ0ogKNtEU2xOV7MQ { width:20rem;height:2.6rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XokTGFIPyBLLvJMUpmEFbW2v30JKJVRq { width:20rem;height:1.3rem;top:129.0125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqgdS99PhaszWUqc9uu76TBC810Mps4U { width:20rem;height:3.9rem;top:123.8625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP { display:none; }#MJy23n6rJG29S1cDBTTHbA1HqT3xK7ZP > .row .container { width:20rem;height:11rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #cMV0TqmFZZJ2sFz5hT14Z3D9RAkga4QW { width:20rem;height:9.1rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb { display:block; }#JZWkauXhFB1czc7B5sSrXJzAC8xEW2Jb > .row .container { width:20rem;height:14rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #A1tF1NGXsEZbTNz3gHO5aHEE4WJuqaTT { width:20rem;height:1rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLK8spTnIDtDnGWEsWmm55Z2PDig8Dl7 { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0kZHqow0EvpsuwidPWbUEOCivl0oy72 { width:18.75rem;height:2.6rem;top:4.7124996185303rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x9Co4aFyAo0blvTmVtTXhmy8W2l0VHT2 { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #broLXBQqSmlHy47mpITp68p3tugnMqq2 { width:19.9375rem;height:10rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r3X5nwLV1Btz9iaTzHAUUObVvGh1D9RM { width:14rem;height:3.3125rem;top:8.1875009536744rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkJGdKgq0AwfLq8o65dbnMtfJixK6JHq { display:block; }
 }@media only screen and (max-width: 763px) { #ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv { display:block; }#ZnzZuU71Mkf41ckRVRw6Od27R3t5M2Cv > .row .container { width:20rem;height:12.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VhL56tB4MXOuBVKnINv3apu9Cb3UTlrR { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWrPJIwscQTeRKxe8S7egTR9OVWirAuK { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M8axJEN3wPQMMup84h1dqU5JM0G0GFpr { width:18.75rem;height:1.3rem;top:4.7124996185303rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #n10UWE5ldLz19p8JtaahaINNST01zLSM { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L6Dinp1qiKUNRmT95HXxdLSqbikZZHk7 { width:19.9375rem;height:3.6875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lHeUnQOGMVx3FgpBW52CUFDVyFXZPNg5 { width:14.125rem;height:3.4375rem;top:7.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Np6DT0TpTaCTB7SbU9ibNCoWxn9lUn3T { display:block; }
 }@media only screen and (max-width: 763px) { #Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde { display:block; }#Ty2n8t7riTtzUWbBXGneyBgpJ3sLEbde > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xbOzGOPhiirpxWWTVm7PpsHmN9Xmao06 { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GlU5mNKWBaaknpHUZa6xNEJNx7WM7lXr { width:20rem;height:3.6rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqZzU4IgT5PvHTz9y01LAEbhmhSy2QZC { width:18.75rem;height:2.6rem;top:5.9124984741211rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XhA75VQpU5hpwy62VVmsDZDn78VlaQlJ { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NnMO5QBOh8gSXFZeT2o0dRlIrcsT4q9Z { width:19.9375rem;height:6.5625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv2GKCK0M59B1TIJgAlOSUUlGAOJpFJF { width:14.125rem;height:3.4375rem;top:10.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtiPvl42h5TdFQbVMG9TATb2IIlEBgXm { display:block; }
 }@media only screen and (max-width: 763px) { #MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp { display:block; }#MTkXLthEeglIwlGlPWgIZGiwEg9AKcCp > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dJLC58gtX1pBVTTPpOhNXFCNk6WHerT9 { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sE45il6TtOpiTVhNaAKsbSwKUVKteme1 { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vPUUvzw8gvHVTsxWlBXP0ecCIJNDFBwF { width:18.75rem;height:1.3rem;top:4.7125015258789rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WlQ86LdMlOqAVRaaTRQpwprxvi0RHuqU { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #M239dvfVDNuKKczzGvz9JLyykhvF0oJ6 { width:19.9375rem;height:3.75rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WqBIaScR4dOIBG2Ug36yLIVGuFTxPTrm { width:14.125rem;height:3.4375rem;top:7.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MuWIsVm2veslh0Uu6nKbKQNwMVwMQTxu { display:block; }
 }@media only screen and (max-width: 763px) { #OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr { display:block; }#OlaVmMdB1zUdBB6IPuvFxH2lKTsnbzxr > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZckuZnikITMVIdihAbDsX2CnI9hTOoMV { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoc7rsuuRH3CTMpKARN6gv8MNhxmGdhh { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNE4sdOQKVSmmT80iAXglr5ux8CemTKy { width:18.75rem;height:1.3rem;top:4.7124996185303rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x6MSn1xsFNPCutumWOkBnNV4RTUSPNo5 { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RkCuTUD0GcGC8I79RXVRfMVnvQQxHTqD { width:19.9375rem;height:3.9375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLIFk2PLNmLCdgqN1dfeifKdf91BTHr7 { width:14.125rem;height:3.4375rem;top:7.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VvXoa4WBgv718kpxDBN5OUymPLzpupef { display:block; }
 }@media only screen and (max-width: 763px) { #zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 { display:block; }#zsSlX7eF3kd85ZRTFCSAirw0Oe4KR6P3 > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OeOD4bqpySUg0ZkBtzzXAwrGyrT2tw07 { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6GrPTfsQKwN8JQn8KRuTwObasCW2lQo { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEAhBii3d5RPoVtK2mCR7tUupgmZP0Wf { width:18.75rem;height:1.3rem;top:4.7125015258789rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KXvQOLngDw8f0K2QDhX8kVMWCInuDls9 { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Xph4lOBqHoTdwJhFsuo1cuTFl6G40PKa { width:19.9375rem;height:4.0625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWlHoa05CiB42GebU03dI0Hnfe1Hr07p { width:14.125rem;height:3.4375rem;top:7.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xLy7NVTOixlbzQWv6mIWKsWqKKK7TFRJ { display:block; }
 }@media only screen and (max-width: 763px) { #c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 { display:block; }#c0LfqSfagiErM4eywWMh3Ztcr9gFtVu0 > .row .container { width:20rem;height:11.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TQImrXsVkAlgGUwHkkNGZJinmWrlMaZs { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nluOHZ7U1tolO1iALS4AE6wA2lCJ09Vm { width:20rem;height:1.2rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uFSLq5FrmEt8A0UDf1avDAHWB9A8833l { width:18.75rem;height:1.3rem;top:3.5125007629394rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pnBUsn2v3Xd1b6scGVfFzyqP17c7J5zp { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4wmiKpFzI3InnMfCeKzPPv46CUmhDa6 { width:19.9375rem;height:2.625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WOu1lJhAbGtrrWT2I1gsEV25SFTQ5gKm { width:14.125rem;height:3.4375rem;top:6.375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnQJrzaCIhbnSMpOcwr8B5PvvxonM2fl { display:block; }
 }@media only screen and (max-width: 763px) { #BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI { display:block; }#BKVUN4m2M2Rrwoiy7lhcD6FguaPD2MTI > .row .container { width:20rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k0QxxTuT0Pgok6Tnkp4U937JPM6vWlAD { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NR8WFsmrRKfxgQ2a5Amf3NEarbmilZPT { width:20rem;height:3.6rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rbcho8RI7oq9E5H6GaeporVtPlyOio5W { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #fapbDkDcJPocITF3p9uuDuwkN1G4kcgy { width:19.9375rem;height:6.4375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z8UK4Nd0RE1AoDsBioo8Th1EkwTHJVNg { width:18.75rem;height:2.6rem;top:5.9124994277954rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mwkCpdXNmJsTNEICcDRLr49Uwt5DQf4d { width:14.125rem;height:3.4375rem;top:10.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMZ1ab0ESzMRvgKIGDb3OR3i7gxnMDTv { display:block; }
 }@media only screen and (max-width: 763px) { #gumAucnueCz64evGqRSSkHy5tn3urGBX { display:block; }#gumAucnueCz64evGqRSSkHy5tn3urGBX > .row .container { width:20rem;height:12.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #y7awyxKTXSfNJUinNVQAhZ5dttEJb6HB { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4pKbOtgyWaieTpX53ATNRF5pb89vEkT { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MbNcR4ytKTU58FhFP0FpmA70p7t5lUxa { width:18.75rem;height:1.3rem;top:4.7124996185303rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #e8gBsWq4SKzt9TQ3VUAuAPWncnRZVlLC { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CxxTNc3gctLnWPrWX9qRckuw1wPkqv38 { width:19.9375rem;height:3.75rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mUuuFMBGKqppoIBTpcciFVlpuPlFuvJZ { width:14.125rem;height:3.4375rem;top:7.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0txg7CstwAQlHdfPyDPTShtS54nxdJw { display:block; }
 }@media only screen and (max-width: 763px) { #sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli { display:block; }#sO87VsPALQrFRbt4WhO1SLCZ0fhkmMli > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XcZfTyenU6nh1nOVdzgie18qkJTyb2T9 { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LUeItDiBGAUKz00iVSvtvrtidF9eVo3U { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsqBgJiEklJSnbb6VPQycXpB0701fLqJ { width:18.75rem;height:1.3rem;top:4.7125015258789rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yg4X4VZEuqvn4dCVQhm9F21CMq18GtZc { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yOT8au9UMMMlhBiHugozqpxBdrpSfQBz { width:19.9375rem;height:3.9375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BLQyvt19W9TcRgwcVuXNPpHPQ45wMxm1 { width:14.125rem;height:3.4375rem;top:7.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aGc2GqLP4aNNiCD2VXBtxz7e5Tuz2UX7 { display:block; }
 }@media only screen and (max-width: 763px) { #kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv { display:block; }#kw8ZwW2BFwSwvWgtfyIPp7LaCzzVMuCv > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w4h2hLfcnweQxXOqhSZougpeZpGqT4lB { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mcI004obxcvak55UFN1nliWq2PmnTzfd { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrZLvwDQxdK7MOpUzs85WgD1wukd38pl { width:18.75rem;height:1.3rem;top:4.7125015258789rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CwPUm4TrcVnz2fBZUmufv3llM69vNQI5 { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #pQ1KoWl0SbLT0E0vIo2Sf8Jai83cNH5y { width:19.9375rem;height:4rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pRQRB7lSIRPB9C86MTiK24EDkHkckAta { width:14.125rem;height:3.4375rem;top:7.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3NqMFi1v1fMar9fshyr6ygwmvgWt7nb { display:block; }
 }@media only screen and (max-width: 763px) { #AsfOSsHTu4g8s1UqiLENNZarSRucMPKV { display:block; }#AsfOSsHTu4g8s1UqiLENNZarSRucMPKV > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #S6NWQXGkJ6LgTLyWB5HcbS3pSz4dcqf1 { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQ4cpQV2pJIgywPba1WgKffqGIT2V3sr { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #NGGHLkTiitZASfTpRyEBD7Ehq9H09049 { width:19.9375rem;height:3.9375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkGVbK2NFxiyymbtCVORIgsQ8s6nUHPb { width:20rem;height:2.4rem;top:2.3124961853027rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdldJF0qNnGwdCOzQZ0KxJFbDrxqvLQC { width:20rem;height:1.3rem;top:4.7125015258789rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DI2OIIR2QDsLto3QXTnVaa2sZO0HoNhK { width:14.125rem;height:3.4375rem;top:7.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhHfqDJ6sK3BKOPVmehBM5CvcPrEZeRt { display:block; }
 }@media only screen and (max-width: 763px) { #iQvACrTXtUvtFPyxrHDbxyUFcIls00im { display:block; }#iQvACrTXtUvtFPyxrHDbxyUFcIls00im > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QvGDSJmXAzQDqU2iaqUggki9ZL83DIhd { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #loqhogvn0ddoBioBdW3uTgo0T7Wh4dOI { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZSqgvhSlANo8izVkQFeWT2KCerJLaF7 { width:18.75rem;height:1.3rem;top:4.7125015258789rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WN0TTTHGmF7zZlnZDymB5T9dd1uw6TP4 { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mCMLimyFKUthMEg9t0JknARVvcOGQdTT { width:19.9375rem;height:4.0625rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ChJ7RxW8FyqTTvLAVOp1ipaJ0nVUatOH { width:14.125rem;height:3.4375rem;top:7.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTnPAJszJP05uylOq9BrpHCG1bJ07z1X { display:block; }
 }@media only screen and (max-width: 763px) { #MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 { display:block; }#MVfBpC8Qyq5SmaIeGrSMdFk1g1Wpbqh1 > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TlhdcO6aMgTdOQvBkzhiWqgkE3SAGtA1 { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N57B77z30FT8WcMwJkZNq4ezHiKKAAI8 { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zgVfHC4dhikSioO1O9MIxRtnBdXPykwI { width:18.75rem;height:1.3rem;top:4.7125015258789rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sr6GhyR7KX7Wzp7oRS7nmi0I8BbzZZfC { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #EkuqlThO1zS1ofF2xZKyON8QG7JsBFtO { width:19.9375rem;height:4rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO { display:block; }#xNXdLuV8N3lz2AXmV8xUzkoUbiObmVDO > .row .container { width:20rem;height:14.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #klr1OFPiBHMOQdAcXwGc1nLdat6Xo52M { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpGhnV4hWTC3BChXMBvu875cEsoL0VIm { width:20rem;height:3.6rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhamMH5tID2XgtmvcoBES8ZQhw70UeKu { width:18.75rem;height:2.6rem;top:5.9625015258789rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ui0JoSP9nebMU5Q6S4iTMV4Kcm7xJ2Fz { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #vHlxsbQ6LhbXwdP3ZCIqzSKbczRISTyo { width:19.9375rem;height:6.3125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k19dKZeiPV5TQPkCcCP5yTtI0VvMsFe5 { width:14.125rem;height:3.4375rem;top:10.0625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v4kFhLDhGsMrKom8I93UtD51r7Xs3k0A { display:block; }
 }@media only screen and (max-width: 763px) { #RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv { display:block; }#RoI3FNBeuIMvtoHcEd6TwREtuQ9MhMQv > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XCAT4OixRNTzw74epCmTs196kkORiOFO { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sXuyrV4f7o8VTTq22PkLCu79h8pLZcGh { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bykCKdyJwRCZCdkLUb5zqlJfZ0UhcA3n { width:18.75rem;height:1.3rem;top:4.7124996185303rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kSrySQ1QlzvsqLIQaQk0QsMnzn6VqTOf { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZfJCHcMtwDKErzMIkJGZiz0WoNyEwUvF { width:19.9375rem;height:3.875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bmfEV8PMqfH8nL0SdWgxt046GKCyUCJ1 { width:14.125rem;height:3.4375rem;top:7.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZw295A9eyVDvKBoMdnM1J71MNQw7nOU { display:block; }
 }@media only screen and (max-width: 763px) { #nxiUqWiJAxWboeIiWx28NERu2qWIrwFH { display:block; }#nxiUqWiJAxWboeIiWx28NERu2qWIrwFH > .row .container { width:20rem;height:12.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NphmLRVATKUNstG66W3FsuPte1ItdPek { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvAhDpQoNgZkxdiD9ZrNEiagUAFUP4CO { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWpGAeeGLbCPmOhkMU3cix4226PTIUh3 { width:18.75rem;height:1.3rem;top:4.7125015258789rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fLt2r8C5N28sDX6I1uielNumpP7S0Mp6 { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #PwexXOQ7I891BfqE9TTaGbT9CmEpB5uz { width:19.9375rem;height:3.875rem;top:2.3750009536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UTrbR2nzJWnvtk0O2p1bSpnHF84U2c6x { width:14.125rem;height:3.4375rem;top:7.625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4gPGMbvs6E0B3qu7cGrxH0IR2giFTEb { display:block; }
 }@media only screen and (max-width: 763px) { #pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS { display:block; }#pGvN5AC2y9Ec5VOpJzvKkQAUPxNe5IhS > .row .container { width:20rem;height:13.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uGmTKpgHLDDct4dDfR0zv1gfi99bkRqH { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xbtabaio9fmtDGbRB4Z6TcXvl1yVhkwn { width:20rem;height:3.6rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kT7OBT4T6eNwNeprUTknfFCmIzdrUewp { width:18.75rem;height:1.3rem;top:5.9124984741211rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b9cM6nEWUKN4aG1CTToxD02AumvUU8MC { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #CXHsrJ2qW5RCUOA9mV3Lhi8SbB6Mh2aw { width:19.9375rem;height:5rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9OUpDqalz69pTuU1t5u7TyImcP69Tek { width:14.125rem;height:3.4375rem;top:8.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgT0mQJ8XOg6TmzRKrGNMtaXn7OhRZdd { display:block; }
 }@media only screen and (max-width: 763px) { #QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 { display:block; }#QJlz8U3VbQ7zevBxXka0TABZJZmXz1C7 > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kKOvk2xODOaGvJUDLD0Ha7nJug85JI5C { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UghNORthtfpZECs2epHu6Zoyg7b0zAPm { width:20rem;height:3.6rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mI9We7eFkKfGCQTbdwPcMz9lf0w83B8t { width:18.75rem;height:1.3rem;top:5.9124984741211rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xnXsF34BQw8Cdiw0VU6yzbLo2hbM3wUZ { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bzFksT79hSooVr4xviSLCa8JIM0bILCs { width:19.9375rem;height:5.125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWTzBCa3fKawMpcSPqshwVagyShDmDKr { width:14.125rem;height:3.4375rem;top:8.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0u00SBDt1oFQ7s9kqLr5J73LaOL8n0a { display:block; }
 }@media only screen and (max-width: 763px) { #s78Aq2xQno1ycmruS1RMwK5v4Dzag447 { display:block; }#s78Aq2xQno1ycmruS1RMwK5v4Dzag447 > .row .container { width:20rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZKf6QSgy8MOa28PMaBroIyl9UNUeJBar { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzGW0ZTd1QsMLTmB8OyzS4J75Ufp1NDX { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxNW2o1TUZ0POnBp5Mfx3AsUdextt1Q8 { width:18.75rem;height:2.6rem;top:4.7125015258789rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xq263CrI56HyrNeOmTpGW852K0FISD8A { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WsKlvkn8UQRvTHERNDAbuTkVm4QXHJbI { width:19.875rem;height:5.0625rem;top:2.375rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rugCxKkzqrGMDgouX6N2PWMC5FRtpTJr { width:14.125rem;height:3.4375rem;top:8.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uZSnxESryLqrFVgFuTPL34mDHZHavx0T { display:block; }
 }@media only screen and (max-width: 763px) { #T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V { display:block; }#T9f2wMDZwkutHPFd0kqlGgDInfEHzf8V > .row .container { width:20rem;height:12.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kiyJaJ9WneCvlCvMTitf7gSX4qlyPuKp { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nx0R3m0QX8qvgWnxd2ahKRrxPbRwpkZw { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUiFBO5eRtuGW0xCVc4DErhw2MDC8unI { width:18.75rem;height:1.3rem;top:4.7125015258789rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pcJsCo3aa87Wc2mdM2IB3sSam9TxVrMx { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zkVTgR8KFXXzydnXIhFlDcSwRJxnixEa { width:19.9375rem;height:4rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ix48Jc48BpQUMpyQ1R2fTHRff67xnGA9 { width:14.125rem;height:3.4375rem;top:7.75rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M9FrhrU1V6kzqrx8d641awZG8D6qPaKe { display:block; }
 }@media only screen and (max-width: 763px) { #wCTleZUHfl8cwmhsf074h7KA9E268KAR { display:block; }#wCTleZUHfl8cwmhsf074h7KA9E268KAR > .row .container { width:20rem;height:12.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QrAlcpITZ7RTvkkgsrcdDy0Q13xu77HZ { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yNdLtVpQiA9zHCqf0bJKhNSeWS97ASg5 { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ncu7N91P8ifVHiLN1gKLFcET5SCugoM0 { width:18.75rem;height:1.3rem;top:4.7125015258789rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kRwIE3RAdfG5Pm3gER8ccr1F01TiHlPf { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #czbtfbtZZ2pPKyaQE3k2y7wZwxFhuDFs { width:19.9375rem;height:3.9375rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLXcet8IabXL9ErM0basaKG8WyuXdTLm { width:14.125rem;height:3.4375rem;top:7.6875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fV47TzDcUNGORKbuyAtOiRelHdygg0TM { display:block; }
 }@media only screen and (max-width: 763px) { #e9lk0srel2toyn2eEKy3NibmxQ3ePQsd { display:block; }#e9lk0srel2toyn2eEKy3NibmxQ3ePQsd > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vEWvCtOyfPmiRNG7IMomXTw5hyTrz33B { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XJCRWO7yqWz6gu9Ut9fa2JFSuUGinpPK { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbJyC8pQ4yZJecQsxO1tSFRipP8fKPDs { width:18.75rem;height:2.6rem;top:4.7125015258789rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dJ8r0exmV0didkXmv8VxNWWXPcnZqLuO { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sMimLnAQeqyTDDRGzXPssQotMZBmw6z6 { width:19.9375rem;height:5.1875rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NcuOvE93eKPbTbDt5EketsVUyBlAEfOx { width:14.125rem;height:3.4375rem;top:8.9375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0Ug7f6GOXDVhziwiDiIBDkWTDlP7VhW { display:block; }
 }@media only screen and (max-width: 763px) { #fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE { display:block; }#fZAL0QvgLB0Wr4BB39mqbN7OxuFEQaFE > .row .container { width:20rem;height:13.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ubbky8mBRVPAnJ1XrAG6FuVQeqyG6EAS { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nw6gAFUTk3TJPmy9TsH8UATAJDLkgVZO { width:20rem;height:3.6rem;top:1.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PS0kfi4mvTAd1usvFMTa474pyIKQvWG2 { width:18.75rem;height:1.3rem;top:5.9124984741211rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DTgu2ywJfNImAUiypVAd2WyWu6kAHdb7 { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #mLwtB8fXVVJTNQXRTTqsL9boedJbIRBD { width:19.9375rem;height:5.125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NvwmICcDunrgLwXnQVr5igiVFQd7n55f { width:14.125rem;height:3.4375rem;top:8.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCht7sUQyXBOAToI0vwkyt7WgvKJ5Rmd { display:block; }
 }@media only screen and (max-width: 763px) { #WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc { display:block; }#WGuhq9PSfXA8ua1fNNRmBaFzPsQbbIXc > .row .container { width:20rem;height:12.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SXJUT7728Rh5yuDssoDulk4vCMFSFP8u { width:20rem;height:2.3125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXm3lbTDfewUeodJRQcAXziiQ5MQ3kwB { width:20rem;height:2.4rem;top:2.3125rem;left:-0.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2KrUdyMDZbsMhl0ZyCKozATJJWBMgGa { width:18.75rem;height:1.3rem;top:4.7125015258789rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T5lUHfte0odmi9tR84tKTzsJvTVrApUA { width:19.875rem;height:4.3125rem;top:2.3111991882324rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GQBwxn8RIvxbuzkVOe6KrdwcdI9GZZ7P { width:19.9375rem;height:3.8125rem;top:2.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRv39vwb8UsaT0fZdRdL7edGBooV2AtO { width:14.125rem;height:3.4375rem;top:7.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mt8VB7TU4OPi3RA7K2PhJ0hAwV0LThDd { display:block; }
 }@media only screen and (max-width: 763px) { #yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ { background-color:#2a2a2a;background-image:none;display:block; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container { background-color: transparent; background-image: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container > .video-iframe-container { display: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row > .video-iframe-container { display: none; }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .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); }#yskuyDORMoogW6o2pIVw6WOBPUdPTkmZ > .row .container { width:20rem;height:312.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k9u9221NZoX0Q4gQ30xSi2TyHMVI4TM2 { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhNrxLGPWM0M5XSABeslIf5zs9zk97TS { width:7.875rem;height:11.8125rem;top:16.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DH4qGnnwEArbJKqVU1ZTJWlB9ETQioXp { width:10.625rem;height:1.3rem;top:21.375rem;left:9.375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #brrCmpWXwECUeW5XXqEl3GZ2lkxIbPb9 { width:8.9375rem;height:1.3rem;top:22.625rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LNXudkB9KSM7dm4l7ULkdM1S7RsuLoU0 { width:9.5625rem;height:3.9rem;top:204.5625rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ObQzOTwy4rrglL98Zh4O8aICRfhsxlfp { width:7.8125rem;height:9.9375rem;top:200.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vl6I8iksgSzLwSpTuTchWp59pkV2gaKJ { width:9.125rem;height:1.3rem;top:203.3125rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #A8SgqoagGamLaNoPqE9p2g9iIChHWf9Z { width:7.3125rem;height:3.9rem;top:33.1875rem;left:11.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ConyIktTUA6OkFA7VdRDzxSkzhWnx1rp { width:6.9375rem;height:1.3rem;top:31.875rem;left:11.9375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #hJJ9PJs5sZg39aU5s4Z22eE3Ez0LThkT { width:8.1875rem;height:10.25rem;top:28.8125rem;left:0rem;z-index:15096;display:block; }
 }@media only screen and (max-width: 763px) { #GEOcKLHbOg9o3owCmqRuPfhHGzcTLtbA { width:11.3125rem;height:11.5rem;top:245.20707321167rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #TaToARmXX0s3sJh4kTKQXLD3UWPTPARq { width:10.3125rem;height:10.5rem;top:4.625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5rlMEbB9dxaN8QKr3hz5BZtNH3SMAlf { width:10.75rem;height:10.9375rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UdHEueBLTGWk2qeoTgAvPUqlU9FEehT2 { width:10.6875rem;height:10.875rem;top:29.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOEVFaa2Z3skTg58VqMatycFTwG772Ja { width:12.625rem;height:12.8125rem;top:40.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC15ufPE2oUwKaT6A2Gs41Pcqo44mZ1y { width:9.25rem;height:13.25rem;top:39.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EsOrivKg36SOLRIZ7M5OTRrZROuQVoKt { width:8.8125rem;height:11.9375rem;top:53.40625rem;left:1.4729166030884rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfMtS7BQ42dRWVOE5iTomozspi1i8k4v { width:12.6875rem;height:12.875rem;top:52.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmsVSzMPhfGrNDUqC1pzTTO4LnHfRtwk { width:10.5rem;height:1.3rem;top:57.875rem;left:9.5rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #bBVhTu9G6ASKwgLgpdDhqxeTfb0VTChd { width:9.125rem;height:1.3rem;top:45.5rem;left:10.875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #uOWCZUJIQpahdGzvRSEDGW9KK2IA1be7 { width:8.9375rem;height:2.6rem;top:58.9375rem;left:10.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqmFP8TR5cCkHPfSQiqISk8pf66sOlSd { width:6.6875rem;height:1.3rem;top:46.8125rem;left:12.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEKL3e5KFFEaoQua7oaFTcr6Dgpvz8yX { width:10.875rem;height:1.3rem;top:71.8125rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Appz4odmwbpyAlyecCJN6dTRmzF2kNBV { width:10.6875rem;height:11.1875rem;top:65.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tzAiashOt9hcugnAK6X223Z7sMMhRoZ1 { width:11.25rem;height:11.4375rem;top:66.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKgc78Fcwo0yleKiK4sKebdvhwTC5f74 { width:9.8125rem;height:1.3rem;top:70.75rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CndlHCArbLvPwdsAq0Wkv2HKlaWfJWd0 { width:12.0625rem;height:12.25rem;top:80.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFubS1KXtlwnq64z3J0Euc6wuCCwSAH3 { width:9.375rem;height:13.625rem;top:78.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8QJzxpFD98SkCaHVJfl9Vc9gapWJ81l { width:9.8125rem;height:1.3rem;top:84.5625rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #GpT8wKI8hOOEM1DbJVPGUi6B8MpApOJA { width:9.75rem;height:1.3rem;top:85.8125rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMNuWBfCrerxgTsSVatb5rKTHZHF457q { width:9.4375rem;height:1.3rem;top:113.3125rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAk8Q7D2b8NXKqV0UiZNWZCIpGTKBor0 { width:9.75rem;height:1.3rem;top:112.0625rem;left:10.25rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #VXF6PPJUrvaI5f5FqRs9oWnW6ffohVAu { width:12.4375rem;height:12.625rem;top:93.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LLH2KXfedEg1JQvEwWFJUhiVElL4DvNg { width:6.375rem;height:10.9375rem;top:107.9375rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCo9eptZIddQGgJlticWeBycurwgmcMb { width:9.75rem;height:1.3rem;top:127.625rem;left:10.125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nIb3qSPyyqN7uMhbQggbLoEU59WoA4Eb { width:10.625rem;height:1.3rem;top:126.375rem;left:9.25rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #Do3QMGlVZZMqUMySM4cuJEWQnONtbgMW { width:10.9375rem;height:13.9375rem;top:119.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CaTiA1LTiCGm71V8qqu7PmGIvosRKlaA { width:12.125rem;height:12.3125rem;top:122.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4iRgolqWJIfVTkMHfpikEJLbx6tEoZ8 { width:12.3125rem;height:12.5rem;top:134.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #awTVfDf6iC7bKgyx63BnOZRtlt9He79J { width:10.4375rem;height:10.4375rem;top:135.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLEkg2fNVE4sRepzTMBIwPqT0aCTJO37 { width:10.25rem;height:1.3rem;top:137.625rem;left:9.625rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #UIWL9kv0HDueZWB1IP3iPR74PKzfxNme { width:8.3125rem;height:1.3rem;top:138.9375rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pd2805JeNiV69SgTtNwfFL6vMXSWc0np { width:12.6875rem;height:12.875rem;top:146.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNghBceZ2apI9zdhrkzhuqdUGhd6GSEy { width:9.3125rem;height:1.3rem;top:150.8125rem;left:10.6875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ykfMfaq8PIkTVuEPBQPwPSx1gJavPyg0 { width:10.4375rem;height:2.6rem;top:152.125rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMuoHqrsIf6W3S335QbQEIJs5vblzfPx { width:9.3125rem;height:12.6875rem;top:146.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJT8pWLSNqM4OMflvOC05gWgD73nhqNM { width:11.75rem;height:11.9375rem;top:161.6875rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9twpMCFAfA98WImCRI207NC6IdRuGLm { width:10.25rem;height:11.8125rem;top:160.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FkE69XhSS9zcKPz1NEocAVmcUIqhpID8 { width:9.6875rem;height:1.3rem;top:166.375rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EIqvpNyszdz0m4rzWRK1Z2idAgpfDDyH { width:10.4375rem;height:2.6rem;top:167.6875rem;left:9.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMqwoGKp1r0XQ5inTp6kuOP52P0S6DFk { width:11.9375rem;height:12.125rem;top:107.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PUrgn6EQBu4SuNuuGh82KPrhy1a4z0u8 { width:10.25rem;height:1.3rem;top:178.6875rem;left:9.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yFrTmbXgK4onHCARM9LHP515VtiFhAyv { width:9rem;height:1.3rem;top:177.375rem;left:11rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #XscCrTQTUnAtIPitqzqgHV6Gvfdg5lhV { width:9.875rem;height:12.5625rem;top:173.62501049042rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eRrAzwgDpmTJfxNWt7iB5H7PcSgAQOhx { width:11.625rem;height:11.8125rem;top:173.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Somarp273hITKHrJ6knT4vhl8mgiicRt { width:8.625rem;height:2.6rem;top:191.6875rem;left:11.25rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozs0bkaE6AGpUT8yTeHRtVQsBhQ8Q4Sv { width:12.0625rem;height:12.25rem;top:186.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lpvGn0X0I9gbmdT5ZOBsZRmstdLXqohy { width:10.375rem;height:11.4375rem;top:187.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fZtqzhPbiD6KSJ36gTsTxdIcduQNmizN { width:9.0625rem;height:1.3rem;top:190.375rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T315EUmmkOrdaREt3DWpT8E30tTXEN7Z { width:9.3125rem;height:2.6rem;top:218.4375rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTcxlNg0cqI2ZV416tWyPtR2k7TOGyL1 { width:9.6875rem;height:1.3rem;top:217.125rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #vRMDITi9iSrvkvMAJp6Bn5ueMS1120k0 { width:9rem;height:13.6875rem;top:211.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #B14pDmbrRyce59T39veyVxIKzekSnPNL { width:11.375rem;height:11.5625rem;top:213.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fv8Ae42zFSDsZlHrRWahL8HkgMzhOk2c { width:8.9364375rem;height:2.6rem;top:9.0354166030881rem;left:11.063541412354rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CX0nyQldko4ZDlTIT8IuyBduECCt2ZJI { width:9.25rem;height:1.3rem;top:7.7354164123538rem;left:10.75rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ZoUzdyTFCTA4VyiMltNsnu7e9TsSTNCp { width:11rem;height:11.125rem;top:200.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2cJxWEssyZ451qf19Bye3p7XX8tzTtp { width:7.6875rem;height:10.3125rem;top:3.8500089645386rem;left:0.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xO1gfTt1mUNumkpbNTFuSzvFdWTLWKQP { width:9.4375rem;height:2.6rem;top:99.125rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrG2oyK12u0Im2v1PTdpbPf3PmUesTlJ { width:9.6875rem;height:1.3rem;top:97.8125rem;left:10.3125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #tnVVdW4QBmmOuuqIyVe3tGnknrldHrgB { width:10.375rem;height:11.9375rem;top:93.4375rem;left:0.6875rem;z-index:15093;display:block; }
 }@media only screen and (max-width: 763px) { #L3piWvzuV21ITXobeW2a4bwULO69SIRH { width:11.25rem;height:11.4375rem;top:227.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFdnDTXpAt9U9ydR1s5WFz3f5a2Vvg6w { width:10.4375rem;height:1.3rem;top:232.5625rem;left:9.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgvXGxsORq5pclUbicgXksTkDTnffGWD { width:7.9375rem;height:1.3rem;top:231.25rem;left:11.9375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T3gLanFHxXGTI9vTwrRCaILTzeGiinEA { width:10.0625rem;height:10.9375rem;top:227.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcoTAVg8skchbdxJiEPxnIyEMfckipZv { width:9.4375rem;height:1.3rem;top:245.48749923706rem;left:10.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JofR5sp5uScPgyHgQuzrG2i9fHTlFiKP { width:10.75rem;height:10.9375rem;top:241.22291469574rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVwDoLqXlAoBBLwOTFVbKAHzzOMStta7 { width:7.75rem;height:1.3rem;top:244.18749809265rem;left:12.125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #rcmZRr21ZvZKmz6hHQh1vBh0Wipkv3Kr { width:10rem;height:12.5rem;top:239.69583129882rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZqHqSkkTtIDwzOtlknMvm2FIXMz02nZ { width:9.5rem;height:1.3rem;top:261.73750686646rem;left:10.375rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15095;display:block; }
 }@media only screen and (max-width: 763px) { #NEuItZ9uRa4hlWNZnzmwVTXgTWHvShlb { width:9.375rem;height:1.3rem;top:260.47292327881rem;left:10.5rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sqRpxmksgLAscTDdUMqv8X3MLERPgyUG { width:11.875rem;height:12.0625rem;top:256.35625839233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DIz2nAJSLz2pl1ff8RHrnfey2kNZXGJR { width:8.6875rem;height:15.625rem;top:252.82917404175rem;left:1.5979166030884rem;z-index:15094;display:block; }
 }@media only screen and (max-width: 763px) { #lTutgk4no8WOQf9JGMAw00rkTOxQlmDM { width:9.25rem;height:2.6rem;top:275.69166564941rem;left:10.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jgrc6hPx157zIv7WWdHrHOAowrMfhzVD { width:8.4375rem;height:1.3rem;top:274.39166641236rem;left:11.4375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #ddNphJ6MEsN6HrRrLTbyBefbbZtkhe1k { width:12.1875rem;height:12.375rem;top:270.42708587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQs6ZM4zBVaLupw9lbzxnFFTRLvl5c8F { width:10.875rem;height:13.5625rem;top:270.42708587646rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tRpHckEsuJug2yc1gvhn4InKIVFL14Ck { width:9.1875rem;height:3.9rem;top:289.4375rem;left:10.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VRhiQm9WxtqHQs2qAHBvkPxv4PIJZ3KU { width:9.625rem;height:1.3rem;top:288.1875rem;left:10.375rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #PT7GD6AiU1k4kWXXgci22KSmti3kSzig { width:12.125rem;height:15.125rem;top:283.19792938233rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMVrJqbaDlzDWFuwFnJ883BTbONfTbH7 { width:12.625rem;height:12.875rem;top:285.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EvSvcHucDaEKvaqncEJqKl8Je8e405dX { width:13rem;height:12.3125rem;top:300.32291412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKSz0f5MVf1vssWIsVxBd2Qw2uShSmR1 { width:12.4375rem;height:12.625rem;top:300.16666412354rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWAPpoanmybcL6X9povMc9MTBEiZ7PAp { width:7.125rem;height:1.3rem;top:304.18958091736rem;left:12.75rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #zp7m554fhqNXkTgDE7k37kl0fNUBVKGq { width:9.3125rem;height:1.3rem;top:305.48958206177rem;left:10.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS { display:none; }#wKMlHA5BclTygXcoDQJl4lwqgtNaDZvS > .row .container { width:20rem;height:165.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #GukMvairllQzaDbLhuUg1HUST8Zmtwmd { width:11.375rem;height:1.3rem;top:40.9375rem;left:8.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X2XWhxTgdTnWnRDVUAKSgZvZ9Uq9DSkk { width:9.875rem;height:1.3rem;top:39.625rem;left:10.125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #u1VUQoBNm0E1zGDbqSEoHiQoK2ns2K9q { width:8.75rem;height:13.25rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FebSB6JoTG3sLV8hSeWMduug5OCTeL2J { width:11.4375rem;height:11.625rem;top:35.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUHa0k2r6yn8ttwzVQW26gdRgqGCiqVg { width:10.0625rem;height:14.8125rem;top:46.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gXJehxsTfNbNU413aPMwM4wenyHAnwwN { width:12.5rem;height:12.6875rem;top:48.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymTKhWW4OuJuQ1xmFxXkpw5X5fl8LMGb { width:10.75rem;height:1.3rem;top:53.125rem;left:9.125rem;text-align:center;text-align-last:center;font-size:1rem;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #sz37R0FKlVbLFFPViH3tKfPgC1IpcEgV { width:10.8125rem;height:1.3rem;top:54.1875rem;left:9.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hMNiph7mxoqKLwJfEtemvBsPSK227dRH { display:none; }#hMNiph7mxoqKLwJfEtemvBsPSK227dRH > .row .container { width:20rem;height:4.0625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zZWf7M1P8czqBxTPDbV2AmwC01bm7Q2i { width:16.8198125rem;height:3.25625rem;top:0.80625152587888rem;left:1.5895833969116rem;background-color:#0e9ae5;background-image: -webkit-linear-gradient(top, #bdd653, #bdd653);background-image: -moz-linear-gradient(top, #bdd653, #bdd653);background-image: -ms-linear-gradient(top, #bdd653, #bdd653);background-image: -o-linear-gradient(top, #bdd653, #bdd653);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd653', endColorstr='#bdd653' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#bdd653', endColorstr='#bdd653' );";background-image: linear-gradient(to bottom, #bdd653, #bdd653);background-size:auto !important;color:#144f55;border-top:0.3125rem solid #144f55;border-left:0.3125rem solid #144f55;border-right:0.3125rem solid #144f55;border-bottom:0.3125rem solid #144f55;display:block; }
 }@media only screen and (max-width: 763px) { #M4XnVnqec8KXk78gIqnFUmbCHZoElwzD { display:block; }
 }@media only screen and (max-width: 763px) { #ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 { display:block; }#ZK2eb0m1hGHTvbZAhzVU1srbPEJdWsB6 > .row .container { width:20rem;height:30.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #byK41bXaZ00cBksMSAZ5PKpBoVdke7Ct { width:20rem;height:5.625rem;top:10.379165649414rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN0dTE9dsxmZERGW9g5TqURVEIEMJ7O7 { width:18.31875rem;height:3.19375rem;top:26.246875762939rem;left:0.84062480926512rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVLbmEx5EzUQE857AA2IdrHxRPNMvXvU { display:block; }
 }@media only screen and (max-width: 763px) { #sCcT6vA6FUA4XrKNfnH8eE0cv6tNUhZp { width:19rem;height:8.125rem;top:1.6593742370606rem;left:0.5rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VAlulD2ioxSEKECTTQuu1ohQMe8187w6 { width:19.25rem;height:23.375rem;top:0.9395751953125rem;left:0.056249618530274rem;display:block; }
 }@media only screen and (max-width: 763px) { #sc64He8tvvSvhuSkfe3DlTrOI488dWeI { width:20rem;height:3.25rem;top:16.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dUFpGVJ7WM3SVe44JTa6z0Lsp9hev4kR { width:12.6875rem;height:2.6875rem;top:20.875rem;left:3.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw { display:block; }#SaP8G5a6v1T55AvTsQLEUIMTnyC6iUpw > .row .container { width:20rem;height:18.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B9VqT9oy7hQRGSkGfZKkdUB5xzriGDXf { width:20rem;height:3.9rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWUUutT0QlkelN57EOTLelUGWTuJnfds { height:11.160058737151rem;width:20rem;top:5.09895625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mZaiouEU7fqM6TMwkk86sGgHw54veM68 { display:block; }#mZaiouEU7fqM6TMwkk86sGgHw54veM68 > .row .container { width:20rem;height:2.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rlZITpioyskocFwoEHZ7ddDTo7GORPrW { background-color:#2a2a2a;background-image:none;display:block; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container { background-color: transparent; background-image: none; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container > .video-iframe-container { display: none; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row > .video-iframe-container { display: none; }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .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); }#rlZITpioyskocFwoEHZ7ddDTo7GORPrW > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DQPr6sbkSPuXV5VTpXkCGVkIawX0tw5c { width:18.75rem;height:11.25rem;top:15.5rem;left:0.5625rem;border-top:0.0625rem solid #6820dc;border-left:0.0625rem solid #6820dc;border-right:0.0625rem solid #6820dc;border-bottom:0.0625rem solid #6820dc;display:block; }
 }@media only screen and (max-width: 763px) { #XtLL5sJR7xPDOGCbzxT6bESkEHOiNUA9 { width:20rem;height:1.2rem;top:0.99935531616213rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ia0wOy2NhtbUDxSwZyA1LqZi2bgbAueu { width:20rem;height:4.125rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aprkR8JcrUTgqQenANKThoIDBcUa9P4C { width:10.75rem;height:3.3125rem;top:35.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UIDvTeAvMNpHSFqwu7z1cZRC0NLl8DDh { display:block; }
 }@media only screen and (max-width: 763px) { #L3XP6X9N0bPMp2Uqwu9a0LX06l7yZbuC { width:20rem;height:4.5rem;top:8.4342365264894rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uhq6W0G7I2CPqFeh8MLhvq9oSKV9vxr8 { width:19rem;height:21rem;top:13.8125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTaNt1K10JpZuuPohbPam9O0ImHnCyFn { display:block; }
 }@media only screen and (max-width: 763px) { #TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 { display:block; }#TyqnAliVS1m5rnzWmnrw3NcPTFxyNoL9 > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AQ2846ztF3eTrKTyU4A8XkkSV9t3N5H5 { width:20rem;height:5.85rem;top:1.318359375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pBLCds1ReEf7viFOR429seocvry05a9b { display:block; }#pBLCds1ReEf7viFOR429seocvry05a9b > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;line-height:1.2;height:1.8125rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-text {padding-top: 0; padding-bottom: 0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.75rem;overflow:hidden;line-height:1.2;height:3.4375rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-select {padding-top: 0; padding-bottom: 0;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]:-moz-placeholder { font-size:0.6875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]::-moz-placeholder { font-size:0.6875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]:-ms-input-placeholder { font-size:0.6875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO [class*="-text"]::-webkit-input-placeholder { font-size:0.6875rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO  { width:17.5rem;height:auto;top:0rem;left:0rem; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO {display:block;}#xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO { width:17.5rem;height:auto;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #OIcfqTngPsWHhROM6EgyumUTKlQHXWFq {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #FNkMdTk6P3W5AixN5TRl8WXG6npfSzHp { display:none; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #t7WZ5fstdJfSPer9V6uesWcHNPSxATTU {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #alATLHe6WrfeFSbVD4aKbPJA2fwOK4lo {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Tc39Gq3Vz7q79cV4lK0XS55T2vdivPpI { display:none; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #uomE6nDQhIp5mtgGuxfkXSIPVMbqqnam {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #UM42eUTtNddTOrINIgeT4Tndwv0M1AVp {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #MbOA9ZRccxAdfbPdonoZimyRSABAeGTJ { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SZc5DvDQcFrIRuM1wMgQA7QzE6wgu7JR {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #LNi5Ngnnu3BWaL9vSHplQ52HegoPT3P8 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #ufTE0FV8i51NGAkmFLOXzgcHD2irG3kf { display:none; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #udQv1xlkCrToybk0DiGBVvixEEh9WJNf {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #OgwEi4GFN49tlluUqAtw5ThhKBfT8d9i {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #JgQMqQkolKzzkOgidVyUtrb1EJ0CvCJG { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Ggwky4v9LVPsiodkxI9TJ1pu2fVWwZEf {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #IsvGwzXdTJUEeb4TSxE3ZTqvGUuamdqD {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #rZN1HuAMAwnD1FBnpZHqWsPtcp1vumKy { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vOJFoT9T1UyTxcaDUT20G3k7viqC8wSa {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iKiqvTyRrTbvPikdxLKmAgrvvZmoJJKl {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #qlkgVClsC4ZK9ablLl97z9nTp0mRmTs2 { display:none; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SAiiywxPenpWW0hTnPsJ2MC27R8VTFBy {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vsZWE07qBl8gvLqkuU6TdCrDW7Ig8AX3 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #uwqmQTygUEAxZGv28i8yDOuBwZPDNmmr { display:block; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #LFNZbPz1v1y7bRRqe0S1qTIkdmcrXeVa {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #edMfBn4CxGQThxtgKFTEiMPuHscxb4CL {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #MvvQlFlXX8gmgDSWkJx4BrdE8msMeQko { display:none; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SztMauJJvEK2Pi4xlabHGMqZNcT9mDVM {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #fN3INUbWnhD11uh6IOMaQKmBGnzykEEM {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iHNfLN0R0Q30REC1C9OhOFBG0s6u5UwW {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #Tz9M4yI99EH7pwf8cEkCrR14fK1bTcLS {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #iDsqvfNfpRmKLZeLM1Vyhfk3lp5ZJgVg { z-index:2; }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #VEnptcJf1qP4TTvqsZCmUEVl3bGunSkw {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #vxTC025T7qiNwI2N62fUqyF4prRSCfn9 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #SnEg1zdkEyPz5ff1od0N2M4weI3khGfz {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #gcnWkeN9lbKfDFvalTq15KKLFE0nTbsV {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #xcdV9IORgZM7XxHSezDhPkmI7KkL6h6A {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #srgAp9wTlaSeywP4IlaIetKlbCirX3DL {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #lXLDHybAESe1VXfICJSiTCzsycit5d3N {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #w0oiE4LAa4Q5OGMymsOfPQF8F270MXx7 {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #dwur1OFp2aUNXAyncDB2nerh6tZ2Tctz {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #RdbPlKMfiDbnaoZrvfEFeUKr0JwsFQRv {  }
 }@media only screen and (max-width: 763px) { #xMNx2ofUF0dKMzSuLixlzAko7mqvrLMO #z2BVF16gdNel1gT3OPaZS7h4VSvteOkf {  }
 }@media only screen and (max-width: 763px) { #BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX { display:none; }#BVJs4gOOvvdRXqSGP1QA1K5XFkmvd2uX > .row .container { width:20rem;height:92.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QUSn3TKWws767ZGzh6kUNKQBVHKvOwNK { width:18.75rem;height:28.125rem;top:0rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CBT5aIbCmZr3XSSytgDkx6X13FxEw6Ri { width:17.5rem;height:1.95rem;top:1.3125rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vAETR7XGSDsGIlaSMr4Owac9ctV5VqWG { width:18.75rem;height:4.6875rem;top:4.4375rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0RaR9tXePzvNNP1kJmp9vrqvceQ7Xo6 { width:4.0625rem;height:2.925rem;top:5.375rem;left:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rBL2ZcAPAqtdZJZfBgbSwNVpBIsVdb7B { width:7.75rem;height:1.95rem;top:6.1875rem;left:7.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 { width:14.375rem;height:10.3828125rem;top:12.5625rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#cUPdGsXicUqBGFgrOoFFnPSZSoLQSWV4 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #eJqRbTpKyZaXqrZqXwSPeu0h37fUsKu5 { width:10.75rem;height:3.3125rem;top:26.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE4Fpm73H5L6y5AHtEZSTWLAAXVCafHS { display:block; }
 }@media only screen and (max-width: 763px) { #lxBfPrv5zGlF8s3b1mw53H6HI1GO25t7 { width:10.75rem;height:3.3125rem;top:88.25rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UJKc99LaO5pgsx9y5Gaql55llWE8Po6G { display:block; }
 }@media only screen and (max-width: 763px) { #tNcqFVrbWNKVvaLlpqI4NLDh466XsaOd { width:18.75rem;height:28.125rem;top:61.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdJuW5yIzRGKRVPAst2wJQ3V1fQN3dbD { width:18.75rem;height:4.6875rem;top:66.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VrRzr1ZaKHTwSALeMIp7MUmeRFCpJ0yy { width:4.0625rem;height:2.925rem;top:67.1875rem;left:4.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gVI2eE6eNBQaGNQLJUm1r8JrsRI8WJlo { width:7.75rem;height:1.95rem;top:67.9375rem;left:7.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XENZQTUc9bZI23OqCst9feNRd1yJQ2CW { width:17.5rem;height:1.95rem;top:63.4375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Gs2AZ1x0imehikZh0KxWpwAUZOcRAJ9n { width:10.75rem;height:3.3125rem;top:57.3125rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s5phdOUOmUnZKFG0UotDhSH6KcZBWBBF { display:block; }
 }@media only screen and (max-width: 763px) { #wkEeetawi6KUNOwMnB5CTlqyGE60SecI { width:18.75rem;height:28.125rem;top:30.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftuR7xLl7LAbwIWlNLnv6FkMOmRnqfrh { width:18.75rem;height:4.6875rem;top:35.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lTDn2vZKUNpBkLfV71zTFCsQ520wTJhT { width:4.0625rem;height:2.925rem;top:36.625rem;left:4.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oniCnCbwUQk5nt7DgZRuTAJE8kAUivHi { width:7.75rem;height:1.95rem;top:37.375rem;left:8.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JqenWzXoUytMNtS2eg6ech6fuCs7TFWG { width:17.5rem;height:1.95rem;top:32.375rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 { width:14.375rem;height:10.3828125rem;top:43.5rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#FmMoTyaeLwMXeBcJ1ktrNbTPJNZK1TK0 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE { width:14.375rem;height:10.3828125rem;top:74.6875rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:1.1875rem;display:block; }#u2BrS7gDPX04Gk0HfHWhlLVze7CWvyQE li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/ce6kJH72/check.png); }
 }@media only screen and (max-width: 763px) { #hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi { display:block; }#hSNQBTdypzfVLVnO0DuLXNl9TCVfFiDi > .row .container { width:20rem;height:92.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ofzZGRNlAXPoksJfRsBN3ZVCJel6PbGK { width:20rem;height:2.6rem;top:20.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#f1b002;display:block; }
 }@media only screen and (max-width: 763px) { #CUgE7uqZTlPolW2bZQMHxM3oHT5L3gts { width:7.9375rem;height:2.5625rem;top:26.375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cDPufThNrEX9THxKuCoM2qWTEcMGTH5L { width:20rem;height:2.6rem;top:41.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#f1b002;display:block; }
 }@media only screen and (max-width: 763px) { #kgeWchOrVawliIV6xy0kHBa5KL4ykTTN { width:11.25rem;height:1.25rem;top:33.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EciVZtXgO0bVHsVKZDrvQ2qLVIPzTIBw { width:8.9375rem;height:1.3125rem;top:36.1875rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsbWFq5wEivf6HmJThktOggNiQrATSIG { width:9.7489375rem;height:1.43645625rem;top:38.4375rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyT3UqGmBQD9kELN5iFgnShlfvuHdyza { width:9.749375rem;height:1.93685rem;top:30.1875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbafK91c61eQr5BThgKAczCpswUFJyUO { width:6.3125rem;height:3.125rem;top:36.8125rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVzpt5QU16MApyF5fxXbaR7qunVB0b0a { width:7.7495625rem;height:2.43706875rem;top:29.9375rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPhukluwwawuS0At1vtGPU55m9fc3zf3 { width:9.375rem;height:2.75rem;top:53rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmPiieMydtmOFkQewI4Lv1PDil9ys13m { width:8.246875rem;height:3.68645625rem;top:44rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #rx7kJWSV5bKgB52h8XMH0eU3XqWr6UJf { width:8.5625rem;height:5.75rem;top:51.3125rem;left:10.125rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #PzKio7qtBcWX1f8L6UE9BIoTgsHnfTtd { width:9.2479375rem;height:1.74791875rem;top:47.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTSKyUfWck6FEPrkQmSCTwt9kyhRfTSd { width:20rem;height:2.6rem;top:11.3125rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#f1b002;display:block; }
 }@media only screen and (max-width: 763px) { #Begui5xLd2uKimx5ZScnqkkEpHBh1e9J { width:11.5625rem;height:2.1875rem;top:15.1875rem;left:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOWz7nTeKsf61k7brue0IZlmH2FT79A { width:8.875rem;height:2.24895625rem;top:26.6875rem;left:10rem;display:block; }
 }@media only screen and (max-width: 763px) { #heQH4gZ75rGDd0pUytVrn2e2M2TdqX80 { width:15.875rem;height:4.875rem;top:5.1999998092651rem;left:1.7204971586703rem;display:block; }
 }@media only screen and (max-width: 763px) { #GwXIBRStyyDLKzWhimJJxLFwcMvueW78 { width:12rem;height:3.3125rem;top:55.9375rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #gf2EEGSIrIlF8C1sCqxonqpTtM0fb1z0 { width:12.875rem;height:2.625rem;top:44.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR7KlTHgkKTw1TlBDMTReIiFVWTCglk8 { width:8rem;height:3.875rem;top:66.49999809265rem;left:11.346874237061rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #ZTart2TBol8ZVWQTCMs0bBSC9R7CgUIZ { width:5.25rem;height:3.125rem;top:32.3125rem;left:13.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bhdCEGmPiQxeNzepuK08cpiq9TeMVoQe { width:6.4375rem;height:4.875rem;top:47rem;left:12.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QA4qwGQTZEd2gatKqqydqHe7LIsEyN8F { width:9.5rem;height:1.25rem;top:67.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NK7gUezefRICgUfECReyHrTX12oyEJVT { width:7.5rem;height:3.3125rem;top:55.9375rem;left:11.846874237061rem;z-index:15018;display:block; }
 }@media only screen and (max-width: 763px) { #pePrgvTqbdAcxQg74RBFrBdFr7kJgQxA { width:7.4375rem;height:5.0625rem;top:62.785417556763rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z1u8dFOLc1dKZsnHXegXGeTe70do3P7W { width:11.75rem;height:2.1875rem;top:75.37499809265rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7GQ6gw1WDRyhLau3aDulIv9mi6UzgO5 { width:6.125rem;height:4.5625rem;top:70.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #slenc5HQHgRd5dSmzllqJ4EXJmLMM6Vm { width:12.125rem;height:2.4375rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFDG8xdlWoWgCHsONgTPpJ6TbeSbe7sI { width:8rem;height:2.4375rem;top:59.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqQ7ZX2vG8rsTSmC18uxsIEkewNkqyrH { width:8rem;height:2.125rem;top:60.375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8vMyLIxxPnnHMoR3s03T5541LeaDUbp { width:20rem;height:5.2rem;top:5.0544738769531E-5rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#f1b002;display:block; }
 }@media only screen and (max-width: 763px) { #TzkDgW3kawGH4wrzdOL5d4oJfQN4Lul8 { width:11.8125rem;height:2.1875rem;top:64.0625rem;left:7.4375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #eTGQXGn5ETVT3zTfOWUL62LiWdSEqTWL { width:10.75rem;height:2.25rem;top:23.625rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ksTedqtZaSnJKPARLQ4rQHyqNgi8OKVB { width:11.625rem;height:2.125rem;top:71.40624809265rem;left:7.7218742370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #oimOBoaq9alsB66vCxiddlNW717OXiUn { width:5.3125rem;height:4.4375rem;top:83.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TG4muzpQ4kxFOwlZS9oWfkfEWrZCZDqT { width:6.4375rem;height:4.5rem;top:78.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0rdSFhxcCevThO5DxHT9SLe2ZW0AoLU { width:4.3125rem;height:4.6875rem;top:78.6875rem;left:7.7229166030881rem;display:block; }
 }@media only screen and (max-width: 763px) { #bV8IooWQvhp2hvTalFtfuG2lgwN70yTn { width:8.0625rem;height:2.875rem;top:74.71874809265rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXbJGrWKhBKnFEcBP2oSwMrbpFZTmvWD { width:6.3125rem;height:3.25rem;top:79.78124809265rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMZJHym4IAJpK8PinpXOblOCPSTmIUZ8 { width:12.5rem;height:2.3125rem;top:84.4375rem;left:6.8468742370606rem;display:block; }
 }@media only screen and (max-width: 763px) { #saT9HkkDt82Iy7Os7VZFROmJKyTxuyM5 { width:12.375rem;height:3.1875rem;top:87.8125rem;left:7.53654194544rem;display:block; }
 }@media only screen and (max-width: 763px) { #pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 { display:none; }#pKcxL6zepgZ0ETPLM9Enul1yG9EVBJG3 > .row .container { width:20rem;height:101.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VZho7w1AZ85sTOTbhyzaOhR0BqU45MBk { width:11.6875rem;height:2.875rem;top:54.718749046326rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeKUO18dAyw6lqToWe9w1F9nZUU1zdzr { width:7rem;height:4.125rem;top:85.75rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xOtgRTCJcamoZbPQ0BFfnty05BGuqTQu { width:6.0625rem;height:2.4375rem;top:38.123967170716rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #A4NRXC4Mi4pFBJzK20kitnyV5Fza3z3D { width:7.8125rem;height:2.9375rem;top:54.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BK28zP9pXpsOrvClvUvzO4W1ot6rrIa0 { width:9.5625rem;height:3.1875rem;top:98.3124961853rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QtmaS0WwQAt1v76MmT15AXQuPTBItZv8 { width:7.8125rem;height:1.9375rem;top:95.125rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hJD1ra92okcSSUVVWA0oeltmHLT7oxw4 { width:10.625rem;height:1.375rem;top:95.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TaQnTikUBRkW2E0gVsG3gxBuZEXT9Iyh { width:6.9375rem;height:3rem;top:82.375rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #fS6xVRz6btuoXw7QFs3S3oQIBi2ApRMp { width:11.0625rem;height:2.125rem;top:82.8125rem;left:8.9375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO { display:block; }#gwBo2vwlLuQZLu4TiXotWFwEZwnZBmSO > .row .container { width:20rem;height:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FKWfW0T7yMHGVSzqGHxptadRNI2C2t0m { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-weight:700;font-style:normal;color:#0d2d89;display:block; }
 }@media only screen and (max-width: 763px) { #n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 { display:block; }#n6RHb0i9O4KqlKgBBkWdvXg0PWN5IJF3 > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NR18fzP8rkrmWvQea2tFW2TqUb3qITqJ { height:10.776375rem;width:19.187rem;top:4.373779296875rem;left:0.406494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTdvvkq72TXVs6XXPP6H0082FXtiHKZa { height:10.776375rem;width:19.187rem;top:18.447265625rem;left:0.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DF4hsTheznLAAps0d99grk4X9FuTSD2F { height:10.776375rem;width:19.187rem;top:32.691650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgNAWrwNuTCM9HM55wJGtAa5uxC14KJm { width:18.2495rem;height:1.78125rem;top:2.669677734375rem;left:0.875244140625rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #nK0HMKmoNwA8TiphEmuhuPQkRZn1kWLV { width:18.2495rem;height:1.78125rem;top:16.744384765625rem;left:1.75048828125rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #NztHBzZNbx9gre1Vv1qhaDDVadcfTDVU { width:18.2495rem;height:1.78125rem;top:30.390625rem;left:1.75048828125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O { display:block; }#FVSTMDrqfiNzPXuWUliTcz4WESaPPb4O > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dt2164bmnMMQNCTXfkuFpiPAAbEvdR9K { height:10.776375rem;width:19.187rem;top:4.373779296875rem;left:0.406494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNADUMwZmIi9lLIIL6yVLsGmUcTbVEhh { height:10.776375rem;width:19.187rem;top:18.447265625rem;left:0.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RpAJGVyx2mLD3PiVJEKPtmMVSeh6UIdL { height:10.776375rem;width:19.187rem;top:32.691650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i97FZK0M4M4yt6U94alKfQlq8fg7PGl0 { width:18.2495rem;height:1.78125rem;top:2.669677734375rem;left:0.875244140625rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #GaaN12gM3VcumKhLEuqKFnXAMkvV77SE { width:18.2495rem;height:1.78125rem;top:16.744384765625rem;left:1.75048828125rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #iMTQUZgNITOeZ44LJn3XufCP0ufo8Fmq { width:18.2495rem;height:1.78125rem;top:30.390625rem;left:1.75048828125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M { display:block; }#yBXUn0wFfkTIKSK9tSQRP6hDIyTURr0M > .row .container { width:20rem;height:44.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ugv3XSN4xfydmd8PckGTObEMltbBePl5 { height:10.776375rem;width:19.187rem;top:4.373779296875rem;left:0.406494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWBeo9PVCkVOr22NWxe59kWuJfJR0Grf { height:10.776375rem;width:19.187rem;top:18.447265625rem;left:0.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wsCWHveORVEVyfiBrvslbWklIeR5kv8w { height:10.776375rem;width:19.187rem;top:32.691650390625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r9SgfsvzWr3nk6nrsSQbdRB34VzNaqOQ { width:18.2495rem;height:1.78125rem;top:2.669677734375rem;left:0.875244140625rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #nOD2vfoMC9GicCsURyMPVN8q5Ha8Fshh { width:18.2495rem;height:1.78125rem;top:16.744384765625rem;left:1.75048828125rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #E48W7KXIKJxpZZN83a1ZXKBSdQtdFnSh { width:18.2495rem;height:1.78125rem;top:30.390625rem;left:1.75048828125rem;font-size:1.1875rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN { display:block; }#a5TtIdUnXDWzWKGFtVbsllxh0L4f48LN > .row .container { width:20rem;height:42.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LRdQ6csmxAiyDerTfX7gNKCFZM2TTlVT { height:10.776375rem;width:19.187rem;top:2.31201171875rem;left:0.4052734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EESMQzA1GW03tBnKrA1PSyne5bCspN66 { height:10.776547923654rem;width:19.1875rem;top:16.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LcNfBuFAEFF3F5OzoscDoQT3Noi25sIu { height:10.776375rem;width:19.187rem;top:30.12451171875rem;left:0.406494140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ELlHFZkdJVJD6g7HJbovTQ5pf8TWwJlV { width:18.2495rem;height:1.78125rem;top:0rem;left:1.75048828125rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #Op9H7lbZa4sfcIhqpA6OT1bano8BBy35 { width:18.2495rem;height:1.78125rem;top:13.85986328125rem;left:1.75048828125rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #wmaGLf3M71ihA7DFRocPF4zc4KTxd5qm { width:18.2495rem;height:1.78125rem;top:27.796630859375rem;left:1.75048828125rem;font-size:1.1875rem;color:#13101c;display:block; }
 }@media only screen and (max-width: 763px) { #T27O4aqy3110WwShtQTMTb3Dzr5P96Cf { background-color:#f2f3f7;background-image:url("https://images.assets-landingi.com/uc/9bff1b82-52c0-4805-81ff-0021dbb3daf5/ST2025J_KAT_tlo.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf.adaptive-delivery-prevent-bg, #T27O4aqy3110WwShtQTMTb3Dzr5P96Cf.lazyload, #T27O4aqy3110WwShtQTMTb3Dzr5P96Cf.lazyloading { background-image: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container { background-color: transparent; background-image: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container > .video-iframe-container { display: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row > .video-iframe-container { display: none; }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .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); }#T27O4aqy3110WwShtQTMTb3Dzr5P96Cf > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JThv1d7MoOBrzaH9QdWD8i2adWUew9mT { width:20rem;height:2.6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsL88578NgnI1Mo4U4KB9hqrXNwT6Fsv { width:11.3748125rem;height:1.13769375rem;top:33.375rem;left:8.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOvuPprgyhtKFmNzZUGCiJGamZrdrJPA { width:10.1248125rem;height:1.13769375rem;top:34.4375rem;left:8.625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqolbnKBSEUrS7tZRcX9Kip2SwyTbTUw { width:12rem;height:1.13769375rem;top:20.125rem;left:8rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nzCSVyd6p67XGzBdFmems5cpkuyVQisr { width:12.6875rem;height:1.13769375rem;top:21.25rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s4Agyz49fK9mfmSdyQEawalPPRfMToxM { width:12.9375rem;height:1.13769375rem;top:22.9375rem;left:7.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOOru7PwhKeBUXBm0T21bsXp0gDGH78p { width:12.3123125rem;height:1.13769375rem;top:24.0625rem;left:7.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbzvU3MUatii1wiu1K6dskaxklw9xTta { width:12.625rem;height:1.13769375rem;top:30.75rem;left:7.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0GSG8kBiiimm7QFvEwT8giWNSRhzb9u { width:11.936875rem;height:1.13769375rem;top:31.885851860046rem;left:8.0620661377906rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGI864VhwW0mt2rLkJMhLFgcKWbTVyh7 { width:6.9375rem;height:6.9375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R45L9VTiD9o5L5bGuXl3pvJNBgQtydFb { width:7.1875rem;height:7.1875rem;top:28.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fFLLJi28ZBhdBuu9xeDDChR6kV79SykO { display:flex;width:1.81206875rem;height:1.81206875rem;top:24.0625rem;left:5.1875rem; }
#fFLLJi28ZBhdBuu9xeDDChR6kV79SykO > img { max-width: 100%;max-height:100%; width:1.81206875rem; height:1.81206875rem; } }@media only screen and (max-width: 763px) { #pNQxHFQM5z0KiByQFcmZM87ILGXGvzbQ { display:flex;width:1.68728125rem;height:1.68728125rem;top:33.875rem;left:5.3125rem; }
#pNQxHFQM5z0KiByQFcmZM87ILGXGvzbQ > img { max-width: 100%;max-height:100%; width:1.68728125rem; height:1.68728125rem; } }@media only screen and (max-width: 763px) { #qvV9rW7CmM7NoVkubhEoO3206c1xfwvW { width:7.125rem;height:7.125rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4eTJBMGsnpd1mk4TzU6n9KPCeOWvN6r { width:11.5rem;height:1.13769375rem;top:8.0625rem;left:8.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wmAMnubhAvky1Jf0gcqt4Vt1LLMOu2J4 { width:12.061625rem;height:1.13769375rem;top:9.1875rem;left:7.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ovwhIS6D2iM02LcVwXlL8NBsE3FRthkp { width:12.4370625rem;height:1.13769375rem;top:11.3125rem;left:7.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XonloioQRNa8qAOuzlvdWbtc0FtXR8LR { width:13.125rem;height:1.13769375rem;top:12.75rem;left:6.75rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #filNiMobEkQOOzve4ZkTBFkxrJEql6JK { display:flex;width:1.875rem;height:1.875rem;top:12.754991531372rem;left:5.3179255127907rem; }
#filNiMobEkQOOzve4ZkTBFkxrJEql6JK > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VDxs7fsTxwH1zlpte00i3T2Dx7RIAdlT { width:11.8120625rem;height:2.4375rem;top:5.0694427490234rem;left:4.0939670205116rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #pXcDQi1abP5loZToAA4KHt4Fv7Hh8DNF { width:12.874375rem;height:2.4375rem;top:16.508246421814rem;left:3.5622830986977rem;text-align:center;text-align-last:center;font-size:0.9375rem;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #daqRAwD2mqqkbLKRuBTFbm2PpNv0MRnc { width:11.8120625rem;height:2.4375rem;top:27.162543296814rem;left:4.0928822159767rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o { background-color:#1e0a47;background-image:url("https://images.assets-landingi.com/uc/9bff1b82-52c0-4805-81ff-0021dbb3daf5/ST2025J_KAT_tlo.jpg");background-position:top left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:contain !important;display:block; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o.adaptive-delivery-prevent-bg, #TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o.lazyload, #TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o.lazyloading { background-image: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container { background-color: transparent; background-image: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container > .video-iframe-container { display: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row > .video-iframe-container { display: none; }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .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); }#TD90C1VkUiXvtqQ7hyOsBbGK86wIZm0o > .row .container { width:20rem;height:70.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v2N0FrwtwsGqlTTHMwUyebeCIH4WZDty { width:20rem;height:1.21875rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DiEGv4sbAwUK2lPIVs6e51vfXEJvSB50 { width:19.8123125rem;height:5.6875rem;top:3.71745rem;left:0.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A2fVvkJo2QUwG69LCZFPRuaAiGcC4Amq { width:13.5625rem;height:3.4222182970973rem;top:10.6477875rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOxghNfSeqnoF5B1mJxdhpFtd4ZblKkx { width:20rem;height:1.21875rem;top:15.3190125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7pQlB3zw2dTsP2TqNhuT7qzWaGG3pFD { width:20rem;height:16.769076923077rem;top:17.7864625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8yX33DI0LA1MDEURvIkSTwpv3gTfc1v { width:12.0625rem;height:4.2903723592094rem;top:52.0019625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cgm9VNTCve5DJmfy5F2yTyFIv1J6riQx { width:12.0625rem;height:4.2903723592094rem;top:60.126504736328rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgiTzSNqg8vBWtFsqW1LLZqTQhD9AGzJ { width:17.875rem;height:14.947891441374rem;top:35.80515rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH5IimHRSxLw3628LXnGAzvC4GKJ3Po0 { display:flex;width:2.5625rem;height:2.5625rem;top:56.314004736328rem;left:6.9377174377444rem; }
#oH5IimHRSxLw3628LXnGAzvC4GKJ3Po0 > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #ckB9cvQyP74T6ztpSn4UNtdzrE9DD6CT { display:flex;width:2.5625rem;height:2.5625rem;top:64.438546972656rem;left:7.1861991882325rem; }
#ckB9cvQyP74T6ztpSn4UNtdzrE9DD6CT > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #T6bTTPT5TUO1nnusZtau1fsnJ0ib14qk { display:flex;width:2.5625rem;height:2.5625rem;top:56.314004736328rem;left:10.8125rem; }
#T6bTTPT5TUO1nnusZtau1fsnJ0ib14qk > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #b1eyFODkVcRR3TTRxzHSAcilrFsMKQDi { display:flex;width:2.5625rem;height:2.5625rem;top:64.438546972656rem;left:11.562282562256rem; }
#b1eyFODkVcRR3TTRxzHSAcilrFsMKQDi > img { max-width: 100%;max-height:100%; width:2.5625rem; height:2.5625rem; } }@media only screen and (max-width: 763px) { #LdsQNCmFNucOK2TbOCtkFqNqsba1U8sS { display:flex;width:2.8125rem;height:2.8125rem;top:64.313542366025rem;left:15.25rem; }
#LdsQNCmFNucOK2TbOCtkFqNqsba1U8sS > img { max-width: 100%;max-height:100%; width:2.8125rem; height:2.8125rem; } }