.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:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE { background-color:#ffffff;background-image:none;display:block; }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .row .container { background-color: transparent; background-image: none; }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .row .container > .video-iframe-container { display: none; }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .row > .video-iframe-container { display: none; }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .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); }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .row .container { width:75rem;height:5.5rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#xp0HJ2ghOBeV1Xk2fJi33yp4T0MDc4bE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.374025rem;width:17.8125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA { background-color:#5ea8e0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA > .row .container { background-color: transparent; background-image: none; }#w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA > .row .container > .video-iframe-container { display: none; }#w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA > .row > .video-iframe-container { display: none; }#w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA > .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); }#w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA > .row .container { border-width: 0; border-radius: 0; }#w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA > .row .container { font-size:0.875rem;font-family:arial;height:38.375rem;width:75rem;overflow:visible;position:relative;display:block; }#OpCKncz0UbCm80WGOENTo2arJSZPwZFs { color:#ffffff;display:block;width:64.25rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:4.25rem;left:3rem;height:7.7505rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zbOi42Xd1PpXcdp9og3WmmrL5UvJKt8G { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));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:18.75rem;width:0.5rem;top:0rem;left:71.625rem;display:block; }
#hfffeTByvHPXorcbp2qNKTZBPqWcmyBK { color:#ffffff;display:block;width:14.375rem;position:absolute;font-family:raleway;font-size:1.75rem;font-weight:400;z-index:15075;line-height:1.5;letter-spacing:0;top:24.0625rem;left:7.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EZtbxEEMQ8sSqWCCeDohCt4ToH8GpuLx { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#5ea8e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:30rem;left:3rem;display:block; }
#pShhKT74WNL7LlvZl7QLb7zE2HRnbxme { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BFt0XmFUWhsTwEutT8ZvHHfPBiAE3VSQ { background-color:transparent;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:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:30rem;left:17.625rem;display:block; }
#LRI37M4tbTBx0mcZfnfgtQZNHDbHtfHm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PRypTHk05TARbXTyuDJNIkEATsue5Tpp { color:#ffffff;display:block;width:33.125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15063;line-height:1.5;letter-spacing:0;top:16.875rem;left:3rem;height:4.125rem;font-style:normal;text-align:left;text-align-last:left;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; }
#CbscElVdcU4BKGqKTinTS8KWqF5TwHeL { position:absolute;display:block;z-index:15077;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.875rem;width:33.125rem;top:16.8125rem;left:34.1875rem;overflow:hidden;display:block; }
#Ta9cKTTTdcJHTrCzzthuiSdIeIVNsVgU { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4rem;width:4rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:22.612500429154rem;left:3rem; }
#GtrC83P0lTKswI2z2HWP88ZRsLd0LSrI { color:#ffffff;display:block;width:18.8125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15064;line-height:1.5;letter-spacing:0;top:22.6875rem;left:7.5625rem;height:2.0625rem;font-style:normal;text-align:left;text-align-last:left;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; }
#xpslgwkB99TTgXxi3ZewBRaHtfKwpoXU { position:absolute;display:block;z-index:15019;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));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:18.75rem;width:0.5rem;top:0rem;left:69.0625rem;display:block; }
#HOvyRqGUWKNQwnSheRx6kIDurhqxIRpT { position:absolute;display:block;z-index:15018;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));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:18.75rem;width:0.5rem;top:0rem;left:66.6875rem;display:block; }
#yRUf8x8AsHlu3hsdb3h5UXeLSqsWvK92 { position:absolute;display:block;z-index:15017;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4cffffff', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(255,255,255,0.3), rgba(0,0,0,0));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:18.75rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 { position:relative;display:block; }#XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 { background-color: transparent; background-image: none; }#XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 > .row .container > .video-iframe-container { display: none; }#XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 > .row > .video-iframe-container { display: none; }#XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 > .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); }#XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 { border-width: 0; border-radius: 0; }#XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 > .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; }#XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 > .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:5.1875rem;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; }#TH9fZgzoGtDMGm3Rw1M2lqfSdTuZ6AVs { color:#4f4c4d;display:block;width:61.75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.09375rem;left:6.624218940735rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#H6EMNXaIqGgICwAvcogzN3z97QR1A6Cd { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:2.0625rem;display:block; }
#nLel9cl8VdJ1XZ7A01T6uZheyPhs5Qwe { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.4375rem;display:block; }
#QZaPNKfyEaV8qNeUzcAvuNBJN53adFbV { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.8125rem;display:block; }
#FFpZBRCUeByF7HBDV2E5mC4lx5Nh7eGB { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9.1875rem;display:block; }
#BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs > .row .container { background-color: transparent; background-image: none; }#BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs > .row .container > .video-iframe-container { display: none; }#BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs > .row > .video-iframe-container { display: none; }#BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs > .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); }#BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs > .row .container { border-width: 0; border-radius: 0; }#BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs > .row .container { font-size:0.875rem;font-family:arial;height:31.6875rem;width:75rem;position:relative;display:block; }#N91d0PdM4fIfoxwIuvrBiret2eIiKcTU { color:#4f4c4d;display:block;width:46.9375rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.4375rem;left:15.625rem;height:14.435225rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gAPsxVmVU3wPP5wqSRppxTPDafa7hzTe { color:#4f4c4d;display:block;width:71.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:21.6875rem;left:1.625rem;height:10.12305rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#A5P66L2uRygaivo8n1s6pNOLoPuW9I0V { color:#4f4c4d;display:block;width:71.75rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:18.625rem;left:1.625rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }#A5P66L2uRygaivo8n1s6pNOLoPuW9I0V li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#A5P66L2uRygaivo8n1s6pNOLoPuW9I0V li:before{  }
#To9pp1DsLQeucsGi6Os8QTHpIhCFqJqb { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:2.375rem;left:12.375rem; }
#TEBnyw8DwDli8LpDDf1Ue99mrsDJDVye { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:7.5rem;left:12.375rem; }
#GfkoipIakibgXZB8s8ZkZVX2TLW766Vo { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:13.6875rem;left:12.375rem; }
#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/Hcfwew744z4/unsplash/christin-hume-Hcfwew744z4-photo-1515378791036-0648a3ef77b2.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; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe.adaptive-delivery-prevent-bg, #AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe.lazyload, #AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe.lazyloading { background-image: none; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row .container { background-color: transparent; background-image: none; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,38,35,0.7); }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row .container > .video-iframe-container { display: none; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,38,35,0.7); }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row > .video-iframe-container { display: none; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .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); }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row .container { border-width: 0; border-radius: 0; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe::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; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row .container { font-size:0.875rem;font-family:arial;height:30.9375rem;width:75rem;position:relative;display:block; }#UwpnTIrg6eXTfGkMi6K9UFccUlMdCp8g { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.5rem;left:12.375rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#w2FbbdmpDbs7iN8Zy96TnNwHm8C4sDZx { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#FThCm0oHOTq1MsvHPH0WpzFApG1ZcNHD { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#J0yAho6xUMcJRBT8O2zhPUuSTCQvFK3p { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#pUAWe0lrZ8UDgTunIQdAwQxXTsyh01tn { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#sBt8M1RFxIPGlX40pSvoN4pqA9nMfhSa { color:#ffffff;display:block;width:70.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:8.3115234375rem;left:2.15625rem;height:20.2461rem;text-align:left;text-align-last:left;display:block; }
#zKg8zuhn6REu2AKbdtdQMazRV00FDP5N { position:relative;display:block; }#zKg8zuhn6REu2AKbdtdQMazRV00FDP5N { background-color: transparent; background-image: none; }#zKg8zuhn6REu2AKbdtdQMazRV00FDP5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKg8zuhn6REu2AKbdtdQMazRV00FDP5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKg8zuhn6REu2AKbdtdQMazRV00FDP5N > .row .container > .video-iframe-container { display: none; }#zKg8zuhn6REu2AKbdtdQMazRV00FDP5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKg8zuhn6REu2AKbdtdQMazRV00FDP5N > .row > .video-iframe-container { display: none; }#zKg8zuhn6REu2AKbdtdQMazRV00FDP5N > .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); }#zKg8zuhn6REu2AKbdtdQMazRV00FDP5N { border-width: 0; border-radius: 0; }#zKg8zuhn6REu2AKbdtdQMazRV00FDP5N > .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; }#zKg8zuhn6REu2AKbdtdQMazRV00FDP5N > .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:5.1875rem;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; }#ixl40QnIRp2EwnqL9pNgTPC3AdILT4vf { color:#4f4c4d;display:block;width:61.75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.25rem;left:6.625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC { position:relative;display:block; }#P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC { background-color: transparent; background-image: none; }#P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC > .row .container > .video-iframe-container { display: none; }#P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC > .row > .video-iframe-container { display: none; }#P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC > .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); }#P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC { border-width: 0; border-radius: 0; }#P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:15.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#D9epTWkzigEekpxMyTwRlgpXr7rgayP3 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:22.5rem;width:40rem;top:1rem;left:17.5rem;display:none; }
#zeJ6fifJA8McVwu18Un2CSxfq7zR6xfB { color:#4f4c4d;display:block;width:13.375rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:7.0320301055906rem;left:0rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#gIKAe3QJXln10pKO4KmdT3l1TZq0Gpvb { color:#4f4c4d;display:block;width:14.5rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.5;letter-spacing:0;top:7.03125rem;left:14.374218940735rem;height:5.061525rem;text-align:center;text-align-last:center;display:block; }
#BOPbsUJ3WvHL8ALBfgJNCXP4W5rMZCUp { color:#4f4c4d;display:block;width:12.4365rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15028;line-height:1.5;letter-spacing:0;top:7.03125rem;left:30.21875rem;height:5.061525rem;text-align:center;text-align-last:center;display:block; }
#ehwGwlQKSokUEKznyfOv5hxuePkPnvD9 { color:#4f4c4d;display:block;width:14.6875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15032;line-height:1.5;letter-spacing:0;top:7.03125rem;left:44.6875rem;height:5.061525rem;text-align:center;text-align-last:center;display:block; }
#zXK5mJzVAbCE1Fe7mGqAoxBXBlfQH00p { color:#4f4c4d;display:block;width:14.1875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:7.0322265625rem;left:60.8125rem;height:6.7487rem;text-align:center;text-align-last:center;display:block; }
#DzrmMv2H2hQhKUoGi7uWvooB4aFNTFG7 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:1.6742191314698rem;left:4.71875rem; }
#E8q7oX1lT45vTHQmqA2WVENbUFaa0xbS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;opacity:1;top:1.892578125rem;left:50.28125rem; }
#WTRhvelodunAixzA1RDyPyspPBeMs1F3 { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:1.767578125rem;left:66.03125rem; }
#Mz5fhhEDs6OukRQvAz7a9zgHPIEsCBEs { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:1.7679691314698rem;left:19.749218940735rem; }
#eHVFU7QdTHercMQk5qmKrivus9bS5JBM { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:3.75rem;width:3.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:1.767578125rem;left:34.5615234375rem; }
#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row .container { background-color: transparent; background-image: none; }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row .container > .video-iframe-container { display: none; }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row > .video-iframe-container { display: none; }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .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); }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row .container { border-width: 0; border-radius: 0; }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf .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; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf .widget-text.counter-number { border-top:0.17375rem solid #ffffff;border-left:0.17625rem solid #ffffff;border-right:0.17625rem solid #ffffff;border-bottom:0.17375rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.505625rem;padding-right:0.455625rem;padding-bottom:0.505625rem;padding-left:0.455625rem;display:block;align-items:center;width:2.735rem;min-width:2.735rem;height:2.7175rem;position:relative;font-family:arial;font-size:2.0225rem;font-weight:400;line-height:43.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6475rem;height:1.07375rem;position:relative;font-family:raleway;font-size:0.75875rem;font-weight:700;line-height:17.18px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf { 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:#5ea8e0;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:20rem;height:5.46625rem;padding-top:0.063125rem;padding-right:0.065rem;padding-bottom:0.063125rem;padding-left:0.065rem;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:4.67578125rem;left:27.27734375rem;z-index:5000; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #v4mH2VzTuRfahWq4oOU8Ixa8kJPpTeJy { display:flex;position:relative;top:0rem;left:0rem; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #HwTTam3VVuVUxGF9F8dd54RJKgBeXLpx { width:auto; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #CkbR6ftfenKVfaf2fXTuC8d3HQlc4niA {  }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #RTU31pTMAxvFJ3gSzeEcCMMsLC5FKeN2 { display:flex;position:relative;top:0rem;left:0rem; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #nB3xZlHNUrlGD8cOp2n7WWWboxI1BW6U {  }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #HugtGZyRXGlezRcI3EcaKz8fwLT6cHBx {  }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #So8fpkWEXNzLhx82VoD3eeL81TMGG295 { display:flex;position:relative;top:0rem;left:0rem; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #JrlwFeGCO3O1HF6A7S4Hry9HggJcUDi1 {  }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #tpPQ0GysCWL6iRuKtU9yCDux2hFVwqhZ {  }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #DBwADincZU45FTTXRzgLBWqUEa3ZZaQq { display:flex;position:relative;top:0rem;left:0rem; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #QZXlvygx4ciBeoF94okWf011PmtFXTnT {  }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #SyVMnHH1ne96kWIXTxK2P8HCutob725U {  }
#HiteWi8wFT7VAp221EFNFl3cTZ1NsnTm { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.5625rem;left:11.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx > .row .container { background-color: transparent; background-image: none; }#bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx > .row .container > .video-iframe-container { display: none; }#bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx > .row > .video-iframe-container { display: none; }#bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx > .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); }#bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx > .row .container { border-width: 0; border-radius: 0; }#bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#cra39b68ROnI0pMhDpvPI6FcsK9QBmu0 { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#5ea8e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.03125rem;left:30.625rem;display:block; }
#IImLqMGoCWCSWzI4tyH6yXlJKpbZVTze { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ { 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; }#H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ > .row .container { background-color: transparent; background-image: none; }#H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ > .row .container > .video-iframe-container { display: none; }#H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ > .row > .video-iframe-container { display: none; }#H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ > .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); }#H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ > .row .container { border-width: 0; border-radius: 0; }#H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ > .row .container { font-size:0.875rem;font-family:arial;height:12.75rem;width:75rem;position:relative;display:block; }#t0drcO7LdMdAbVo0pl9wSRtS2J9dH5f9 { color:#4f4c4d;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.3125rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W0zsHdeTQ7HLVXhocHtnXNqyXiLXv4As { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#aHEx3WFINd2xdRvTKPTckvOJnye5gzxE { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#NFTJCUmlw6gSGViTQaPIhyxzplFqua3t { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#xKTHRRSN1IrnHR2Z6UgHcRgrQhUBVukW { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#uekDyiMcDmVAArPvLhA9ICnxm0qsK74I { position:relative;display:block; }#uekDyiMcDmVAArPvLhA9ICnxm0qsK74I { background-color: transparent; background-image: none; }#uekDyiMcDmVAArPvLhA9ICnxm0qsK74I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uekDyiMcDmVAArPvLhA9ICnxm0qsK74I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uekDyiMcDmVAArPvLhA9ICnxm0qsK74I > .row .container > .video-iframe-container { display: none; }#uekDyiMcDmVAArPvLhA9ICnxm0qsK74I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uekDyiMcDmVAArPvLhA9ICnxm0qsK74I > .row > .video-iframe-container { display: none; }#uekDyiMcDmVAArPvLhA9ICnxm0qsK74I > .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); }#uekDyiMcDmVAArPvLhA9ICnxm0qsK74I { border-width: 0; border-radius: 0; }#uekDyiMcDmVAArPvLhA9ICnxm0qsK74I > .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; }#uekDyiMcDmVAArPvLhA9ICnxm0qsK74I > .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:7.1875rem;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; }#kHmTIIufkLDGkIphMrJ3uQseS4pvZ4uh { color:#4f4c4d;display:block;width:23.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:1.90625rem;left:10.311718940735rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yzMMVbsLcfvdpScC5gDEvLMkEPTZsdTF { position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:25.625rem;top:0.8125rem;left:44.125rem;display:block; }
#tZX4ESQyqJ8tpb0rOHCXeo6KCcqeZ16H { 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-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:25.625rem;top:0.8125rem;left:8.436718940735rem;display:block; }
#Z7c8SwQZiQJzdUTMr8u435yHsOPTnvJR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.4375rem;left:2.5rem; }
#plXt17ASsCkI3dZLLJIE2xBdFkBMh8fK { color:#4f4c4d;display:block;width:23.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:1.90625rem;left:46rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fGeGpo323Q9VBOsfM3Pek4Dyl5yuTXu2 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:1.40625rem;left:38.40625rem; }
#T7eNeNvzEH8nQAKl8Zr1T0f4nl2WJm0x { 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-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:25.625rem;top:0.8125rem;left:8.436718940735rem;display:none; }
#qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX { position:relative;display:block; }#qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX { background-color: transparent; background-image: none; }#qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX > .row .container > .video-iframe-container { display: none; }#qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX > .row > .video-iframe-container { display: none; }#qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX > .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); }#qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX { border-width: 0; border-radius: 0; }#qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX > .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; }#qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX > .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:7.1875rem;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; }#DRTK9tdTOwdsbBTy7c1QIlcZkWKAxhJT { color:#4f4c4d;display:block;width:25.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:1.875rem;left:45.9375rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FFLWv7QRKefDm3KooxkJhkGGmaIicwBf { position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:25.625rem;top:0.8125rem;left:44.125rem;display:block; }
#bkO8CsouysZG3SWpCS0P7aWbSPOvPE6S { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:25.625rem;top:0.8125rem;left:8.3492193222044rem;display:block; }
#x28WPD4aAI9HzCoU4sETQtUGNQuLzH8a { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:1.40625rem;left:38.4375rem; }
#S13nDhxgDqUIrsP8HPPcnX9NrfyR4EK1 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:5.25rem;width:5.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:0.96875rem;left:2.375rem; }
#eePlhIedr6VcEV7nDr4kyBJiLWsKKaqn { color:#4f4c4d;display:block;width:23.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:1.90625rem;left:9.5615234375rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qIva3B8fWLuXfzTaWflA1quvvybN164T { 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-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:25.625rem;top:0.8125rem;left:8.436718940735rem;display:none; }
#FaXi6TnXylI0WTp9J6esbPCTCXXdtFRZ { 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-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:25.625rem;top:0.8125rem;left:8.436718940735rem;display:none; }
#h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh { position:relative;display:block; }#h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh { background-color: transparent; background-image: none; }#h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh > .row .container > .video-iframe-container { display: none; }#h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh > .row > .video-iframe-container { display: none; }#h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh > .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); }#h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh { border-width: 0; border-radius: 0; }#h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh > .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; }#h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.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; }#fw80CTFZhqB1w904WaJroTREwKI2ycNN { color:#4f4c4d;display:block;width:23.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:2.625rem;left:46rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tPMXqchMePI3B1oKhwziVDqpyEfNzf3s { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:25.625rem;top:1.5rem;left:44.125rem;display:block; }
#hlRcthczMJkwkXDZMFX2kQ66cDdXLstu { position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:25.625rem;top:1.46875rem;left:8.436718940735rem;display:block; }
#tnFbNIfA9CHf8bTdLHH1Dqmpb12Un5aL { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:1.875rem;left:38.84375rem; }
#JL8T8qTU6WdbW65DGAFmhIx4LKlTnQRa { color:#4f4c4d;display:block;width:23.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:2.625rem;left:9.625rem;height:3.375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#V6svgshybVEPrVA8fLoH8GhJxNtT6wUx { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:2.125rem;left:2.5rem; }
#kutrrQbwwtGN0ulfEhFw57SwK9dUFS4Q { 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-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:25.625rem;top:0.8125rem;left:8.436718940735rem;display:none; }
#kh0a9KcrrA0GsNkDUrszWTmd2Q181TS1 { 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-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:25.625rem;top:0.8125rem;left:8.436718940735rem;display:none; }
#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/92bb4bda-c724-481e-b530-381bac90434a/mockupOC.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg.adaptive-delivery-prevent-bg, #TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg.lazyload, #TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg.lazyloading { background-image: none; }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg > .row .container { background-color: transparent; background-image: none; }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,38,35,0.8); }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg > .row .container > .video-iframe-container { display: none; }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,38,35,0.8); }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg > .row > .video-iframe-container { display: none; }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg > .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); }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg > .row .container { border-width: 0; border-radius: 0; }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg::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; }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg > .row .container { font-size:0.875rem;font-family:arial;height:21.625rem;width:75rem;position:relative;display:block; }#DLiC8H5JXEc7Z6pPRaMaQxHtCrMeEHvn { color:#ffffff;display:block;width:64.875rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:2.75rem;left:5.0625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tKSEOObNVUnJry1FNRDKdM4hJ241v4xt { color:#ffffff;display:block;width:69.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15017;line-height:1.5;letter-spacing:0;top:6.9375rem;left:2.75rem;height:15.184575rem;text-align:left;text-align-last:left;display:block; }
#eDUkOfvyoGC6HXFfU1ZCnL7bUAwKyeLQ { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#sJcndC4KN0besgaE84wl52l000q6Lcsp { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#r8WMgonwqTJzE8RagNgOibT2PZERqtru { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#Nq6shI3xbPsMAMU2q8XkMNflRyQAfRbe { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#q1WO2EETflDwEOSHFJObM4WS4dcTvX8A { 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; }#q1WO2EETflDwEOSHFJObM4WS4dcTvX8A > .row .container { background-color: transparent; background-image: none; }#q1WO2EETflDwEOSHFJObM4WS4dcTvX8A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1WO2EETflDwEOSHFJObM4WS4dcTvX8A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1WO2EETflDwEOSHFJObM4WS4dcTvX8A > .row .container > .video-iframe-container { display: none; }#q1WO2EETflDwEOSHFJObM4WS4dcTvX8A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q1WO2EETflDwEOSHFJObM4WS4dcTvX8A > .row > .video-iframe-container { display: none; }#q1WO2EETflDwEOSHFJObM4WS4dcTvX8A > .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); }#q1WO2EETflDwEOSHFJObM4WS4dcTvX8A > .row .container { border-width: 0; border-radius: 0; }#q1WO2EETflDwEOSHFJObM4WS4dcTvX8A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q1WO2EETflDwEOSHFJObM4WS4dcTvX8A > .row .container { font-size:0.875rem;font-family:arial;height:59rem;width:75rem;position:relative;display:block; }#fVLmezB5KwGM2CyphfT4CyTTbOGupbee { color:#4f4c4d;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:2.5rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#smWM7S6ZT4NPDwi87r83a7JvaFT3Pn5X { color:#4f4c4d;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:6.875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aKn7EBA8VGfMmL9iza5MH4nEb96esTGC { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#F4hufmTzcRgthEKiyHCP2KMILiDZHoHT { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#pPvUtfAmBFusfhtg0Qph48IfW3o7Ay1q { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#MvTnAJ0WZ6igOM1oKFShQ37EvREhTiw2 { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#kPGecLL8xdJRQI4iUhROrBfTK3EXy54c { position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:5.5625rem;width:29.625rem;top:11.875rem;left:23.1875rem;display:block; }
#Tg9kR8KSx9tZwdyPamRzQkReNwEPxuW1 { color:#4f4c4d;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:700;z-index:15005;line-height:1.2;letter-spacing:0;top:19.3125rem;left:32.125rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#qphVpTtx0Tv6ulm8HLKsMXdp82NBxvcF { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));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.5rem;width:10rem;top:24.875rem;left:32.125rem;display:block; }
#VeGdkAWOrz1s0INe50E29mAJAfhuEIud { color:#4f4c4d;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15042;line-height:1.7;letter-spacing:0;top:26rem;left:32.125rem;height:2.5503875rem;font-style:normal;display:block; }
#LxGoIRUwbVvZDDef0rSQS4I6ANRZGpMM { 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:4.875rem;width:30.125rem;top:12.1875rem;left:22.25rem;overflow:hidden;display:block; }
#Fxy29SXmbeyBmofOlsBcrkWUUSWDDEv3 { color:#4f4c4d;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:19.3125rem;left:44.8125rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#mu2Wi745btJuF5gud2wFyIDAylpyEX5F { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));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.5rem;width:10rem;top:24.875rem;left:44.5rem;display:block; }
#X9HWRfR3myWvZtIwz1f15Phm538ByAhI { color:#4f4c4d;display:block;width:11.3125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:26rem;left:44.5rem;height:2.5503875rem;font-style:normal;display:block; }
#wi4gCxUfLfWGVGHPTiy7dhZBKoAX9Pg7 { color:#4f4c4d;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:19.625rem;left:19.5rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#g8DRtMye5U5t42HwHku22W4nRwRPND2T { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));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.5rem;width:10rem;top:24.875rem;left:19.5rem;display:block; }
#U93DeT0zHpmvqZ9i16ObKTU4TKGiLZ7J { color:#4f4c4d;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:26rem;left:19.5rem;height:2.5503875rem;font-style:normal;display:block; }
#I5Op43gfEUL6Ub0Uz4O68hP7zzzpnXLI { color:#4f4c4d;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:19.625rem;left:6.8125rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#IpWea9GmBqTtO4n321mgrwynzfWb0N2A { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));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.5rem;width:10rem;top:24.875rem;left:6.8125rem;display:block; }
#ZRBTECBcJwmT0mn3aoiHuu3bwuK3o7Dz { color:#4f4c4d;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15045;line-height:1.7;letter-spacing:0;top:26rem;left:6.8125rem;height:2.5503875rem;font-style:normal;display:block; }
#hVA6sWGOqSkPwxnFuORltDXT4CHwT0tt { 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:27.375rem;width:75rem;top:29.6875rem;left:0rem;overflow:hidden;display:block; }
#swVUVZ5sBa7C5ISHN9kKl4qbNzNLkerT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15055;opacity:1;top:20.3125rem;left:49.75rem; }
#qu0mRFCGXg49liMAmCC0vJ2uGNeUh7Oc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:20.125rem;left:37.125rem; }
#kmV5QiXnCqaXbdL9MLl4xup3ZWeg9WS5 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:20.375rem;left:13.75rem; }
#JJf7CeiiKzgdT26fWAmZsL6Z0RA1RILn { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.9375rem;width:2.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:20.375rem;left:24.6875rem; }
#TtIGBTdezRwO2qCT2yVLiSq41rmwn2SW { color:#4f4c4d;display:block;width:11.3125rem;position:absolute;font-family:raleway;font-size:1.5rem;font-weight:400;z-index:15049;line-height:1.7;letter-spacing:0;top:26rem;left:56.875rem;height:2.5503875rem;font-style:normal;display:block; }
#blJnnbvU28ABubdKDIF8HMfdh1xOnBLX { position:absolute;display:block;z-index:15037;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));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.5rem;width:10rem;top:24.875rem;left:56.875rem;display:block; }
#iHRRt6DETVJ2mkEPZSr9brlQDHbinnd9 { color:#4f4c4d;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:700;z-index:15012;line-height:1.2;letter-spacing:0;top:19.3125rem;left:57.1875rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rkgirlzwChPTscRgTD6D0vEysTTHTgnM { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:20.0625rem;left:60.375rem; }
#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT > .row .container { border-width: 0; border-radius: 0; }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:none; }#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG .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; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG .widget-text.counter-number { border-top:0.17375rem solid #ffffff;border-left:0.17625rem solid #ffffff;border-right:0.17625rem solid #ffffff;border-bottom:0.17375rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.505625rem;padding-right:0.455625rem;padding-bottom:0.505625rem;padding-left:0.455625rem;display:block;align-items:center;width:2.735rem;min-width:2.735rem;height:2.7175rem;position:relative;font-family:arial;font-size:2.0225rem;font-weight:400;line-height:43.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6475rem;height:1.07375rem;position:relative;font-family:raleway;font-size:0.75875rem;font-weight:700;line-height:17.18px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG { 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:#5ea8e0;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:20rem;height:5.46625rem;padding-top:0.063125rem;padding-right:0.065rem;padding-bottom:0.063125rem;padding-left:0.065rem;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:4.67578125rem;left:27.27734375rem;z-index:5000; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #w9asUbMMwmpwhhobRQPDaOzRkoLhR5us { display:flex;position:relative;top:0rem;left:0rem; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #LHHUiTEPi17R9Zzaf3uqGmCDLusUI5bc { width:auto; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #DHQ5Ww3KPhoftlQdtoDiUnF8U7CiOfHA {  }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #tEcEVzrZ2BbtbVDNDgDNMBhK2uikcXRX { display:flex;position:relative;top:0rem;left:0rem; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #ApvdDbA1xtVEDxuFZRa33tRHJXSBa4fU {  }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #GZyKFloiAatQd9tpyTxZbSm8zuKLV3WB {  }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #wNihF1dzz2vUyBIPrmOROwrkAwMiGBUD { display:flex;position:relative;top:0rem;left:0rem; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #TT4eoRECmzeCyvrzmXBbS2Z84aiaybG8 {  }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #bruBIcM5ThUBRubLtFOXvTM8uAuiVs0q {  }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #umTqqr8BmGSWKH2HK0nUU6T0bqwF22Wz { display:flex;position:relative;top:0rem;left:0rem; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #o8geDOwJoWSEKHdoeMm7bXrWXhWZbBN9 {  }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #SJPexqfL0sQXiRNa71o7GbhWmBIsaf6h {  }
#OtZ4vlZdL6Zugs1lSQkkXhsTU7Wfa4kn { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.5625rem;left:11.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bC3E2cT4is5RASedsdIo743tNoP7JPK1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#bC3E2cT4is5RASedsdIo743tNoP7JPK1 > .row .container { border-width: 0; border-radius: 0; }#bC3E2cT4is5RASedsdIo743tNoP7JPK1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bC3E2cT4is5RASedsdIo743tNoP7JPK1 > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:none; }#ClMgsaFqMRqP2B7hfNZZKT6TOoATG1vg { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.5625rem;left:11.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zVLTqryTwIhuul72gJ6Q3zDw3i9Z8uFL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#zVLTqryTwIhuul72gJ6Q3zDw3i9Z8uFL > .row .container { border-width: 0; border-radius: 0; }#zVLTqryTwIhuul72gJ6Q3zDw3i9Z8uFL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zVLTqryTwIhuul72gJ6Q3zDw3i9Z8uFL > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:none; }#WmHhHVpOsqTVyylVXsepU9BJTPrkvWGP { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#5ea8e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.03125rem;left:30.625rem;display:block; }
#w6OCTDWBOlNR0tWB1RqQvT5Bqx3pmt4E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR > .row .container { background-color: transparent; background-image: none; }#iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR > .row .container > .video-iframe-container { display: none; }#iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR > .row > .video-iframe-container { display: none; }#iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR > .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); }#iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR > .row .container { border-width: 0; border-radius: 0; }#iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN .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; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN .widget-text.counter-number { border-top:0.17375rem solid #ffffff;border-left:0.17625rem solid #ffffff;border-right:0.17625rem solid #ffffff;border-bottom:0.17375rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.505625rem;padding-right:0.455625rem;padding-bottom:0.505625rem;padding-left:0.455625rem;display:block;align-items:center;width:2.735rem;min-width:2.735rem;height:2.7175rem;position:relative;font-family:arial;font-size:2.0225rem;font-weight:400;line-height:43.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6475rem;height:1.07375rem;position:relative;font-family:raleway;font-size:0.75875rem;font-weight:700;line-height:17.18px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN { 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:#5ea8e0;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:20rem;height:5.46625rem;padding-top:0.063125rem;padding-right:0.065rem;padding-bottom:0.063125rem;padding-left:0.065rem;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:4.67578125rem;left:27.27734375rem;z-index:5000; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #Tp5Flo4Oe9wOTPb9Q0QGR737FR5CLNDW { display:flex;position:relative;top:0rem;left:0rem; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #ygx3OD6KBwmlLchT0sgan0WLKe4zcdPs { width:auto; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #PELioxdbobQ5n0t9DdXSdCWOhegB4pNk {  }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #TpqtfQ7lCgzt87d1qQ3LoNEeDxW0nTeb { display:flex;position:relative;top:0rem;left:0rem; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #LK7TfenGXZD1RddI9nA10IrTqy28tZO1 {  }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #wWh6qBR1ItTgeb9TPfIqbotzuvEvcZyO {  }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #zIPTfAx337uXVZpNN4ImH8sObZyRJG1V { display:flex;position:relative;top:0rem;left:0rem; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #aDdcnFQV4mC3SwZ8DIrh58FNzFXz2uaA {  }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #A6tN2yGFqP5zot7lJm4JvXvefhaRkxA3 {  }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #fwCvEwhwev89toXEPmmUKbFCzDZMNyHd { display:flex;position:relative;top:0rem;left:0rem; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #iJxEr2lNOnn1c4FeksWaNz5OBSbNwwn7 {  }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #xgxb7OKCQlRWbOESgZmT8soyDRnsi78w {  }
#DgKl22pCTXGWZM9Gy2TVMB4awqJZiGHo { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.5625rem;left:11.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV .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; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV .widget-text.counter-number { border-top:0.17375rem solid #ffffff;border-left:0.17625rem solid #ffffff;border-right:0.17625rem solid #ffffff;border-bottom:0.17375rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.505625rem;padding-right:0.455625rem;padding-bottom:0.505625rem;padding-left:0.455625rem;display:block;align-items:center;width:2.735rem;min-width:2.735rem;height:2.7175rem;position:relative;font-family:arial;font-size:2.0225rem;font-weight:400;line-height:43.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6475rem;height:1.07375rem;position:relative;font-family:raleway;font-size:0.75875rem;font-weight:700;line-height:17.18px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV { 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:#5ea8e0;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:20rem;height:5.46625rem;padding-top:0.063125rem;padding-right:0.065rem;padding-bottom:0.063125rem;padding-left:0.065rem;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:4.6750001907349rem;left:27.276562690735rem;z-index:5001; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #i8xB5PQTUJ5ydTpXchTCU4m5HF3aruJL { display:flex;position:relative;top:0rem;left:0rem; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #tsm9IZVxXTS4BQ1ThLNZICunQwWUMCLV { width:auto; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #TpfK0Z9GqAPbaTlJbG8lWJLKCADwcZO7 {  }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #m4g58OkMvQ6k5nEwlTsBbGoH1aBTkQOD { display:flex;position:relative;top:0rem;left:0rem; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #TkyWavpGw6BGVP7DFsfZfH1wJlOagDO5 {  }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #ObWaMatfiVIpOyQdkT2RRphiCupWTDFL {  }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #agewKsBuJABwx3WA9y6T7LGWEmV6Zbca { display:flex;position:relative;top:0rem;left:0rem; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #he9CtOpmf75awqBiJ7UfsLbEyaF9vJwd {  }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #oRdGhfhf8tU9siEOqT83e8UO8m3Zpn63 {  }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #qslxgPVdrb6ULzdX9WSDvwaC2NOVaJJi { display:flex;position:relative;top:0rem;left:0rem; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #ZtOCvLBr5plwy7NSUFReUDbet89AdRJ6 {  }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #o0XMeLnVxm0EkbD7N330gM5Ba7iEidla {  }
#mvL6q00XmT640oyvzR9TuIXmIO5IE0hG { 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; }#mvL6q00XmT640oyvzR9TuIXmIO5IE0hG > .row .container { background-color: transparent; background-image: none; }#mvL6q00XmT640oyvzR9TuIXmIO5IE0hG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvL6q00XmT640oyvzR9TuIXmIO5IE0hG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvL6q00XmT640oyvzR9TuIXmIO5IE0hG > .row .container > .video-iframe-container { display: none; }#mvL6q00XmT640oyvzR9TuIXmIO5IE0hG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mvL6q00XmT640oyvzR9TuIXmIO5IE0hG > .row > .video-iframe-container { display: none; }#mvL6q00XmT640oyvzR9TuIXmIO5IE0hG > .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); }#mvL6q00XmT640oyvzR9TuIXmIO5IE0hG > .row .container { border-width: 0; border-radius: 0; }#mvL6q00XmT640oyvzR9TuIXmIO5IE0hG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mvL6q00XmT640oyvzR9TuIXmIO5IE0hG > .row .container { font-size:0.875rem;font-family:arial;height:12.5625rem;width:75rem;position:relative;display:block; }#b8TNdgkoPTg8oTGW4tu8hps47fbaTvAU { color:#4f4c4d;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:2.875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k9aITyBc3WLw0rGup4HQI3FLHsqB4wbT { color:#4f4c4d;display:block;width:75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:7.40625rem;left:0rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EoghZ7OUq0cc0KzxaxfG5S9ZbOpQv8zK { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#zXxu6PA7S1i8ItvIgSSQLuQw35ms3n6g { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#ag9VXzBbu3nNTLcAza4T0mrq06N0TlEB { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#cQBUsnraUVq89RHKfbVdsEit22wUzd5d { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#rys03JgxqvNiQefvlEAEJyKiibHqU6xN { position:relative;display:block; }#rys03JgxqvNiQefvlEAEJyKiibHqU6xN { background-color: transparent; background-image: none; }#rys03JgxqvNiQefvlEAEJyKiibHqU6xN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rys03JgxqvNiQefvlEAEJyKiibHqU6xN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rys03JgxqvNiQefvlEAEJyKiibHqU6xN > .row .container > .video-iframe-container { display: none; }#rys03JgxqvNiQefvlEAEJyKiibHqU6xN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rys03JgxqvNiQefvlEAEJyKiibHqU6xN > .row > .video-iframe-container { display: none; }#rys03JgxqvNiQefvlEAEJyKiibHqU6xN > .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); }#rys03JgxqvNiQefvlEAEJyKiibHqU6xN { border-width: 0; border-radius: 0; }#rys03JgxqvNiQefvlEAEJyKiibHqU6xN > .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; }#rys03JgxqvNiQefvlEAEJyKiibHqU6xN > .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:23.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#R3h4vItmCpnTq6SkyyvbPeFgmEmwh7Tt { color:#000000;display:block;width:36rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:7.9375rem;left:2.9375rem;height:13.497375rem;text-align:left;text-align-last:left;display:block; }
#kxRTOy1EdEJRgk7D48TTGh82KrHMcI38 { color:#5ea8e0;display:block;width:28.8741875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:3.5625rem;left:6.5rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#EPacfAI4yiSR82G4Fo8h4Q8pMQdGWBq0 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:3.3125rem;left:2.9375rem; }
#t6Ti2l8b5MTCV7KZSB95pZAcmGb4ypvX { 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.75rem;width:30.1875rem;top:3.5625rem;left:41.859375953674rem;overflow:hidden;display:block; }
#n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi { position:relative;display:block; }#n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi { background-color: transparent; background-image: none; }#n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi > .row .container > .video-iframe-container { display: none; }#n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi > .row > .video-iframe-container { display: none; }#n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi > .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); }#n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi { border-width: 0; border-radius: 0; }#n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi > .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; }#n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi > .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:22.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; }#Bd8v5wPADTRShIu0zTEtsciHAvsJNuyU { color:#000000;display:block;width:36rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:9.4353637695312rem;left:35.693182468414rem;height:11.8101875rem;text-align:left;text-align-last:left;display:block; }
#CwomnMVMfzZ2RA5e0pRTRhHE5b3nKs5k { color:#5ea8e0;display:block;width:28.8741875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4.6375007629394rem;left:39.256249427796rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#JITJcfCGh7GOU6TzOkyBMgKt5LVVBSV2 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:4.4039068222046rem;left:35.692967414856rem; }
#PdlqZPI94xThTq3thiXTUotmd8pGAc76 { position:absolute;display:block;z-index:15054;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:16.6875rem;width:23.5rem;top:4.0595703125rem;left:4.5rem;overflow:hidden;display:block; }
#hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q { position:relative;display:block; }#hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q { background-color: transparent; background-image: none; }#hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q > .row .container > .video-iframe-container { display: none; }#hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q > .row > .video-iframe-container { display: none; }#hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q > .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); }#hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q { border-width: 0; border-radius: 0; }#hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q > .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; }#hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q > .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:25.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; }#suJll5sE2H4CKqdfnfHsIrKGQ833fEvE { color:#000000;display:block;width:35.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:9.1875rem;left:2.9375004768372rem;height:15.1845625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#OIwWPnW7v7wuqUignwhamLS6EAXbmxDw { color:#000000;display:block;width:28.8741875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4.3742198944092rem;left:6.749218940735rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KqFZPwou9qfsToWGDsMBnEn3WryCoQpa { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:2.5609375rem;width:2.5609375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:4.265625rem;left:2.9375rem; }
#NDztkfNcngUbGrCCENpVOZgtdO8RdNbs { position:absolute;display:block;z-index:15057;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.5625rem;width:21.875rem;top:5.8625001907349rem;left:45.218750953674rem;overflow:hidden;display:block; }
#QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 { position:relative;display:block; }#QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 { background-color: transparent; background-image: none; }#QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 > .row .container > .video-iframe-container { display: none; }#QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 > .row > .video-iframe-container { display: none; }#QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 > .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); }#QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 { border-width: 0; border-radius: 0; }#QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 > .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; }#QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 > .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:23.8125rem;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; }#MzeHsbShpkRg3D4f3PTM3S32Q8xTPeVb { color:#000000;display:block;width:34.1873125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:9.4357643127444rem;left:35.693363189698rem;height:6.7486875rem;text-align:left;text-align-last:left;display:block; }
#sctEofZrDTTfE6dFZmsQlJWLfeD58Qh1 { color:#5ea8e0;display:block;width:28.8741875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4.6382813453674rem;left:39.175782203674rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#r5zncpd2bKEET255GRZCgZ2K24J29VPR { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:4.4039063453674rem;left:35.300000190735rem; }
#S04M5hSgtddKLa5QxrDkbcqJbz9hgggV { color:#000000;display:block;width:30.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.5;letter-spacing:0;top:17.3125rem;left:37.625rem;height:5.061525rem;text-align:justify;text-align-last:initial;display:block; }
#bgCHAoiU2PTcbbISH3LwSCsvFoa6k396 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15057;opacity:1;top:16.1875rem;left:34.1875rem; }
#ACt8d6ZmECUiv04I1Dchg15R2cgIgnzS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15058;opacity:1;top:17.875rem;left:34.1875rem; }
#utS4rV2IBITPbzLIwTMZ4pmLVtpKQQap { 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:20.625rem;width:13.625rem;top:2rem;left:10.25rem;overflow:hidden;display:block; }
#UHd8TrQgLkqHPJNOBxmZu3ZTxUsHiedB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.9375rem;width:3.9375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15059;opacity:1;top:19.625rem;left:34.1875rem; }
#GTPDT1QXQotZo5HaqgK7te4gcQE8q8Ln { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:21.6875rem;width:14.4375rem;top:1.625rem;left:9.8125rem;display:block; }
#Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq { position:relative;display:block; }#Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq { background-color: transparent; background-image: none; }#Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq > .row .container > .video-iframe-container { display: none; }#Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq > .row > .video-iframe-container { display: none; }#Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq > .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); }#Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq { border-width: 0; border-radius: 0; }#Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq > .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; }#Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq > .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:24.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; }#nbTpaaqkbxZEwOArlrTApTaXLaJZMt5a { color:#000000;display:block;width:34.1873125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:9.1875rem;left:2.9375rem;height:11.8101875rem;text-align:left;text-align-last:left;display:block; }
#o3nIz426L3szF5uFzgU7yJ3oGSKmGL3R { color:#000000;display:block;width:28.8741875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4.375rem;left:7.186718940735rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#glQXewPHhHk3RgbGWoON8AoGRUWnrTsB { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:3rem;width:3rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:4.046875rem;left:2.9375rem; }
#pczAFTJiq2n61T7SOyIP3xdLRD3ptd9u { 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.1875rem;width:29.5625rem;top:4.375rem;left:40.781250953674rem;overflow:hidden;display:block; }
#OUeKte7X0yE904i36gun4tCNGub1LAl4 { position:relative;display:block; }#OUeKte7X0yE904i36gun4tCNGub1LAl4 { background-color: transparent; background-image: none; }#OUeKte7X0yE904i36gun4tCNGub1LAl4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUeKte7X0yE904i36gun4tCNGub1LAl4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUeKte7X0yE904i36gun4tCNGub1LAl4 > .row .container > .video-iframe-container { display: none; }#OUeKte7X0yE904i36gun4tCNGub1LAl4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OUeKte7X0yE904i36gun4tCNGub1LAl4 > .row > .video-iframe-container { display: none; }#OUeKte7X0yE904i36gun4tCNGub1LAl4 > .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); }#OUeKte7X0yE904i36gun4tCNGub1LAl4 { border-width: 0; border-radius: 0; }#OUeKte7X0yE904i36gun4tCNGub1LAl4 > .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; }#OUeKte7X0yE904i36gun4tCNGub1LAl4 > .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:22.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; }#TbLQDyTfwT6S8qpizN9PtfX9T0pJJm4y { color:#000000;display:block;width:38.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.5;letter-spacing:0;top:9.4351577758787rem;left:35.692967414856rem;height:8.435875rem;text-align:left;text-align-last:left;display:block; }
#bnmfJXKpWEknwTeObvCynA4D7MJ53L6L { color:#000000;display:block;width:28.8741875rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:4.6382818222046rem;left:39.949219703674rem;height:2.0625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#iQBlO0A8AU1qkIp8DTb124gzrTT22buW { position:absolute;display:block;z-index:15057;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:26.25rem;top:2.2490234375rem;left:4.15625rem;overflow:hidden;display:block; }
#FX3OuCz5Aym7BKeNPsTIta2h3RBmTaJ6 { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:2.8125rem;width:2.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:4.4039068222046rem;left:35.692967414856rem;display:none; }
#Tstwg7i8O9omydWF9CylAG4ZKPmI8Nmf { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:2.81179375rem;width:2.81179375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:4.2630519866943rem;left:35.692926406861rem; }
#l4M9wsumX3OwWg316smNRxZziZzMce1V { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#l4M9wsumX3OwWg316smNRxZziZzMce1V > .row .container { background-color: transparent; background-image: none; }#l4M9wsumX3OwWg316smNRxZziZzMce1V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4M9wsumX3OwWg316smNRxZziZzMce1V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4M9wsumX3OwWg316smNRxZziZzMce1V > .row .container > .video-iframe-container { display: none; }#l4M9wsumX3OwWg316smNRxZziZzMce1V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4M9wsumX3OwWg316smNRxZziZzMce1V > .row > .video-iframe-container { display: none; }#l4M9wsumX3OwWg316smNRxZziZzMce1V > .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); }#l4M9wsumX3OwWg316smNRxZziZzMce1V > .row .container { border-width: 0; border-radius: 0; }#l4M9wsumX3OwWg316smNRxZziZzMce1V > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l4M9wsumX3OwWg316smNRxZziZzMce1V > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#ZGWv2V2zBC6oVT52o8fgyzbTuk1rn6ma { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#5ea8e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.03125rem;left:30.625rem;display:block; }
#txc4AsAGq3VTpF7SqgrKNSawltVfU8vP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA { 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; }#t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA > .row .container { background-color: transparent; background-image: none; }#t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA > .row .container > .video-iframe-container { display: none; }#t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA > .row > .video-iframe-container { display: none; }#t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA > .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); }#t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA > .row .container { border-width: 0; border-radius: 0; }#t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA > .row .container { font-size:0.875rem;font-family:arial;height:48.5625rem;width:75rem;position:relative;display:block; }#sF9tSXPdQgFM67Txh1qm2NV7eVJBMAEz { color:#4f4c4d;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:1.875rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#myFdNqe6sd0E6eysLClf8hhwmKlFTb11 { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#AyM40b3x2N2cGTQKn82E5bhlhnKzA69r { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#grSK4LNoksC96K2wkTon8M1mO0r3BgO0 { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#Jq3ACgH4dX5Bk1OUMFPtqBuMP4Of9cVU { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#BZ4FzDtQNR71FbgVlz77T69FzETi7GdM { color:#e8f7ff;display:block;width:35.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15058;line-height:1.5;letter-spacing:0;top:9.0625rem;left:19.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wHpcL2b8qazWXrKrwfwkT1OJpxOC04yA { color:#e8f7ff;display:block;width:32.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15076;line-height:1.5;letter-spacing:0;top:27.9375rem;left:19.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#fwIvQhSLDwxFiNkhp0FTMyoAcSNX1vDJ { color:#e8f7ff;display:block;width:22.747625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.3;letter-spacing:0;top:12.75rem;left:19.8125rem;height:1.4625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Owkv2AU3E5wCiR1BwRlNf2PqIHR347fi { color:#e8f7ff;display:block;width:32.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.5;letter-spacing:0;top:31.5rem;left:19.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#GekZkQP7ZCSlMHLqwNZipfmpPuXXf3Bp { color:#e8f7ff;display:block;width:31.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15060;line-height:1.5;letter-spacing:0;top:16.4375rem;left:19.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yDJKmp4hCIF0ThC37ruXc5hvNvdXvaVr { color:#e8f7ff;display:block;width:32.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15078;line-height:1.5;letter-spacing:0;top:35.3125rem;left:19.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WkwtJNrFp3uu2D2sWsbAKsNOZbqzJPvZ { color:#e8f7ff;display:block;width:22.747625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15061;line-height:1.5;letter-spacing:0;top:20.3125rem;left:19.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Kgt90rpCxKTCa4KZbHbTB0veRzPIk6aH { color:#e8f7ff;display:block;width:39.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15079;line-height:1.5;letter-spacing:0;top:39.1875rem;left:19.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#EzWtcpymxA4gyBs0WF3g6Pla9hSm7Hcd { color:#e8f7ff;display:block;width:31.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15062;line-height:1.5;letter-spacing:0;top:24.1875rem;left:19.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CcuZLLOkrvm40xFF8ygXqznZAAIV7GI2 { color:#ffffff;display:block;width:31.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15080;line-height:1.5;letter-spacing:0;top:43.0625rem;left:19.8125rem;height:1.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#y57CNJZWTEJGwzTQUsEAxOyxCmdvgtO9 { position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:39.25rem;width:42.5rem;top:7.1875001192094rem;left:15.624218940735rem;display:block; }
#ECzhzgShzRm9OJ9FP0pGk3IrI2qT7zUA { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15083;background-color:#5ea8e0;background-image:none;top:42.968750953674rem;left:17.162499427796rem;display:block; }
#AAoIldFAV6TvrBk4qTdUrmCoaWi6zic1 { color:#d4d0cf;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15084;line-height:1.3;letter-spacing:0;top:43.1875rem;left:17.5625rem;height:1.4625rem;font-style:normal;display:block; }
#ixpNHzFPab0QQ4265wkeqcvhTVtboWsx { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15085;background-color:#5ea8e0;background-image:none;top:39.0625rem;left:17.125rem;display:block; }
#SGnkaZ21KXJCB9LiExLc8GErANmztCyh { color:#d4d0cf;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15086;line-height:1.3;letter-spacing:0;top:39.25rem;left:17.75rem;height:1.4625rem;font-style:normal;display:block; }
#CrmNBelnM9LiSus3BrUAQv7BNNSsTfdV { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15087;background-color:#5ea8e0;background-image:none;top:35.1875rem;left:17.125rem;display:block; }
#vaorvhbihDkVeOuezcMztpb88ZVDUvzI { color:#d4d0cf;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15088;line-height:1.3;letter-spacing:0;top:35.4375rem;left:17.75rem;height:1.4625rem;font-style:normal;display:block; }
#euqUecO1KfmiFLmW319huK8iWXrs3vfe { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15089;background-color:#5ea8e0;background-image:none;top:31.375rem;left:17.125rem;display:block; }
#Rwi23VEH1vNVslMTiwP6vgyfEyosdid6 { color:#d4d0cf;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15090;line-height:1.3;letter-spacing:0;top:31.5625rem;left:17.75rem;height:1.4625rem;font-style:normal;display:block; }
#h3NCc5EP0ZLTVlH0S35vkxSywBVXx0bZ { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15091;background-color:#5ea8e0;background-image:none;top:27.8125rem;left:17.125rem;display:block; }
#p94ZOTPObC3Qr0VeRDLZZngLIuyMrFxh { color:#d4d0cf;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15092;line-height:1.3;letter-spacing:0;top:28.125rem;left:17.75rem;height:1.4625rem;font-style:normal;display:block; }
#lUC4qgCmz3OQkty7g9Enh4Bx7mlD2qkO { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15093;background-color:#5ea8e0;background-image:none;top:24.0625rem;left:17.125rem;display:block; }
#cL4uoMUhxksst9XeTB2cbZWWJykX2mWy { color:#d4d0cf;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15094;line-height:1.3;letter-spacing:0;top:24.25rem;left:17.75rem;height:1.4625rem;font-style:normal;display:block; }
#fk23rOzPZpmcUVXLUfnP7Z1X9w3yHBAk { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15095;background-color:#5ea8e0;background-image:none;top:20.1875rem;left:17.125rem;display:block; }
#hLewTKprbI9lLhFsONBdtVyipsSbEhD4 { color:#d4d0cf;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15096;line-height:1.3;letter-spacing:0;top:20.375rem;left:17.75rem;height:1.4625rem;font-style:normal;display:block; }
#CvabEe6HTRP1w0SdrFl56z6Spi05Noga { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15097;background-color:#5ea8e0;background-image:none;top:16.3125rem;left:17.125rem;display:block; }
#dIeD1qrPqT7AcTy9GLxIp2EQZvNV0ahl { color:#d4d0cf;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15098;line-height:1.3;letter-spacing:0;top:16.5rem;left:17.75rem;height:1.4625rem;font-style:normal;display:block; }
#QLARnrVhShrvyIXums5fOEbPDdQKxe7J { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15099;background-color:#5ea8e0;background-image:none;top:12.5rem;left:17.1875rem;display:block; }
#KLFwquMHffxuIpihRNWTGeL2oA1gX9Mo { color:#d4d0cf;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15100;line-height:1.3;letter-spacing:0;top:12.6875rem;left:17.8125rem;height:1.4625rem;font-style:normal;display:block; }
#TN9TrJBz3PKE6oG2KmzQKXtFo7Ar6flz { box-sizing:content-box;height:2rem;width:2rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15101;background-color:#5ea8e0;background-image:none;top:8.9750000238419rem;left:17.099999427796rem;display:block; }
#NZU4KgMOcfqqPfowLkGxahTc8Tt7H2MR { color:#d4d0cf;display:block;width:1.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15102;line-height:1.3;letter-spacing:0;top:9.1625000238419rem;left:17.8125rem;height:1.4625rem;font-style:normal;display:block; }
#RfUyyUKglS5gUbpmDICaLHgtDQtPhELf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#RfUyyUKglS5gUbpmDICaLHgtDQtPhELf > .row .container { border-width: 0; border-radius: 0; }#RfUyyUKglS5gUbpmDICaLHgtDQtPhELf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RfUyyUKglS5gUbpmDICaLHgtDQtPhELf > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:none; }#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ .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; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ .widget-text.counter-number { border-top:0.17375rem solid #ffffff;border-left:0.17625rem solid #ffffff;border-right:0.17625rem solid #ffffff;border-bottom:0.17375rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.505625rem;padding-right:0.455625rem;padding-bottom:0.505625rem;padding-left:0.455625rem;display:block;align-items:center;width:2.735rem;min-width:2.735rem;height:2.7175rem;position:relative;font-family:arial;font-size:2.0225rem;font-weight:400;line-height:43.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6475rem;height:1.07375rem;position:relative;font-family:raleway;font-size:0.75875rem;font-weight:700;line-height:17.18px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ { 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:#5ea8e0;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:20rem;height:5.46625rem;padding-top:0.063125rem;padding-right:0.065rem;padding-bottom:0.063125rem;padding-left:0.065rem;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:4.67578125rem;left:27.27734375rem;z-index:5000; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #OcxqTlOOF6Uq6kJtnMGadsCOTpg7UaRr { display:flex;position:relative;top:0rem;left:0rem; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #Kdc2Rm22XbCVgDtHSe9Jerk6Moyw5h0w { width:auto; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #O91KJniZ5R7ULxUZkSvpCrI3Mm7BCC3M {  }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #Ht1UHLFib5ceTF13MkCD1XXwvUgB4uZp { display:flex;position:relative;top:0rem;left:0rem; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #vAkd79bsmNNZRRP5eg8KUdmZEEzENZSn {  }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #ylUvsbyBHmFBBaGWVSa7uOKO6odvP2wB {  }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #ERlDMyzPl3Mkm7ncPksrfXfFCwGDZlZS { display:flex;position:relative;top:0rem;left:0rem; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #lKH94JTRXsaLM38BT6FFJqi24NkAfJnT {  }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #LDr2qbWf2vH37a4tbgXEvQzTKLsKcDJR {  }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #B5SZoQacrOx4wUa1EJ7ErQCDd8aJsOly { display:flex;position:relative;top:0rem;left:0rem; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #TTJMsahQBAWEHWk9IbpmitpIRG6xn1AL {  }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #r3B7GEgxltJRvcOLLhppJ5lUh5Jo3BHw {  }
#OMMp9Vu5oMKezb5ss5w1qAvWwmGevQE2 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.5625rem;left:11.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC > .row .container { background-color: transparent; background-image: none; }#Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC > .row .container > .video-iframe-container { display: none; }#Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC > .row > .video-iframe-container { display: none; }#Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC > .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); }#Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC > .row .container { border-width: 0; border-radius: 0; }#Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 .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; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 .widget-text.counter-number { border-top:0.17375rem solid #ffffff;border-left:0.17625rem solid #ffffff;border-right:0.17625rem solid #ffffff;border-bottom:0.17375rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.505625rem;padding-right:0.455625rem;padding-bottom:0.505625rem;padding-left:0.455625rem;display:block;align-items:center;width:2.735rem;min-width:2.735rem;height:2.7175rem;position:relative;font-family:arial;font-size:2.0225rem;font-weight:400;line-height:43.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6475rem;height:1.07375rem;position:relative;font-family:raleway;font-size:0.75875rem;font-weight:700;line-height:17.18px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 { 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:#5ea8e0;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:20rem;height:5.46625rem;padding-top:0.063125rem;padding-right:0.065rem;padding-bottom:0.063125rem;padding-left:0.065rem;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:4.67578125rem;left:27.27734375rem;z-index:5000; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #uKqc2hgThItilMTyB9xl7v4DIMUgGl7F { display:flex;position:relative;top:0rem;left:0rem; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #srZ6K2b1X2AbelxgWMD44GhZw1ZIrpoK { width:auto; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #AQBlivwaq1ozq6oJ59DOlyf5vU6dG9oL {  }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #l4TwOwaR87TTwDKg6qbToh8ARZggOIh6 { display:flex;position:relative;top:0rem;left:0rem; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #tVc5lQXwni85mZEhu8BCEloF9Mv7TaGC {  }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #QBdAqUT0X5n4RlLx7J6xgJit44D2ZoA3 {  }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #yecSnOU9hqOGHJVJVuMAc2uxMyiaBAwI { display:flex;position:relative;top:0rem;left:0rem; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #CRMxIVLfqkXphe4Ag34sX2CT8zyLsmxa {  }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #NJ1y4Z9IgkvGe0Rb4Mzqwsv2PUfqQHiB {  }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #ATmPy0Zn9CAeciQTksCo31zpUcENHVvk { display:flex;position:relative;top:0rem;left:0rem; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #hfqah4XKbiHDoVIW39ZEXmFgJBgRxG6v {  }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #fRdsrQs8RIJAhgut9hsN0vdDJCWFZBpx {  }
#dn6xQKr9575x7Mq0eMqh6BFFWfrzykkK { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.5625rem;left:11.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N8d5sNKQTh89d9SGiCOP02EgCU80CiNM { 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; }#N8d5sNKQTh89d9SGiCOP02EgCU80CiNM > .row .container { background-color: transparent; background-image: none; }#N8d5sNKQTh89d9SGiCOP02EgCU80CiNM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8d5sNKQTh89d9SGiCOP02EgCU80CiNM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8d5sNKQTh89d9SGiCOP02EgCU80CiNM > .row .container > .video-iframe-container { display: none; }#N8d5sNKQTh89d9SGiCOP02EgCU80CiNM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#N8d5sNKQTh89d9SGiCOP02EgCU80CiNM > .row > .video-iframe-container { display: none; }#N8d5sNKQTh89d9SGiCOP02EgCU80CiNM > .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); }#N8d5sNKQTh89d9SGiCOP02EgCU80CiNM > .row .container { border-width: 0; border-radius: 0; }#N8d5sNKQTh89d9SGiCOP02EgCU80CiNM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#N8d5sNKQTh89d9SGiCOP02EgCU80CiNM > .row .container { font-size:0.875rem;font-family:arial;height:5.125rem;width:75rem;position:relative;display:block; }#N2pxw7ueKWX6nXGTMVgkNvpUpKw8Hsa3 { color:#4f4c4d;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:1.25rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#REL387o0kD9Z3NM9vShvagIUPcfNbIKn { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:2.0625rem;display:block; }
#GuUp16vse8GHs3XTt39f8h5FydLSVvAT { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.4375rem;display:block; }
#PJ31E7grXqxCIHQG32kwT8rBKddlJP5E { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.8125rem;display:block; }
#LoPERshfD1G8vzG6Ep0xRrMbSx60beHu { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9.1875rem;display:block; }
#enpxfkADhGzzSXzTVUmSObbRSI3dakTA { position:relative;display:block; }#enpxfkADhGzzSXzTVUmSObbRSI3dakTA { background-color: transparent; background-image: none; }#enpxfkADhGzzSXzTVUmSObbRSI3dakTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enpxfkADhGzzSXzTVUmSObbRSI3dakTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enpxfkADhGzzSXzTVUmSObbRSI3dakTA > .row .container > .video-iframe-container { display: none; }#enpxfkADhGzzSXzTVUmSObbRSI3dakTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#enpxfkADhGzzSXzTVUmSObbRSI3dakTA > .row > .video-iframe-container { display: none; }#enpxfkADhGzzSXzTVUmSObbRSI3dakTA > .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); }#enpxfkADhGzzSXzTVUmSObbRSI3dakTA { border-width: 0; border-radius: 0; }#enpxfkADhGzzSXzTVUmSObbRSI3dakTA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#enpxfkADhGzzSXzTVUmSObbRSI3dakTA > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:100.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#mwnxyWk2d1Qc7nSKygsWdSBSOZT6ipkK { position:absolute;display:block;z-index:15010;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:43.9375rem;top:13.875rem;left:15.5rem;display:block; }
#N85otFTtRc3h33prcO2E5dTS37psF67V { position:absolute;display:block;z-index:14999;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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.5625rem;width:0;top:7.25rem;left:15.4375rem;display:block; }
#wyInQiOMSbbMPB2sSNEo2cA5GQc10AZf { color:#4f4c4d;display:block;width:33.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:3.5609374046326rem;left:18.917187690735rem;height:1.6875rem;font-style:normal;display:block; }
#sAAu7bSaHfImdgknLgnGHOybFnU2yeKJ { color:#000000;display:block;width:34.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:8.8937511444094rem;left:18.917187690735rem;height:3.375rem;font-style:normal;display:block; }
#u7O1mxO97pcXncpTToy2JGaMSdQ7IGpk { position:absolute;display:block;z-index:15011;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:43.875rem;top:27.9375rem;left:15.5rem;display:block; }
#crnTCwCuTgl7UXAm9tnb6bzl3iv7r95T { color:#4f4c4d;display:block;width:31.4991875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:17.421874523163rem;left:24.987500190735rem;height:1.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#PU9AaA2CAoN7k4zbxwNESK9qgByJHrpC { color:#000000;display:block;width:35.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:22.612501144409rem;left:21.410937309265rem;height:3.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#xTsuu6NkfN2L1zbOW4Qv2pNaeikZneeV { color:#000000;display:block;width:31.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:35.737501144409rem;left:18.917187690735rem;height:5.061525rem;font-style:normal;display:block; }
#qgKaP57GxXzxcLI6hNqNeGIqc611QI0b { color:#4f4c4d;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:31.09375rem;left:18.917187690735rem;height:1.6875rem;font-style:normal;display:block; }
#WuVPKDO80bBV7InJM0s66JirRQArxgEO { color:#000000;display:block;width:35.6875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:51.14296913147rem;left:20.848437309265rem;height:3.375rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gi7um9VialrbZ0nwIvqDfOTn6viua5HM { color:#4f4c4d;display:block;width:31.4984375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:45.874219894409rem;left:25.037499427796rem;height:1.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#puu5dxtvvFnvMqv8CZuqRGCM8tv6KrFu { position:absolute;display:block;z-index:15019;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:43.875rem;top:56.6875rem;left:15.6875rem;display:block; }
#veNkcxNTPE7g9eqJ1wpIH4cO7blKFAou { color:#000000;display:block;width:35.3125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:64.486719131469rem;left:18.917187690735rem;height:5.061525rem;font-style:normal;display:block; }
#a8pT9iklfe9uWyZ2WBkK6KaGex4OAgq0 { color:#4f4c4d;display:block;width:36.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:59.967969894409rem;left:18.917187690735rem;height:1.6875rem;font-style:normal;display:block; }
#gqluNtVJpkNNo9ZPwrENsfsH72dTsv23 { position:absolute;display:block;z-index:15026;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:43.875rem;top:85.4375rem;left:15.625rem;display:block; }
#D3w8pQ2466LxpATqDsiGxm2V435ZEp9u { color:#4f4c4d;display:block;width:31.497625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:88.717969894406rem;left:18.917187690735rem;height:1.6875rem;font-style:normal;display:block; }
#SSPFMoEvlBazRt6LGT9OK0zLDOT4F2xd { color:#000000;display:block;width:28.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:93.4375rem;left:18.917187690735rem;height:5.061525rem;font-style:normal;display:block; }
#wMmSQrfA9XOWdUEwD5F5EfeIe3t3k77T { position:absolute;display:block;z-index:14995;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0;top:20.5rem;left:59.5rem;display:block; }
#qkBEBfsWsfwhuGPU0VIJGZbGThDDs29E { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:30.3125rem;left:13.736718177796rem; }
#dOmPq34pTZfOVSGegQhJf7BNwmV4bI2z { position:absolute;display:block;z-index:15012;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:43.9375rem;top:42.0625rem;left:15.5rem;display:block; }
#cZFmUEz03G5A0Gi3uOaPyl6EwLRcgXre { position:absolute;display:block;z-index:15014;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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;width:43.9375rem;top:70.875rem;left:15.5rem;display:block; }
#rPkUL1pTRQKLwQvCV7MaExpucfFG0mFZ { color:#4f4c4d;display:block;width:31.497625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15014;line-height:1.5;letter-spacing:0;top:74.655469894406rem;left:24.988282203674rem;height:1.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#RNyFdyNp35BgLnyDx0T6iiG4mv8TyWvt { color:#000000;display:block;width:31.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:80.830469131469rem;left:25.410939216614rem;height:1.6875rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dVmo90BU7Z30B42SOQ0rdqBcWOxJb5Rv { position:absolute;display:block;z-index:14997;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.8125rem;width:0;top:61.25rem;left:59.4375rem;display:none; }
#XdEJC9Sy7U1h73kqG4yxdBbgKJ4qkahS { position:absolute;display:block;z-index:15002;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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:0;top:73.0625rem;left:15.4375rem;display:none; }
#FNOWX0CImCKENwsrHQHvkISWLyTS30iy { position:absolute;display:block;z-index:14996;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4.625rem;width:47.1875rem;top:2.0927734375rem;left:12.4375rem;display:block; }
#T4GKyEV4fs5KTDuh8UmkF2iIzRbDwJ7I { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:2.5476565361023rem;left:13.674218177796rem; }
#QSHBb2Z26WGn6RwPpqsuEE4yuk4MchAU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:16.703125rem;left:58.0625rem; }
#nseCq27NElACEvxAptPymRPLeII83ncH { position:absolute;display:block;z-index:14996;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:0;top:13.875rem;left:59.5rem;display:block; }
#Uo8mGOsQvwPhKbPRAczdvKfVewCSKvuX { position:absolute;display:block;z-index:14997;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:0;top:27.9375rem;left:15.4375rem;display:block; }
#HmrfZKRper0pmUqqyy99qq8VIlhIOoNm { position:absolute;display:block;z-index:14996;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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.6875rem;width:0;top:34.375rem;left:15.4375rem;display:block; }
#PfBfP3UmAZdePVOrLf99xTVOwH0ssuZK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:45.15625rem;left:58.0625rem; }
#wG6K99ci10VgsCKHGBP1RrcI9CU6cJGe { position:absolute;display:block;z-index:14996;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0;top:49.03125rem;left:59.5rem;display:block; }
#gbB8hxV38QvnPq71Gr5vmrIACfb4v3qr { position:absolute;display:block;z-index:14997;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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.125rem;width:0;top:42.0625rem;left:59.5rem;display:block; }
#mPnctqy3kNsCtTLcwzeBN6T45259zq8g { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:59.1875rem;left:13.875rem; }
#kH5Ic36TekXS9mdK5ureebBarNRaMBKg { position:absolute;display:block;z-index:15001;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:0;top:56.6875rem;left:15.6875rem;display:block; }
#msKlkcJRtOXS3gnQvE1dQdxafllgAJnO { position:absolute;display:block;z-index:15000;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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.6875rem;width:0;top:63.125rem;left:15.6875rem;display:block; }
#HIgctvIp2lFVbcuCevgWiGMSxdlc5HBw { position:absolute;display:block;z-index:15001;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;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.125rem;width:0;top:70.875rem;left:59.5rem;display:block; }
#tLhO2wmCCQ6gTfg6UGd0iwik7QkwPoQm { position:absolute;display:block;z-index:15000;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.5rem;width:0;top:77.875rem;left:59.5rem;display:block; }
#W5exkVT82rxTGt4cVpSToD6fcE9Vk3DQ { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:87.9375rem;left:13.875rem; }
#hD6ZSG3qPzpoga4cAhJceFlgHWFrfoEi { position:absolute;display:block;z-index:15004;background-color:#4f4c4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem dashed #ffffff;border-left:0.0625rem dashed #ffffff;border-right:0.0625rem dashed #ffffff;border-bottom:0.0625rem dashed #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:0;top:85.4375rem;left:15.6875rem;display:block; }
#bPr4CLBpyex3T0krZya29ZMcFE2yACGK { box-sizing:content-box;color:#5d92ff;font-size:2.625rem;font-weight:400;line-height:1;height:3.375rem;width:3.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:73.8125rem;left:57.875rem; }
#ZMtIapqe99CIBUIioPHQ713RKaGpsIzG { position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4.625rem;width:47.1875rem;top:15.952344536781rem;left:15.436718940735rem;display:block; }
#b7VoTORLpBpCuPiKazTZWCiJTRlAFUtI { position:absolute;display:block;z-index:14997;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4.625rem;width:47.1875rem;top:29.592969536781rem;left:11.885937690735rem;display:block; }
#rNNHnuTdBQbnmEfF7SPOLnf0lKEFg35T { position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4.625rem;width:47.1875rem;top:44.233594894409rem;left:15.499218940735rem;display:block; }
#pF7CIKV2P0Wmc1xlrinMHLbmSzFlzrWk { position:absolute;display:block;z-index:14998;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4.625rem;width:47.1875rem;top:58.327344894409rem;left:11.885937690735rem;display:block; }
#MXSV4Sbp6VMUR1iaWWTqc2gsETbqiv6L { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4.625rem;width:47.1875rem;top:73.077346801756rem;left:15.499218940735rem;display:block; }
#beBMeDONT1w49nQvA8MzykqcXlLX0Lfw { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:4.625rem;width:47.1875rem;top:87.077346801756rem;left:11.885937690735rem;display:block; }
#go1wqkmB1BKLr1Mql4EMDPrkHWfu5SQF { box-sizing:content-box;color:#5d92ff;font-size:3.0625rem;font-weight:400;line-height:1;height:3.25rem;width:3.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15056;opacity:1;top:30.3125rem;left:13.736718177796rem;display:none; }
#LcRuf0g2Svp1iUQERKT0iETHZWdOQ7Ok { color:#4f4c4d;display:block;width:33.75rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.5;letter-spacing:0;top:31.09375rem;left:18.917187690735rem;height:1.6875rem;font-style:normal;display:none; }
#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd6c2387-267f-441a-9b91-87cab5cb19d6/mockupKR2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH.adaptive-delivery-prevent-bg, #erP44ztnZXGBF3g73MHZyN2DF9GwcSxH.lazyload, #erP44ztnZXGBF3g73MHZyN2DF9GwcSxH.lazyloading { background-image: none; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row .container { background-color: transparent; background-image: none; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(79,76,77,0.75); }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row .container > .video-iframe-container { display: none; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(79,76,77,0.75); }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row > .video-iframe-container { display: none; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .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); }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row .container { border-width: 0; border-radius: 0; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH::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; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row .container { font-size:0.875rem;font-family:arial;height:27.3125rem;width:75rem;position:relative;display:block; }#Txxa6tW1B4AaXC7ydTJvERdxoMv7l7fm { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#sBdECDbTBwdiFoStxX8uqeGKqxARxydN { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#irr5Hi8BNT5NyNXNJuz4IVsH2VlquNEV { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#Et1KuRO3yFH8rFU0GRTqk3miHrqdeoZo { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#PemiByKb8Obtn9cqczOJEIhPMlFD2QTn { color:#ffffff;display:block;width:64.875rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:2.6875rem;left:5.0625rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#J2Wc1cIocX1EvCKAuZTspoelWFmUys2T { color:#ffffff;display:block;width:58.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15024;line-height:1.5;letter-spacing:0;top:8.6875rem;left:9.5rem;height:18.558925rem;text-align:left;text-align-last:left;display:block; }
#wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO { 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; }#wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO > .row .container { background-color: transparent; background-image: none; }#wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO > .row .container > .video-iframe-container { display: none; }#wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO > .row > .video-iframe-container { display: none; }#wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO > .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); }#wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO > .row .container { border-width: 0; border-radius: 0; }#wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO > .row .container { font-size:0.875rem;font-family:arial;height:42.0625rem;width:75rem;position:relative;display:block; }#Qb5eOXXz8wnpTDAmGmKkANRxRHSezdzS { color:#4f4c4d;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:1.875rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#tBf1Z32yA1Ix54UZkALvRkk8CU1FQxCX { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#N0bvvbUXRMpwFL95bDmk0OsuJiHM80rH { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#nsohTNcWzUUTnr8prV7ivpHObR6gpXv0 { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#sRbw4abfrRZfZGmS83ve9xsXPd2r8QQB { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#aAKbVTofswi95PNPWZCvQr2qnWr8Ik8n { color:#ffffff;display:block;width:68.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15025;line-height:1.5;letter-spacing:0;top:16.125rem;left:3.3125rem;height:5.061525rem;text-align:center;text-align-last:center;display:block; }
#qKDighmyFkrfmKMKeCCNs9J5xsziag1I { color:#4f4c4d;display:block;width:70.125rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:6.8125rem;left:2.4375rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dT8NA9DBTIzAULlv9AUqH1BFqTaGDnXG { color:#4f4c4d;display:block;width:20.875rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:23.4375rem;left:14.125rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QZr5nnt2MSo7lKSgbPKIdo9T9N95cSVi { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));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.5rem;width:21.875rem;top:25.5rem;left:14.125rem;display:block; }
#nT0i1dCThObbvf10q29nxLGsLBKa3xo8 { color:#4f4c4d;display:block;width:20.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:26.625rem;left:14.125rem;height:3.375rem;font-style:normal;display:block; }
#iXQXnsZC7Kmh7HOZEW8txLEOqRm91aJK { color:#4f4c4d;display:block;width:19.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:23.4375rem;left:39rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lf7C1ZaXTMT0iKu8OyuZuZbictVKFZhW { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));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.5rem;width:21.875rem;top:25.5rem;left:39rem;display:block; }
#VT7MWg2x40ySirRaRPm5Q8wAk5tbRRUv { color:#4f4c4d;display:block;width:23rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:26.625rem;left:39.000000953674rem;height:3.375rem;font-style:normal;display:block; }
#URfth1xOnpOWTC6I8mAkqBuyEflAxpGx { color:#ffffff;display:block;width:68.375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.5;letter-spacing:0;top:38.875rem;left:3.3125rem;height:1.6875rem;text-align:center;text-align-last:center;display:block; }
#U5bm73STiAQkR2ULeZ4wRcSM4U0STnTv { 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:3.875rem;width:26.375rem;top:33.0625rem;left:24.3125rem;overflow:hidden;display:block; }
#lFeHCKtHeU05OT0GrJxATZlMQUyBAJR2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#lFeHCKtHeU05OT0GrJxATZlMQUyBAJR2 > .row .container { border-width: 0; border-radius: 0; }#lFeHCKtHeU05OT0GrJxATZlMQUyBAJR2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lFeHCKtHeU05OT0GrJxATZlMQUyBAJR2 > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:none; }#wnwDvNSLJ0EtAPs4ut3BXw6HT37gwnAg { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#5ea8e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.03125rem;left:30.625rem;display:block; }
#HfFrAx3i08MHctOLpNUebwKA0Sprspl3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU > .row .container { background-color: transparent; background-image: none; }#K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU > .row .container > .video-iframe-container { display: none; }#K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU > .row > .video-iframe-container { display: none; }#K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU > .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); }#K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU > .row .container { border-width: 0; border-radius: 0; }#K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU > .row .container { font-size:0.875rem;font-family:arial;height:7.8125rem;width:75rem;position:relative;display:block; }#fqPoDG0ya8KDIBKpSPVlna6IOkSCvuKa { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;box-sizing:border-box;color:#5ea8e0;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:13.75rem;height:3.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.03125rem;left:30.625rem;display:block; }
#Vc3s0QIT6JNNqdFA9kTiQ7V3qFk7NiSW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L { 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; }#aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L > .row .container { background-color: transparent; background-image: none; }#aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L > .row .container > .video-iframe-container { display: none; }#aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L > .row > .video-iframe-container { display: none; }#aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L > .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); }#aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L > .row .container { border-width: 0; border-radius: 0; }#aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L > .row .container { font-size:0.875rem;font-family:arial;height:11.625rem;width:75rem;position:relative;display:block; }#yqRKolCxZDwmIQZ3kQkdz2dIh04ZIc45 { color:#4f4c4d;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:2.125rem;left:0rem;height:3rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ElTdSduNsp4LBhy05Bi2wzth9U7y9gSW { position:absolute;display:block;z-index:15032;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#SkTeg6T7AGtL5vlCZfhHHR4mD5znAeuU { position:absolute;display:block;z-index:15031;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#meaKQGOGEKHrU3EzbQ1CP8dHacbW2Rmn { position:absolute;display:block;z-index:15030;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#T1VIs9ddNIf13CtV5SynmcUGseOTmO7B { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#ZWHZn45JHsXcrXcvDkaGK1MPGbLBGrWc { color:#4f4c4d;display:block;width:69.125rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:6.5rem;left:2.9375rem;height:3.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 { position:relative;display:block; }#v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 { background-color: transparent; background-image: none; }#v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 > .row .container > .video-iframe-container { display: none; }#v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 > .row > .video-iframe-container { display: none; }#v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 > .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); }#v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 { border-width: 0; border-radius: 0; }#v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 > .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; }#v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 > .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:42rem;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; }#Pqwbba9Qvun6hA1RCITXsi6Igkp3SoF4 { color:#332e5d;display:block;width:20.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:20.5rem;left:27.65625rem;height:19.4915rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ud1ULs7fcu04PG94IaSe9JUnyxmpTTCK { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:17.625rem;left:31.03125rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BTxR1PIP7bBZoNT0NFd2QM4Xv2fBua7o { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:1.875rem;left:30.3125rem;overflow:hidden;display:block; }
#bgcU7lpp37RyzQIL7eFUFq97NOaLisTc { color:#332e5d;display:block;width:20.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:20.5rem;left:2.5625rem;height:17.9921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#PTpLmlTrXOnZaITAbBLAEXwu3TafIDQ3 { color:#000000;display:block;width:20.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:17.625rem;left:2.28125rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ak04e3bmdQatf3bIno1Msc2bADoXwLDl { 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:14.375rem;width:14.375rem;top:1.875rem;left:5.3125rem;overflow:hidden;display:block; }
#TAhbdnOP4upX4TpmU0Rno4vPKeyEJ7RJ { position:absolute;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:25.125rem;width:22.0625rem;top:15.625015258789rem;left:1.71875rem;display:block; }
#tF4DJmUZUs0AIqdthT5EfZLFM1TVZ6TZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15028;opacity:1;top:13.174993515014rem;left:15.999218940735rem; }
#tF4DJmUZUs0AIqdthT5EfZLFM1TVZ6TZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Mx7pKA2HwvDX7PfEZCRmndfEsXVyPn39 { position:absolute;display:block;z-index:15003;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:25.125rem;width:22.0625rem;top:15.625015258789rem;left:26.750000953674rem;display:block; }
#VIK4z3NZirCABF6a81G1VHLfPf9Vqcui { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15029;opacity:1;top:13.174993515014rem;left:65.944535255431rem; }
#VIK4z3NZirCABF6a81G1VHLfPf9Vqcui > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#JLFnhI2vVH4VFqsL9V0gvv2CeaRwH612 { position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:25.125rem;width:22.0625rem;top:15.625rem;left:51.75rem;display:block; }
#oO4ZRU79enawGWkdg6GNHzpoHkEQdohL { color:#000000;display:block;width:12.9375rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:17.625rem;left:56.03125rem;height:1.575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#N0MDIIMLRdqragDw0pdWRbwoL2bBNB2J { color:#332e5d;display:block;width:20.375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15010;line-height:1.5;letter-spacing:0;top:20.5rem;left:52.65625rem;height:17.9921875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#vMJC4X9CVvcXkblkPz28xBJfR2MTPJLx { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;opacity:1;top:13.164374649525rem;left:40.883125782013rem; }
#vMJC4X9CVvcXkblkPz28xBJfR2MTPJLx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#Mhehy6hEORTgcfEGGFKQLDzriskQAnw6 { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:14.375rem;top:1.875rem;left:55.312501907349rem;overflow:hidden;display:block; }
#fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM { 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; }#fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM > .row .container { background-color: transparent; background-image: none; }#fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM > .row .container > .video-iframe-container { display: none; }#fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM > .row > .video-iframe-container { display: none; }#fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM > .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); }#fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM > .row .container { border-width: 0; border-radius: 0; }#fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#bJcv27s9ib2TXTSlb1Qw4Fx143N3sO3l { color:#4f4c4d;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:0.875rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr { position:relative;display:block; }#cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr { background-color: transparent; background-image: none; }#cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr > .row .container > .video-iframe-container { display: none; }#cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr > .row > .video-iframe-container { display: none; }#cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr > .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); }#cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr { border-width: 0; border-radius: 0; }#cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr > .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; }#cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr > .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:19.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DHT182LMrygxTaXTElWvzOh2WULg5mhJ { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.3125rem;width:36.25rem;top:0.75rem;left:0.625rem;display:block; }
#nB1v4fEKpukr6WFHc4WeM6dpTUlkhtml { 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:12.5rem;width:12.5rem;top:1.6875rem;left:1.5rem;overflow:hidden;display:block; }
#XO46ZFfIWGuk0qmOTftMgGu7xJWOZG0F { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:1.6859374046326rem;left:1.5rem; }
#oC80tprKblmX10v54KtD0bnc6WTs5A3s { color:#ededed;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:2.6250128746033rem;left:14.874218940735rem;height:9.560875rem;font-style:italic;display:block; }
#QmbU3f3sJi8xdMeos6D6szwIAmmPBU8M { color:#b5b5b5;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15058;line-height:1.7;letter-spacing:0;top:15.336682796478rem;left:14.874218940735rem;height:3.399125rem;font-style:normal;display:block; }
#yTKP4eipBl21U9p3gTMeVdrQfqgmnfOO { color:#b5b5b5;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15058;line-height:1.7;letter-spacing:0;top:15.336732387543rem;left:52.375000953674rem;height:3.399125rem;font-style:normal;display:block; }
#qhTqk8WdwnXc60KClCiUhI7OnJ4S8wFq { color:#ededed;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:2.625rem;left:52.375rem;height:11.4730625rem;font-style:italic;display:block; }
#FJixxFNZMKMG4osyaRpHeNvdikSUbBiT { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:18.3125rem;width:36.25rem;top:0.75rem;left:38.125rem;display:block; }
#TU2qcd979HU2FItMZAQBrOXWZBcuWptM { position:absolute;display:block;z-index:15025;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;top:1.6875rem;left:39rem;overflow:hidden;display:block; }
#gnAtxHhRIJlhcAkVq5bZnRNOyfxlOex7 { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15060;opacity:1;top:1.6875rem;left:39rem; }
#FmT5vddoul619mLafwec6tlTkLSdU746 { position:relative;display:block; }#FmT5vddoul619mLafwec6tlTkLSdU746 { background-color: transparent; background-image: none; }#FmT5vddoul619mLafwec6tlTkLSdU746::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmT5vddoul619mLafwec6tlTkLSdU746 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmT5vddoul619mLafwec6tlTkLSdU746 > .row .container > .video-iframe-container { display: none; }#FmT5vddoul619mLafwec6tlTkLSdU746 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FmT5vddoul619mLafwec6tlTkLSdU746 > .row > .video-iframe-container { display: none; }#FmT5vddoul619mLafwec6tlTkLSdU746 > .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); }#FmT5vddoul619mLafwec6tlTkLSdU746 { border-width: 0; border-radius: 0; }#FmT5vddoul619mLafwec6tlTkLSdU746 > .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; }#FmT5vddoul619mLafwec6tlTkLSdU746 > .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:22.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#s0a2JzUoDwwzoJaDwSCIiQFliTZ77RMC { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:20.75rem;width:36.25rem;top:0.75000001117588rem;left:38.125000953674rem;display:block; }
#bbbRPMehErbmhLXylOzSz1I0srslmVEh { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:1.6859374046326rem;left:71.650002479556rem; }
#zp9oO8uNTsBC743z1z80b1RvfK8T3nIL { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:1.6859374754131rem;left:61.199997901916rem;overflow:hidden;display:block; }
#L7MB6pTnrZowRH2QcIeLEZI0BIAMpNFu { color:#b5b5b5;display:block;width:25.4375rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:16.150000572204rem;left:38.968750953674rem;height:5.09869375rem;font-style:normal;display:block; }
#EFdd3mgVdlwTAd8QiET6fMkmg2x5Ic6q { color:#ededed;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15055;line-height:1.7;letter-spacing:0;top:1.6859374754131rem;left:38.968750953674rem;height:13.3851875rem;font-style:italic;display:block; }
#IVBrZBW0HQPDmFRz2W6FtuPHPBkazae2 { position:absolute;display:block;z-index:15024;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:20.75rem;width:36.25rem;top:0.75rem;left:0.625rem;display:block; }
#wPdZqdwxurAokXwLg6qdhSEJX9qvDr4a { color:#ededed;display:block;width:21.25rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15056;line-height:1.7;letter-spacing:0;top:1.6859369277954rem;left:1.5rem;height:13.3851875rem;font-style:italic;display:block; }
#bZzPfTdWfLO63c5ffXRC7aDEDlrZtwkX { 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:12.5rem;width:12.5rem;top:1.6875rem;left:23.625rem;overflow:hidden;display:block; }
#DDDmT1qfTBqhpXvtxpichVAtPUz03ATR { color:#b5b5b5;display:block;width:18.75rem;position:absolute;font-family:raleway;font-size:1rem;font-weight:400;z-index:15058;line-height:1.7;letter-spacing:0;top:17rem;left:1.5rem;height:3.399125rem;font-style:normal;display:block; }
#QhAFDuxdhSnny9TQTEOZdUGybsfUTeun { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15061;opacity:1;top:1.6875rem;left:34.125rem; }
#hpLicoEta4evvskny8rFyghwi0mZEo5m { 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; }#hpLicoEta4evvskny8rFyghwi0mZEo5m > .row .container { background-color: transparent; background-image: none; }#hpLicoEta4evvskny8rFyghwi0mZEo5m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpLicoEta4evvskny8rFyghwi0mZEo5m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpLicoEta4evvskny8rFyghwi0mZEo5m > .row .container > .video-iframe-container { display: none; }#hpLicoEta4evvskny8rFyghwi0mZEo5m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hpLicoEta4evvskny8rFyghwi0mZEo5m > .row > .video-iframe-container { display: none; }#hpLicoEta4evvskny8rFyghwi0mZEo5m > .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); }#hpLicoEta4evvskny8rFyghwi0mZEo5m > .row .container { border-width: 0; border-radius: 0; }#hpLicoEta4evvskny8rFyghwi0mZEo5m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hpLicoEta4evvskny8rFyghwi0mZEo5m > .row .container { font-size:0.875rem;font-family:arial;height:22.625rem;width:75rem;position:relative;display:block; }#yJqCW9G4qHcDAqbsIMDERtve4XmGoKWL { color:#4f4c4d;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:1.375rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#D6qRQunyHVFyUuaogysxvWThTG8r4qwA { color:#4f4c4d;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:700;z-index:15008;line-height:1.2;letter-spacing:0;top:10.1875rem;left:31.625rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#smITHQq2irZKvVMDlTITgqqiF7ilGTgy { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));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.5rem;width:10rem;top:15.4375rem;left:31.625rem;display:block; }
#WtswRpUgpCIaUSPGJkXktcGEirUJ8NKn { color:#4f4c4d;display:block;width:14.625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15045;line-height:1.5;letter-spacing:0;top:16.5625rem;left:31.625rem;height:4.125rem;font-style:normal;display:block; }
#tHyNDd507zOH6ne0Nv1iN1FaDmlivA4b { color:#4f4c4d;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:700;z-index:15011;line-height:1.2;letter-spacing:0;top:10.1875rem;left:10.5625rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#FTXpnDnfmDsxPUuNgv4z9C7CXfK0DsXT { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));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.5rem;width:10rem;top:15.4375rem;left:10.5625rem;display:block; }
#S3NbJem8wSONuLEqhzZvDF83VMyUO7Og { color:#4f4c4d;display:block;width:11.25rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:16.5625rem;left:10.5625rem;height:4.125rem;font-style:normal;display:block; }
#Q4Ifsdpf6sqmu5JowCNTLqKS7oBfrluX { color:#4f4c4d;display:block;width:9.375rem;position:absolute;font-family:raleway;font-size:3.875rem;font-weight:700;z-index:15014;line-height:1.2;letter-spacing:0;top:10.1875rem;left:52.75rem;height:4.65rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zyGCKNvuACIwaigThUqZ3NN8N1OGDMBd { position:absolute;display:block;z-index:15039;background-color:transparent;background-image: -webkit-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -moz-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -ms-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));background-image: -o-linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#995ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(90deg, rgba(94,168,224,0.6), rgba(0,0,0,0));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.5rem;width:10rem;top:15.4375rem;left:52.75rem;display:block; }
#vDeTiZDovxOrXOsiBfw8sqEzKDyuqRxp { color:#4f4c4d;display:block;width:10.625rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:400;z-index:15051;line-height:1.5;letter-spacing:0;top:16.5625rem;left:52.75rem;height:4.125rem;font-style:normal;display:block; }
#wnlxvdwFcqVABOwsJNpNlLJZhVpTZQr9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:10.41796875rem;left:37.5rem; }
#dmGeAeGMiRXkdb33GOyTQddiVk7zWDUW { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:10.4375rem;left:16.4375rem; }
#nWwovE0EUGu8TEnQwTsOZ3QwBss4x1cz { box-sizing:content-box;color:#5d92ff;font-size:2.875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:10.4375rem;left:58.625rem; }
#iMN3rTn0q1ycFUef3O9wfIwlurG5TFDa { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:10.4375rem;left:16.4375rem; }
#c99cCHpFhpvrgWmiKlDSeEgBbV9L68iS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.1875rem;width:4.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:10.4375rem;left:58.625rem; }
#RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq { 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; }#RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq > .row .container { background-color: transparent; background-image: none; }#RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq > .row .container > .video-iframe-container { display: none; }#RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq > .row > .video-iframe-container { display: none; }#RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq > .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); }#RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq > .row .container { border-width: 0; border-radius: 0; }#RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq > .row .container { font-size:0.875rem;font-family:arial;height:31.4375rem;width:75rem;position:relative;display:block; }#h4Gst7BtUuIGTqTFOL2VNCM5ph4VOLpH { color:#4f4c4d;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:1.375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yTkAnag5XfhhlpNGr1qtMXRTRXiTqaMJ { color:#4f4c4d;display:block;width:58.625rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:400;z-index:15048;line-height:1.5;letter-spacing:0;top:9.2500009536744rem;left:9.5rem;height:21.933275rem;font-style:normal;display:block; }
#noeRWXX7v8uLTTvsVEV0rGsmZXQbs1Wx { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:9.25rem;left:6.2718744277956rem; }
#BNTF2sp9l9fUTcKuf2OZLgSsAeorofnt { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:14.125rem;left:6.2710943222044rem; }
#QMbs2zT4yMK8R3TMpFxmPDL2hA1oVfzl { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:17.625rem;left:6.2710943222044rem; }
#Si3LaGG2Wi7lm4xM0Dg9n1xXoQZyFuVq { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:20.875rem;left:6.2710943222044rem; }
#qpy4xiFS6KhN0qfufpJ63hTwvZ2V9DHa { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:24.0625rem;left:6.2710943222044rem; }
#ONtgRCy3TbiJyScNAOT5R9KTryT4skTo { box-sizing:content-box;color:#5d92ff;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:27.550001144409rem;left:6.2710943222044rem; }
#Dw0hVhAWZqGUPptt8vvZmezzsvErVxE0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#Dw0hVhAWZqGUPptt8vvZmezzsvErVxE0 > .row .container { border-width: 0; border-radius: 0; }#Dw0hVhAWZqGUPptt8vvZmezzsvErVxE0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dw0hVhAWZqGUPptt8vvZmezzsvErVxE0 > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:none; }#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 .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; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 .widget-text.counter-number { border-top:0.17375rem solid #ffffff;border-left:0.17625rem solid #ffffff;border-right:0.17625rem solid #ffffff;border-bottom:0.17375rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.505625rem;padding-right:0.455625rem;padding-bottom:0.505625rem;padding-left:0.455625rem;display:block;align-items:center;width:2.735rem;min-width:2.735rem;height:2.7175rem;position:relative;font-family:arial;font-size:2.0225rem;font-weight:400;line-height:43.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6475rem;height:1.07375rem;position:relative;font-family:raleway;font-size:0.75875rem;font-weight:700;line-height:17.18px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 { 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:#5ea8e0;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:20rem;height:5.46625rem;padding-top:0.063125rem;padding-right:0.065rem;padding-bottom:0.063125rem;padding-left:0.065rem;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:4.67578125rem;left:27.27734375rem;z-index:5000; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #Z6NuxtzHG11KVna5OqRDWGNbVvggTTLU { display:flex;position:relative;top:0rem;left:0rem; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #eZ94gB89DCnnxdCghSM2Jb35BBUReCI1 { width:auto; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #chDqvCcB0rymHcloOI09gzS6f9mIurCv {  }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #qN24QRHpK8siXOEhc1Fw9O3DGFuPsBgJ { display:flex;position:relative;top:0rem;left:0rem; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #HcV1V2oC39ZfMuWf2re4Gclr3cKWHZmz {  }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #fEznSzQcAJnEWo8OR3dyGFcFXFuWT3gE {  }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #Blh0PUnm99w5KXG7gswgaqT5O89ngPoN { display:flex;position:relative;top:0rem;left:0rem; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #sR1T1pTaJ6hvGAuB69DO5Hwu7NM47nNL {  }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #MgI81S6e9emUpUhhuFgZdV27gdfmosDJ {  }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #Q2fOfbVf9EsctPmceATWIG6F2tKGAFfV { display:flex;position:relative;top:0rem;left:0rem; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #zwJ33JGmPCqinHLDF2GBBBtOcEOx0cpw {  }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #idB6KDBUIePPu7wwbWTTIUsoWzans0hQ {  }
#iyGA73RcJbO9PJMBMAnJ5THgc1eW2hkb { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.5625rem;left:11.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm > .row .container { background-color: transparent; background-image: none; }#h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm > .row .container > .video-iframe-container { display: none; }#h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm > .row > .video-iframe-container { display: none; }#h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm > .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); }#h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm > .row .container { border-width: 0; border-radius: 0; }#h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm > .row .container { font-size:0.875rem;font-family:arial;height:11.6875rem;width:75rem;position:relative;display:block; }#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX .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; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX .widget-text.counter-number { border-top:0.17375rem solid #ffffff;border-left:0.17625rem solid #ffffff;border-right:0.17625rem solid #ffffff;border-bottom:0.17375rem solid #ffffff;background-color:transparent;background-image:none;color:#ffffff;padding-top:0.505625rem;padding-right:0.455625rem;padding-bottom:0.505625rem;padding-left:0.455625rem;display:block;align-items:center;width:2.735rem;min-width:2.735rem;height:2.7175rem;position:relative;font-family:arial;font-size:2.0225rem;font-weight:400;line-height:43.48px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX .widget-text.counter-label { background-color:;background-image:none;color:#ffffff;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.31625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.6475rem;height:1.07375rem;position:relative;font-family:raleway;font-size:0.75875rem;font-weight:700;line-height:17.18px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX { 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:#5ea8e0;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:20rem;height:5.46625rem;padding-top:0.063125rem;padding-right:0.065rem;padding-bottom:0.063125rem;padding-left:0.065rem;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:4.67578125rem;left:27.27734375rem;z-index:5000; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #Niw5ZarPEKxM5VdAvoInIqiLVobATLEU { display:flex;position:relative;top:0rem;left:0rem; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #hiAgyFGV4uiGas1LDc6l0rdwMTgR1VD6 { width:auto; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #gueLUx2p6sK9MWSsrZ9z844f0A9FlJLT {  }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #fGJqvTZo4Z240fdTiUe9EkDZHh2xyzzy { display:flex;position:relative;top:0rem;left:0rem; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #mRDXFSOWhtS7u2VIkBnOyXAJI53LPyJN {  }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #OhitMzHEsJ4Z91TTtuT6kVTTXItZ3xtU {  }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #OglWVKsCFoZICsEHsVWBrorT1mHyma63 { display:flex;position:relative;top:0rem;left:0rem; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #lCvxn2ztFR8JV7gmxCin163hnbXFIBfS {  }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #VN643lRMOIRMFATi80Vm3CVZUEbHevJr {  }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #wNioxziZQcdU3VIArXgK5nVn9fG5ltoO { display:flex;position:relative;top:0rem;left:0rem; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #vuGpDbw4h46ErRkhPh0E1ynUaT248nz5 {  }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #wd2VuDmOVFxbyTHCiCHnWzHJT1DThS32 {  }
#hL5Tb5SxsmXxmA7k8pNF3rEvfdbBFxpZ { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:raleway;font-size:1.125rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:1.5625rem;left:11.25rem;height:1.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xs5GTFwOP80FetDx8m0FvaNMP89lIsQN { position:relative;display:block; }#xs5GTFwOP80FetDx8m0FvaNMP89lIsQN { background-color: transparent; background-image: none; }#xs5GTFwOP80FetDx8m0FvaNMP89lIsQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs5GTFwOP80FetDx8m0FvaNMP89lIsQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs5GTFwOP80FetDx8m0FvaNMP89lIsQN > .row .container > .video-iframe-container { display: none; }#xs5GTFwOP80FetDx8m0FvaNMP89lIsQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xs5GTFwOP80FetDx8m0FvaNMP89lIsQN > .row > .video-iframe-container { display: none; }#xs5GTFwOP80FetDx8m0FvaNMP89lIsQN > .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); }#xs5GTFwOP80FetDx8m0FvaNMP89lIsQN { border-width: 0; border-radius: 0; }#xs5GTFwOP80FetDx8m0FvaNMP89lIsQN > .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; }#xs5GTFwOP80FetDx8m0FvaNMP89lIsQN > .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:67.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; }#yWK5diJ73fpypyyrURJ8xBxqFxQc4OVe { position:absolute;display:block;z-index:15000;background-color:#5ea8e0;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: none;height:61.625rem;width:30.75rem;top:3.125rem;left:22.125rem;display:block; }
#vqxXzsUl0cKL3lJKBBdTMxdnVrd6ZBTP { color:#000000;display:block;width:26.8125rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:5.0625rem;left:24.0625rem;height:1.7871125rem;text-align:center;text-align-last:center;display:block; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-form-header { font-size:0.75rem; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-regular-label { height:auto;display:block;font-family:raleway;font-size:1.125rem;font-weight:bold;color:#4f4c4d;width:23.125rem;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:center;text-align-last:center; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:23.125rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-text {padding-top: 0; padding-bottom: 0;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:23.125rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.875rem;overflow:hidden;font-family:raleway;vertical-align:top;text-align:center;text-align-last:center; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:23.125rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-select {padding-top: 0; padding-bottom: 0;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .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; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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.25rem;font-weight:bold;color:#4f4c4d;width:23.125rem;height:3.125rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK [class*="-text"]:-moz-placeholder { color:#4f4c4d;font-family:raleway;font-size:0.875rem; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK [class*="-text"]::-moz-placeholder { color:#4f4c4d;font-family:raleway;font-size:0.875rem; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK [class*="-text"]:-ms-input-placeholder { color:#4f4c4d;font-family:raleway;font-size:0.875rem; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK [class*="-text"]::-webkit-input-placeholder { color:#4f4c4d;font-family:raleway;font-size:0.875rem; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .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:raleway;line-height:1.3;font-size:0.75rem;font-weight:700;color:#4f4c4d;vertical-align:top;width:21.875rem;overflow:hidden;font-style:normal;float:none; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .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; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-container:first-of-type{padding-top:0;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-container:last-of-type{padding-bottom:0;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;font-size:0.75rem;left:24.687500953674rem;top:6.875rem;z-index:15006;position:absolute; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.125rem;display:block;vertical-align:top; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.625rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK {display:block;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;font-size:0.75rem;left:24.687500953674rem;top:6.875rem;z-index:15006;position:absolute; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #tbH5KJiT9qmaEwuTMV5F9RQU4P6XQTKx { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #X30y5XLgksfZewwaxRamEqBqr67ZaB3S { position:relative;display:block; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #APzNeP45W3d0yW9HXMzIXDvhUmkSyDLv { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #Ka7gtfE3arE5psrTLQ8eFXZQL9I0aU6Z { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #QrsSaohyz4KOGTGzktzn2ru0VGkW3Rny { position:relative;display:block; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #Xh6WmCq7vpVaew6sDCxvssMp7y6BBB7v { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #UteMTInWhvdS7alUMFCwpcdZrpUgMyQt { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #sEnkSyPnCNryTpCoNAkWuFklSd2QTSuD { position:relative;display:block; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #SlpXnWUdsozUfHt0exndBK6tennkJtIk { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #dwJiOCV25uyizoLSCdznVldelxIIVmLS { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #NqHLvAg6JKV3Z8QvnfUFo8OqlldT3vVu { position:relative;display:block; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #FbMU56Z09EG3Oa4mVJZLvhvMttZ2bMyp { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #cC9A1GXJ2ubX8hm6Eos527Wta3i2yxSd { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #Bhzn3zaBmGuLoNqcDrCHIyrflQxviK4U { position:relative;display:block; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #M0RcTERJ3TP0ebdMS7ffAgb5ok58K61w { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #HG8S2iQs0qFqTKwqxSs4iv84WAaXbJ5t { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #hbSCKyFyi9zK37gVVgPO6tIgzNmNp4aI { position:relative;display:block; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #Bgf1xKg63l1rC73mtkR7CZF26nIKbAk4 { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #FPHsnulnPNn8Meq0SrWLEr490FKuunMQ { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #ech1LG35qdwSsvhayxRDh6VL0kBe76mt { position:relative;display:block; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #k3JhqwTtZVQtSQcRqmZcegVSIZlO1HP7 { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #ciBClFUfSm6HMzTOEMrJez3gpyTVk540 { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #lQiwWfNWxPJM72kLCDbIhoJvwKilm2pW { position:relative;z-index:2; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #OfTezxyUZ0UUg4elBuwyf7LK08WLpQiF { position:relative; }
#Dtfvli92sgW0Qr4NAS2nrTOU4ZTpaTk6 { position:relative;display:block;z-index:100000;display:block; }
#nFVUhbiM1ws0rI7TfA5BA50rxT7WgqD9 { position:relative;display:block;z-index:100000;display:block; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #in4RXwu3cmX3xiFPbp88LHDXMgamr9Rd { position:relative; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #sRSXJq0iSWQIbZSoXVltliDclUqZa7VU { position:relative; }
#TOOk8ncsqXAOJMaroyn0hKUxBuSUvIwM { color:#000000;display:block;width:29.4375rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.5;letter-spacing:0;top:60.8125rem;left:22.75rem;height:3.186525rem;text-align:center;text-align-last:center;display:block; }
#u0Pg3Rm41bnI995dkTfTu2hylEd9Jrr7 { position:absolute;display:block;z-index:15036;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:8.9375rem;display:block; }
#MJ9JO9EHP8sep9Dkw7XIycl9NgbxQkgp { position:absolute;display:block;z-index:15035;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:6.5625rem;display:block; }
#tlyXJAPcPXgROQB6eaC9OVaxBMGVnTi2 { position:absolute;display:block;z-index:15034;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:4.1875rem;display:block; }
#bo5s7HTRM9qXyf99e1rELipUNHZGaUyq { position:absolute;display:block;z-index:15033;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -moz-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -ms-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));background-image: -o-linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c5ea8e0', endColorstr='#00000000' );";background-image: linear-gradient(180deg, rgba(94,168,224,0.3), rgba(0,0,0,0));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:11.25rem;width:0.5rem;top:0rem;left:1.8125rem;display:block; }
#O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC { 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; }#O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC > .row .container { background-color: transparent; background-image: none; }#O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC > .row .container > .video-iframe-container { display: none; }#O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC > .row > .video-iframe-container { display: none; }#O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC > .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); }#O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC > .row .container { border-width: 0; border-radius: 0; }#O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC > .row .container { font-size:0.875rem;font-family:arial;height:7.1875rem;width:75rem;position:relative;display:block; }#vuqT6EIGyftq3LzFrcMm25W7cNUHMaM5 { color:#4f4c4d;display:block;width:75rem;position:absolute;font-family:raleway;font-size:2rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:0.75rem;left:0rem;height:6rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt { position:relative;display:block; }#EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt { background-color: transparent; background-image: none; }#EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt > .row .container > .video-iframe-container { display: none; }#EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt > .row > .video-iframe-container { display: none; }#EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt > .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); }#EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt { border-width: 0; border-radius: 0; }#EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt > .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:70.3125rem;width:75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;position:relative;display:block; }#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI .accordion-element-container { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;flex-direction:column;align-items:center;background-color:#e3e3e3;background-image:none;vertical-align:top; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row-reverse;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI .accordion-heading-text { display:block;position:relative;width:100%;font-family:raleway;font-weight:700;font-size:1.125rem;color:#4f4c4d;height:auto;line-height:1.3;overflow:hidden; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:raleway;color:#4f4c4d; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_1ea44371f137ca8d94f260a48635d4b51b2e7df1.svg");background-size:contain !important; }#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI .accordion-trigger.adaptive-delivery-prevent-bg, #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI .accordion-trigger.lazyload, #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI .accordion-trigger.lazyloading { background-image: none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI { box-sizing:content-box;height:auto;width:63.25rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15002;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:0rem;left:4.625rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #W69JFT9BUBoU1ZidrOACyULIoUIwHc6V { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #d58iEmy4i1sX5DNPpfDTXurE7Xg2fQtT { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #pqeHz6fph0zDNFcDg38GT8XkE9SODCkZ { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #oimK0O8QIGHZ7TO6Wc9O2FeKVRuBeMRm {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #wkyOIGSlLZrLmRsviPkxz4nW00MaOSTe {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #yWHQ1Kgi1Wz9yCTwoLAsZbc2X2wvtyek { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #tp5Q5Hw7k6J1XTN0MBzMP2Gimx9K53ii { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #V8W26rksIXgpBzDv06kdAzBdbVT4pswI { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #M23PrFSJ0D7zU1H6Ps88lsL9TqFpTLen {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HflZCMmAHlyzWgrpazTTIVbdHqa2g1HQ { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #Ovodmm3v2Uaom1x4LF3SUTIuVT9xDwKT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #SOBQq5ZqFuZPVUatyduAg8D1y9zsVBLr { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #t0x2el7Fcew4NzEk7it0DzihIpRqs9AK { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #IgQ5iHBIbGtJqok32HK6aCDmwgMBQhJd {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #DB0wx9r1sGTQPKQXpaXWEvyP2PJDbC0z { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #lsWli4DvA64PeaT1tu9z6Tgd0agAIZfK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #VqGzmU4KuAkSXTo8WdNUTL8Zyk0boush { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #qpZsy4TfEF1xDVDMXJEVNl8fSVcH7ghR { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #bIoRMUu8SBHCFtEVd2yX5uPhQScXz29X {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #DeDuxQBlC4GUUTKFy7Ft3kXex6H7AVWM { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #NrPR9xRbOEbNgX6gIqLMGlWaMawA7kTc { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #VTCx4sRFx7sWTxIzz3aHuTibI3kHnZue { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #axtfQpXg5qw06IJgek6HfcvVaWszS1po { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #cpgpmd6WWVz7I28TcLIN5sagBSG2pZtp {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #nAa2msJDuEio4SyUPMVLFvvW44qbapGm { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #ZzhODwJz4fBTQT5rouCWf7zWTWbLm3uz { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #n3k8gooX4e2IMg6FhASEWTDJaB8KLkoS { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #Gn81JndTUuo6uhwd4Qk1GvOVVsPZTsn8 { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #rHiCgWlWlAnFFdIOMhyPFIGvLAn2NLoD {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #DaPDGGVkQIxOodBrvcgGQpD8BDTuCkQH { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HcsOTU1X7PqlyQ1hMw7zFSf5SBAv4OmQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #n97TSKy8SCMqfwTsE2F4R9dL8260xtsQ { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #E3IqLpR3eQ1TmacPwCHXoOAmBaPAmlJr { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #fgppKNLZqtICdQy1zEHZvIQlR7RTTWiX {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #UTf5JzGdZyyssHzDkcBoeH7tieDhWCQJ { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #AFiLrG5wT5pO8L3fZvclBczvlJ8NebOC { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #odDqmLTUHTrzM0C0e2F3uK3AVDLbdsZU { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #bQ8ptkHHWXVzrx67kVSW3TTZeSvuyg9m { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #cJlGFsMLCNhZ9CCI3UO7iegu4pQLMFFy {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #C85H5oRnoqZpb89SlTqzXDSsTA3xRQoz { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #LR20Z4U5UhkfTwyyPVR1KcAAlaOJDKNn { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #Twnvxx7XyBIMBBmetkXU6NrEa9gIIx3a { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #F8RdbC5JyOiw4yDZloCd9rxEmClEPVdu { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #AkZSh474Kv9ZDJQtyMzKR4TZt6SOktAp {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #eJz5A2DNLCI4FRfcx1hZ9K5L7B4vLGZz { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #SCDDekHJ8OWztgQR61bZ1BuBdzXXl2xG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #wrioNUSm7Jc82PrAZaReQ5SZRkAmNw5b { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #xIfdXpaoCtzuffRvCxfpruk74lcsfLc3 { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #A0zovwQTvC6T1wVz2uKc28Zefk855zBv {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #OboLN4IxOWhxlsboISB6TZgRuXEK2x47 { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HqmU4r2S1R4uc97Ig7UJ50CRKmqTcty1 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #y0eSqRbHH2H8fmHwvWTxDDveWVxRNH15 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #IGsCF9lfTLE35lHosEcyXEsp41L3GB20 { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #TVSfHQcXSdUyQU04Ik7HMe9e2PGFQSBG {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #CcJC86zXJat4tF1QhFnPzhQTgBVVLl2D { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HnFrEm7ws7N2aMxb3kRda3lZN5voyQ3m { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #dyzOb8ZAHsMdUri81T6Jme8XasNR3P7u { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #F4yILvJWqAsb9Mk1kOMqcFVM6PUf1Xr2 { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #egoKpDZvTAGQuL5ZNFrIKoOpCVC7yOgh {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #hkoyyfrTMBexs8Mqrl6WI7fQ4UQapSF9 { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #GGiFl39kKhC3ox3e8pl81drmyzgx1yTb { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #z0PJRILDHoHCV5qWkzchihLaiSI4RDS6 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #QKJeNGmO1Jn5LWbA9ZzpDMB3ta32MPbe { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #N10Rz8ohh3A1O74QK9dbHEIyXTQlpl47 {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #TsUXqXDrlQ2orNaUIkTGGdC5FXi38ttw { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #dyDUFAXwKwVGugmdIHgXUsDw76sFIU2f { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #cxE8vENLR1erETP2WAETok8fovpPEum9 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #wF1zkURHz25OP1QeLZwsrWv94TOMR32f { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HGZ08TLtdS104i1s22EBsSzgWf8febLb {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #UM8ctzBbC3WXZnrSNsFTQ4qoJPf26TBV { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #zul0vgyJglAxM2orVQzwNCyQ7JpU7WnK { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #hQI11xwOxn9W1GpyEvegO30TNUqGLgLO { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #U8K3IrwS2dVqyNAyqlhHfOeRaksQpzLn { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #ZVsMfhkBuuWxKiTtoAcBnT1W87wlTu7k {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #XqZdusz1KQ7z6mCJXIMbttGWdxOsvvT6 { display:none; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #pw3SVTr1ru5utLZzFKZl49B2oXV0CCrd { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #Znhw0mNTfzds2rrqDD0hUCsWV58Oghlv { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #bFbp6igZ9drTzvmzWZXH8NVLnJ8fSSER { display:block;position:relative; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #f545MiGOir9vdy6xkfFbdke3AxZxesVh {  }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #FpVOOsss3pCUxQz3J6B5rVSJkHsLSW8M { display:none; }
#PpLZpOxRQlUf8akMf6AmvQxBcHLQusly { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#5ea8e0;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; }#PpLZpOxRQlUf8akMf6AmvQxBcHLQusly > .row .container { background-color: transparent; background-image: none; }#PpLZpOxRQlUf8akMf6AmvQxBcHLQusly::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpLZpOxRQlUf8akMf6AmvQxBcHLQusly > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpLZpOxRQlUf8akMf6AmvQxBcHLQusly > .row .container > .video-iframe-container { display: none; }#PpLZpOxRQlUf8akMf6AmvQxBcHLQusly > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PpLZpOxRQlUf8akMf6AmvQxBcHLQusly > .row > .video-iframe-container { display: none; }#PpLZpOxRQlUf8akMf6AmvQxBcHLQusly > .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); }#PpLZpOxRQlUf8akMf6AmvQxBcHLQusly > .row .container { border-width: 0; border-radius: 0; }#PpLZpOxRQlUf8akMf6AmvQxBcHLQusly > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PpLZpOxRQlUf8akMf6AmvQxBcHLQusly > .row .container { font-size:0.875rem;font-family:arial;height:5.9375rem;width:75rem;position:relative;display:block; }#NcnW03HWX8V70PnRZHclztH2VCM60t2n { color:#000000;display:block;width:68rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:0.90625rem;left:3.5rem;height:4.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y { 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; }#eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y > .row .container { background-color: transparent; background-image: none; }#eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y > .row .container > .video-iframe-container { display: none; }#eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y > .row > .video-iframe-container { display: none; }#eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y > .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); }#eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y > .row .container { border-width: 0; border-radius: 0; }#eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y > .row .container { font-size:0.875rem;font-family:arial;height:30.75rem;width:75rem;position:relative;display:block; }#IH5kpyPLRztPPzPW6TPfd0NaZEhERJic { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.12435rem;width:11.3119375rem;top:4.8743486404419rem;left:21.759784698486rem;overflow:hidden;display:block; }
#QiXr6M2pU6i1cCI230xSFCK8UyXlUD1V { 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.624025rem;width:9.0615rem;top:10.818359375rem;left:48.4677734375rem;overflow:hidden;display:block; }
#ZTQTfWuz6Jgg9B91X9mbN7bHxvOBIpPn { 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:4.186525rem;width:9.249rem;top:11.037109375rem;left:32.03125rem;overflow:hidden;display:block; }
#ufyoFHiZBVM1TKmduVTVUCoVb7oEdH2y { 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:3.75rem;width:11.9375rem;top:5.0625rem;left:38.875rem;overflow:hidden;display:block; }
#MxEkyCgpFzCAbrrCnJuwDKT2coaTsCtz { 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:2.9375rem;width:17.375rem;top:11.6611328125rem;left:9.625rem;overflow:hidden;display:block; }
#IKeIgM44xoyw6vtR7nhwJTqPVNa9HrWw { color:#000000;display:block;width:68rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:0.90625rem;left:2.65625rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mup7J6oRzszqZBg2tGcu6UTAqAGwDC6q { 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.4375rem;width:14.75rem;top:4.71875rem;left:55.3125rem;overflow:hidden;display:block; }
#Bk9BmHbBJz46y3NsbIvX2xB97ltVmhLA { color:#000000;display:block;width:68rem;position:absolute;font-family:raleway;font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:19.8125rem;left:3.5rem;height:2.062175rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XZwVOOPGU8x7Gl9L6rsaIyPI35NDBEk3 { 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:5.625rem;width:13.1875rem;top:24.1875rem;left:30.90625rem;overflow:hidden;display:block; }
#unOK1raPmhSb0PNnNCwhPs984fllxyfI { 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.4375rem;width:13.125rem;top:4.875rem;left:3.5rem;overflow:hidden;display:block; }
#Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d { 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; }#Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d > .row .container { background-color: transparent; background-image: none; }#Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d > .row .container > .video-iframe-container { display: none; }#Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d > .row > .video-iframe-container { display: none; }#Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d > .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); }#Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d > .row .container { border-width: 0; border-radius: 0; }#Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d > .row .container { font-size:0.875rem;font-family:arial;height:7.9375rem;width:75rem;position:relative;display:block; }#uiRp1oo8OTeQX7CNbDTXQmLaQCkzMnS3 { color:#000000;display:block;width:30.625rem;position:absolute;font-family:raleway;font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1;letter-spacing:0;top:0.8125rem;left:0rem;height:6.75rem;text-align:left;text-align-last:left;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; }
#eQo1k43GvegFSt56RVJLkgeXVQdlqahE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15001;opacity:1;top:1.875rem;left:67.125rem; }
#eQo1k43GvegFSt56RVJLkgeXVQdlqahE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }#irEfhFdnaPK7ObxlQ3o42zUqIQOEnktk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15002;opacity:1;top:1.875rem;left:71.1875rem; }
#irEfhFdnaPK7ObxlQ3o42zUqIQOEnktk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE { display:block; }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .row .container { width:47.75rem;height:50rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xp0HJ2ghOBeV1Xk2fJi33yp4T0MDc4bE { top:0rem;left:0rem;width:17.8125rem;height:5.374025rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA { display:block; }#w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpCKncz0UbCm80WGOENTo2arJSZPwZFs { top:4.25rem;left:0rem;width:47.75rem;height:7.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zbOi42Xd1PpXcdp9og3WmmrL5UvJKt8G { width:0.5rem;height:18.75rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hfffeTByvHPXorcbp2qNKTZBPqWcmyBK { top:24rem;left:0rem;width:14.3125rem;height:;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZtbxEEMQ8sSqWCCeDohCt4ToH8GpuLx { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShhKT74WNL7LlvZl7QLb7zE2HRnbxme { display:block; }
 }@media only screen and (max-width: 763px) { #BFt0XmFUWhsTwEutT8ZvHHfPBiAE3VSQ { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRI37M4tbTBx0mcZfnfgtQZNHDbHtfHm { display:block; }
 }@media only screen and (max-width: 763px) { #PRypTHk05TARbXTyuDJNIkEATsue5Tpp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CbscElVdcU4BKGqKTinTS8KWqF5TwHeL { top:16.8125rem;left:14.625rem;width:33.125rem;height:17.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta9cKTTTdcJHTrCzzthuiSdIeIVNsVgU { top:22.5625rem;left:0rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GtrC83P0lTKswI2z2HWP88ZRsLd0LSrI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xpslgwkB99TTgXxi3ZewBRaHtfKwpoXU { width:0.5rem;height:18.75rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOvyRqGUWKNQwnSheRx6kIDurhqxIRpT { width:0.5rem;height:18.75rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yRUf8x8AsHlu3hsdb3h5UXeLSqsWvK92 { width:0.5rem;height:18.75rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 { display:block; }#XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH9fZgzoGtDMGm3Rw1M2lqfSdTuZ6AVs { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6EMNXaIqGgICwAvcogzN3z97QR1A6Cd { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLel9cl8VdJ1XZ7A01T6uZheyPhs5Qwe { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZaPNKfyEaV8qNeUzcAvuNBJN53adFbV { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFpZBRCUeByF7HBDV2E5mC4lx5Nh7eGB { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs { display:block; }#BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N91d0PdM4fIfoxwIuvrBiret2eIiKcTU { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAPsxVmVU3wPP5wqSRppxTPDafa7hzTe { top:21.625rem;left:0rem;width:47.75rem;height:10.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5P66L2uRygaivo8n1s6pNOLoPuW9I0V { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }#A5P66L2uRygaivo8n1s6pNOLoPuW9I0V li:before{  }
 }@media only screen and (max-width: 763px) { #To9pp1DsLQeucsGi6Os8QTHpIhCFqJqb { top:2.375rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEBnyw8DwDli8LpDDf1Ue99mrsDJDVye { top:7.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfkoipIakibgXZB8s8ZkZVX2TLW766Vo { top:13.6875rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe { display:block; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwpnTIrg6eXTfGkMi6K9UFccUlMdCp8g { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2FbbdmpDbs7iN8Zy96TnNwHm8C4sDZx { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FThCm0oHOTq1MsvHPH0WpzFApG1ZcNHD { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #J0yAho6xUMcJRBT8O2zhPUuSTCQvFK3p { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pUAWe0lrZ8UDgTunIQdAwQxXTsyh01tn { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBt8M1RFxIPGlX40pSvoN4pqA9nMfhSa { top:8.25rem;left:0rem;width:47.75rem;height:20.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKg8zuhn6REu2AKbdtdQMazRV00FDP5N { display:block; }#zKg8zuhn6REu2AKbdtdQMazRV00FDP5N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixl40QnIRp2EwnqL9pNgTPC3AdILT4vf { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC { display:block; }#P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC > .row .container { width:47.75rem;height:8.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9epTWkzigEekpxMyTwRlgpXr7rgayP3 { top:1rem;left:3.875rem;width:40rem;height:22.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeJ6fifJA8McVwu18Un2CSxfq7zR6xfB { top:7rem;left:0rem;width:13.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gIKAe3QJXln10pKO4KmdT3l1TZq0Gpvb { top:7rem;left:0.7490234375rem;width:14.5rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BOPbsUJ3WvHL8ALBfgJNCXP4W5rMZCUp { top:7rem;left:16.59375rem;width:12.375rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ehwGwlQKSokUEKznyfOv5hxuePkPnvD9 { top:7rem;left:31.0625rem;width:14.6875rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXK5mJzVAbCE1Fe7mGqAoxBXBlfQH00p { top:7rem;left:33.625rem;width:14.125rem;height:6.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DzrmMv2H2hQhKUoGi7uWvooB4aFNTFG7 { top:1.625rem;left:0rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E8q7oX1lT45vTHQmqA2WVENbUFaa0xbS { top:1.875rem;left:36.65625rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WTRhvelodunAixzA1RDyPyspPBeMs1F3 { top:1.75rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mz5fhhEDs6OukRQvAz7a9zgHPIEsCBEs { top:1.75rem;left:6.1242189407349rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eHVFU7QdTHercMQk5qmKrivus9bS5JBM { top:1.75rem;left:20.9365234375rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw { display:block; }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf .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; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf .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; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf { width:19.4375rem;height:5.41rem;display:flex;top:1.875rem;left:14.78125rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #v4mH2VzTuRfahWq4oOU8Ixa8kJPpTeJy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #HwTTam3VVuVUxGF9F8dd54RJKgBeXLpx {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #CkbR6ftfenKVfaf2fXTuC8d3HQlc4niA {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #RTU31pTMAxvFJ3gSzeEcCMMsLC5FKeN2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #nB3xZlHNUrlGD8cOp2n7WWWboxI1BW6U {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #HugtGZyRXGlezRcI3EcaKz8fwLT6cHBx {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #So8fpkWEXNzLhx82VoD3eeL81TMGG295 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #JrlwFeGCO3O1HF6A7S4Hry9HggJcUDi1 {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #tpPQ0GysCWL6iRuKtU9yCDux2hFVwqhZ {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #DBwADincZU45FTTXRzgLBWqUEa3ZZaQq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #QZXlvygx4ciBeoF94okWf011PmtFXTnT {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #SyVMnHH1ne96kWIXTxK2P8HCutob725U {  }
 }@media only screen and (max-width: 763px) { #HiteWi8wFT7VAp221EFNFl3cTZ1NsnTm { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx { display:block; }#bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cra39b68ROnI0pMhDpvPI6FcsK9QBmu0 { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IImLqMGoCWCSWzI4tyH6yXlJKpbZVTze { display:block; }
 }@media only screen and (max-width: 763px) { #H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ { display:block; }#H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0drcO7LdMdAbVo0pl9wSRtS2J9dH5f9 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W0zsHdeTQ7HLVXhocHtnXNqyXiLXv4As { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aHEx3WFINd2xdRvTKPTckvOJnye5gzxE { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NFTJCUmlw6gSGViTQaPIhyxzplFqua3t { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKTHRRSN1IrnHR2Z6UgHcRgrQhUBVukW { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uekDyiMcDmVAArPvLhA9ICnxm0qsK74I { display:block; }#uekDyiMcDmVAArPvLhA9ICnxm0qsK74I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHmTIIufkLDGkIphMrJ3uQseS4pvZ4uh { width:23.375rem;height:3.375rem;top:1.875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzMMVbsLcfvdpScC5gDEvLMkEPTZsdTF { top:0.8125rem;left:20.625rem;width:25.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZX4ESQyqJ8tpb0rOHCXeo6KCcqeZ16H { top:0.8125rem;left:0rem;width:25.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7c8SwQZiQJzdUTMr8u435yHsOPTnvJR { top:1.4375rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #plXt17ASsCkI3dZLLJIE2xBdFkBMh8fK { width:23.375rem;height:3.375rem;top:1.875rem;left:24.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGeGpo323Q9VBOsfM3Pek4Dyl5yuTXu2 { top:1.375rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7eNeNvzEH8nQAKl8Zr1T0f4nl2WJm0x { top:0.8125rem;left:0rem;width:25.625rem;height:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX { display:block; }#qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRTK9tdTOwdsbBTy7c1QIlcZkWKAxhJT { width:25.3125rem;height:3.375rem;top:1.875rem;left:22.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFLWv7QRKefDm3KooxkJhkGGmaIicwBf { top:0.8125rem;left:20.625rem;width:25.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bkO8CsouysZG3SWpCS0P7aWbSPOvPE6S { top:0.8125rem;left:0rem;width:25.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x28WPD4aAI9HzCoU4sETQtUGNQuLzH8a { top:1.375rem;left:23.875rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S13nDhxgDqUIrsP8HPPcnX9NrfyR4EK1 { top:0.9375rem;left:0rem;width:5.25rem;height:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eePlhIedr6VcEV7nDr4kyBJiLWsKKaqn { width:23.375rem;height:3.375rem;top:1.875rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIva3B8fWLuXfzTaWflA1quvvybN164T { top:0.8125rem;left:0rem;width:25.625rem;height:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FaXi6TnXylI0WTp9J6esbPCTCXXdtFRZ { top:0.8125rem;left:0rem;width:25.625rem;height:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh { display:block; }#h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fw80CTFZhqB1w904WaJroTREwKI2ycNN { width:23.375rem;height:3.375rem;top:2.625rem;left:24.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPMXqchMePI3B1oKhwziVDqpyEfNzf3s { top:1.5rem;left:20.625rem;width:25.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlRcthczMJkwkXDZMFX2kQ66cDdXLstu { top:1.4375rem;left:0rem;width:25.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnFbNIfA9CHf8bTdLHH1Dqmpb12Un5aL { top:1.875rem;left:23.875rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JL8T8qTU6WdbW65DGAFmhIx4LKlTnQRa { width:23.375rem;height:3.375rem;top:2.625rem;left:0.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6svgshybVEPrVA8fLoH8GhJxNtT6wUx { top:2.125rem;left:0rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kutrrQbwwtGN0ulfEhFw57SwK9dUFS4Q { top:0.8125rem;left:0rem;width:25.625rem;height:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #kh0a9KcrrA0GsNkDUrszWTmd2Q181TS1 { top:0.8125rem;left:0rem;width:25.625rem;height:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg { display:block; }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLiC8H5JXEc7Z6pPRaMaQxHtCrMeEHvn { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tKSEOObNVUnJry1FNRDKdM4hJ241v4xt { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDUkOfvyoGC6HXFfU1ZCnL7bUAwKyeLQ { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJcndC4KN0besgaE84wl52l000q6Lcsp { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8WMgonwqTJzE8RagNgOibT2PZERqtru { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nq6shI3xbPsMAMU2q8XkMNflRyQAfRbe { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q1WO2EETflDwEOSHFJObM4WS4dcTvX8A { display:block; }#q1WO2EETflDwEOSHFJObM4WS4dcTvX8A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVLmezB5KwGM2CyphfT4CyTTbOGupbee { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #smWM7S6ZT4NPDwi87r83a7JvaFT3Pn5X { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aKn7EBA8VGfMmL9iza5MH4nEb96esTGC { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F4hufmTzcRgthEKiyHCP2KMILiDZHoHT { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPvUtfAmBFusfhtg0Qph48IfW3o7Ay1q { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvTnAJ0WZ6igOM1oKFShQ37EvREhTiw2 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPGecLL8xdJRQI4iUhROrBfTK3EXy54c { top:11.875rem;left:9.5625rem;width:29.625rem;height:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9kR8KSx9tZwdyPamRzQkReNwEPxuW1 { top:19.3125rem;left:18.5rem;width:9.375rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qphVpTtx0Tv6ulm8HLKsMXdp82NBxvcF { width:10rem;height:0.5rem;top:24.875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VeGdkAWOrz1s0INe50E29mAJAfhuEIud { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxGoIRUwbVvZDDef0rSQS4I6ANRZGpMM { top:12.1875rem;left:8.625rem;width:30.125rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxy29SXmbeyBmofOlsBcrkWUUSWDDEv3 { top:19.3125rem;left:31.1875rem;width:9.375rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mu2Wi745btJuF5gud2wFyIDAylpyEX5F { width:10rem;height:0.5rem;top:24.875rem;left:30.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X9HWRfR3myWvZtIwz1f15Phm538ByAhI { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wi4gCxUfLfWGVGHPTiy7dhZBKoAX9Pg7 { top:19.625rem;left:5.875rem;width:9.375rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g8DRtMye5U5t42HwHku22W4nRwRPND2T { width:10rem;height:0.5rem;top:24.875rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U93DeT0zHpmvqZ9i16ObKTU4TKGiLZ7J { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5Op43gfEUL6Ub0Uz4O68hP7zzzpnXLI { top:19.625rem;left:0rem;width:9.375rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpWea9GmBqTtO4n321mgrwynzfWb0N2A { width:10rem;height:0.5rem;top:24.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRBTECBcJwmT0mn3aoiHuu3bwuK3o7Dz { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVA6sWGOqSkPwxnFuORltDXT4CHwT0tt { top:29.6875rem;left:0rem;width:47.75rem;height:17.42875rem;display:block; }
 }@media only screen and (max-width: 763px) { #swVUVZ5sBa7C5ISHN9kKl4qbNzNLkerT { top:20.3125rem;left:36.125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qu0mRFCGXg49liMAmCC0vJ2uGNeUh7Oc { top:20.125rem;left:23.5rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmV5QiXnCqaXbdL9MLl4xup3ZWeg9WS5 { top:20.375rem;left:0.125rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJf7CeiiKzgdT26fWAmZsL6Z0RA1RILn { top:20.375rem;left:11.0625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtIGBTdezRwO2qCT2yVLiSq41rmwn2SW { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #blJnnbvU28ABubdKDIF8HMfdh1xOnBLX { width:10rem;height:0.5rem;top:24.875rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHRRt6DETVJ2mkEPZSr9brlQDHbinnd9 { top:19.3125rem;left:38.375rem;width:9.375rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rkgirlzwChPTscRgTD6D0vEysTTHTgnM { top:20.0625rem;left:44.125rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OlG26z9S1RChOhnGuE02Igu6CdRLCnRT { display:none; }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG .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; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG .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; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG { width:19.4375rem;height:5.41rem;display:flex;top:1.875rem;left:14.78125rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #w9asUbMMwmpwhhobRQPDaOzRkoLhR5us { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #LHHUiTEPi17R9Zzaf3uqGmCDLusUI5bc {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #DHQ5Ww3KPhoftlQdtoDiUnF8U7CiOfHA {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #tEcEVzrZ2BbtbVDNDgDNMBhK2uikcXRX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #ApvdDbA1xtVEDxuFZRa33tRHJXSBa4fU {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #GZyKFloiAatQd9tpyTxZbSm8zuKLV3WB {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #wNihF1dzz2vUyBIPrmOROwrkAwMiGBUD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #TT4eoRECmzeCyvrzmXBbS2Z84aiaybG8 {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #bruBIcM5ThUBRubLtFOXvTM8uAuiVs0q {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #umTqqr8BmGSWKH2HK0nUU6T0bqwF22Wz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #o8geDOwJoWSEKHdoeMm7bXrWXhWZbBN9 {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #SJPexqfL0sQXiRNa71o7GbhWmBIsaf6h {  }
 }@media only screen and (max-width: 763px) { #OtZ4vlZdL6Zugs1lSQkkXhsTU7Wfa4kn { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bC3E2cT4is5RASedsdIo743tNoP7JPK1 { display:none; }#bC3E2cT4is5RASedsdIo743tNoP7JPK1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ClMgsaFqMRqP2B7hfNZZKT6TOoATG1vg { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVLTqryTwIhuul72gJ6Q3zDw3i9Z8uFL { display:none; }#zVLTqryTwIhuul72gJ6Q3zDw3i9Z8uFL > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #WmHhHVpOsqTVyylVXsepU9BJTPrkvWGP { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6OCTDWBOlNR0tWB1RqQvT5Bqx3pmt4E { display:block; }
 }@media only screen and (max-width: 763px) { #iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR { display:block; }#iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN .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; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN .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; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN { width:19.4375rem;height:5.41rem;display:flex;top:1.875rem;left:14.78125rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #Tp5Flo4Oe9wOTPb9Q0QGR737FR5CLNDW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #ygx3OD6KBwmlLchT0sgan0WLKe4zcdPs {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #PELioxdbobQ5n0t9DdXSdCWOhegB4pNk {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #TpqtfQ7lCgzt87d1qQ3LoNEeDxW0nTeb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #LK7TfenGXZD1RddI9nA10IrTqy28tZO1 {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #wWh6qBR1ItTgeb9TPfIqbotzuvEvcZyO {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #zIPTfAx337uXVZpNN4ImH8sObZyRJG1V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #aDdcnFQV4mC3SwZ8DIrh58FNzFXz2uaA {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #A6tN2yGFqP5zot7lJm4JvXvefhaRkxA3 {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #fwCvEwhwev89toXEPmmUKbFCzDZMNyHd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #iJxEr2lNOnn1c4FeksWaNz5OBSbNwwn7 {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #xgxb7OKCQlRWbOESgZmT8soyDRnsi78w {  }
 }@media only screen and (max-width: 763px) { #DgKl22pCTXGWZM9Gy2TVMB4awqJZiGHo { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV .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; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV .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; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV { width:19.4375rem;height:5.41rem;display:flex;top:1.875rem;left:14.78125rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #i8xB5PQTUJ5ydTpXchTCU4m5HF3aruJL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #tsm9IZVxXTS4BQ1ThLNZICunQwWUMCLV {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #TpfK0Z9GqAPbaTlJbG8lWJLKCADwcZO7 {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #m4g58OkMvQ6k5nEwlTsBbGoH1aBTkQOD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #TkyWavpGw6BGVP7DFsfZfH1wJlOagDO5 {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #ObWaMatfiVIpOyQdkT2RRphiCupWTDFL {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #agewKsBuJABwx3WA9y6T7LGWEmV6Zbca { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #he9CtOpmf75awqBiJ7UfsLbEyaF9vJwd {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #oRdGhfhf8tU9siEOqT83e8UO8m3Zpn63 {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #qslxgPVdrb6ULzdX9WSDvwaC2NOVaJJi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #ZtOCvLBr5plwy7NSUFReUDbet89AdRJ6 {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #o0XMeLnVxm0EkbD7N330gM5Ba7iEidla {  }
 }@media only screen and (max-width: 763px) { #mvL6q00XmT640oyvzR9TuIXmIO5IE0hG { display:block; }#mvL6q00XmT640oyvzR9TuIXmIO5IE0hG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8TNdgkoPTg8oTGW4tu8hps47fbaTvAU { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9aITyBc3WLw0rGup4HQI3FLHsqB4wbT { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoghZ7OUq0cc0KzxaxfG5S9ZbOpQv8zK { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXxu6PA7S1i8ItvIgSSQLuQw35ms3n6g { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ag9VXzBbu3nNTLcAza4T0mrq06N0TlEB { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cQBUsnraUVq89RHKfbVdsEit22wUzd5d { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rys03JgxqvNiQefvlEAEJyKiibHqU6xN { display:block; }#rys03JgxqvNiQefvlEAEJyKiibHqU6xN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3h4vItmCpnTq6SkyyvbPeFgmEmwh7Tt { top:7.9375rem;left:0rem;width:36rem;height:13.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxRTOy1EdEJRgk7D48TTGh82KrHMcI38 { top:3.5625rem;left:0rem;width:28.8125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EPacfAI4yiSR82G4Fo8h4Q8pMQdGWBq0 { top:3.3125rem;left:0rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t6Ti2l8b5MTCV7KZSB95pZAcmGb4ypvX { top:3.5625rem;left:17.5625rem;width:30.1875rem;height:16.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi { display:block; }#n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bd8v5wPADTRShIu0zTEtsciHAvsJNuyU { top:9.375rem;left:11.75rem;width:36rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CwomnMVMfzZ2RA5e0pRTRhHE5b3nKs5k { top:4.625rem;left:18.9375rem;width:28.8125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JITJcfCGh7GOU6TzOkyBMgKt5LVVBSV2 { top:4.375rem;left:22.067967414856rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdlqZPI94xThTq3thiXTUotmd8pGAc76 { top:4rem;left:0rem;width:23.5rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q { display:block; }#hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suJll5sE2H4CKqdfnfHsIrKGQ833fEvE { top:9.1875rem;left:0rem;width:35.25rem;height:15.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OIwWPnW7v7wuqUignwhamLS6EAXbmxDw { top:4.3125rem;left:0rem;width:28.8125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqFZPwou9qfsToWGDsMBnEn3WryCoQpa { top:4.25rem;left:0rem;width:2.5rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDztkfNcngUbGrCCENpVOZgtdO8RdNbs { top:5.8125rem;left:25.875rem;width:21.875rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 { display:block; }#QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzeHsbShpkRg3D4f3PTM3S32Q8xTPeVb { top:9.375rem;left:13.625rem;width:34.125rem;height:6.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sctEofZrDTTfE6dFZmsQlJWLfeD58Qh1 { top:4.625rem;left:18.9375rem;width:28.8125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5zncpd2bKEET255GRZCgZ2K24J29VPR { top:4.375rem;left:21.675000190735rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S04M5hSgtddKLa5QxrDkbcqJbz9hgggV { top:17.3125rem;left:16.8125rem;width:30.9375rem;height:5.0625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgCHAoiU2PTcbbISH3LwSCsvFoa6k396 { top:16.1875rem;left:20.5625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACt8d6ZmECUiv04I1Dchg15R2cgIgnzS { top:17.875rem;left:20.5625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utS4rV2IBITPbzLIwTMZ4pmLVtpKQQap { top:2rem;left:0rem;width:13.625rem;height:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHd8TrQgLkqHPJNOBxmZu3ZTxUsHiedB { top:19.625rem;left:20.5625rem;width:3.9375rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTPDT1QXQotZo5HaqgK7te4gcQE8q8Ln { top:1.625rem;left:0rem;width:14.4375rem;height:21.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq { display:block; }#Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbTpaaqkbxZEwOArlrTApTaXLaJZMt5a { top:9.1875rem;left:0rem;width:34.125rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o3nIz426L3szF5uFzgU7yJ3oGSKmGL3R { top:4.375rem;left:0rem;width:28.8125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #glQXewPHhHk3RgbGWoON8AoGRUWnrTsB { top:4rem;left:0rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #pczAFTJiq2n61T7SOyIP3xdLRD3ptd9u { top:4.375rem;left:18.1875rem;width:29.5625rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUeKte7X0yE904i36gun4tCNGub1LAl4 { display:block; }#OUeKte7X0yE904i36gun4tCNGub1LAl4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbLQDyTfwT6S8qpizN9PtfX9T0pJJm4y { top:9.375rem;left:9.0625rem;width:38.6875rem;height:8.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bnmfJXKpWEknwTeObvCynA4D7MJ53L6L { top:4.625rem;left:18.9375rem;width:28.8125rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQBlO0A8AU1qkIp8DTb124gzrTT22buW { top:2.1875rem;left:0rem;width:26.25rem;height:18.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FX3OuCz5Aym7BKeNPsTIta2h3RBmTaJ6 { top:4.375rem;left:22.067967414856rem;width:2.8125rem;height:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tstwg7i8O9omydWF9CylAG4ZKPmI8Nmf { top:4.25rem;left:22.067926406861rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4M9wsumX3OwWg316smNRxZziZzMce1V { display:block; }#l4M9wsumX3OwWg316smNRxZziZzMce1V > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGWv2V2zBC6oVT52o8fgyzbTuk1rn6ma { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #txc4AsAGq3VTpF7SqgrKNSawltVfU8vP { display:block; }
 }@media only screen and (max-width: 763px) { #t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA { display:block; }#t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sF9tSXPdQgFM67Txh1qm2NV7eVJBMAEz { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #myFdNqe6sd0E6eysLClf8hhwmKlFTb11 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyM40b3x2N2cGTQKn82E5bhlhnKzA69r { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #grSK4LNoksC96K2wkTon8M1mO0r3BgO0 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jq3ACgH4dX5Bk1OUMFPtqBuMP4Of9cVU { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BZ4FzDtQNR71FbgVlz77T69FzETi7GdM { top:9.0625rem;left:6.1875rem;width:35.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHpcL2b8qazWXrKrwfwkT1OJpxOC04yA { top:27.9375rem;left:6.1874990463257rem;width:32.9375rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fwIvQhSLDwxFiNkhp0FTMyoAcSNX1vDJ { top:12.6875rem;left:6.1874990463257rem;width:22.6875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Owkv2AU3E5wCiR1BwRlNf2PqIHR347fi { top:31.5rem;left:6.1874990463257rem;width:32.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GekZkQP7ZCSlMHLqwNZipfmpPuXXf3Bp { top:16.4375rem;left:6.1874990463257rem;width:31.25rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yDJKmp4hCIF0ThC37ruXc5hvNvdXvaVr { top:35.3125rem;left:6.1874990463257rem;width:32.875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwtJNrFp3uu2D2sWsbAKsNOZbqzJPvZ { top:20.3125rem;left:6.1874990463257rem;width:22.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kgt90rpCxKTCa4KZbHbTB0veRzPIk6aH { top:39.1875rem;left:6.1874990463257rem;width:39.75rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EzWtcpymxA4gyBs0WF3g6Pla9hSm7Hcd { top:24.1875rem;left:6.1874990463257rem;width:31.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcuZLLOkrvm40xFF8ygXqznZAAIV7GI2 { top:43rem;left:6.1874990463257rem;width:31.3125rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y57CNJZWTEJGwzTQUsEAxOyxCmdvgtO9 { top:7.1875rem;left:1.9992189407349rem;width:42.5rem;height:39.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECzhzgShzRm9OJ9FP0pGk3IrI2qT7zUA { top:42.9375rem;left:3.5374994277954rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAoIldFAV6TvrBk4qTdUrmCoaWi6zic1 { top:43.1875rem;left:3.9375rem;width:1.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixpNHzFPab0QQ4265wkeqcvhTVtboWsx { top:39.0625rem;left:3.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGnkaZ21KXJCB9LiExLc8GErANmztCyh { top:39.25rem;left:4.125rem;width:1.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrmNBelnM9LiSus3BrUAQv7BNNSsTfdV { top:35.1875rem;left:3.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaorvhbihDkVeOuezcMztpb88ZVDUvzI { top:35.4375rem;left:4.125rem;width:1.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euqUecO1KfmiFLmW319huK8iWXrs3vfe { top:31.375rem;left:3.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwi23VEH1vNVslMTiwP6vgyfEyosdid6 { top:31.5625rem;left:4.125rem;width:1.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3NCc5EP0ZLTVlH0S35vkxSywBVXx0bZ { top:27.8125rem;left:3.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p94ZOTPObC3Qr0VeRDLZZngLIuyMrFxh { top:28.125rem;left:4.125rem;width:1.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUC4qgCmz3OQkty7g9Enh4Bx7mlD2qkO { top:24.0625rem;left:3.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL4uoMUhxksst9XeTB2cbZWWJykX2mWy { top:24.25rem;left:4.125rem;width:1.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk23rOzPZpmcUVXLUfnP7Z1X9w3yHBAk { top:20.1875rem;left:3.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLewTKprbI9lLhFsONBdtVyipsSbEhD4 { top:20.375rem;left:4.125rem;width:1.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvabEe6HTRP1w0SdrFl56z6Spi05Noga { top:16.3125rem;left:3.5rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIeD1qrPqT7AcTy9GLxIp2EQZvNV0ahl { top:16.5rem;left:4.125rem;width:1.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLARnrVhShrvyIXums5fOEbPDdQKxe7J { top:12.5rem;left:3.5625rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLFwquMHffxuIpihRNWTGeL2oA1gX9Mo { top:12.6875rem;left:4.1875rem;width:1.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN9TrJBz3PKE6oG2KmzQKXtFo7Ar6flz { top:9.5625rem;left:4.0999994277954rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZU4KgMOcfqqPfowLkGxahTc8Tt7H2MR { top:9.1875rem;left:4.1875rem;width:1.375rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfUyyUKglS5gUbpmDICaLHgtDQtPhELf { display:none; }#RfUyyUKglS5gUbpmDICaLHgtDQtPhELf > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ .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; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ .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; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ { width:19.4375rem;height:5.41rem;display:flex;top:1.875rem;left:14.78125rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #OcxqTlOOF6Uq6kJtnMGadsCOTpg7UaRr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #Kdc2Rm22XbCVgDtHSe9Jerk6Moyw5h0w {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #O91KJniZ5R7ULxUZkSvpCrI3Mm7BCC3M {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #Ht1UHLFib5ceTF13MkCD1XXwvUgB4uZp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #vAkd79bsmNNZRRP5eg8KUdmZEEzENZSn {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #ylUvsbyBHmFBBaGWVSa7uOKO6odvP2wB {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #ERlDMyzPl3Mkm7ncPksrfXfFCwGDZlZS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #lKH94JTRXsaLM38BT6FFJqi24NkAfJnT {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #LDr2qbWf2vH37a4tbgXEvQzTKLsKcDJR {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #B5SZoQacrOx4wUa1EJ7ErQCDd8aJsOly { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #TTJMsahQBAWEHWk9IbpmitpIRG6xn1AL {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #r3B7GEgxltJRvcOLLhppJ5lUh5Jo3BHw {  }
 }@media only screen and (max-width: 763px) { #OMMp9Vu5oMKezb5ss5w1qAvWwmGevQE2 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC { display:block; }#Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 .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; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 .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; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 { width:19.4375rem;height:5.41rem;display:flex;top:1.875rem;left:14.78125rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #uKqc2hgThItilMTyB9xl7v4DIMUgGl7F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #srZ6K2b1X2AbelxgWMD44GhZw1ZIrpoK {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #AQBlivwaq1ozq6oJ59DOlyf5vU6dG9oL {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #l4TwOwaR87TTwDKg6qbToh8ARZggOIh6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #tVc5lQXwni85mZEhu8BCEloF9Mv7TaGC {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #QBdAqUT0X5n4RlLx7J6xgJit44D2ZoA3 {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #yecSnOU9hqOGHJVJVuMAc2uxMyiaBAwI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #CRMxIVLfqkXphe4Ag34sX2CT8zyLsmxa {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #NJ1y4Z9IgkvGe0Rb4Mzqwsv2PUfqQHiB {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #ATmPy0Zn9CAeciQTksCo31zpUcENHVvk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #hfqah4XKbiHDoVIW39ZEXmFgJBgRxG6v {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #fRdsrQs8RIJAhgut9hsN0vdDJCWFZBpx {  }
 }@media only screen and (max-width: 763px) { #dn6xQKr9575x7Mq0eMqh6BFFWfrzykkK { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #N8d5sNKQTh89d9SGiCOP02EgCU80CiNM { display:block; }#N8d5sNKQTh89d9SGiCOP02EgCU80CiNM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2pxw7ueKWX6nXGTMVgkNvpUpKw8Hsa3 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #REL387o0kD9Z3NM9vShvagIUPcfNbIKn { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuUp16vse8GHs3XTt39f8h5FydLSVvAT { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PJ31E7grXqxCIHQG32kwT8rBKddlJP5E { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LoPERshfD1G8vzG6Ep0xRrMbSx60beHu { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #enpxfkADhGzzSXzTVUmSObbRSI3dakTA { display:block; }#enpxfkADhGzzSXzTVUmSObbRSI3dakTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwnxyWk2d1Qc7nSKygsWdSBSOZT6ipkK { top:13.875rem;left:1.875rem;width:43.875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #N85otFTtRc3h33prcO2E5dTS37psF67V { top:7.25rem;left:1.8125rem;width:0;height:6.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wyInQiOMSbbMPB2sSNEo2cA5GQc10AZf { top:3.5rem;left:5.2921876907349rem;width:33.125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAAu7bSaHfImdgknLgnGHOybFnU2yeKJ { top:8.875rem;left:5.2921876907349rem;width:34.625rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #u7O1mxO97pcXncpTToy2JGaMSdQ7IGpk { top:27.9375rem;left:1.875rem;width:43.875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #crnTCwCuTgl7UXAm9tnb6bzl3iv7r95T { top:17.375rem;left:11.362500190735rem;width:31.4375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PU9AaA2CAoN7k4zbxwNESK9qgByJHrpC { top:22.5625rem;left:7.785937309265rem;width:35.125rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xTsuu6NkfN2L1zbOW4Qv2pNaeikZneeV { top:35.6875rem;left:5.2921876907349rem;width:31.3125rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qgKaP57GxXzxcLI6hNqNeGIqc611QI0b { top:31.0625rem;left:5.2921876907349rem;width:33.75rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WuVPKDO80bBV7InJM0s66JirRQArxgEO { top:51.125rem;left:7.223437309265rem;width:35.6875rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gi7um9VialrbZ0nwIvqDfOTn6viua5HM { top:45.8125rem;left:11.412499427796rem;width:31.4375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #puu5dxtvvFnvMqv8CZuqRGCM8tv6KrFu { top:56.6875rem;left:2.0625rem;width:43.875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #veNkcxNTPE7g9eqJ1wpIH4cO7blKFAou { top:64.4375rem;left:5.2921876907349rem;width:35.3125rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a8pT9iklfe9uWyZ2WBkK6KaGex4OAgq0 { top:59.9375rem;left:5.2921876907349rem;width:36.375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gqluNtVJpkNNo9ZPwrENsfsH72dTsv23 { top:85.4375rem;left:2rem;width:43.875rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #D3w8pQ2466LxpATqDsiGxm2V435ZEp9u { top:88.6875rem;left:5.2921876907349rem;width:31.4375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SSPFMoEvlBazRt6LGT9OK0zLDOT4F2xd { top:93.4375rem;left:5.2921876907349rem;width:28.25rem;height:5.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMmSQrfA9XOWdUEwD5F5EfeIe3t3k77T { top:20.5rem;left:45.875rem;width:0;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkBEBfsWsfwhuGPU0VIJGZbGThDDs29E { top:30.3125rem;left:0.11171817779541rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOmPq34pTZfOVSGegQhJf7BNwmV4bI2z { top:42.0625rem;left:1.875rem;width:43.9375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #cZFmUEz03G5A0Gi3uOaPyl6EwLRcgXre { top:70.875rem;left:1.875rem;width:43.9375rem;height:0;display:block; }
 }@media only screen and (max-width: 763px) { #rPkUL1pTRQKLwQvCV7MaExpucfFG0mFZ { top:74.625rem;left:11.363282203674rem;width:31.4375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNyFdyNp35BgLnyDx0T6iiG4mv8TyWvt { top:80.8125rem;left:11.785939216614rem;width:31.125rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVmo90BU7Z30B42SOQ0rdqBcWOxJb5Rv { top:61.25rem;left:45.8125rem;width:0;height:11.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #XdEJC9Sy7U1h73kqG4yxdBbgKJ4qkahS { top:73.0625rem;left:1.8125rem;width:0;height:5.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FNOWX0CImCKENwsrHQHvkISWLyTS30iy { top:2.0625rem;left:0rem;width:47.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4GKyEV4fs5KTDuh8UmkF2iIzRbDwJ7I { top:2.5rem;left:0.04921817779541rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSHBb2Z26WGn6RwPpqsuEE4yuk4MchAU { top:16.6875rem;left:44.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nseCq27NElACEvxAptPymRPLeII83ncH { top:13.875rem;left:45.875rem;width:0;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uo8mGOsQvwPhKbPRAczdvKfVewCSKvuX { top:27.9375rem;left:1.8125rem;width:0;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmrfZKRper0pmUqqyy99qq8VIlhIOoNm { top:34.375rem;left:1.8125rem;width:0;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PfBfP3UmAZdePVOrLf99xTVOwH0ssuZK { top:45.125rem;left:44.4375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wG6K99ci10VgsCKHGBP1RrcI9CU6cJGe { top:49rem;left:45.875rem;width:0;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gbB8hxV38QvnPq71Gr5vmrIACfb4v3qr { top:42.0625rem;left:45.875rem;width:0;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPnctqy3kNsCtTLcwzeBN6T45259zq8g { top:59.1875rem;left:0.25rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kH5Ic36TekXS9mdK5ureebBarNRaMBKg { top:56.6875rem;left:2.0625rem;width:0;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #msKlkcJRtOXS3gnQvE1dQdxafllgAJnO { top:63.125rem;left:2.0625rem;width:0;height:7.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HIgctvIp2lFVbcuCevgWiGMSxdlc5HBw { top:70.875rem;left:45.875rem;width:0;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLhO2wmCCQ6gTfg6UGd0iwik7QkwPoQm { top:77.875rem;left:45.875rem;width:0;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W5exkVT82rxTGt4cVpSToD6fcE9Vk3DQ { top:87.9375rem;left:0.25rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hD6ZSG3qPzpoga4cAhJceFlgHWFrfoEi { top:85.4375rem;left:2.0625rem;width:0;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPr4CLBpyex3T0krZya29ZMcFE2yACGK { top:73.8125rem;left:44.25rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMtIapqe99CIBUIioPHQ713RKaGpsIzG { top:15.9375rem;left:0.5625rem;width:47.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7VoTORLpBpCuPiKazTZWCiJTRlAFUtI { top:29.5625rem;left:0rem;width:47.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNNHnuTdBQbnmEfF7SPOLnf0lKEFg35T { top:44.1875rem;left:0.5625rem;width:47.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF7CIKV2P0Wmc1xlrinMHLbmSzFlzrWk { top:58.3125rem;left:0rem;width:47.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXSV4Sbp6VMUR1iaWWTqc2gsETbqiv6L { top:73.0625rem;left:0.5625rem;width:47.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #beBMeDONT1w49nQvA8MzykqcXlLX0Lfw { top:87.0625rem;left:0rem;width:47.1875rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #go1wqkmB1BKLr1Mql4EMDPrkHWfu5SQF { top:30.3125rem;left:0.11171817779541rem;width:3.25rem;height:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LcRuf0g2Svp1iUQERKT0iETHZWdOQ7Ok { top:31.0625rem;left:5.2921876907349rem;width:33.75rem;height:1.6875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #erP44ztnZXGBF3g73MHZyN2DF9GwcSxH { display:block; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Txxa6tW1B4AaXC7ydTJvERdxoMv7l7fm { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sBdECDbTBwdiFoStxX8uqeGKqxARxydN { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #irr5Hi8BNT5NyNXNJuz4IVsH2VlquNEV { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Et1KuRO3yFH8rFU0GRTqk3miHrqdeoZo { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PemiByKb8Obtn9cqczOJEIhPMlFD2QTn { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2Wc1cIocX1EvCKAuZTspoelWFmUys2T { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO { display:block; }#wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qb5eOXXz8wnpTDAmGmKkANRxRHSezdzS { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tBf1Z32yA1Ix54UZkALvRkk8CU1FQxCX { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0bvvbUXRMpwFL95bDmk0OsuJiHM80rH { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsohTNcWzUUTnr8prV7ivpHObR6gpXv0 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRbw4abfrRZfZGmS83ve9xsXPd2r8QQB { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aAKbVTofswi95PNPWZCvQr2qnWr8Ik8n { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qKDighmyFkrfmKMKeCCNs9J5xsziag1I { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT8NA9DBTIzAULlv9AUqH1BFqTaGDnXG { top:23.4375rem;left:0.5rem;width:20.875rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZr5nnt2MSo7lKSgbPKIdo9T9N95cSVi { width:21.875rem;height:0.5rem;top:25.5rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nT0i1dCThObbvf10q29nxLGsLBKa3xo8 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXQXnsZC7Kmh7HOZEW8txLEOqRm91aJK { top:23.4375rem;left:25.375rem;width:19.375rem;height:1.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lf7C1ZaXTMT0iKu8OyuZuZbictVKFZhW { width:21.875rem;height:0.5rem;top:25.5rem;left:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VT7MWg2x40ySirRaRPm5Q8wAk5tbRRUv { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #URfth1xOnpOWTC6I8mAkqBuyEflAxpGx { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5bm73STiAQkR2ULeZ4wRcSM4U0STnTv { top:33.0625rem;left:10.6875rem;width:26.375rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFeHCKtHeU05OT0GrJxATZlMQUyBAJR2 { display:none; }#lFeHCKtHeU05OT0GrJxATZlMQUyBAJR2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wnwDvNSLJ0EtAPs4ut3BXw6HT37gwnAg { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfFrAx3i08MHctOLpNUebwKA0Sprspl3 { display:block; }
 }@media only screen and (max-width: 763px) { #K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU { display:block; }#K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fqPoDG0ya8KDIBKpSPVlna6IOkSCvuKa { width:12.75rem;height:3.4375rem;top:24.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc3s0QIT6JNNqdFA9kTiQ7V3qFk7NiSW { display:block; }
 }@media only screen and (max-width: 763px) { #aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L { display:block; }#aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqRKolCxZDwmIQZ3kQkdz2dIh04ZIc45 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ElTdSduNsp4LBhy05Bi2wzth9U7y9gSW { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkTeg6T7AGtL5vlCZfhHHR4mD5znAeuU { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #meaKQGOGEKHrU3EzbQ1CP8dHacbW2Rmn { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1VIs9ddNIf13CtV5SynmcUGseOTmO7B { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZWHZn45JHsXcrXcvDkaGK1MPGbLBGrWc { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 { display:block; }#v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pqwbba9Qvun6hA1RCITXsi6Igkp3SoF4 { width:20.375rem;height:19.5rem;top:20.5rem;left:11.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ud1ULs7fcu04PG94IaSe9JUnyxmpTTCK { width:12.9375rem;height:1.5625rem;top:14.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxR1PIP7bBZoNT0NFd2QM4Xv2fBua7o { top:1.875rem;left:16.625rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bgcU7lpp37RyzQIL7eFUFq97NOaLisTc { width:20.375rem;height:18rem;top:20.5rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTpLmlTrXOnZaITAbBLAEXwu3TafIDQ3 { width:12.9375rem;height:1.5625rem;top:14.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak04e3bmdQatf3bIno1Msc2bADoXwLDl { top:1.875rem;left:0.75rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAhbdnOP4upX4TpmU0Rno4vPKeyEJ7RJ { top:15.625rem;left:0rem;width:22.0625rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF4DJmUZUs0AIqdthT5EfZLFM1TVZ6TZ { top:13.125rem;left:11.436718940735rem;width:3.125rem;height:3.125rem;display:block; }
#tF4DJmUZUs0AIqdthT5EfZLFM1TVZ6TZ > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Mx7pKA2HwvDX7PfEZCRmndfEsXVyPn39 { top:15.625rem;left:9.6875rem;width:22.0625rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIK4z3NZirCABF6a81G1VHLfPf9Vqcui { top:13.125rem;left:43.132035255432rem;width:3.125rem;height:3.125rem;display:block; }
#VIK4z3NZirCABF6a81G1VHLfPf9Vqcui > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #JLFnhI2vVH4VFqsL9V0gvv2CeaRwH612 { top:15.625rem;left:25.6875rem;width:22.0625rem;height:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO4ZRU79enawGWkdg6GNHzpoHkEQdohL { width:12.9375rem;height:1.5625rem;top:14.625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0MDIIMLRdqragDw0pdWRbwoL2bBNB2J { width:20.375rem;height:18rem;top:20.5rem;left:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMJC4X9CVvcXkblkPz28xBJfR2MTPJLx { top:13.125rem;left:27.195625782013rem;width:3.125rem;height:3.125rem;display:block; }
#vMJC4X9CVvcXkblkPz28xBJfR2MTPJLx > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #Mhehy6hEORTgcfEGGFKQLDzriskQAnw6 { top:1.875rem;left:32.500001907349rem;width:14.375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM { display:block; }#fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJcv27s9ib2TXTSlb1Qw4Fx143N3sO3l { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr { display:block; }#cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHT182LMrygxTaXTElWvzOh2WULg5mhJ { width:36.25rem;height:18.3125rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB1v4fEKpukr6WFHc4WeM6dpTUlkhtml { top:1.6875rem;left:0rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO46ZFfIWGuk0qmOTftMgGu7xJWOZG0F { top:1.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #oC80tprKblmX10v54KtD0bnc6WTs5A3s { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QmbU3f3sJi8xdMeos6D6szwIAmmPBU8M { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTKP4eipBl21U9p3gTMeVdrQfqgmnfOO { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhTqk8WdwnXc60KClCiUhI7OnJ4S8wFq { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FJixxFNZMKMG4osyaRpHeNvdikSUbBiT { width:36.25rem;height:18.3125rem;top:0.75rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2qcd979HU2FItMZAQBrOXWZBcuWptM { top:1.6875rem;left:23.875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnAtxHhRIJlhcAkVq5bZnRNOyfxlOex7 { top:1.6875rem;left:23.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmT5vddoul619mLafwec6tlTkLSdU746 { display:block; }#FmT5vddoul619mLafwec6tlTkLSdU746 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0a2JzUoDwwzoJaDwSCIiQFliTZ77RMC { width:36.25rem;height:20.75rem;top:0.75rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbbRPMehErbmhLXylOzSz1I0srslmVEh { top:1.625rem;left:45.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zp9oO8uNTsBC743z1z80b1RvfK8T3nIL { top:1.625rem;left:35.25rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7MB6pTnrZowRH2QcIeLEZI0BIAMpNFu { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EFdd3mgVdlwTAd8QiET6fMkmg2x5Ic6q { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVBrZBW0HQPDmFRz2W6FtuPHPBkazae2 { width:36.25rem;height:20.75rem;top:0.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPdZqdwxurAokXwLg6qdhSEJX9qvDr4a { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZzPfTdWfLO63c5ffXRC7aDEDlrZtwkX { top:1.6875rem;left:11.375rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDDmT1qfTBqhpXvtxpichVAtPUz03ATR { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhAFDuxdhSnny9TQTEOZdUGybsfUTeun { top:1.6875rem;left:21.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hpLicoEta4evvskny8rFyghwi0mZEo5m { display:block; }#hpLicoEta4evvskny8rFyghwi0mZEo5m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJqCW9G4qHcDAqbsIMDERtve4XmGoKWL { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6qRQunyHVFyUuaogysxvWThTG8r4qwA { top:10.1875rem;left:18.000000953674rem;width:9.375rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #smITHQq2irZKvVMDlTITgqqiF7ilGTgy { width:10rem;height:0.5rem;top:15.4375rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #WtswRpUgpCIaUSPGJkXktcGEirUJ8NKn { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tHyNDd507zOH6ne0Nv1iN1FaDmlivA4b { top:10.1875rem;left:0rem;width:9.375rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FTXpnDnfmDsxPUuNgv4z9C7CXfK0DsXT { width:10rem;height:0.5rem;top:15.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #S3NbJem8wSONuLEqhzZvDF83VMyUO7Og { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Ifsdpf6sqmu5JowCNTLqKS7oBfrluX { top:10.1875rem;left:38.375rem;width:9.375rem;height:4.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyGCKNvuACIwaigThUqZ3NN8N1OGDMBd { width:10rem;height:0.5rem;top:15.4375rem;left:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDeTiZDovxOrXOsiBfw8sqEzKDyuqRxp { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wnlxvdwFcqVABOwsJNpNlLJZhVpTZQr9 { top:10.375rem;left:23.875rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dmGeAeGMiRXkdb33GOyTQddiVk7zWDUW { top:10.4375rem;left:2.8125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWwovE0EUGu8TEnQwTsOZ3QwBss4x1cz { top:10.4375rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMN3rTn0q1ycFUef3O9wfIwlurG5TFDa { top:10.4375rem;left:2.8125rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c99cCHpFhpvrgWmiKlDSeEgBbV9L68iS { top:10.4375rem;left:43.5625rem;width:4.1875rem;height:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq { display:block; }#RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4Gst7BtUuIGTqTFOL2VNCM5ph4VOLpH { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTkAnag5XfhhlpNGr1qtMXRTRXiTqaMJ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #noeRWXX7v8uLTTvsVEV0rGsmZXQbs1Wx { top:9.25rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #BNTF2sp9l9fUTcKuf2OZLgSsAeorofnt { top:14.125rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMbs2zT4yMK8R3TMpFxmPDL2hA1oVfzl { top:17.625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si3LaGG2Wi7lm4xM0Dg9n1xXoQZyFuVq { top:20.875rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpy4xiFS6KhN0qfufpJ63hTwvZ2V9DHa { top:24.0625rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ONtgRCy3TbiJyScNAOT5R9KTryT4skTo { top:27.5rem;left:0rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dw0hVhAWZqGUPptt8vvZmezzsvErVxE0 { display:none; }#Dw0hVhAWZqGUPptt8vvZmezzsvErVxE0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 .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; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 .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; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 { width:19.4375rem;height:5.41rem;display:flex;top:1.875rem;left:14.78125rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #Z6NuxtzHG11KVna5OqRDWGNbVvggTTLU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #eZ94gB89DCnnxdCghSM2Jb35BBUReCI1 {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #chDqvCcB0rymHcloOI09gzS6f9mIurCv {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #qN24QRHpK8siXOEhc1Fw9O3DGFuPsBgJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #HcV1V2oC39ZfMuWf2re4Gclr3cKWHZmz {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #fEznSzQcAJnEWo8OR3dyGFcFXFuWT3gE {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #Blh0PUnm99w5KXG7gswgaqT5O89ngPoN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #sR1T1pTaJ6hvGAuB69DO5Hwu7NM47nNL {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #MgI81S6e9emUpUhhuFgZdV27gdfmosDJ {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #Q2fOfbVf9EsctPmceATWIG6F2tKGAFfV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #zwJ33JGmPCqinHLDF2GBBBtOcEOx0cpw {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #idB6KDBUIePPu7wwbWTTIUsoWzans0hQ {  }
 }@media only screen and (max-width: 763px) { #iyGA73RcJbO9PJMBMAnJ5THgc1eW2hkb { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm { display:block; }#h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX .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; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX .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; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX { width:19.4375rem;height:5.41rem;display:flex;top:1.875rem;left:14.78125rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #Niw5ZarPEKxM5VdAvoInIqiLVobATLEU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #hiAgyFGV4uiGas1LDc6l0rdwMTgR1VD6 {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #gueLUx2p6sK9MWSsrZ9z844f0A9FlJLT {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #fGJqvTZo4Z240fdTiUe9EkDZHh2xyzzy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #mRDXFSOWhtS7u2VIkBnOyXAJI53LPyJN {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #OhitMzHEsJ4Z91TTtuT6kVTTXItZ3xtU {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #OglWVKsCFoZICsEHsVWBrorT1mHyma63 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #lCvxn2ztFR8JV7gmxCin163hnbXFIBfS {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #VN643lRMOIRMFATi80Vm3CVZUEbHevJr {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #wNioxziZQcdU3VIArXgK5nVn9fG5ltoO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #vuGpDbw4h46ErRkhPh0E1ynUaT248nz5 {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #wd2VuDmOVFxbyTHCiCHnWzHJT1DThS32 {  }
 }@media only screen and (max-width: 763px) { #hL5Tb5SxsmXxmA7k8pNF3rEvfdbBFxpZ { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xs5GTFwOP80FetDx8m0FvaNMP89lIsQN { display:block; }#xs5GTFwOP80FetDx8m0FvaNMP89lIsQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWK5diJ73fpypyyrURJ8xBxqFxQc4OVe { top:3.125rem;left:8.5rem;width:30.75rem;height:61.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqxXzsUl0cKL3lJKBBdTMxdnVrd6ZBTP { top:5.0625rem;left:10.4375rem;width:26.8125rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-regular-label { width:23.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-text { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-text {padding-top: 0; padding-bottom: 0;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-textarea { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-select { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-select {padding-top: 0; padding-bottom: 0;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-button { width:10.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:6.25rem; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-checkbox-label { width:21.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK  { width:23.125rem;height:auto;top:6.875rem;left:11.062500953674rem; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .radio-container { width:23.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK {display:block;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK { width:23.125rem;height:auto;top:6.875rem;left:11.062500953674rem; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #tbH5KJiT9qmaEwuTMV5F9RQU4P6XQTKx {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #X30y5XLgksfZewwaxRamEqBqr67ZaB3S { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #APzNeP45W3d0yW9HXMzIXDvhUmkSyDLv {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #Ka7gtfE3arE5psrTLQ8eFXZQL9I0aU6Z {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #QrsSaohyz4KOGTGzktzn2ru0VGkW3Rny { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #Xh6WmCq7vpVaew6sDCxvssMp7y6BBB7v {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #UteMTInWhvdS7alUMFCwpcdZrpUgMyQt {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #sEnkSyPnCNryTpCoNAkWuFklSd2QTSuD { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #SlpXnWUdsozUfHt0exndBK6tennkJtIk {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #dwJiOCV25uyizoLSCdznVldelxIIVmLS {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #NqHLvAg6JKV3Z8QvnfUFo8OqlldT3vVu { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #FbMU56Z09EG3Oa4mVJZLvhvMttZ2bMyp {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #cC9A1GXJ2ubX8hm6Eos527Wta3i2yxSd {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #Bhzn3zaBmGuLoNqcDrCHIyrflQxviK4U { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #M0RcTERJ3TP0ebdMS7ffAgb5ok58K61w {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #HG8S2iQs0qFqTKwqxSs4iv84WAaXbJ5t {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #hbSCKyFyi9zK37gVVgPO6tIgzNmNp4aI { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #Bgf1xKg63l1rC73mtkR7CZF26nIKbAk4 {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #FPHsnulnPNn8Meq0SrWLEr490FKuunMQ {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #ech1LG35qdwSsvhayxRDh6VL0kBe76mt {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #k3JhqwTtZVQtSQcRqmZcegVSIZlO1HP7 {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #ciBClFUfSm6HMzTOEMrJez3gpyTVk540 {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #lQiwWfNWxPJM72kLCDbIhoJvwKilm2pW { z-index:2; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #OfTezxyUZ0UUg4elBuwyf7LK08WLpQiF {  }
 }@media only screen and (max-width: 763px) { #Dtfvli92sgW0Qr4NAS2nrTOU4ZTpaTk6 { display:block; }
 }@media only screen and (max-width: 763px) { #nFVUhbiM1ws0rI7TfA5BA50rxT7WgqD9 { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #in4RXwu3cmX3xiFPbp88LHDXMgamr9Rd {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #sRSXJq0iSWQIbZSoXVltliDclUqZa7VU {  }
 }@media only screen and (max-width: 763px) { #TOOk8ncsqXAOJMaroyn0hKUxBuSUvIwM { top:60.75rem;left:9.1250009536744rem;width:29.4375rem;height:3.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0Pg3Rm41bnI995dkTfTu2hylEd9Jrr7 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJ9JO9EHP8sep9Dkw7XIycl9NgbxQkgp { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlyXJAPcPXgROQB6eaC9OVaxBMGVnTi2 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bo5s7HTRM9qXyf99e1rELipUNHZGaUyq { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC { display:block; }#O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuqT6EIGyftq3LzFrcMm25W7cNUHMaM5 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt { display:block; }#EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI { display:flex;height:auto;width:27.8125rem;top:7.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #W69JFT9BUBoU1ZidrOACyULIoUIwHc6V {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #d58iEmy4i1sX5DNPpfDTXurE7Xg2fQtT {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #pqeHz6fph0zDNFcDg38GT8XkE9SODCkZ {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #oimK0O8QIGHZ7TO6Wc9O2FeKVRuBeMRm {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #wkyOIGSlLZrLmRsviPkxz4nW00MaOSTe {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #yWHQ1Kgi1Wz9yCTwoLAsZbc2X2wvtyek {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #tp5Q5Hw7k6J1XTN0MBzMP2Gimx9K53ii {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #V8W26rksIXgpBzDv06kdAzBdbVT4pswI {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #M23PrFSJ0D7zU1H6Ps88lsL9TqFpTLen {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HflZCMmAHlyzWgrpazTTIVbdHqa2g1HQ {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #Ovodmm3v2Uaom1x4LF3SUTIuVT9xDwKT {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #SOBQq5ZqFuZPVUatyduAg8D1y9zsVBLr {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #t0x2el7Fcew4NzEk7it0DzihIpRqs9AK {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #IgQ5iHBIbGtJqok32HK6aCDmwgMBQhJd {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #DB0wx9r1sGTQPKQXpaXWEvyP2PJDbC0z {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #lsWli4DvA64PeaT1tu9z6Tgd0agAIZfK {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #VqGzmU4KuAkSXTo8WdNUTL8Zyk0boush {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #qpZsy4TfEF1xDVDMXJEVNl8fSVcH7ghR {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #bIoRMUu8SBHCFtEVd2yX5uPhQScXz29X {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #DeDuxQBlC4GUUTKFy7Ft3kXex6H7AVWM {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #NrPR9xRbOEbNgX6gIqLMGlWaMawA7kTc {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #VTCx4sRFx7sWTxIzz3aHuTibI3kHnZue {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #axtfQpXg5qw06IJgek6HfcvVaWszS1po {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #cpgpmd6WWVz7I28TcLIN5sagBSG2pZtp {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #nAa2msJDuEio4SyUPMVLFvvW44qbapGm {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #ZzhODwJz4fBTQT5rouCWf7zWTWbLm3uz {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #n3k8gooX4e2IMg6FhASEWTDJaB8KLkoS {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #Gn81JndTUuo6uhwd4Qk1GvOVVsPZTsn8 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #rHiCgWlWlAnFFdIOMhyPFIGvLAn2NLoD {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #DaPDGGVkQIxOodBrvcgGQpD8BDTuCkQH {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HcsOTU1X7PqlyQ1hMw7zFSf5SBAv4OmQ {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #n97TSKy8SCMqfwTsE2F4R9dL8260xtsQ {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #E3IqLpR3eQ1TmacPwCHXoOAmBaPAmlJr {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #fgppKNLZqtICdQy1zEHZvIQlR7RTTWiX {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #UTf5JzGdZyyssHzDkcBoeH7tieDhWCQJ {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #AFiLrG5wT5pO8L3fZvclBczvlJ8NebOC {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #odDqmLTUHTrzM0C0e2F3uK3AVDLbdsZU {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #bQ8ptkHHWXVzrx67kVSW3TTZeSvuyg9m {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #cJlGFsMLCNhZ9CCI3UO7iegu4pQLMFFy {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #C85H5oRnoqZpb89SlTqzXDSsTA3xRQoz {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #LR20Z4U5UhkfTwyyPVR1KcAAlaOJDKNn {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #Twnvxx7XyBIMBBmetkXU6NrEa9gIIx3a {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #F8RdbC5JyOiw4yDZloCd9rxEmClEPVdu {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #AkZSh474Kv9ZDJQtyMzKR4TZt6SOktAp {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #eJz5A2DNLCI4FRfcx1hZ9K5L7B4vLGZz {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #SCDDekHJ8OWztgQR61bZ1BuBdzXXl2xG {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #wrioNUSm7Jc82PrAZaReQ5SZRkAmNw5b {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #xIfdXpaoCtzuffRvCxfpruk74lcsfLc3 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #A0zovwQTvC6T1wVz2uKc28Zefk855zBv {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #OboLN4IxOWhxlsboISB6TZgRuXEK2x47 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HqmU4r2S1R4uc97Ig7UJ50CRKmqTcty1 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #y0eSqRbHH2H8fmHwvWTxDDveWVxRNH15 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #IGsCF9lfTLE35lHosEcyXEsp41L3GB20 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #TVSfHQcXSdUyQU04Ik7HMe9e2PGFQSBG {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #CcJC86zXJat4tF1QhFnPzhQTgBVVLl2D {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HnFrEm7ws7N2aMxb3kRda3lZN5voyQ3m {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #dyzOb8ZAHsMdUri81T6Jme8XasNR3P7u {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #F4yILvJWqAsb9Mk1kOMqcFVM6PUf1Xr2 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #egoKpDZvTAGQuL5ZNFrIKoOpCVC7yOgh {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #hkoyyfrTMBexs8Mqrl6WI7fQ4UQapSF9 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #GGiFl39kKhC3ox3e8pl81drmyzgx1yTb {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #z0PJRILDHoHCV5qWkzchihLaiSI4RDS6 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #QKJeNGmO1Jn5LWbA9ZzpDMB3ta32MPbe {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #N10Rz8ohh3A1O74QK9dbHEIyXTQlpl47 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #TsUXqXDrlQ2orNaUIkTGGdC5FXi38ttw {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #dyDUFAXwKwVGugmdIHgXUsDw76sFIU2f {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #cxE8vENLR1erETP2WAETok8fovpPEum9 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #wF1zkURHz25OP1QeLZwsrWv94TOMR32f {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HGZ08TLtdS104i1s22EBsSzgWf8febLb {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #UM8ctzBbC3WXZnrSNsFTQ4qoJPf26TBV {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #zul0vgyJglAxM2orVQzwNCyQ7JpU7WnK {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #hQI11xwOxn9W1GpyEvegO30TNUqGLgLO {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #U8K3IrwS2dVqyNAyqlhHfOeRaksQpzLn {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #ZVsMfhkBuuWxKiTtoAcBnT1W87wlTu7k {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #XqZdusz1KQ7z6mCJXIMbttGWdxOsvvT6 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #pw3SVTr1ru5utLZzFKZl49B2oXV0CCrd {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #Znhw0mNTfzds2rrqDD0hUCsWV58Oghlv {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #bFbp6igZ9drTzvmzWZXH8NVLnJ8fSSER {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #f545MiGOir9vdy6xkfFbdke3AxZxesVh {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #FpVOOsss3pCUxQz3J6B5rVSJkHsLSW8M {  }
 }@media only screen and (max-width: 763px) { #PpLZpOxRQlUf8akMf6AmvQxBcHLQusly { display:block; }#PpLZpOxRQlUf8akMf6AmvQxBcHLQusly > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcnW03HWX8V70PnRZHclztH2VCM60t2n { top:0.875rem;left:0rem;width:47.75rem;height:4.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y { display:block; }#eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IH5kpyPLRztPPzPW6TPfd0NaZEhERJic { top:4.8125rem;left:8.1347846984862rem;width:11.25rem;height:4.1017674912012rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiXr6M2pU6i1cCI230xSFCK8UyXlUD1V { top:10.8125rem;left:34.8427734375rem;width:9rem;height:4.5926419466976rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQTfWuz6Jgg9B91X9mbN7bHxvOBIpPn { top:11rem;left:18.40625rem;width:9.1875rem;height:4.1586872567305rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufyoFHiZBVM1TKmduVTVUCoVb7oEdH2y { top:5.0625rem;left:25.25rem;width:11.9375rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxEkyCgpFzCAbrrCnJuwDKT2coaTsCtz { top:11.625rem;left:0rem;width:17.375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKeIgM44xoyw6vtR7nhwJTqPVNa9HrWw { top:0.875rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mup7J6oRzszqZBg2tGcu6UTAqAGwDC6q { top:4.6875rem;left:33rem;width:14.75rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk9BmHbBJz46y3NsbIvX2xB97ltVmhLA { top:19.8125rem;left:0rem;width:47.75rem;height:2.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XZwVOOPGU8x7Gl9L6rsaIyPI35NDBEk3 { top:24.1875rem;left:17.28125rem;width:13.1875rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unOK1raPmhSb0PNnNCwhPs984fllxyfI { top:4.875rem;left:0rem;width:13.125rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d { display:block; }#Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiRp1oo8OTeQX7CNbDTXQmLaQCkzMnS3 { top:0.75rem;left:0rem;width:30.5625rem;height:6.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #eQo1k43GvegFSt56RVJLkgeXVQdlqahE { top:1.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#eQo1k43GvegFSt56RVJLkgeXVQdlqahE > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { #irEfhFdnaPK7ObxlQ3o42zUqIQOEnktk { top:1.875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
#irEfhFdnaPK7ObxlQ3o42zUqIQOEnktk > img { max-width: 100%;max-height:100%; width:3.125rem; height:3.125rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE { display:block; }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE { background-color: transparent; background-image: none; }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .row .container > .video-iframe-container { display: none; }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .row > .video-iframe-container { display: none; }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .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); }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE { border-width: 0; border-radius: 0; }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TbUQQQSCyVdmVk6gmk2xhPD4PBTzK8GE > .row .container { width:20rem;height:3.3125rem;background-color:#ffffff;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;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xp0HJ2ghOBeV1Xk2fJi33yp4T0MDc4bE { width:13.18725rem;height:3.37429375rem;top:0rem;left:3.4047172069549rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA { display:block; }#w3xarEdV1e05iDe7Odl9lxl6wVQAI7bA > .row .container { width:20rem;height:25.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OpCKncz0UbCm80WGOENTo2arJSZPwZFs { width:20rem;height:3.75rem;top:1.25rem;left:0rem;font-size:1.25rem;z-index:15026;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zbOi42Xd1PpXcdp9og3WmmrL5UvJKt8G { width:0.5rem;height:31.25rem;top:42.192625rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #hfffeTByvHPXorcbp2qNKTZBPqWcmyBK { width:7.5rem;height:1.312825rem;top:20.625rem;left:8rem;font-size:0.875rem;z-index:15026;text-align:left;text-align-last:left;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EZtbxEEMQ8sSqWCCeDohCt4ToH8GpuLx { width:9.3125rem;height:2.4375rem;top:22.751563072204rem;left:0.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pShhKT74WNL7LlvZl7QLb7zE2HRnbxme { display:block; }
 }@media only screen and (max-width: 763px) { #BFt0XmFUWhsTwEutT8ZvHHfPBiAE3VSQ { width:9.2558675rem;height:2.31839875rem;top:22.8125rem;left:10.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LRI37M4tbTBx0mcZfnfgtQZNHDbHtfHm { display:block; }
 }@media only screen and (max-width: 763px) { #PRypTHk05TARbXTyuDJNIkEATsue5Tpp { width:18.125rem;height:2.62565rem;top:6.0609741210938rem;left:0.93671876192094rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CbscElVdcU4BKGqKTinTS8KWqF5TwHeL { width:16.75rem;height:8.75rem;top:9.6250004768369rem;left:1.6250000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta9cKTTTdcJHTrCzzthuiSdIeIVNsVgU { display:flex;width:2.875rem;height:2.875rem;top:19.1875rem;left:4.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #GtrC83P0lTKswI2z2HWP88ZRsLd0LSrI { width:7.3748125rem;height:1.312825rem;top:19.25rem;left:8.0625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #xpslgwkB99TTgXxi3ZewBRaHtfKwpoXU { width:0.5rem;height:31.25rem;top:0rem;left:16.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #HOvyRqGUWKNQwnSheRx6kIDurhqxIRpT { width:0.5rem;height:31.25rem;top:0rem;left:14.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yRUf8x8AsHlu3hsdb3h5UXeLSqsWvK92 { width:0.5rem;height:0;top:22.1875rem;left:10.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 { display:block; }#XQTEFf8DUwhaJkn9TXXfNPqgeuOIJbz0 > .row .container { width:20rem;height:4.3115234375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TH9fZgzoGtDMGm3Rw1M2lqfSdTuZ6AVs { width:19.9994375rem;height:3.75rem;top:0.56201934814453rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H6EMNXaIqGgICwAvcogzN3z97QR1A6Cd { width:0.5rem;height:11.25rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nLel9cl8VdJ1XZ7A01T6uZheyPhs5Qwe { width:0.5rem;height:11.25rem;top:13.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #QZaPNKfyEaV8qNeUzcAvuNBJN53adFbV { width:0.5rem;height:11.25rem;top:36.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FFpZBRCUeByF7HBDV2E5mC4lx5Nh7eGB { width:0.5rem;height:11.25rem;top:49rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs { display:block; }#BsHdgTvxUFJBlNUFdvLhyTEQdQXNAqrs > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N91d0PdM4fIfoxwIuvrBiret2eIiKcTU { width:17.125rem;height:13.1282625rem;top:0.875rem;left:2.4992187619209rem;font-size:0.875rem;text-align:left;text-align-last:left;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #gAPsxVmVU3wPP5wqSRppxTPDafa7hzTe { width:20rem;height:15.753925rem;top:17.561096191406rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #A5P66L2uRygaivo8n1s6pNOLoPuW9I0V { width:20rem;height:0;top:14.799369812012rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }#A5P66L2uRygaivo8n1s6pNOLoPuW9I0V li:before{  }
 }@media only screen and (max-width: 763px) { #To9pp1DsLQeucsGi6Os8QTHpIhCFqJqb { display:flex;width:2.12446875rem;height:2.12446875rem;top:1.2496948242188rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #TEBnyw8DwDli8LpDDf1Ue99mrsDJDVye { display:flex;width:2.12421875rem;height:2.12421875rem;top:10.749328613281rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #GfkoipIakibgXZB8s8ZkZVX2TLW766Vo { display:flex;width:2.125rem;height:2.125rem;top:5.811767578125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/fd6c2387-267f-441a-9b91-87cab5cb19d6/mockupKR2.png");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe.adaptive-delivery-prevent-bg, #AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe.lazyload, #AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe.lazyloading { background-image: none; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row .container { background-color: transparent; background-image: none; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,38,35,0.8); }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row .container > .video-iframe-container { display: none; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(43,38,35,0.8); }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row > .video-iframe-container { display: none; }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .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); }#AGXsxmu5txvLMd9GaKhc6LMCuViFHOAe > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UwpnTIrg6eXTfGkMi6K9UFccUlMdCp8g { width:20rem;height:1.875rem;top:0.81250095367431rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w2FbbdmpDbs7iN8Zy96TnNwHm8C4sDZx { width:0.5rem;height:11.25rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #FThCm0oHOTq1MsvHPH0WpzFApG1ZcNHD { width:0.5rem;height:11.25rem;top:13.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #J0yAho6xUMcJRBT8O2zhPUuSTCQvFK3p { width:0.5rem;height:11.25rem;top:26.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pUAWe0lrZ8UDgTunIQdAwQxXTsyh01tn { width:0.5rem;height:11.25rem;top:38.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBt8M1RFxIPGlX40pSvoN4pqA9nMfhSa { width:19.3125rem;height:35.44628125rem;top:3.6242141723633rem;left:0.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zKg8zuhn6REu2AKbdtdQMazRV00FDP5N { display:block; }#zKg8zuhn6REu2AKbdtdQMazRV00FDP5N > .row .container { width:20rem;height:4.4373779296875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixl40QnIRp2EwnqL9pNgTPC3AdILT4vf { width:15.125rem;height:3.75rem;top:0.6875rem;left:2.46875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC { display:block; }#P1oaB4x4nAZ4CmwCUqMctRASFEtETHKC > .row .container { width:20rem;height:27.904541015625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D9epTWkzigEekpxMyTwRlgpXr7rgayP3 { height:11.25rem;width:20rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zeJ6fifJA8McVwu18Un2CSxfq7zR6xfB { width:9.875rem;height:2.62565rem;top:0.8125rem;left:6.5484380722044rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #gIKAe3QJXln10pKO4KmdT3l1TZq0Gpvb { width:10.125rem;height:3.938475rem;top:5.0992183685303rem;left:6.5484380722044rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #BOPbsUJ3WvHL8ALBfgJNCXP4W5rMZCUp { width:11.4359375rem;height:3.938475rem;top:10.861719608307rem;left:6.5484380722044rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ehwGwlQKSokUEKznyfOv5hxuePkPnvD9 { width:12.2484375rem;height:3.938475rem;top:16.723438262939rem;left:6.5640630722044rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zXK5mJzVAbCE1Fe7mGqAoxBXBlfQH00p { width:11.5625rem;height:5.2513rem;top:22.654688358307rem;left:6.5484380722044rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DzrmMv2H2hQhKUoGi7uWvooB4aFNTFG7 { display:flex;width:2.5rem;height:2.5rem;top:0.875rem;left:2.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #E8q7oX1lT45vTHQmqA2WVENbUFaa0xbS { display:flex;width:2.4375rem;height:2.4375rem;top:17.379688739777rem;left:2.65rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #WTRhvelodunAixzA1RDyPyspPBeMs1F3 { display:flex;width:2.8125rem;height:2.8125rem;top:23.373438358307rem;left:2.5875rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #Mz5fhhEDs6OukRQvAz7a9zgHPIEsCBEs { display:flex;width:2.5rem;height:2.5rem;top:5.9421882629394rem;left:2.5rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #eHVFU7QdTHercMQk5qmKrivus9bS5JBM { display:flex;width:3.0609375rem;height:3.0609375rem;top:11.174999237061rem;left:2.2195312976837rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw { background-color:#5ea8e0;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;display:block; }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row .container { background-color: transparent; background-image: none; }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row .container > .video-iframe-container { display: none; }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row > .video-iframe-container { display: none; }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .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); }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row .container { border-width: 0; border-radius: 0; }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aHPanlLZwEm9TnTNvaz2bkvGCqS3PaMw > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf .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; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf .widget-text.counter-number { padding-top:0.325625rem;padding-right:0.28rem;padding-bottom:0.325625rem;padding-left:0.28rem;width:1.68rem;min-width:1.68rem;height:1.7525rem;font-size:1.30375rem;line-height:28.04px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.240625rem;height:0.691875rem;font-size:0.48875rem;line-height:11.07px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf { width:13.4375rem;height:3.424375rem;display:flex;top:2.4375rem;left:3.8125rem;z-index:5000;padding-top:0.040625rem;padding-right:0.041875rem;padding-bottom:0.040625rem;padding-left:0.041875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #v4mH2VzTuRfahWq4oOU8Ixa8kJPpTeJy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #HwTTam3VVuVUxGF9F8dd54RJKgBeXLpx {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #CkbR6ftfenKVfaf2fXTuC8d3HQlc4niA {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #RTU31pTMAxvFJ3gSzeEcCMMsLC5FKeN2 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #nB3xZlHNUrlGD8cOp2n7WWWboxI1BW6U {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #HugtGZyRXGlezRcI3EcaKz8fwLT6cHBx {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #So8fpkWEXNzLhx82VoD3eeL81TMGG295 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #JrlwFeGCO3O1HF6A7S4Hry9HggJcUDi1 {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #tpPQ0GysCWL6iRuKtU9yCDux2hFVwqhZ {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #DBwADincZU45FTTXRzgLBWqUEa3ZZaQq { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #QZXlvygx4ciBeoF94okWf011PmtFXTnT {  }
 }@media only screen and (max-width: 763px) { #PeRTqzDK4pSAN5ssHBclbEdKM5yTLhTf #SyVMnHH1ne96kWIXTxK2P8HCutob725U {  }
 }@media only screen and (max-width: 763px) { #HiteWi8wFT7VAp221EFNFl3cTZ1NsnTm { width:20rem;height:1.312825rem;top:0.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx { display:block; }#bCDe2bEphmD1Wy24QGeXy4QiNyA61Zlx > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cra39b68ROnI0pMhDpvPI6FcsK9QBmu0 { width:10.9995rem;height:2.93703125rem;top:0.53066253662109rem;left:4.4985854625702rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IImLqMGoCWCSWzI4tyH6yXlJKpbZVTze { display:block; }
 }@media only screen and (max-width: 763px) { #H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ { display:block; }#H7hSETPfVFMT9QBXm68qs8JJfEMu8ATJ > .row .container { width:20rem;height:8.1234741210938rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #t0drcO7LdMdAbVo0pl9wSRtS2J9dH5f9 { width:19.9994375rem;height:7.5rem;top:0.62393569946289rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W0zsHdeTQ7HLVXhocHtnXNqyXiLXv4As { width:0.5rem;height:11.25rem;top:26.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aHEx3WFINd2xdRvTKPTckvOJnye5gzxE { width:0.5rem;height:11.25rem;top:39rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #NFTJCUmlw6gSGViTQaPIhyxzplFqua3t { width:0.5rem;height:11.25rem;top:51.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #xKTHRRSN1IrnHR2Z6UgHcRgrQhUBVukW { width:0.5rem;height:11.25rem;top:64rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #uekDyiMcDmVAArPvLhA9ICnxm0qsK74I { display:block; }#uekDyiMcDmVAArPvLhA9ICnxm0qsK74I > .row .container { width:20rem;height:10.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kHmTIIufkLDGkIphMrJ3uQseS4pvZ4uh { width:16.3125rem;height:2.62565rem;top:2.0312442779541rem;left:3.171875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzMMVbsLcfvdpScC5gDEvLMkEPTZsdTF { width:20rem;height:4.75rem;top:19.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tZX4ESQyqJ8tpb0rOHCXeo6KCcqeZ16H { width:16.9375rem;height:3.875rem;top:1.4057192802429rem;left:2.7500002384186rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z7c8SwQZiQJzdUTMr8u435yHsOPTnvJR { display:flex;width:1.9375rem;height:1.9375rem;top:2.21875rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #plXt17ASsCkI3dZLLJIE2xBdFkBMh8fK { width:16.3125rem;height:2.62565rem;top:7.2333335876462rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fGeGpo323Q9VBOsfM3Pek4Dyl5yuTXu2 { display:flex;width:1.75rem;height:1.75rem;top:7.54541015625rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #T7eNeNvzEH8nQAKl8Zr1T0f4nl2WJm0x { width:16.9375rem;height:3.875rem;top:6.6083340644838rem;left:2.7500002384186rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX { display:block; }#qoOV6R11HTW7IQZRIDym1h0mkLOAiNoX > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DRTK9tdTOwdsbBTy7c1QIlcZkWKAxhJT { width:15.625rem;height:3.412175rem;top:7.1875rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #FFLWv7QRKefDm3KooxkJhkGGmaIicwBf { width:20rem;height:4.875rem;top:20.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #bkO8CsouysZG3SWpCS0P7aWbSPOvPE6S { width:20rem;height:4.875rem;top:7.75rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #x28WPD4aAI9HzCoU4sETQtUGNQuLzH8a { display:flex;width:2.25rem;height:2.25rem;top:7.5807800292969rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #S13nDhxgDqUIrsP8HPPcnX9NrfyR4EK1 { display:flex;width:2.375rem;height:2.375rem;top:2rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #eePlhIedr6VcEV7nDr4kyBJiLWsKKaqn { width:16.3125rem;height:2.62565rem;top:2.0625rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIva3B8fWLuXfzTaWflA1quvvybN164T { width:16.9375rem;height:3.875rem;top:1.4375rem;left:2.7500002384186rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #FaXi6TnXylI0WTp9J6esbPCTCXXdtFRZ { width:16.9375rem;height:3.875rem;top:6.9375009536744rem;left:2.7500002384186rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh { display:block; }#h6yQxw9eb7n1y53Q90DQZZAWqsPNmfXh > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fw80CTFZhqB1w904WaJroTREwKI2ycNN { width:14.5rem;height:3.412175rem;top:7.48112487793rem;left:3.1875002980233rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #tPMXqchMePI3B1oKhwziVDqpyEfNzf3s { width:20rem;height:4.9375rem;top:19.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hlRcthczMJkwkXDZMFX2kQ66cDdXLstu { width:20rem;height:4.875rem;top:6.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #tnFbNIfA9CHf8bTdLHH1Dqmpb12Un5aL { display:flex;width:2.5rem;height:2.5rem;top:7.7181701660156rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #JL8T8qTU6WdbW65DGAFmhIx4LKlTnQRa { width:15.375rem;height:2.62565rem;top:2.3125rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6svgshybVEPrVA8fLoH8GhJxNtT6wUx { display:flex;width:2.0625rem;height:2.0625rem;top:2.53125rem;left:0.3125rem; }
 }@media only screen and (max-width: 763px) { #kutrrQbwwtGN0ulfEhFw57SwK9dUFS4Q { width:16.9375rem;height:3.875rem;top:1.6875rem;left:2.7500002384186rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #kh0a9KcrrA0GsNkDUrszWTmd2Q181TS1 { width:16.9375rem;height:3.875rem;top:7.25rem;left:2.7500002384186rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg { display:block; }#TxP7fVtIeXnum9ClZQ09ydBF0yPwkwgg > .row .container { width:20rem;height:29.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DLiC8H5JXEc7Z6pPRaMaQxHtCrMeEHvn { width:20rem;height:3.75rem;top:0.56201934814453rem;left:0.030767619609832rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tKSEOObNVUnJry1FNRDKdM4hJ241v4xt { width:19.0625rem;height:24.9436625rem;top:4.8742179870606rem;left:0.56171870231628rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eDUkOfvyoGC6HXFfU1ZCnL7bUAwKyeLQ { width:0.5rem;height:11.25rem;top:86.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sJcndC4KN0besgaE84wl52l000q6Lcsp { width:0.5rem;height:11.25rem;top:73.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #r8WMgonwqTJzE8RagNgOibT2PZERqtru { width:0.5rem;height:11.25rem;top:13.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nq6shI3xbPsMAMU2q8XkMNflRyQAfRbe { width:0.5rem;height:11.25rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #q1WO2EETflDwEOSHFJObM4WS4dcTvX8A { display:block; }#q1WO2EETflDwEOSHFJObM4WS4dcTvX8A > .row .container { width:20rem;height:28.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fVLmezB5KwGM2CyphfT4CyTTbOGupbee { width:19.9994375rem;height:3.75rem;top:1.0613117218018rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smWM7S6ZT4NPDwi87r83a7JvaFT3Pn5X { width:19.8125rem;height:3.93848125rem;top:5.6875rem;left:0.09375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aKn7EBA8VGfMmL9iza5MH4nEb96esTGC { width:0.5rem;height:11.25rem;top:64.3125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #F4hufmTzcRgthEKiyHCP2KMILiDZHoHT { width:0.5rem;height:11.25rem;top:51.8125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pPvUtfAmBFusfhtg0Qph48IfW3o7Ay1q { width:0.5rem;height:11.25rem;top:39.3125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MvTnAJ0WZ6igOM1oKFShQ37EvREhTiw2 { width:0.5rem;height:11.25rem;top:26.8125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPGecLL8xdJRQI4iUhROrBfTK3EXy54c { width:18.9375rem;height:4rem;top:10.406250476837rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tg9kR8KSx9tZwdyPamRzQkReNwEPxuW1 { width:2.125rem;height:1.5rem;top:19.8125rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qphVpTtx0Tv6ulm8HLKsMXdp82NBxvcF { width:10rem;height:0.5rem;top:59.75rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #VeGdkAWOrz1s0INe50E29mAJAfhuEIud { width:9.375rem;height:1.48760625rem;top:19.875rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LxGoIRUwbVvZDDef0rSQS4I6ANRZGpMM { width:19.4375rem;height:3rem;top:10.968750476837rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fxy29SXmbeyBmofOlsBcrkWUUSWDDEv3 { width:2.1875rem;height:1.5rem;top:15.431249797344rem;left:10.000000536442rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mu2Wi745btJuF5gud2wFyIDAylpyEX5F { width:10rem;height:0.5rem;top:61.5rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #X9HWRfR3myWvZtIwz1f15Phm538ByAhI { width:5.5rem;height:1.48760625rem;top:15.437500178814rem;left:12.187500536442rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wi4gCxUfLfWGVGHPTiy7dhZBKoAX9Pg7 { width:2.4375rem;height:1.5rem;top:17.5625rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #g8DRtMye5U5t42HwHku22W4nRwRPND2T { width:10rem;height:0.5rem;top:58rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #U93DeT0zHpmvqZ9i16ObKTU4TKGiLZ7J { width:6.25rem;height:1.48760625rem;top:17.625rem;left:3.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #I5Op43gfEUL6Ub0Uz4O68hP7zzzpnXLI { width:2.4375rem;height:1.5rem;top:15.375rem;left:1.125rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IpWea9GmBqTtO4n321mgrwynzfWb0N2A { width:10rem;height:0.5rem;top:56.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZRBTECBcJwmT0mn3aoiHuu3bwuK3o7Dz { width:6.25rem;height:1.48760625rem;top:15.437500178814rem;left:3.7500000596046rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #hVA6sWGOqSkPwxnFuORltDXT4CHwT0tt { width:20rem;height:7.2984375rem;top:21.312501132488rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swVUVZ5sBa7C5ISHN9kKl4qbNzNLkerT { display:flex;width:3.125rem;height:3.125rem;top:43.375rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #qu0mRFCGXg49liMAmCC0vJ2uGNeUh7Oc { display:flex;width:3.5rem;height:3.5rem;top:34.9375rem;left:8.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #kmV5QiXnCqaXbdL9MLl4xup3ZWeg9WS5 { display:flex;width:2.4375rem;height:2.4375rem;top:16.9375rem;left:0.58125007152557rem;display:none; }
 }@media only screen and (max-width: 763px) { #JJf7CeiiKzgdT26fWAmZsL6Z0RA1RILn { display:flex;width:2.1875rem;height:2.1875rem;top:17.237500190735rem;left:4.3125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #TtIGBTdezRwO2qCT2yVLiSq41rmwn2SW { width:5.5rem;height:1.48760625rem;top:17.568749606609rem;left:12.187500536442rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #blJnnbvU28ABubdKDIF8HMfdh1xOnBLX { width:10rem;height:0.5rem;top:63.25rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iHRRt6DETVJ2mkEPZSr9brlQDHbinnd9 { width:2.125rem;height:1.5rem;top:17.562501132488rem;left:10.031250536442rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #rkgirlzwChPTscRgTD6D0vEysTTHTgnM { display:flex;width:3.625rem;height:3.625rem;top:51.375rem;left:8.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #OlG26z9S1RChOhnGuE02Igu6CdRLCnRT { background-color:#5ea8e0;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;display:block; }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT > .row .container { background-color: transparent; background-image: none; }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT > .row .container > .video-iframe-container { display: none; }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT > .row > .video-iframe-container { display: none; }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT > .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); }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT > .row .container { border-width: 0; border-radius: 0; }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OlG26z9S1RChOhnGuE02Igu6CdRLCnRT > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG .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; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG .widget-text.counter-number { padding-top:0.325625rem;padding-right:0.28rem;padding-bottom:0.325625rem;padding-left:0.28rem;width:1.68rem;min-width:1.68rem;height:1.7525rem;font-size:1.30375rem;line-height:28.04px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.240625rem;height:0.691875rem;font-size:0.48875rem;line-height:11.07px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG { width:12.25rem;height:3.3125rem;display:flex;top:2.5rem;left:3.8125rem;z-index:5000;padding-top:0.040625rem;padding-right:0.041875rem;padding-bottom:0.040625rem;padding-left:0.041875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #w9asUbMMwmpwhhobRQPDaOzRkoLhR5us { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #LHHUiTEPi17R9Zzaf3uqGmCDLusUI5bc {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #DHQ5Ww3KPhoftlQdtoDiUnF8U7CiOfHA {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #tEcEVzrZ2BbtbVDNDgDNMBhK2uikcXRX { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #ApvdDbA1xtVEDxuFZRa33tRHJXSBa4fU {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #GZyKFloiAatQd9tpyTxZbSm8zuKLV3WB {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #wNihF1dzz2vUyBIPrmOROwrkAwMiGBUD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #TT4eoRECmzeCyvrzmXBbS2Z84aiaybG8 {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #bruBIcM5ThUBRubLtFOXvTM8uAuiVs0q {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #umTqqr8BmGSWKH2HK0nUU6T0bqwF22Wz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #o8geDOwJoWSEKHdoeMm7bXrWXhWZbBN9 {  }
 }@media only screen and (max-width: 763px) { #upeGXgw8yXDeFPka3NiwkdX8v7nwNAUG #SJPexqfL0sQXiRNa71o7GbhWmBIsaf6h {  }
 }@media only screen and (max-width: 763px) { #OtZ4vlZdL6Zugs1lSQkkXhsTU7Wfa4kn { width:20rem;height:1.312825rem;top:0.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bC3E2cT4is5RASedsdIo743tNoP7JPK1 { display:none; }#bC3E2cT4is5RASedsdIo743tNoP7JPK1 > .row .container { width:20rem;height:3rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ClMgsaFqMRqP2B7hfNZZKT6TOoATG1vg { width:20rem;height:1.31218125rem;top:0.97265625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zVLTqryTwIhuul72gJ6Q3zDw3i9Z8uFL { display:block; }#zVLTqryTwIhuul72gJ6Q3zDw3i9Z8uFL > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmHhHVpOsqTVyylVXsepU9BJTPrkvWGP { width:10.9995rem;height:2.93703125rem;top:0.37357330322266rem;left:4.4985854625702rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w6OCTDWBOlNR0tWB1RqQvT5Bqx3pmt4E { display:block; }
 }@media only screen and (max-width: 763px) { #iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR { display:none; }#iFrKbmuWDJ8hePgRMuq3CxTIGHx8DnHR > .row .container { width:20rem;height:16.6953125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN .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; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN .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; }
#CfTHqUxoe0uv5dgomLNz9UULyVeeMolN { width:19.4375rem;height:5.41rem;display:flex;top:1.25rem;left:0.1875rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #Tp5Flo4Oe9wOTPb9Q0QGR737FR5CLNDW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #ygx3OD6KBwmlLchT0sgan0WLKe4zcdPs {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #PELioxdbobQ5n0t9DdXSdCWOhegB4pNk {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #TpqtfQ7lCgzt87d1qQ3LoNEeDxW0nTeb { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #LK7TfenGXZD1RddI9nA10IrTqy28tZO1 {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #wWh6qBR1ItTgeb9TPfIqbotzuvEvcZyO {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #zIPTfAx337uXVZpNN4ImH8sObZyRJG1V { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #aDdcnFQV4mC3SwZ8DIrh58FNzFXz2uaA {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #A6tN2yGFqP5zot7lJm4JvXvefhaRkxA3 {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #fwCvEwhwev89toXEPmmUKbFCzDZMNyHd { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #iJxEr2lNOnn1c4FeksWaNz5OBSbNwwn7 {  }
 }@media only screen and (max-width: 763px) { #CfTHqUxoe0uv5dgomLNz9UULyVeeMolN #xgxb7OKCQlRWbOESgZmT8soyDRnsi78w {  }
 }@media only screen and (max-width: 763px) { #DgKl22pCTXGWZM9Gy2TVMB4awqJZiGHo { width:20rem;height:1.875rem;top:14.8210375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV .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; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV .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; }
#ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV { width:19.4375rem;height:5.41rem;display:flex;top:8.03551875rem;left:0.1875rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #i8xB5PQTUJ5ydTpXchTCU4m5HF3aruJL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #tsm9IZVxXTS4BQ1ThLNZICunQwWUMCLV {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #TpfK0Z9GqAPbaTlJbG8lWJLKCADwcZO7 {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #m4g58OkMvQ6k5nEwlTsBbGoH1aBTkQOD { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #TkyWavpGw6BGVP7DFsfZfH1wJlOagDO5 {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #ObWaMatfiVIpOyQdkT2RRphiCupWTDFL {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #agewKsBuJABwx3WA9y6T7LGWEmV6Zbca { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #he9CtOpmf75awqBiJ7UfsLbEyaF9vJwd {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #oRdGhfhf8tU9siEOqT83e8UO8m3Zpn63 {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #qslxgPVdrb6ULzdX9WSDvwaC2NOVaJJi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #ZtOCvLBr5plwy7NSUFReUDbet89AdRJ6 {  }
 }@media only screen and (max-width: 763px) { #ch6ISyvVHtSRdtc0ZpF9a0XgT893fvEV #o0XMeLnVxm0EkbD7N330gM5Ba7iEidla {  }
 }@media only screen and (max-width: 763px) { #mvL6q00XmT640oyvzR9TuIXmIO5IE0hG { display:block; }#mvL6q00XmT640oyvzR9TuIXmIO5IE0hG > .row .container { width:20rem;height:13.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8TNdgkoPTg8oTGW4tu8hps47fbaTvAU { width:20rem;height:5.625rem;top:0.87478637695312rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k9aITyBc3WLw0rGup4HQI3FLHsqB4wbT { width:20rem;height:6.564125rem;top:7.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EoghZ7OUq0cc0KzxaxfG5S9ZbOpQv8zK { width:0.5rem;height:11.25rem;top:72.1875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #zXxu6PA7S1i8ItvIgSSQLuQw35ms3n6g { width:0.5rem;height:11.25rem;top:59.6875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ag9VXzBbu3nNTLcAza4T0mrq06N0TlEB { width:0.5rem;height:11.25rem;top:47.1875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #cQBUsnraUVq89RHKfbVdsEit22wUzd5d { width:0.5rem;height:11.25rem;top:34.6875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #rys03JgxqvNiQefvlEAEJyKiibHqU6xN { display:block; }#rys03JgxqvNiQefvlEAEJyKiibHqU6xN > .row .container { width:20rem;height:20.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R3h4vItmCpnTq6SkyyvbPeFgmEmwh7Tt { width:19.5rem;height:15.7539375rem;top:4.6859378814697rem;left:0.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #kxRTOy1EdEJRgk7D48TTGh82KrHMcI38 { width:15.375rem;height:3.75rem;top:0.5625rem;left:2.3125000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EPacfAI4yiSR82G4Fo8h4Q8pMQdGWBq0 { display:flex;width:2.5rem;height:2.5rem;top:0.99921894073488rem;left:0.3125rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #t6Ti2l8b5MTCV7KZSB95pZAcmGb4ypvX { width:18.5rem;height:10.375rem;top:17.8125rem;left:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi { display:block; }#n79ezKOkDyTkSzi0JzOLhPl0nJIRUcwi > .row .container { width:20rem;height:16.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bd8v5wPADTRShIu0zTEtsciHAvsJNuyU { width:19.5rem;height:13.12825rem;top:3rem;left:0.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CwomnMVMfzZ2RA5e0pRTRhHE5b3nKs5k { width:12.5rem;height:1.875rem;top:0.56249809265137rem;left:3.7500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JITJcfCGh7GOU6TzOkyBMgKt5LVVBSV2 { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdlqZPI94xThTq3thiXTUotmd8pGAc76 { width:20rem;height:14.202127659574rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q { display:block; }#hnlqhCUD5NPVWmimFlG5GAaPB0zye71Q > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #suJll5sE2H4CKqdfnfHsIrKGQ833fEvE { width:19.5rem;height:17.06675rem;top:3.4375rem;left:0.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OIwWPnW7v7wuqUignwhamLS6EAXbmxDw { width:15rem;height:1.875rem;top:0.5625rem;left:2.5000000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqFZPwou9qfsToWGDsMBnEn3WryCoQpa { display:flex;width:2.5rem;height:2.5rem;top:1.3351440429688E-5rem;left:0rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NDztkfNcngUbGrCCENpVOZgtdO8RdNbs { width:20rem;height:16.9706875rem;top:29.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 { display:block; }#QT8fgzKuuOl6hkG5ZMJNf9982gQDR4O9 > .row .container { width:20rem;height:14.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MzeHsbShpkRg3D4f3PTM3S32Q8xTPeVb { width:20rem;height:6.564125rem;top:3.0242071151733rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #sctEofZrDTTfE6dFZmsQlJWLfeD58Qh1 { width:13.5rem;height:1.875rem;top:0.5625rem;left:3.2500002980233rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #r5zncpd2bKEET255GRZCgZ2K24J29VPR { display:flex;width:2.5rem;height:2.5rem;top:0rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #S04M5hSgtddKLa5QxrDkbcqJbz9hgggV { width:15.375rem;height:4.2163125rem;top:10.375rem;left:3.3125rem;font-size:0.9375rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bgCHAoiU2PTcbbISH3LwSCsvFoa6k396 { display:flex;width:2rem;height:2rem;top:10.1875rem;left:1.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #ACt8d6ZmECUiv04I1Dchg15R2cgIgnzS { display:flex;width:1.9375rem;height:1.9375rem;top:11.5625rem;left:1.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #utS4rV2IBITPbzLIwTMZ4pmLVtpKQQap { width:13.625rem;height:20.625rem;top:1.625rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #UHd8TrQgLkqHPJNOBxmZu3ZTxUsHiedB { display:flex;width:1.9375rem;height:1.9375rem;top:12.9375rem;left:1.3125rem;font-size:1.3125rem; }
 }@media only screen and (max-width: 763px) { #GTPDT1QXQotZo5HaqgK7te4gcQE8q8Ln { width:14.4375rem;height:21.6875rem;top:1.25rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq { display:block; }#Q3AnAyRnkRDiP7IZyJHrwLiCnZzLC4Wq > .row .container { width:20rem;height:16.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nbTpaaqkbxZEwOArlrTApTaXLaJZMt5a { width:19.5rem;height:13.12825rem;top:3.0624938011169rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #o3nIz426L3szF5uFzgU7yJ3oGSKmGL3R { width:15.3125rem;height:1.875rem;top:0.5625rem;left:2.3437500596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #glQXewPHhHk3RgbGWoON8AoGRUWnrTsB { display:flex;width:2.5625rem;height:2.5625rem;top:0rem;left:0rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #pczAFTJiq2n61T7SOyIP3xdLRD3ptd9u { width:20rem;height:12.3036875rem;top:25.03125rem;left:0rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #OUeKte7X0yE904i36gun4tCNGub1LAl4 { display:block; }#OUeKte7X0yE904i36gun4tCNGub1LAl4 > .row .container { width:20rem;height:15.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TbLQDyTfwT6S8qpizN9PtfX9T0pJJm4y { width:19.625rem;height:10.502625rem;top:4.9994506835938rem;left:0.25rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bnmfJXKpWEknwTeObvCynA4D7MJ53L6L { width:11.5rem;height:3.75rem;top:0.5625rem;left:4.2500000596046rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iQBlO0A8AU1qkIp8DTb124gzrTT22buW { width:20rem;height:13.8564375rem;top:1.25rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #FX3OuCz5Aym7BKeNPsTIta2h3RBmTaJ6 { display:flex;width:2.75rem;height:2.75rem;top:0.93679809570312rem;left:0rem;font-size:1.75rem;z-index:15054;display:none; }
 }@media only screen and (max-width: 763px) { #Tstwg7i8O9omydWF9CylAG4ZKPmI8Nmf { display:flex;width:2.5rem;height:2.5rem;top:21.248933613301rem;left:8.7499994039537rem;font-size:1.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4M9wsumX3OwWg316smNRxZziZzMce1V { display:block; }#l4M9wsumX3OwWg316smNRxZziZzMce1V > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZGWv2V2zBC6oVT52o8fgyzbTuk1rn6ma { width:10.9966875rem;height:2.93490625rem;top:0.3438835144043rem;left:4.5014154911041rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txc4AsAGq3VTpF7SqgrKNSawltVfU8vP { display:block; }
 }@media only screen and (max-width: 763px) { #t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA { display:block; }#t5BIOQmCHJdMLHBh9Oyh3AWeB935qBQA > .row .container { width:20rem;height:42.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sF9tSXPdQgFM67Txh1qm2NV7eVJBMAEz { width:20rem;height:1.875rem;top:1.1869506835938rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #myFdNqe6sd0E6eysLClf8hhwmKlFTb11 { width:0.5rem;height:11.25rem;top:43rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #AyM40b3x2N2cGTQKn82E5bhlhnKzA69r { width:0.5rem;height:11.25rem;top:30.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #grSK4LNoksC96K2wkTon8M1mO0r3BgO0 { width:0.5rem;height:11.25rem;top:18rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Jq3ACgH4dX5Bk1OUMFPtqBuMP4Of9cVU { width:0.5rem;height:11.25rem;top:5.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BZ4FzDtQNR71FbgVlz77T69FzETi7GdM { width:15.8123125rem;height:2.62565rem;top:5rem;left:3.4375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wHpcL2b8qazWXrKrwfwkT1OJpxOC04yA { width:15.625rem;height:2.62565rem;top:23.125rem;left:3.4375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #fwIvQhSLDwxFiNkhp0FTMyoAcSNX1vDJ { width:15.99875rem;height:0.87524375rem;top:9.375rem;left:3.4375rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Owkv2AU3E5wCiR1BwRlNf2PqIHR347fi { width:15.7493125rem;height:2.62565rem;top:27rem;left:3.4375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GekZkQP7ZCSlMHLqwNZipfmpPuXXf3Bp { width:15.999625rem;height:2.62565rem;top:12.0625rem;left:3.4375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yDJKmp4hCIF0ThC37ruXc5hvNvdXvaVr { width:15.8123125rem;height:2.62565rem;top:30.8125rem;left:3.4375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WkwtJNrFp3uu2D2sWsbAKsNOZbqzJPvZ { width:15.687125rem;height:0.87524375rem;top:16.5rem;left:3.4375rem;font-size:0.875rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #Kgt90rpCxKTCa4KZbHbTB0veRzPIk6aH { width:15.8123125rem;height:2.62565rem;top:34.6875rem;left:3.4375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EzWtcpymxA4gyBs0WF3g6Pla9hSm7Hcd { width:15.7493125rem;height:2.62565rem;top:19.25rem;left:3.4375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #CcuZLLOkrvm40xFF8ygXqznZAAIV7GI2 { width:15.8744375rem;height:2.62565rem;top:38.5625rem;left:3.4375rem;font-size:0.875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #y57CNJZWTEJGwzTQUsEAxOyxCmdvgtO9 { width:18.75rem;height:38rem;top:4.1875rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECzhzgShzRm9OJ9FP0pGk3IrI2qT7zUA { width:2rem;height:2rem;top:38.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAoIldFAV6TvrBk4qTdUrmCoaWi6zic1 { width:1.375rem;height:1.4625rem;top:39.0625rem;left:1.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixpNHzFPab0QQ4265wkeqcvhTVtboWsx { width:2rem;height:2rem;top:35rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SGnkaZ21KXJCB9LiExLc8GErANmztCyh { width:1.375rem;height:1.4625rem;top:35.125rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrmNBelnM9LiSus3BrUAQv7BNNSsTfdV { width:2rem;height:2rem;top:31.125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaorvhbihDkVeOuezcMztpb88ZVDUvzI { width:1.375rem;height:1.4625rem;top:31.4375rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #euqUecO1KfmiFLmW319huK8iWXrs3vfe { width:2rem;height:2rem;top:27.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rwi23VEH1vNVslMTiwP6vgyfEyosdid6 { width:1.375rem;height:1.4625rem;top:27.5rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3NCc5EP0ZLTVlH0S35vkxSywBVXx0bZ { width:2rem;height:2rem;top:23.4375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #p94ZOTPObC3Qr0VeRDLZZngLIuyMrFxh { width:1.375rem;height:1.4625rem;top:23.75rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lUC4qgCmz3OQkty7g9Enh4Bx7mlD2qkO { width:2rem;height:2rem;top:19.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cL4uoMUhxksst9XeTB2cbZWWJykX2mWy { width:1.375rem;height:1.4625rem;top:19.75rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fk23rOzPZpmcUVXLUfnP7Z1X9w3yHBAk { width:2rem;height:2rem;top:15.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hLewTKprbI9lLhFsONBdtVyipsSbEhD4 { width:1.375rem;height:1.4625rem;top:16.0625rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvabEe6HTRP1w0SdrFl56z6Spi05Noga { width:2rem;height:2rem;top:12.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dIeD1qrPqT7AcTy9GLxIp2EQZvNV0ahl { width:1.375rem;height:1.4625rem;top:12.5rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLARnrVhShrvyIXums5fOEbPDdQKxe7J { width:2rem;height:2rem;top:8.8125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLFwquMHffxuIpihRNWTGeL2oA1gX9Mo { width:1.375rem;height:1.4625rem;top:9rem;left:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN9TrJBz3PKE6oG2KmzQKXtFo7Ar6flz { width:2rem;height:2rem;top:5.3125rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZU4KgMOcfqqPfowLkGxahTc8Tt7H2MR { width:1.375rem;height:1.4625rem;top:5.5rem;left:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfUyyUKglS5gUbpmDICaLHgtDQtPhELf { display:block; }#RfUyyUKglS5gUbpmDICaLHgtDQtPhELf > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ .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; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ .widget-text.counter-number { padding-top:0.325625rem;padding-right:0.28rem;padding-bottom:0.325625rem;padding-left:0.28rem;width:1.68rem;min-width:1.68rem;height:1.7525rem;font-size:1.30375rem;line-height:28.04px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.240625rem;height:0.691875rem;font-size:0.48875rem;line-height:11.07px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ { width:12.25rem;height:3.3125rem;display:flex;top:2rem;left:3.8125rem;z-index:5000;padding-top:0.040625rem;padding-right:0.041875rem;padding-bottom:0.040625rem;padding-left:0.041875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #OcxqTlOOF6Uq6kJtnMGadsCOTpg7UaRr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #Kdc2Rm22XbCVgDtHSe9Jerk6Moyw5h0w {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #O91KJniZ5R7ULxUZkSvpCrI3Mm7BCC3M {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #Ht1UHLFib5ceTF13MkCD1XXwvUgB4uZp { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #vAkd79bsmNNZRRP5eg8KUdmZEEzENZSn {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #ylUvsbyBHmFBBaGWVSa7uOKO6odvP2wB {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #ERlDMyzPl3Mkm7ncPksrfXfFCwGDZlZS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #lKH94JTRXsaLM38BT6FFJqi24NkAfJnT {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #LDr2qbWf2vH37a4tbgXEvQzTKLsKcDJR {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #B5SZoQacrOx4wUa1EJ7ErQCDd8aJsOly { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #TTJMsahQBAWEHWk9IbpmitpIRG6xn1AL {  }
 }@media only screen and (max-width: 763px) { #nl3K9IkqZXlOP8tTM9kMkzTVX8s5DTFJ #r3B7GEgxltJRvcOLLhppJ5lUh5Jo3BHw {  }
 }@media only screen and (max-width: 763px) { #OMMp9Vu5oMKezb5ss5w1qAvWwmGevQE2 { width:20rem;height:1.312825rem;top:0.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC { display:none; }#Q3ndLUAknXmXre2uhX65rSeCvJLhHlmC > .row .container { width:20rem;height:9.91015625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 .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; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 .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; }
#VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 { width:19.4375rem;height:5.41rem;display:flex;top:1.25rem;left:0.1875rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #uKqc2hgThItilMTyB9xl7v4DIMUgGl7F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #srZ6K2b1X2AbelxgWMD44GhZw1ZIrpoK {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #AQBlivwaq1ozq6oJ59DOlyf5vU6dG9oL {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #l4TwOwaR87TTwDKg6qbToh8ARZggOIh6 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #tVc5lQXwni85mZEhu8BCEloF9Mv7TaGC {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #QBdAqUT0X5n4RlLx7J6xgJit44D2ZoA3 {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #yecSnOU9hqOGHJVJVuMAc2uxMyiaBAwI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #CRMxIVLfqkXphe4Ag34sX2CT8zyLsmxa {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #NJ1y4Z9IgkvGe0Rb4Mzqwsv2PUfqQHiB {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #ATmPy0Zn9CAeciQTksCo31zpUcENHVvk { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #hfqah4XKbiHDoVIW39ZEXmFgJBgRxG6v {  }
 }@media only screen and (max-width: 763px) { #VoXUHhl2lSM1utamIy8DJNMcT3Dav4p8 #fRdsrQs8RIJAhgut9hsN0vdDJCWFZBpx {  }
 }@media only screen and (max-width: 763px) { #dn6xQKr9575x7Mq0eMqh6BFFWfrzykkK { width:20rem;height:1.875rem;top:8.03551875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N8d5sNKQTh89d9SGiCOP02EgCU80CiNM { display:block; }#N8d5sNKQTh89d9SGiCOP02EgCU80CiNM > .row .container { width:20rem;height:2.7489013671875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #N2pxw7ueKWX6nXGTMVgkNvpUpKw8Hsa3 { width:20rem;height:1.875rem;top:0.87448120117188rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #REL387o0kD9Z3NM9vShvagIUPcfNbIKn { width:0.5rem;height:11.25rem;top:5.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #GuUp16vse8GHs3XTt39f8h5FydLSVvAT { width:0.5rem;height:11.25rem;top:18rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PJ31E7grXqxCIHQG32kwT8rBKddlJP5E { width:0.5rem;height:11.25rem;top:30.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #LoPERshfD1G8vzG6Ep0xRrMbSx60beHu { width:0.5rem;height:11.25rem;top:43rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #enpxfkADhGzzSXzTVUmSObbRSI3dakTA { display:block; }#enpxfkADhGzzSXzTVUmSObbRSI3dakTA > .row .container { width:20rem;height:88.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mwnxyWk2d1Qc7nSKygsWdSBSOZT6ipkK { width:15.375rem;height:0;top:22.785617332031rem;left:0.063280105590819rem;display:none; }
 }@media only screen and (max-width: 763px) { #N85otFTtRc3h33prcO2E5dTS37psF67V { width:0;height:7.625rem;top:7.125rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #wyInQiOMSbbMPB2sSNEo2cA5GQc10AZf { width:12.125rem;height:2.62565rem;top:2.25rem;left:5.4791669845581rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #sAAu7bSaHfImdgknLgnGHOybFnU2yeKJ { width:17rem;height:3.93848125rem;top:6.7994594573975rem;left:1.353515625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u7O1mxO97pcXncpTToy2JGaMSdQ7IGpk { width:15.374rem;height:0;top:39.487948875rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #crnTCwCuTgl7UXAm9tnb6bzl3iv7r95T { width:12.8734375rem;height:1.31286875rem;top:13.312491416931rem;left:1.3531250953674rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #PU9AaA2CAoN7k4zbxwNESK9qgByJHrpC { width:16.125rem;height:5.25130625rem;top:17.576823234558rem;left:1.353515625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xTsuu6NkfN2L1zbOW4Qv2pNaeikZneeV { width:17.1875rem;height:6.564125rem;top:30.203637123108rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qgKaP57GxXzxcLI6hNqNeGIqc611QI0b { width:11.9985625rem;height:2.62565rem;top:25rem;left:5.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WuVPKDO80bBV7InJM0s66JirRQArxgEO { width:16.9375rem;height:5.25130625rem;top:44.249389648438rem;left:1.3750000596046rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gi7um9VialrbZ0nwIvqDfOTn6viua5HM { width:13.0625rem;height:2.62565rem;top:39.124461174011rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #puu5dxtvvFnvMqv8CZuqRGCM8tv6KrFu { width:15.374rem;height:0;top:61.5625rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #veNkcxNTPE7g9eqJ1wpIH4cO7blKFAou { width:17.5rem;height:6.564125rem;top:57.312502861023rem;left:1.353515625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a8pT9iklfe9uWyZ2WBkK6KaGex4OAgq0 { width:13.2485625rem;height:0;top:64.124349594119rem;left:6.7513022422787rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #gqluNtVJpkNNo9ZPwrENsfsH72dTsv23 { width:15.374rem;height:0;top:85.625rem;left:2.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #D3w8pQ2466LxpATqDsiGxm2V435ZEp9u { width:12.5625rem;height:2.62565rem;top:76.5625rem;left:5.5rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #SSPFMoEvlBazRt6LGT9OK0zLDOT4F2xd { width:17.375rem;height:5.25130625rem;top:81.562484741213rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wMmSQrfA9XOWdUEwD5F5EfeIe3t3k77T { width:0;height:10.875rem;top:40.85158525rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #qkBEBfsWsfwhuGPU0VIJGZbGThDDs29E { display:flex;width:2.624025rem;height:2.624025rem;top:25.000652313233rem;left:1.353515625rem;font-size:1.75rem;z-index:15060; }
 }@media only screen and (max-width: 763px) { #dOmPq34pTZfOVSGegQhJf7BNwmV4bI2z { width:15.375rem;height:0;top:78.970319914063rem;left:0.00078010559082031rem;display:none; }
 }@media only screen and (max-width: 763px) { #cZFmUEz03G5A0Gi3uOaPyl6EwLRcgXre { width:15.374rem;height:0;top:101.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #rPkUL1pTRQKLwQvCV7MaExpucfFG0mFZ { width:13.0605625rem;height:1.31286875rem;top:67.06250190735rem;left:1.375rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #RNyFdyNp35BgLnyDx0T6iiG4mv8TyWvt { width:16.9375rem;height:2.62565rem;top:71.56250190735rem;left:1.375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVmo90BU7Z30B42SOQ0rdqBcWOxJb5Rv { width:0;height:3.4375rem;top:68.8125rem;left:10rem;z-index:14998;display:none; }
 }@media only screen and (max-width: 763px) { #XdEJC9Sy7U1h73kqG4yxdBbgKJ4qkahS { width:0;height:7.6875rem;top:94.4375rem;left:10rem;z-index:14996;display:none; }
 }@media only screen and (max-width: 763px) { #FNOWX0CImCKENwsrHQHvkISWLyTS30iy { width:20rem;height:4.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4GKyEV4fs5KTDuh8UmkF2iIzRbDwJ7I { display:flex;width:3.625rem;height:3.625rem;top:1.7054748535156rem;left:1.2367191314698rem; }
 }@media only screen and (max-width: 763px) { #QSHBb2Z26WGn6RwPpqsuEE4yuk4MchAU { display:flex;width:2.75rem;height:2.75rem;top:12.593750953674rem;left:14.895833969116rem; }
 }@media only screen and (max-width: 763px) { #nseCq27NElACEvxAptPymRPLeII83ncH { width:0;height:1.9375rem;top:22.785617332031rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uo8mGOsQvwPhKbPRAczdvKfVewCSKvuX { width:0;height:1.6875rem;top:51.434202582031rem;left:3.5515613555908rem;display:none; }
 }@media only screen and (max-width: 763px) { #HmrfZKRper0pmUqqyy99qq8VIlhIOoNm { width:0;height:7.6875rem;top:60.340452582031rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #PfBfP3UmAZdePVOrLf99xTVOwH0ssuZK { display:flex;width:2.8125rem;height:2.8125rem;top:39.031270503997rem;left:14.875rem; }
 }@media only screen and (max-width: 763px) { #wG6K99ci10VgsCKHGBP1RrcI9CU6cJGe { width:0;height:7.5rem;top:52.75rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #gbB8hxV38QvnPq71Gr5vmrIACfb4v3qr { width:0;height:2.125rem;top:78.970319914063rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #mPnctqy3kNsCtTLcwzeBN6T45259zq8g { display:flex;width:3.25rem;height:3.25rem;top:63.81187057495rem;left:1.353515625rem;font-size:1.75rem;z-index:15060;display:none; }
 }@media only screen and (max-width: 763px) { #kH5Ic36TekXS9mdK5ureebBarNRaMBKg { width:0;height:1.6875rem;top:61.3125rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #msKlkcJRtOXS3gnQvE1dQdxafllgAJnO { width:0;height:7.6875rem;top:73.625rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #HIgctvIp2lFVbcuCevgWiGMSxdlc5HBw { width:0;height:2.125rem;top:144.35062678906rem;left:20rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLhO2wmCCQ6gTfg6UGd0iwik7QkwPoQm { width:0;height:7.5rem;top:76.75rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #W5exkVT82rxTGt4cVpSToD6fcE9Vk3DQ { display:flex;width:3rem;height:3rem;top:76.375061035156rem;left:1.3125rem;font-size:1.75rem;z-index:15060; }
 }@media only screen and (max-width: 763px) { #hD6ZSG3qPzpoga4cAhJceFlgHWFrfoEi { width:0;height:1.6875rem;top:85.3125rem;left:3.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #bPr4CLBpyex3T0krZya29ZMcFE2yACGK { display:flex;width:3rem;height:3rem;top:66.21875190735rem;left:14.645833969116rem;font-size:1.75rem; }
 }@media only screen and (max-width: 763px) { #ZMtIapqe99CIBUIioPHQ713RKaGpsIzG { width:20rem;height:4.625rem;top:11.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #b7VoTORLpBpCuPiKazTZWCiJTRlAFUtI { width:20rem;height:4.625rem;top:24rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNNHnuTdBQbnmEfF7SPOLnf0lKEFg35T { width:20rem;height:4.625rem;top:38.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pF7CIKV2P0Wmc1xlrinMHLbmSzFlzrWk { width:20rem;height:4.625rem;top:51rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXSV4Sbp6VMUR1iaWWTqc2gsETbqiv6L { width:20rem;height:4.625rem;top:65.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #beBMeDONT1w49nQvA8MzykqcXlLX0Lfw { width:20rem;height:4.625rem;top:75.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #go1wqkmB1BKLr1Mql4EMDPrkHWfu5SQF { display:flex;width:2.6234375rem;height:2.6234375rem;top:52.000543594361rem;left:1.3531250953674rem;font-size:1.75rem;z-index:15062; }
 }@media only screen and (max-width: 763px) { #LcRuf0g2Svp1iUQERKT0iETHZWdOQ7Ok { width:11.9980625rem;height:2.62565rem;top:52rem;left:5.5rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #erP44ztnZXGBF3g73MHZyN2DF9GwcSxH { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b567caea-d0c2-4208-9347-e84222c61ca8/teachablemockup.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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH.adaptive-delivery-prevent-bg, #erP44ztnZXGBF3g73MHZyN2DF9GwcSxH.lazyload, #erP44ztnZXGBF3g73MHZyN2DF9GwcSxH.lazyloading { background-image: none; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row .container { background-color: transparent; background-image: none; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(79,76,77,0.8); }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row .container > .video-iframe-container { display: none; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(79,76,77,0.8); }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row > .video-iframe-container { display: none; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .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); }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row .container { border-width: 0; border-radius: 0; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH::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; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#erP44ztnZXGBF3g73MHZyN2DF9GwcSxH > .row .container { width:20rem;height:33.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Txxa6tW1B4AaXC7ydTJvERdxoMv7l7fm { width:0.5rem;height:11.25rem;top:33.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sBdECDbTBwdiFoStxX8uqeGKqxARxydN { width:0.5rem;height:11.25rem;top:13.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #irr5Hi8BNT5NyNXNJuz4IVsH2VlquNEV { width:0.5rem;height:11.25rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #Et1KuRO3yFH8rFU0GRTqk3miHrqdeoZo { width:0.5rem;height:11.25rem;top:46rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #PemiByKb8Obtn9cqczOJEIhPMlFD2QTn { width:20rem;height:3.75rem;top:0.87497901916506rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #J2Wc1cIocX1EvCKAuZTspoelWFmUys2T { width:19.625rem;height:27.5693375rem;top:5.8118288516998rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO { display:block; }#wzggkZEgunC6nJu2LFJzsRnDzUZCfGXO > .row .container { width:20rem;height:37.374145507812rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qb5eOXXz8wnpTDAmGmKkANRxRHSezdzS { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tBf1Z32yA1Ix54UZkALvRkk8CU1FQxCX { width:0.5rem;height:11.25rem;top:58.875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0bvvbUXRMpwFL95bDmk0OsuJiHM80rH { width:0.5rem;height:11.25rem;top:46.375rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #nsohTNcWzUUTnr8prV7ivpHObR6gpXv0 { width:0.5rem;height:11.25rem;top:33.875rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #sRbw4abfrRZfZGmS83ve9xsXPd2r8QQB { width:0.5rem;height:11.25rem;top:5.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #aAKbVTofswi95PNPWZCvQr2qnWr8Ik8n { width:20rem;height:9.1897625rem;top:9.0000412464144rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qKDighmyFkrfmKMKeCCNs9J5xsziag1I { width:20rem;height:3.93848125rem;top:4.1243290901184rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #dT8NA9DBTIzAULlv9AUqH1BFqTaGDnXG { width:20rem;height:1.312825rem;top:18.9375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QZr5nnt2MSo7lKSgbPKIdo9T9N95cSVi { width:20rem;height:0.5rem;top:21.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #nT0i1dCThObbvf10q29nxLGsLBKa3xo8 { width:20rem;height:2.62565rem;top:20.875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iXQXnsZC7Kmh7HOZEW8txLEOqRm91aJK { width:20rem;height:1.312825rem;top:25.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lf7C1ZaXTMT0iKu8OyuZuZbictVKFZhW { width:20rem;height:0.5rem;top:26.187500953674rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #VT7MWg2x40ySirRaRPm5Q8wAk5tbRRUv { width:20rem;height:2.62565rem;top:27.0625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #URfth1xOnpOWTC6I8mAkqBuyEflAxpGx { width:20rem;height:2.62565rem;top:34.749219417572rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U5bm73STiAQkR2ULeZ4wRcSM4U0STnTv { width:20rem;height:2.97109375rem;top:30.700794219971rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFeHCKtHeU05OT0GrJxATZlMQUyBAJR2 { display:block; }#lFeHCKtHeU05OT0GrJxATZlMQUyBAJR2 > .row .container { width:20rem;height:3.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wnwDvNSLJ0EtAPs4ut3BXw6HT37gwnAg { width:10.996rem;height:2.93490625rem;top:0.40612030029297rem;left:4.5014154911041rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HfFrAx3i08MHctOLpNUebwKA0Sprspl3 { display:block; }
 }@media only screen and (max-width: 763px) { #K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU { display:none; }#K7nRsGhlDAmnyu8CEaf2dwO7ehIuRMPU > .row .container { width:20rem;height:5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #fqPoDG0ya8KDIBKpSPVlna6IOkSCvuKa { width:13.75rem;height:3.75rem;top:1.25rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vc3s0QIT6JNNqdFA9kTiQ7V3qFk7NiSW { display:block; }
 }@media only screen and (max-width: 763px) { #aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L { display:block; }#aKKZyBTH7OaPZTX4cVsVhv8xa7KoId7L > .row .container { width:20rem;height:9.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yqRKolCxZDwmIQZ3kQkdz2dIh04ZIc45 { width:20rem;height:1.875rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ElTdSduNsp4LBhy05Bi2wzth9U7y9gSW { width:0.5rem;height:11.25rem;top:64.3125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #SkTeg6T7AGtL5vlCZfhHHR4mD5znAeuU { width:0.5rem;height:11.25rem;top:51.8125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #meaKQGOGEKHrU3EzbQ1CP8dHacbW2Rmn { width:0.5rem;height:11.25rem;top:39.3125rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1VIs9ddNIf13CtV5SynmcUGseOTmO7B { width:0.5rem;height:11.25rem;top:8.5rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZWHZn45JHsXcrXcvDkaGK1MPGbLBGrWc { width:19.625rem;height:5.25130625rem;top:4rem;left:0.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 { display:block; }#v3T2Ok2OJ6096iqXl2xREfeG4HF0T2x9 > .row .container { width:20rem;height:88.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Pqwbba9Qvun6hA1RCITXsi6Igkp3SoF4 { width:17.0625rem;height:17.06675rem;top:40.937408447266rem;left:1.4995176196098rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #ud1ULs7fcu04PG94IaSe9JUnyxmpTTCK { width:12.9375rem;height:1.225rem;top:38.999694824219rem;left:3.5618569254875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTxR1PIP7bBZoNT0NFd2QM4Xv2fBua7o { width:7.4375rem;height:7.4375rem;top:30.874969482422rem;left:6.249732196331rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #bgcU7lpp37RyzQIL7eFUFq97NOaLisTc { width:17rem;height:17.06675rem;top:11.125rem;left:1.5rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #PTpLmlTrXOnZaITAbBLAEXwu3TafIDQ3 { width:18.875rem;height:1.225rem;top:9.1875rem;left:0.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ak04e3bmdQatf3bIno1Msc2bADoXwLDl { width:7.5rem;height:7.5rem;top:0.9375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAhbdnOP4upX4TpmU0Rno4vPKeyEJ7RJ { width:19.5rem;height:21.4375rem;top:7.6246337890625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tF4DJmUZUs0AIqdthT5EfZLFM1TVZ6TZ { display:flex;width:2.25rem;height:2.25rem;top:6.25rem;left:11.1875rem;font-size:1.75rem; }
#tF4DJmUZUs0AIqdthT5EfZLFM1TVZ6TZ > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Mx7pKA2HwvDX7PfEZCRmndfEsXVyPn39 { width:19.5rem;height:21.5rem;top:37.31201171875rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VIK4z3NZirCABF6a81G1VHLfPf9Vqcui { display:flex;width:2.25rem;height:2.25rem;top:66.124908447262rem;left:11.499250590801rem;font-size:1.75rem; }
#VIK4z3NZirCABF6a81G1VHLfPf9Vqcui > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #JLFnhI2vVH4VFqsL9V0gvv2CeaRwH612 { width:19.5rem;height:20.5625rem;top:67.374255657194rem;left:0.24921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO4ZRU79enawGWkdg6GNHzpoHkEQdohL { width:12.9375rem;height:1.4rem;top:69.124755859375rem;left:3.5618569254875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0MDIIMLRdqragDw0pdWRbwoL2bBNB2J { width:17.0625rem;height:15.7539375rem;top:71.374420166012rem;left:1.4995176196098rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMJC4X9CVvcXkblkPz28xBJfR2MTPJLx { display:flex;width:2.25rem;height:2.25rem;top:35.999847412109rem;left:11.499250590801rem;font-size:1.75rem; }
#vMJC4X9CVvcXkblkPz28xBJfR2MTPJLx > img { max-width: 100%;max-height:100%; width:2.25rem; height:2.25rem; } }@media only screen and (max-width: 763px) { #Mhehy6hEORTgcfEGGFKQLDzriskQAnw6 { width:7.4375rem;height:7.4375rem;top:60.874572753906rem;left:6.3124467730525rem;display:block; }
 }@media only screen and (max-width: 763px) { #fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM { display:block; }#fATzBlSIP05CG3MVtOsuPZT2Z01cLdrM > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bJcv27s9ib2TXTSlb1Qw4Fx143N3sO3l { width:20rem;height:5.34375rem;top:0.46870613098144rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr { display:block; }#cAAm6OqFFXTCqPuKCiyi0cXqKNrwktyr > .row .container { width:20rem;height:39.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHT182LMrygxTaXTElWvzOh2WULg5mhJ { width:19.5rem;height:10.875rem;top:6.7492179870606rem;left:0.24921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #nB1v4fEKpukr6WFHc4WeM6dpTUlkhtml { width:7.5rem;height:7.5rem;top:0rem;left:6.2500002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #XO46ZFfIWGuk0qmOTftMgGu7xJWOZG0F { display:flex;width:2rem;height:2rem;top:5.7920532226562rem;left:17.999840915203rem; }
 }@media only screen and (max-width: 763px) { #oC80tprKblmX10v54KtD0bnc6WTs5A3s { width:16.9375rem;height:5.25130625rem;top:7.8172168731687rem;left:1.5rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QmbU3f3sJi8xdMeos6D6szwIAmmPBU8M { width:18.25rem;height:2.62565rem;top:14.147277832031rem;left:1.4995176196098rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #yTKP4eipBl21U9p3gTMeVdrQfqgmnfOO { width:18rem;height:2.62565rem;top:36.211486816406rem;left:1.4995176196098rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #qhTqk8WdwnXc60KClCiUhI7OnJ4S8wFq { width:17.25rem;height:7.8769375rem;top:27.187072753906rem;left:1.4995176196098rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FJixxFNZMKMG4osyaRpHeNvdikSUbBiT { width:19.5rem;height:13.875rem;top:25.749999046326rem;left:0.24921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU2qcd979HU2FItMZAQBrOXWZBcuWptM { width:7.4375rem;height:7.4375rem;top:19.312377929688rem;left:6.2545563578606rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnAtxHhRIJlhcAkVq5bZnRNOyfxlOex7 { display:flex;width:2rem;height:2rem;top:24.724304199219rem;left:17.999840915203rem; }
 }@media only screen and (max-width: 763px) { #FmT5vddoul619mLafwec6tlTkLSdU746 { display:block; }#FmT5vddoul619mLafwec6tlTkLSdU746 > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s0a2JzUoDwwzoJaDwSCIiQFliTZ77RMC { width:19.5rem;height:17.4375rem;top:32.312511682511rem;left:0.24921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #bbbRPMehErbmhLXylOzSz1I0srslmVEh { display:flex;width:1.999625rem;height:1.999625rem;top:31.337158203125rem;left:17.999840915203rem; }
 }@media only screen and (max-width: 763px) { #zp9oO8uNTsBC743z1z80b1RvfK8T3nIL { width:7.4375rem;height:7.4375rem;top:25.724060058594rem;left:6.2810894846919rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7MB6pTnrZowRH2QcIeLEZI0BIAMpNFu { width:17.1875rem;height:5.25130625rem;top:43.623596191406rem;left:1.4995176196098rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EFdd3mgVdlwTAd8QiET6fMkmg2x5Ic6q { width:16.875rem;height:7.8769375rem;top:34.386657714844rem;left:1.4995176196098rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IVBrZBW0HQPDmFRz2W6FtuPHPBkazae2 { width:19.5rem;height:15.4375rem;top:8.4359371662137rem;left:0.24921876192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPdZqdwxurAokXwLg6qdhSEJX9qvDr4a { width:16.625rem;height:9.1898125rem;top:10.120971679688rem;left:1.4995176196098rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bZzPfTdWfLO63c5ffXRC7aDEDlrZtwkX { width:7.5625rem;height:7.5625rem;top:1.7485961914062rem;left:6.2183749079704rem;display:block; }
 }@media only screen and (max-width: 763px) { #DDDmT1qfTBqhpXvtxpichVAtPUz03ATR { width:15.4375rem;height:2.62565rem;top:20.436645507812rem;left:1.4995176196098rem;font-size:0.875rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #QhAFDuxdhSnny9TQTEOZdUGybsfUTeun { display:flex;width:2rem;height:2rem;top:7.4121704101562rem;left:17.999840915203rem; }
 }@media only screen and (max-width: 763px) { #hpLicoEta4evvskny8rFyghwi0mZEo5m { display:block; }#hpLicoEta4evvskny8rFyghwi0mZEo5m > .row .container { width:20rem;height:14.499786376953rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yJqCW9G4qHcDAqbsIMDERtve4XmGoKWL { width:20rem;height:7.5rem;top:1.0624980926514rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #D6qRQunyHVFyUuaogysxvWThTG8r4qwA { width:2.0625rem;height:1.5rem;top:9.875rem;left:7.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #smITHQq2irZKvVMDlTITgqqiF7ilGTgy { width:10rem;height:0.5rem;top:57.38388125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #WtswRpUgpCIaUSPGJkXktcGEirUJ8NKn { width:8.0625rem;height:2.25rem;top:12.25rem;left:7.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #tHyNDd507zOH6ne0Nv1iN1FaDmlivA4b { width:2.25rem;height:1.5rem;top:9.875rem;left:0.375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FTXpnDnfmDsxPUuNgv4z9C7CXfK0DsXT { width:10rem;height:0.5rem;top:55.63388125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #S3NbJem8wSONuLEqhzZvDF83VMyUO7Og { width:7rem;height:2.25rem;top:12.25rem;left:0.375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Q4Ifsdpf6sqmu5JowCNTLqKS7oBfrluX { width:1.9375rem;height:1.5rem;top:9.875rem;left:14.875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zyGCKNvuACIwaigThUqZ3NN8N1OGDMBd { width:10rem;height:0.5rem;top:59.13388125rem;left:5rem;display:none; }
 }@media only screen and (max-width: 763px) { #vDeTiZDovxOrXOsiBfw8sqEzKDyuqRxp { width:4.8125rem;height:2.25rem;top:12.25rem;left:14.8125rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wnlxvdwFcqVABOwsJNpNlLJZhVpTZQr9 { display:flex;width:2.5rem;height:2.5rem;top:9.375rem;left:9.25rem; }
 }@media only screen and (max-width: 763px) { #dmGeAeGMiRXkdb33GOyTQddiVk7zWDUW { display:flex;width:4.1875rem;height:4.1875rem;top:21.14879375rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nWwovE0EUGu8TEnQwTsOZ3QwBss4x1cz { display:flex;width:4.1875rem;height:4.1875rem;top:44.75888125rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #iMN3rTn0q1ycFUef3O9wfIwlurG5TFDa { display:flex;width:2.4375rem;height:2.4375rem;top:9.4375rem;left:2.5625rem; }
 }@media only screen and (max-width: 763px) { #c99cCHpFhpvrgWmiKlDSeEgBbV9L68iS { display:flex;width:2.5rem;height:2.5rem;top:9.375rem;left:16.75rem; }
 }@media only screen and (max-width: 763px) { #RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq { display:block; }#RU284SEH3FfKIMUr96EO3FaQzVJ4t9Jq > .row .container { width:20rem;height:41.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h4Gst7BtUuIGTqTFOL2VNCM5ph4VOLpH { width:20rem;height:5.625rem;top:0.93701171875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yTkAnag5XfhhlpNGr1qtMXRTRXiTqaMJ { width:16.25rem;height:34.13348125rem;top:7.6869096755981rem;left:3.5000002980233rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #noeRWXX7v8uLTTvsVEV0rGsmZXQbs1Wx { display:flex;width:2rem;height:2rem;top:7.9375410079956rem;left:0.62500005960463rem; }
 }@media only screen and (max-width: 763px) { #BNTF2sp9l9fUTcKuf2OZLgSsAeorofnt { display:flex;width:2rem;height:2rem;top:15.812519311905rem;left:0.62500005960463rem; }
 }@media only screen and (max-width: 763px) { #QMbs2zT4yMK8R3TMpFxmPDL2hA1oVfzl { display:flex;width:2rem;height:2rem;top:21.124999582768rem;left:0.62500005960463rem; }
 }@media only screen and (max-width: 763px) { #Si3LaGG2Wi7lm4xM0Dg9n1xXoQZyFuVq { display:flex;width:2rem;height:2rem;top:26.249999582768rem;left:0.62500005960463rem; }
 }@media only screen and (max-width: 763px) { #qpy4xiFS6KhN0qfufpJ63hTwvZ2V9DHa { display:flex;width:2rem;height:2rem;top:31.437499582768rem;left:0.62500005960463rem; }
 }@media only screen and (max-width: 763px) { #ONtgRCy3TbiJyScNAOT5R9KTryT4skTo { display:flex;width:2rem;height:2rem;top:36.6875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #Dw0hVhAWZqGUPptt8vvZmezzsvErVxE0 { display:block; }#Dw0hVhAWZqGUPptt8vvZmezzsvErVxE0 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 .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; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 .widget-text.counter-number { padding-top:0.325625rem;padding-right:0.28rem;padding-bottom:0.325625rem;padding-left:0.28rem;width:1.68rem;min-width:1.68rem;height:1.7525rem;font-size:1.30375rem;line-height:28.04px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.20375rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.240625rem;height:0.691875rem;font-size:0.48875rem;line-height:11.07px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 { width:12.25rem;height:3.3125rem;display:flex;top:2rem;left:3.8320313096046rem;z-index:5000;padding-top:0.040625rem;padding-right:0.041875rem;padding-bottom:0.040625rem;padding-left:0.041875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #Z6NuxtzHG11KVna5OqRDWGNbVvggTTLU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #eZ94gB89DCnnxdCghSM2Jb35BBUReCI1 {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #chDqvCcB0rymHcloOI09gzS6f9mIurCv {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #qN24QRHpK8siXOEhc1Fw9O3DGFuPsBgJ { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #HcV1V2oC39ZfMuWf2re4Gclr3cKWHZmz {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #fEznSzQcAJnEWo8OR3dyGFcFXFuWT3gE {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #Blh0PUnm99w5KXG7gswgaqT5O89ngPoN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #sR1T1pTaJ6hvGAuB69DO5Hwu7NM47nNL {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #MgI81S6e9emUpUhhuFgZdV27gdfmosDJ {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #Q2fOfbVf9EsctPmceATWIG6F2tKGAFfV { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #zwJ33JGmPCqinHLDF2GBBBtOcEOx0cpw {  }
 }@media only screen and (max-width: 763px) { #tyEXyIa3IRAM1tquqRAUIl37hTKdXVy8 #idB6KDBUIePPu7wwbWTTIUsoWzans0hQ {  }
 }@media only screen and (max-width: 763px) { #iyGA73RcJbO9PJMBMAnJ5THgc1eW2hkb { width:20rem;height:1.312825rem;top:0.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm { display:none; }#h4bhFXAlh0L9rElQ4ED0TnTouG8V4icm > .row .container { width:20rem;height:9.910400390625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX .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; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX .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; }
#c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX { width:19.4375rem;height:5.41rem;display:flex;top:1.25rem;left:0.1875rem;z-index:5000; }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #Niw5ZarPEKxM5VdAvoInIqiLVobATLEU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #hiAgyFGV4uiGas1LDc6l0rdwMTgR1VD6 {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #gueLUx2p6sK9MWSsrZ9z844f0A9FlJLT {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #fGJqvTZo4Z240fdTiUe9EkDZHh2xyzzy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #mRDXFSOWhtS7u2VIkBnOyXAJI53LPyJN {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #OhitMzHEsJ4Z91TTtuT6kVTTXItZ3xtU {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #OglWVKsCFoZICsEHsVWBrorT1mHyma63 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #lCvxn2ztFR8JV7gmxCin163hnbXFIBfS {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #VN643lRMOIRMFATi80Vm3CVZUEbHevJr {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #wNioxziZQcdU3VIArXgK5nVn9fG5ltoO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #vuGpDbw4h46ErRkhPh0E1ynUaT248nz5 {  }
 }@media only screen and (max-width: 763px) { #c3tiFi3h0kSZeQTO0cFeZvF0JK1n9dJX #wd2VuDmOVFxbyTHCiCHnWzHJT1DThS32 {  }
 }@media only screen and (max-width: 763px) { #hL5Tb5SxsmXxmA7k8pNF3rEvfdbBFxpZ { width:20rem;height:1.875rem;top:8.03551875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xs5GTFwOP80FetDx8m0FvaNMP89lIsQN { display:block; }#xs5GTFwOP80FetDx8m0FvaNMP89lIsQN > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yWK5diJ73fpypyyrURJ8xBxqFxQc4OVe { width:19.75rem;height:55.3125rem;top:0.9375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vqxXzsUl0cKL3lJKBBdTMxdnVrd6ZBTP { width:20rem;height:3.25046875rem;top:1.375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-form-header { font-size:0.75rem; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0.875rem;font-weight:bold;color:#ffffff;width:17.5625rem;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.5; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:17.5625rem;box-sizing:border-box;height:2.5625rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-text {padding-top: 0; padding-bottom: 0;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:17.5625rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:0.75rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(255,255,255,0.5);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;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:17.5625rem;box-sizing:border-box;height:2.5rem;color:#ffffff;font-family:raleway;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-select {padding-top: 0; padding-bottom: 0;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .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; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.75rem;margin-bottom:0.25rem;margin-left:4.75rem;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#4f4c4d;width:8.0625rem;height:2.5625rem;font-family:raleway;overflow:hidden;box-shadow: 0.0625rem 0.3125rem 0.3125rem rgba(0,0,0,0.21) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);text-align:center;text-align-last:center; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:raleway;font-size:0.875rem; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .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:raleway;line-height:1.3;font-size:0.625rem;font-weight:300;color:#ffffff;vertical-align:top;width:16.3125rem;overflow:hidden;font-style:normal;float:none; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .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; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.3125rem;vertical-align:middle;font-family:raleway;font-size:0.75rem;font-weight:700;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-container:first-of-type{padding-top:0;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-container:last-of-type{padding-bottom:0;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;font-size:0.75rem;left:0rem;top:3.1867980957031rem;z-index:15001; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5625rem;display:block;vertical-align:top; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK .widget-info-text { display:block;height:auto;font-family:raleway;font-size:0.75rem;line-height:1.1;font-weight:400;color:#ffffff;vertical-align:top;overflow:hidden;font-style:italic;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK {display:block;}#f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;font-size:0.75rem;left:0rem;top:3.1867980957031rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #tbH5KJiT9qmaEwuTMV5F9RQU4P6XQTKx {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #X30y5XLgksfZewwaxRamEqBqr67ZaB3S { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #APzNeP45W3d0yW9HXMzIXDvhUmkSyDLv {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #Ka7gtfE3arE5psrTLQ8eFXZQL9I0aU6Z {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #QrsSaohyz4KOGTGzktzn2ru0VGkW3Rny { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #Xh6WmCq7vpVaew6sDCxvssMp7y6BBB7v {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #UteMTInWhvdS7alUMFCwpcdZrpUgMyQt {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #sEnkSyPnCNryTpCoNAkWuFklSd2QTSuD { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #SlpXnWUdsozUfHt0exndBK6tennkJtIk {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #dwJiOCV25uyizoLSCdznVldelxIIVmLS {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #NqHLvAg6JKV3Z8QvnfUFo8OqlldT3vVu { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #FbMU56Z09EG3Oa4mVJZLvhvMttZ2bMyp {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #cC9A1GXJ2ubX8hm6Eos527Wta3i2yxSd {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #Bhzn3zaBmGuLoNqcDrCHIyrflQxviK4U { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #M0RcTERJ3TP0ebdMS7ffAgb5ok58K61w {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #HG8S2iQs0qFqTKwqxSs4iv84WAaXbJ5t {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #hbSCKyFyi9zK37gVVgPO6tIgzNmNp4aI { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #Bgf1xKg63l1rC73mtkR7CZF26nIKbAk4 {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #FPHsnulnPNn8Meq0SrWLEr490FKuunMQ {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #ech1LG35qdwSsvhayxRDh6VL0kBe76mt {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #k3JhqwTtZVQtSQcRqmZcegVSIZlO1HP7 {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #ciBClFUfSm6HMzTOEMrJez3gpyTVk540 {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #lQiwWfNWxPJM72kLCDbIhoJvwKilm2pW { z-index:2; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #OfTezxyUZ0UUg4elBuwyf7LK08WLpQiF {  }
 }@media only screen and (max-width: 763px) { #Dtfvli92sgW0Qr4NAS2nrTOU4ZTpaTk6 { display:block; }
 }@media only screen and (max-width: 763px) { #nFVUhbiM1ws0rI7TfA5BA50rxT7WgqD9 { display:block; }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #in4RXwu3cmX3xiFPbp88LHDXMgamr9Rd {  }
 }@media only screen and (max-width: 763px) { #f6hl17vWmZRI8X4rHNT7FxFISlRt2MIK #sRSXJq0iSWQIbZSoXVltliDclUqZa7VU {  }
 }@media only screen and (max-width: 763px) { #TOOk8ncsqXAOJMaroyn0hKUxBuSUvIwM { width:18.0625rem;height:2.25rem;top:53.500768661499rem;left:0.96796876192094rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u0Pg3Rm41bnI995dkTfTu2hylEd9Jrr7 { width:0.5rem;height:11.25rem;top:38.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #MJ9JO9EHP8sep9Dkw7XIycl9NgbxQkgp { width:0.5rem;height:11.25rem;top:26.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #tlyXJAPcPXgROQB6eaC9OVaxBMGVnTi2 { width:0.5rem;height:11.25rem;top:13.75rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #bo5s7HTRM9qXyf99e1rELipUNHZGaUyq { width:0.5rem;height:11.25rem;top:1.25rem;left:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC { display:block; }#O3WK4bp36bFfTzRwoT0iTw1AyBP92mWC > .row .container { width:20rem;height:5.7495651245117rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vuqT6EIGyftq3LzFrcMm25W7cNUHMaM5 { width:20rem;height:5.625rem;top:0.125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt { display:block; }#EZlZHcTlyIZb7tGNIoccLBEIHzn7XmWt > .row .container { width:20rem;height:99.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI .accordion-heading-text { font-size:0.875rem;height:auto; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI .accordion-desc-text { font-size:0.875rem;height:auto; }
#AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI { display:flex;height:auto;width:17.4990625rem;top:2.8610229492188E-6rem;left:0rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem; }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #W69JFT9BUBoU1ZidrOACyULIoUIwHc6V {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #d58iEmy4i1sX5DNPpfDTXurE7Xg2fQtT {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #pqeHz6fph0zDNFcDg38GT8XkE9SODCkZ {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #oimK0O8QIGHZ7TO6Wc9O2FeKVRuBeMRm {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #wkyOIGSlLZrLmRsviPkxz4nW00MaOSTe {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #yWHQ1Kgi1Wz9yCTwoLAsZbc2X2wvtyek {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #tp5Q5Hw7k6J1XTN0MBzMP2Gimx9K53ii {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #V8W26rksIXgpBzDv06kdAzBdbVT4pswI {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #M23PrFSJ0D7zU1H6Ps88lsL9TqFpTLen {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HflZCMmAHlyzWgrpazTTIVbdHqa2g1HQ {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #Ovodmm3v2Uaom1x4LF3SUTIuVT9xDwKT {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #SOBQq5ZqFuZPVUatyduAg8D1y9zsVBLr {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #t0x2el7Fcew4NzEk7it0DzihIpRqs9AK {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #IgQ5iHBIbGtJqok32HK6aCDmwgMBQhJd {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #DB0wx9r1sGTQPKQXpaXWEvyP2PJDbC0z {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #lsWli4DvA64PeaT1tu9z6Tgd0agAIZfK {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #VqGzmU4KuAkSXTo8WdNUTL8Zyk0boush {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #qpZsy4TfEF1xDVDMXJEVNl8fSVcH7ghR {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #bIoRMUu8SBHCFtEVd2yX5uPhQScXz29X {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #DeDuxQBlC4GUUTKFy7Ft3kXex6H7AVWM {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #NrPR9xRbOEbNgX6gIqLMGlWaMawA7kTc {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #VTCx4sRFx7sWTxIzz3aHuTibI3kHnZue {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #axtfQpXg5qw06IJgek6HfcvVaWszS1po {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #cpgpmd6WWVz7I28TcLIN5sagBSG2pZtp {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #nAa2msJDuEio4SyUPMVLFvvW44qbapGm {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #ZzhODwJz4fBTQT5rouCWf7zWTWbLm3uz {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #n3k8gooX4e2IMg6FhASEWTDJaB8KLkoS {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #Gn81JndTUuo6uhwd4Qk1GvOVVsPZTsn8 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #rHiCgWlWlAnFFdIOMhyPFIGvLAn2NLoD {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #DaPDGGVkQIxOodBrvcgGQpD8BDTuCkQH {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HcsOTU1X7PqlyQ1hMw7zFSf5SBAv4OmQ {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #n97TSKy8SCMqfwTsE2F4R9dL8260xtsQ {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #E3IqLpR3eQ1TmacPwCHXoOAmBaPAmlJr {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #fgppKNLZqtICdQy1zEHZvIQlR7RTTWiX {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #UTf5JzGdZyyssHzDkcBoeH7tieDhWCQJ {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #AFiLrG5wT5pO8L3fZvclBczvlJ8NebOC {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #odDqmLTUHTrzM0C0e2F3uK3AVDLbdsZU {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #bQ8ptkHHWXVzrx67kVSW3TTZeSvuyg9m {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #cJlGFsMLCNhZ9CCI3UO7iegu4pQLMFFy {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #C85H5oRnoqZpb89SlTqzXDSsTA3xRQoz {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #LR20Z4U5UhkfTwyyPVR1KcAAlaOJDKNn {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #Twnvxx7XyBIMBBmetkXU6NrEa9gIIx3a {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #F8RdbC5JyOiw4yDZloCd9rxEmClEPVdu {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #AkZSh474Kv9ZDJQtyMzKR4TZt6SOktAp {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #eJz5A2DNLCI4FRfcx1hZ9K5L7B4vLGZz {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #SCDDekHJ8OWztgQR61bZ1BuBdzXXl2xG {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #wrioNUSm7Jc82PrAZaReQ5SZRkAmNw5b {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #xIfdXpaoCtzuffRvCxfpruk74lcsfLc3 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #A0zovwQTvC6T1wVz2uKc28Zefk855zBv {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #OboLN4IxOWhxlsboISB6TZgRuXEK2x47 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HqmU4r2S1R4uc97Ig7UJ50CRKmqTcty1 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #y0eSqRbHH2H8fmHwvWTxDDveWVxRNH15 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #IGsCF9lfTLE35lHosEcyXEsp41L3GB20 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #TVSfHQcXSdUyQU04Ik7HMe9e2PGFQSBG {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #CcJC86zXJat4tF1QhFnPzhQTgBVVLl2D {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HnFrEm7ws7N2aMxb3kRda3lZN5voyQ3m {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #dyzOb8ZAHsMdUri81T6Jme8XasNR3P7u {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #F4yILvJWqAsb9Mk1kOMqcFVM6PUf1Xr2 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #egoKpDZvTAGQuL5ZNFrIKoOpCVC7yOgh {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #hkoyyfrTMBexs8Mqrl6WI7fQ4UQapSF9 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #GGiFl39kKhC3ox3e8pl81drmyzgx1yTb {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #z0PJRILDHoHCV5qWkzchihLaiSI4RDS6 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #QKJeNGmO1Jn5LWbA9ZzpDMB3ta32MPbe {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #N10Rz8ohh3A1O74QK9dbHEIyXTQlpl47 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #TsUXqXDrlQ2orNaUIkTGGdC5FXi38ttw {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #dyDUFAXwKwVGugmdIHgXUsDw76sFIU2f {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #cxE8vENLR1erETP2WAETok8fovpPEum9 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #wF1zkURHz25OP1QeLZwsrWv94TOMR32f {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #HGZ08TLtdS104i1s22EBsSzgWf8febLb {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #UM8ctzBbC3WXZnrSNsFTQ4qoJPf26TBV {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #zul0vgyJglAxM2orVQzwNCyQ7JpU7WnK {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #hQI11xwOxn9W1GpyEvegO30TNUqGLgLO {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #U8K3IrwS2dVqyNAyqlhHfOeRaksQpzLn {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #ZVsMfhkBuuWxKiTtoAcBnT1W87wlTu7k {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #XqZdusz1KQ7z6mCJXIMbttGWdxOsvvT6 {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #pw3SVTr1ru5utLZzFKZl49B2oXV0CCrd {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #Znhw0mNTfzds2rrqDD0hUCsWV58Oghlv {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #bFbp6igZ9drTzvmzWZXH8NVLnJ8fSSER {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #f545MiGOir9vdy6xkfFbdke3AxZxesVh {  }
 }@media only screen and (max-width: 763px) { #AUIX54qxEVLwwo3r2J2gk8hdJSuXy4eI #FpVOOsss3pCUxQz3J6B5rVSJkHsLSW8M {  }
 }@media only screen and (max-width: 763px) { #PpLZpOxRQlUf8akMf6AmvQxBcHLQusly { display:block; }#PpLZpOxRQlUf8akMf6AmvQxBcHLQusly > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NcnW03HWX8V70PnRZHclztH2VCM60t2n { width:18.6835rem;height:5.2513rem;top:0.37354898452759rem;left:0.65660381317137rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y { display:block; }#eD0h8BIvqHTUAZGStF6iRv2d1lOp1y3y > .row .container { width:20rem;height:26.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IH5kpyPLRztPPzPW6TPfd0NaZEhERJic { width:7.125rem;height:2.5rem;top:3.7173919677734rem;left:11.685000956059rem;display:block; }
 }@media only screen and (max-width: 763px) { #QiXr6M2pU6i1cCI230xSFCK8UyXlUD1V { width:6.625rem;height:3.3125rem;top:16.1875rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZTQTfWuz6Jgg9B91X9mbN7bHxvOBIpPn { width:5.4375rem;height:2.25rem;top:12.15625rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufyoFHiZBVM1TKmduVTVUCoVb7oEdH2y { width:7.5rem;height:2.3125rem;top:8.09765625rem;left:1.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MxEkyCgpFzCAbrrCnJuwDKT2coaTsCtz { width:11rem;height:1.75rem;top:12.71875rem;left:0.68671876192094rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKeIgM44xoyw6vtR7nhwJTqPVNa9HrWw { width:20rem;height:1.31286875rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mup7J6oRzszqZBg2tGcu6UTAqAGwDC6q { width:9.5615rem;height:2.186525rem;top:8.1611328125rem;left:9.8115234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bk9BmHbBJz46y3NsbIvX2xB97ltVmhLA { width:19.9989375rem;height:1.312825rem;top:20.665435314179rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XZwVOOPGU8x7Gl9L6rsaIyPI35NDBEk3 { width:10.9363125rem;height:4.6239125rem;top:21.937175273895rem;left:4.5306525826454rem;display:block; }
 }@media only screen and (max-width: 763px) { #unOK1raPmhSb0PNnNCwhPs984fllxyfI { width:8.3125rem;height:2.0625rem;top:3.875rem;left:1.2802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d { display:block; }#Xwt90SmTnySGJ1vlA392KoQtmt7EGN8d > .row .container { width:20rem;height:11.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #uiRp1oo8OTeQX7CNbDTXQmLaQCkzMnS3 { width:20rem;height:7.5rem;top:1.25rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eQo1k43GvegFSt56RVJLkgeXVQdlqahE { display:flex;width:2.3125rem;height:2.3125rem;top:8.3123912811281rem;left:10.874518573284rem; }
#eQo1k43GvegFSt56RVJLkgeXVQdlqahE > img { max-width: 100%;max-height:100%; width:2.3125rem; height:2.3125rem; } }@media only screen and (max-width: 763px) { #irEfhFdnaPK7ObxlQ3o42zUqIQOEnktk { display:flex;width:2.4375rem;height:2.4375rem;top:8.2496776580813rem;left:6.8117501139644rem; }
#irEfhFdnaPK7ObxlQ3o42zUqIQOEnktk > img { max-width: 100%;max-height:100%; width:2.4375rem; height:2.4375rem; } }