.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;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB { position:relative;display:none; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB { border-width: 0; border-radius: 0; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .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; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c { border-top:0.0625rem solid #000000;border-left:0.0625rem solid #000000;border-right:0.0625rem solid #000000;border-bottom:0.0625rem solid rgba(0,0,0,0.54);background-color:#002f94;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; }#VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c > .row .container { background-color: transparent; background-image: none; }#VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c > .row .container > .video-iframe-container { display: none; }#VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c > .row > .video-iframe-container { display: none; }#VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c > .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); }#VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c > .row .container { border-width: 0; border-radius: 0; }#VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c > .row .container { font-size:0.875rem;font-family:arial;height:4.636363625rem;width:75rem;position:relative;display:block; }#FSVg8bz9XV5Tc7O7r3s9TOtq3r0PGKTx { 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:2.43696875rem;width:9.1868125rem;top:0.81232261657713rem;left:2.7086296081543rem;overflow:hidden;display:block; }
#Dvb1SipntwGPt4u0pZvyQd1nWS4c00fU { color:#faf6f6;display:block;width:30.060375rem;position:absolute;font-family:arial;font-size:1.5625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:0.75rem;left:22.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#LlxSCcuoi1Gb5T9v9FE3ac0MynEu9FN3 { color:#faf6f6;display:block;width:10.75rem;position:absolute;font-family:arial;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:3.2475147247314rem;left:2.3961296081543rem;height:1.21875rem;text-align:center;text-align-last:center;display:block; }
#vwuNw0ZCZkxVGCdO5MXPhEAxJy07GoVR { color:#faf6f6;display:block;width:8.0619375rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:2.5625rem;left:33.4375rem;height:1.38139375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IM8RxLqO097Pqw0ALQTJTILlsVbTb83u { box-sizing:content-box;height:1.49946875rem;width:9.749625rem;position:absolute;display:block;z-index:15018;background-color:#ff0000;background-image:none;top:2.4671535491943rem;left:32.62428855896rem;display:block; }
#nUHLyBvVfwizuUlboNTMdOGuWtaNQMMJ { background-color:#ea0d0d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:2.8125rem;text-decoration:none;z-index:15021;text-align:center;text-align-last:center;top:0.93749988079069rem;left:60.374822616577rem;display:block; }
#ZifL4GWeKsxTsi8MU0aO15BXBwmm9XrQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ap6I06mhdPbzyUOeiXJyDSpFUtZE0hug { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:1.499467253685rem;left:60.37428855896rem; }
#E1XKqrewufT9AXw9ZoOB0wvt4vVI3c8F { color:#faf6f6;display:block;width:8.0610625rem;position:absolute;font-family:arial;font-size:1.0625rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:3.25284075737rem;left:47.254079818726rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#002f94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0rem solid #000000;border-left:0rem solid #000000;border-right:0rem solid #000000;border-bottom:0.0625rem solid #000000;box-shadow: none;position:relative;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:40.421875rem;width:75rem;overflow:visible;position:relative;display:block; }#nxcUx9CXJgPFJBZuge5MhyIVN8OymWSK { 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.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;height:20.25rem;width:20.875rem;top:8.5625rem;left:38.5625rem;display:none; }
#a1eaRWhE8oivhGFVsOFAN9qozU0x1cc4 { 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:1.6875rem;border-top-right-radius:1.6875rem;border-bottom-left-radius:1.6875rem;border-bottom-right-radius:1.6875rem;box-shadow: none;height:37.75rem;width:29.75rem;top:1.3121452331543rem;left:40.062143325806rem;display:block; }
#fAA6MaW9Fa3wGzxgguBkizOqXaNdm84K { position:absolute;display:block;z-index:15002;background-color:#002f94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6rem;width:26.375rem;top:4.1246448755264rem;left:41.74981880188rem;display:block; }
#E4r6tnN439rFTitVnzD2pBdk6WisVWwQ { position:absolute;display:block;z-index:14995;background-color:#002f94;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #00daff;border-left:0.125rem solid #00daff;border-right:0.125rem solid #00daff;border-bottom:0.125rem solid #00daff;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;box-shadow: none;height:36.75rem;width:33.4375rem;top:2.3117904663086rem;left:6.6237564086912rem;display:block; }
#HHmh3LBTytDzT6Zi5u2lqWpo6rGsbgWs { color:#d53232;display:block;width:29.7485625rem;position:absolute;font-family:lato;font-size:3.1875rem;font-weight:300;z-index:15017;line-height:1.1;letter-spacing:0;text-shadow:0.5625rem 0.0625rem 0.875rem #ffffff;top:4.1875rem;left:9.3119659423825rem;height:3.5058625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#OUSgJqLJzZIqkIxDA7AllQXRTWFbvX1H { color:#faf6f6;display:block;width:30.0610625rem;position:absolute;font-family:arial;font-size:1.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:7.8121452331544rem;left:9.3748226165769rem;height:3.0877125rem;display:block; }
#kqRQeePnBApOh8MAx2WS4Pd5TDoQDuTp { color:#ffffff;display:block;width:26.7498125rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:5.4181462526321rem;left:41.560724258423rem;height:3.41086875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wgGSLdmyb7mD9Qy9aJk8JCVUOk8uGKDd { color:#ff0c0c;display:block;width:26.7489375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:9.2507095336912rem;left:41.560724258423rem;height:0;text-align:center;text-align-last:center;font-style:normal;display:none; }
#OF6cXVkTKDqyQGTyyBH6bxGpQ32hfUqW { color:#ffffff;display:block;width:7.9989375rem;position:absolute;font-family:"open sans";font-size:7.0625rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:9.4371448755263rem;left:12.248756408691rem;height:9.181125rem;display:block; }
#E1ceP9sW3rR85pUV1anN6Li3ALMJZffh { color:#ffffff;display:block;width:20rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:29.873755574226rem;left:10.061256408691rem;height:4.6733rem;display:block; }
#aZSOeXtcR5JmVe9OhRWP8OaT0qHUZE0A { position:absolute;display:block;z-index:15019;background-color:#00ffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:20.75rem;top:30.498578190804rem;left:9.8748226165769rem;display:block; }
#LIgFFCBH9Vv35XX1uTacDo8ADxbPI9tQ { box-sizing:content-box;color:#ffffff;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:block;z-index:15022;top:34.56178855896rem;left:9.8748226165769rem;display:block; }
#hwAUqtXlKTIhX16DXyLUFz4x8ypTTO7I { color:#ffffff;display:block;width:23.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:35.311967849731rem;left:12.999820709229rem;height:3.2492875rem;display:block; }
#dU3og2taJ1RmBKQs7XxnalxfVT3MCeG5 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3739375rem;width:2.3117875rem;top:4.7162647247314rem;left:32.560369491577rem;overflow:hidden;display:block; }
#pg8mIi4AGo7Rf9ZK46Gk0aHmf9AVz31z { color:#faf6f6;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:18.312499642372rem;left:11.37428855896rem;height:1.21875rem;display:block; }
#sQGAWsbZ47GhTVtohN05okqrgzTCkN7d { color:#faf6f6;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:19.811965584755rem;left:11.37428855896rem;height:1.21875rem;display:block; }
#xFlGa0wSJ6VZ890LA5W7uzA6fWNK05HZ { color:#faf6f6;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:21.437499642372rem;left:11.37428855896rem;height:1.21875rem;display:block; }
#TI5Et7DAPlQ23mmBoismv4tEEJRac8IA { color:#faf6f6;display:block;width:14.5rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:23.061967015266rem;left:11.436433792114rem;height:1.21875rem;display:block; }
#ZkJB5yg0M5oVhzubVPdEikNsR2JA64FW { position:absolute;display:block;z-index:15020;background-color:#ff005f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.0625rem;width:20.75rem;top:32.936432957649rem;left:9.8109016418456rem;display:block; }
#KOer1hZRVFQIvIHvQB9ntWN6wwGzzwwn { color:#f8f5f5;display:block;width:4.75rem;position:absolute;font-family:lato;font-size:2.1875rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:14.49573802948rem;left:20.245916366577rem;height:2.84375rem;display:block; }
#GnEZh5eDWupZcSO2fHhiNf8MfF8F4Dwv { box-sizing:content-box;color:#00daff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15029;top:18.124288201332rem;left:9.6244659423825rem;display:block; }
#TGfQAL2rLO8ZzAeIRbP1wqPLvh3ptWXW { box-sizing:content-box;color:#00daff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15030;top:19.686788201332rem;left:9.6244659423825rem;display:block; }
#ZD8GskmTvdhT6XCKNNhN2tas8FoJiwhN { box-sizing:content-box;color:#00daff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15031;top:21.249288201332rem;left:9.6244659423825rem;display:block; }
#DUycNcKIiHpfgJu3IPwxpq0kJS0sruoM { box-sizing:content-box;color:#00daff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15032;top:22.811788201332rem;left:9.6244659423825rem;display:block; }
#yM6QryeBLcEnpLT0D3iAocHoUebmBDdl { color:#faf6f6;display:block;width:30.06225rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:26.437321782112rem;left:11.436079025269rem;height:1.21875rem;display:block; }
#moeFLhSsoz4s4D59ky4STxqcn6nziJib { box-sizing:content-box;color:#00daff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15034;top:26.186967015266rem;left:9.6235790252688rem;display:block; }
#dJ7V30XTfkRFnaSemX4ML6psgJo9bWsD { color:#ffffff;display:block;width:4.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem #fb0000;top:18.312499642372rem;left:25.311609268189rem;height:1.21875rem;font-style:normal;display:block; }
#d6fqs44GKoAlwgDl4AsPqyfLmyRtflBB { color:#ffffff;display:block;width:4.12464375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem #fb0000;top:21.436610817909rem;left:19.623579025269rem;height:1.21875rem;font-style:normal;display:block; }
#b6xO4kxmX5Q7unT1t9NGhcV6GaocomnB { color:#ffffff;display:block;width:19.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem #fb0000;top:23.061967015266rem;left:21.935369491577rem;height:1.2180375rem;font-style:normal;display:block; }
#LmqMmnnWV0hmZKdrRrkLx13ZJUToTvd3 { color:#ffffff;display:block;width:30.060375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem #fb0000;top:27.556817173958rem;left:11.431106567382rem;height:2.436075rem;font-style:normal;display:block; }
#sAC1VslTrF9wDTnyl7AECgwiMLecT8rd { color:#ffffff;display:block;width:30.0610625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem #fb0000;top:21.765380859375rem;left:14.288330078125rem;height:1.2182625rem;font-style:normal;display:none; }
#IFFHDWTgWGuyJ1rCmBSVf8a2J0oE7n2d { color:#ffffff;display:block;width:30.0610625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem #fb0000;top:25.0771484375rem;left:17.225341796875rem;height:2.436525rem;font-style:normal;display:none; }
#T1PQ6ZwSu8HbkcERVEvc5BHUiG0UeIhx { color:#ffffff;display:block;width:30.0610625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem #fb0000;top:21.765380859375rem;left:14.288330078125rem;height:1.2182625rem;font-style:normal;display:none; }
#H72b84xREtihkVwGEwzlqeOs4tTAfWiV { color:#faf6f6;display:block;width:30.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15019;line-height:1.3;letter-spacing:0;top:20.3115234375rem;left:6.68701171875rem;height:1.2182625rem;display:none; }
#zK603zOdAg4TnS7FkJyCt3b9RsW7ghoq { color:#ffffff;display:block;width:30.0610625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem #fb0000;top:21.765380859375rem;left:14.288330078125rem;height:1.2182625rem;font-style:normal;display:none; }
#TPdTF6wqMHCIGCh2LbqqBOqBoQbGnZAb { color:#000000;display:block;width:1.25rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:4.375rem;top:13.5625rem;left:3rem;display:none; }
#dSZoO1sn6w8b9ecG20OhzRnaEJpVvASI { color:#f8f5f5;display:block;width:2.3117875rem;position:absolute;font-family:dosis;font-size:2.3125rem;font-weight:normal;z-index:15049;line-height:1.3;letter-spacing:0;top:14.41672706604rem;left:9.9323501586912rem;height:3.0060375rem;display:block; }
#aUXvJgzirrk0J5IHAExsxFk1UhTdZpMW { color:#f30707;display:block;width:8.9375rem;position:absolute;font-family:dosis;font-size:1rem;font-weight:700;z-index:15050;line-height:1.3;letter-spacing:0;top:3.2581672668457rem;left:9.3110790252688rem;height:0;font-style:normal;display:none; }
#Zf9uMJ43mINhddGGedeHXJxckTVklnm6 { color:#f8f8ff;display:block;width:7.0623125rem;position:absolute;font-family:dosis;font-size:2.375rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:14.374112129211rem;left:25.372869491577rem;height:3.086825rem;display:block; }
#JJ2wOnUHBX6LKHWavAZS9UitAHJTBcnt { color:#ffffff;display:block;width:4.12375625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem #fb0000;top:19.810900688171rem;left:22.34108543396rem;height:1.21875rem;font-style:normal;display:block; }
#HH1FfWSPN44WTm6rw1s5teZuW1JaDo1e { box-sizing:content-box;color:#00daff;font-size:1.1875rem;font-weight:400;line-height:1;height:1.749825rem;width:1.749825rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15033;top:24.560546040535rem;left:9.6232242584231rem;display:block; }
#fJcHL2F6mHN6fh3D7GfJg9JtCTAu0qig { color:#faf6f6;display:block;width:14.4993125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:24.873046040535rem;left:11.373401641846rem;height:1.21875rem;display:block; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 .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; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 .widget-text.counter-number { border-top:0.088125rem solid #012f94;border-left:0.0875rem solid #012f94;border-right:0.0875rem solid #012f94;border-bottom:0.088125rem solid #012f94;background-color:#ffffff;background-image:none;color:#012f94;padding-top:0.7025rem;padding-right:0.609375rem;padding-bottom:0.7025rem;padding-left:0.609375rem;display:block;align-items:center;width:3.65125rem;min-width:3.65125rem;height:3.773125rem;position:relative;font-family:"open sans";font-size:2.80875rem;font-weight:400;line-height:60.37px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-left-radius:2.75rem;border-top-right-radius:2.75rem;border-bottom-left-radius:2.75rem;border-bottom-right-radius:2.75rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 .widget-text.counter-label { background-color:;background-image:none;color:#012f94;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.43875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.868125rem;height:1.49rem;position:relative;font-family:"open sans";font-size:1.053125rem;font-weight:700;line-height:23.84px;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; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 { 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:transparent;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:19.9369375rem;height:7.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;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:12.397904396057rem;left:44.967149734497rem;z-index:15052; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #tCaAlhu4SEux3m05WNLmPtT1TThwB4Gn { display:flex;position:relative;top:0rem;left:0rem;display:none; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #viHCpdfEc3s9w0twPurFD550BvZ716cr { width:auto; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #s0iKFGXSGPZgTH6kIJNboKDtSztAItWo {  }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #tIb52iuIaTt9zx3F6IS5UaZ8eTec8CGT { display:flex;position:relative;top:0rem;left:0rem; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #ZZAzp1IF5xJmgP3HzUoq0G0pCFuyniRS {  }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #vwNsGlmdXD3EzpQFxREzgkKQJ6ccf4O6 {  }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #rrpslnezvPm1zNfd8OXMrzueW0CBaP8w { display:flex;position:relative;top:0rem;left:0rem; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #ClBdgPciUQmZWpSXxG7SOURmU9yL2mNH {  }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #w0a4AkOX5syxXhId4Nwlh6fySdW9Umws {  }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #EnGIfEMGxFeKsngJehSzNlMaX3gsD748 { display:flex;position:relative;top:0rem;left:0rem; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #lWV1cWV5WLxTAcfTqlbEB5mcf5Rp7q22 {  }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #CunPR8t3ChKWahT1rphw4od2iCuZk4TN {  }
#eh4hQoGyVA0kp4doEKtn2UO4aLByIRen { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:2.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.3118125rem;height:5rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:21.437321662903rem;left:41.280183792114rem;display:block; }
#Pb1NJUb54adgcNvUSIeqfKrEppKS3eax { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yMADqb6aux1L7RJpQ1HVAoM64V6rFmQF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.12464375rem;width:4.12464375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:21.795275688171rem;left:42.715375900269rem; }
#k269RmCuF99fHoIs7fao0eMn9nkA5BhT { 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; }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row .container { background-color: transparent; background-image: none; }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row .container > .video-iframe-container { display: none; }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row > .video-iframe-container { display: none; }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .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); }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row .container { border-width: 0; border-radius: 0; }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row .container { font-size:0.875rem;font-family:arial;height:26.375rem;width:75rem;position:relative;display:block; }#aE8Mvv4AvNdwfTt8dgKJlFrW6Q2XO9zo { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.3742885589599rem;left:2.8739337921142rem;height:1.46235625rem;font-style:normal;display:block; }
#xF0a2oNIO4uA8gvEd0EqMSIhQc7VWOxd { color:#000000;display:block;width:69.561875rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.177490234375rem;left:2.687255859375rem;height:1.54385625rem;display:block; }
#oTEr9TpTh55RixolgMMMczMx8TqwwMF4 { color:#000000;display:block;width:28.62425rem;position:absolute;font-family:dosis;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:18.25rem;left:45rem;height:1.46218125rem;display:block; }
#b8QHWvhRfx2NCx2JttIHg9vvzZL01aoU { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:8.6865234375rem;left:5.812255859375rem;height:0;display:block; }
#ZpAasSp5izqWSHwvh5zc9I6exCPFo05I { color:#000000;display:block;width:41.0625rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.498291015625rem;left:2.687255859375rem;height:3.57421875rem;display:block; }
#ViVDXNWiTgRUZ9b75tQrhskdbxGv1e9A { position:absolute;display:block;z-index:15023;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:12.4375rem;top:1.1865234375rem;left:1.9375rem;display:block; }
#f7waWyXBiTHiP6kfMPrMBuvQEOAZHRGT { background-color:#46b560;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.3744375rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:21.559835791588rem;left:51.937139511108rem;display:block; }
#aT7ArHTcairDqgETxs4pTn1v9hT2no4R { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GB7nTOX3G5tQ6MhAktTXCpd8qgadOv4O { color:#000000;display:block;width:30.06225rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:10.811767578125rem;left:5.624267578125rem;height:1.54385625rem;display:block; }
#LsnKRLsXKcg9JI4cfTwSaUxeT7H4iiAk { box-sizing:content-box;color:#00daff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15042;top:10.43701171875rem;left:2.687255859375rem;display:block; }
#UEVAKw1oKyCMwdSepHRm6FKLNp2HVLr9 { color:#000000;display:block;width:30.06225rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:16.68701171875rem;left:5.4375rem;height:1.54385625rem;display:block; }
#n5gQI3sTNmID1HPupoLqMKNoShp0WNnn { color:#ffffff;display:block;width:30.0610625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15043;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0rem 0rem #fb0000;top:1.4375rem;left:45rem;height:1.21875rem;font-style:normal;display:block; }
#eTuKN3hBO74kLcImr1uTvIcdMHLM7TXJ { box-sizing:content-box;color:#00daff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15043;top:13.499755859375rem;left:2.687255859375rem;display:block; }
#aWzmsLEhxrha54K2c4miyPztzSdN7m0w { color:#000000;display:block;width:68.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:13.812255859375rem;left:5.311767578125rem;height:1.54385625rem;display:block; }
#SVTIchvaoNDNHvw0Ur7iRoPHs8QxShSU { box-sizing:content-box;color:#00daff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15044;top:16.436767578125rem;left:2.811767578125rem;display:block; }
#A1zPbJqwn73ukLv2sKPD9OeHTILmT7eJ { box-sizing:content-box;color:#00daff;font-size:1.5625rem;font-weight:400;line-height:1;height:2.24975625rem;width:2.24975625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:19.3115234375rem;left:2.811767578125rem;display:block; }
#HiSgCIevQsqmMsipwLUUmILdZyi9bQeH { color:#000000;display:block;width:30.0610625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:19.6240234375rem;left:5.4375rem;height:1.54385625rem;display:block; }
#hyXQEvk1A2Xnc6kcadr2pO3b5Af9LDxI { color:#000000;display:block;width:68.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:13.812255859375rem;left:4.56201171875rem;height:1.54296875rem;display:none; }
#DBZ4Syp3SOTU0i1L5GNtl7lcAy3vVtVX { color:#000000;display:block;width:30.06225rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15036;line-height:1.3;letter-spacing:0;top:22.93701171875rem;left:4.56201171875rem;height:1.54296875rem;display:none; }
#FF5SiEplVvRO7vJp4Pw3BhBQ9HPCVyEZ { color:#000000;display:block;width:30.0610625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:25.8740234375rem;left:4.56201171875rem;height:1.54296875rem;display:none; }
#nuFCsxB94uDvSesVytGnLTXzbPZ1uH4f { position:absolute;display:block;z-index:15048;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4373125rem;width:10.999625rem;top:0.72975921630862rem;left:44.999998092651rem;overflow:hidden;display:block; }
#feCd2cAzQq7MmVvT6sTqa6dJCLyMf24Q { position:absolute;display:block;z-index:15046;border-top:0;border-left:0;border-right:0;border-bottom:0;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.562125rem;width:21.1248125rem;top:0.16690444946289rem;left:52.55592918396rem;overflow:hidden;display:block; }
#nKHtfp63uTSkEEXCLDKhMzTrKiueaQCs { color:#000000;display:block;width:68.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:13.812255859375rem;left:4.56201171875rem;height:1.54296875rem;display:none; }
#kQFtJStC0uIWPRa7Vrf3KNZgOK8bwm9G { color:#000000;display:block;width:68.4375rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:normal;z-index:15035;line-height:1.3;letter-spacing:0;top:13.812255859375rem;left:4.56201171875rem;height:1.54296875rem;display:none; }
#NxkICTRt7cr0BOHrGi6HTINGzTpFyMPI { background-color:#46b560;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:21.8125rem;left:58.9375rem;display:none; }
#vaRPprExQFG6y5aTqT9OT1OUKfTNVTd2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RzfowHI15kCtWWTDzlCoyZAdPhPQNe2Q { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#002f94;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; }#RzfowHI15kCtWWTDzlCoyZAdPhPQNe2Q > .row .container { border-width: 0; border-radius: 0; }#RzfowHI15kCtWWTDzlCoyZAdPhPQNe2Q > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RzfowHI15kCtWWTDzlCoyZAdPhPQNe2Q > .row .container { font-size:0.875rem;font-family:arial;height:24rem;width:75rem;position:relative;display:none; }#e6uTXwDzGi4fzZUIgQMqk6tvQ8Nq2LXw { color:#ffffff;display:block;width:13.3125rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:1.859130859375rem;left:2.3974609375rem;height:1.38139375rem;font-style:normal;display:block; }
#kNKLnJTHRsnLX4wWc9mBETa7eAHnWpFw { color:#ffffff;display:block;width:24.5625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.19921875rem;left:2.3974609375rem;height:5.848725rem;display:block; }
#x2NWBQDZ9Hh9PqIM5FMh7Im0WJzEzqNr { color:#ffffff;display:block;width:32.3125rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:16.5087890625rem;left:2.3974609375rem;height:1.4625rem;display:block; }
#EywUoZZASsE8u5MiavuhTknpzI6RoeJB { color:#ffffff;display:block;width:18.75rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15026;line-height:1.3;letter-spacing:0;top:9.1992197036744rem;left:5.0242185592651rem;height:0;display:block; }
#cX1qyOTtJPm994sRDm0Cg4MP2h4c3mLc { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15027;line-height:1.3;letter-spacing:0;top:4.44921875rem;left:2.3984375rem;height:3.2492875rem;display:block; }
#WFSZIiKJoaXsVHdvvS71iHCZ8KKR19RW { position:absolute;display:block;z-index:15023;background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:12.4375rem;top:1.70654296875rem;left:2.1484375rem;display:block; }
#oOCpbepZmTio7CerBw9Vh5brfTGPahUK { background-color:#ff0000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.4375rem;text-decoration:none;z-index:15034;text-align:center;text-align-last:center;top:18.800000190735rem;left:2.3984375rem;display:block; }
#Oc0ZnldNhW3Jv9eemisrii6oDs8lVx0T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7zv1GyS3dWcOW2OvWgLgWhIVeEW4NEt { background-color:#46b560;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:dosis;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.375rem;height:3.4375rem;text-decoration:none;z-index:15035;text-align:center;text-align-last:center;top:18.800000190735rem;left:16.3359375rem;display:block; }
#ANH64HMcFE8LFsnQ8zdQraiGv8A7oyz5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#KER7sTWNoEL5FzT6RJOOToFpEfnLTtmV { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22rem;width:33.125rem;top:1.85595703125rem;left:36.485339713476rem;overflow:hidden;display:block; }
#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#3156ac;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; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container { background-color: transparent; background-image: none; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container > .video-iframe-container { display: none; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row > .video-iframe-container { display: none; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .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); }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container { border-width: 0; border-radius: 0; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container { font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;position:relative;display:block; }#WkHVlJhOLCBtKocvtba8tmi6WXs6IJhb { color:#faf8f8;display:block;width:69.6875rem;position:absolute;font-family:dosis;font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:0.94843864440919rem;left:2.65625rem;height:2.2745rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Let43Wt40ShlUtP1Ovh5wS862X0FZofB { display:none; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c { display:block; }#VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSVg8bz9XV5Tc7O7r3s9TOtq3r0PGKTx { top:0.75rem;left:0rem;width:9.125rem;height:2.4205718625203rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvb1SipntwGPt4u0pZvyQd1nWS4c00fU { top:0.75rem;left:8.875rem;width:30rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LlxSCcuoi1Gb5T9v9FE3ac0MynEu9FN3 { top:3.1875rem;left:0rem;width:10.75rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vwuNw0ZCZkxVGCdO5MXPhEAxJy07GoVR { top:2.5625rem;left:19.8125rem;width:8rem;height:1.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IM8RxLqO097Pqw0ALQTJTILlsVbTb83u { top:2.4375rem;left:18.99928855896rem;width:9.6875rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nUHLyBvVfwizuUlboNTMdOGuWtaNQMMJ { width:9.9375rem;height:2.8125rem;top:0.875rem;left:37.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZifL4GWeKsxTsi8MU0aO15BXBwmm9XrQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ap6I06mhdPbzyUOeiXJyDSpFUtZE0hug { top:1.4375rem;left:46.125rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1XKqrewufT9AXw9ZoOB0wvt4vVI3c8F { top:8.25rem;left:0rem;width:7.9375rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nxcUx9CXJgPFJBZuge5MhyIVN8OymWSK { top:8.5625rem;left:24.9375rem;width:20.875rem;height:20.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #a1eaRWhE8oivhGFVsOFAN9qozU0x1cc4 { top:1.25rem;left:18rem;width:29.75rem;height:37.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAA6MaW9Fa3wGzxgguBkizOqXaNdm84K { top:4.0625rem;left:21.375rem;width:26.375rem;height:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4r6tnN439rFTitVnzD2pBdk6WisVWwQ { top:2.25rem;left:0rem;width:33.4375rem;height:36.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HHmh3LBTytDzT6Zi5u2lqWpo6rGsbgWs { top:4.1875rem;left:0rem;width:29.6875rem;height:3.5rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OUSgJqLJzZIqkIxDA7AllQXRTWFbvX1H { top:7.75rem;left:0rem;width:30rem;height:3.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqRQeePnBApOh8MAx2WS4Pd5TDoQDuTp { top:5.375rem;left:21.0625rem;width:26.6875rem;height:3.375rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgGSLdmyb7mD9Qy9aJk8JCVUOk8uGKDd { top:9.25rem;left:21.0625rem;width:26.6875rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OF6cXVkTKDqyQGTyyBH6bxGpQ32hfUqW { top:9.375rem;left:0rem;width:7.9375rem;height:9.125rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1ceP9sW3rR85pUV1anN6Li3ALMJZffh { top:29.8125rem;left:0rem;width:20rem;height:4.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZSOeXtcR5JmVe9OhRWP8OaT0qHUZE0A { top:30.4375rem;left:0rem;width:20.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIgFFCBH9Vv35XX1uTacDo8ADxbPI9tQ { top:34.5rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwAUqtXlKTIhX16DXyLUFz4x8ypTTO7I { top:35.25rem;left:0rem;width:23.5625rem;height:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dU3og2taJ1RmBKQs7XxnalxfVT3MCeG5 { top:4.6875rem;left:18.935369491577rem;width:2.25rem;height:2.3104889073931rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg8mIi4AGo7Rf9ZK46Gk0aHmf9AVz31z { top:18.25rem;left:0rem;width:30rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQGAWsbZ47GhTVtohN05okqrgzTCkN7d { top:19.75rem;left:0rem;width:30rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFlGa0wSJ6VZ890LA5W7uzA6fWNK05HZ { top:21.375rem;left:0rem;width:30rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI5Et7DAPlQ23mmBoismv4tEEJRac8IA { top:23rem;left:0rem;width:14.5rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkJB5yg0M5oVhzubVPdEikNsR2JA64FW { top:32.875rem;left:0rem;width:20.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOer1hZRVFQIvIHvQB9ntWN6wwGzzwwn { top:14.4375rem;left:6.6209163665769rem;width:4.75rem;height:2.8125rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnEZh5eDWupZcSO2fHhiNf8MfF8F4Dwv { top:18.0625rem;left:0rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGfQAL2rLO8ZzAeIRbP1wqPLvh3ptWXW { top:19.625rem;left:0rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD8GskmTvdhT6XCKNNhN2tas8FoJiwhN { top:21.1875rem;left:0rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUycNcKIiHpfgJu3IPwxpq0kJS0sruoM { top:22.75rem;left:0rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM6QryeBLcEnpLT0D3iAocHoUebmBDdl { top:26.375rem;left:0rem;width:30rem;height:1.1875rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #moeFLhSsoz4s4D59ky4STxqcn6nziJib { top:26.125rem;left:0rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ7V30XTfkRFnaSemX4ML6psgJo9bWsD { top:18.25rem;left:11.686609268189rem;width:4.625rem;height:1.25rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d6fqs44GKoAlwgDl4AsPqyfLmyRtflBB { top:21.375rem;left:5.9985790252686rem;width:4.0625rem;height:1.1875rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6xO4kxmX5Q7unT1t9NGhcV6GaocomnB { top:23rem;left:8.3103694915769rem;width:19.1875rem;height:1.1875rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LmqMmnnWV0hmZKdrRrkLx13ZJUToTvd3 { top:27.5rem;left:0rem;width:30rem;height:2.375rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sAC1VslTrF9wDTnyl7AECgwiMLecT8rd { top:21.75rem;left:0.663330078125rem;width:30rem;height:0;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #IFFHDWTgWGuyJ1rCmBSVf8a2J0oE7n2d { top:21.1875rem;left:0rem;width:4.5rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #T1PQ6ZwSu8HbkcERVEvc5BHUiG0UeIhx { top:21.75rem;left:0.663330078125rem;width:30rem;height:0;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #H72b84xREtihkVwGEwzlqeOs4tTAfWiV { top:23.0625rem;left:0rem;width:16.6875rem;height:1.1875rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #zK603zOdAg4TnS7FkJyCt3b9RsW7ghoq { top:24.375rem;left:0rem;width:4.6875rem;height:4.8125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPdTF6wqMHCIGCh2LbqqBOqBoQbGnZAb { top:13.5625rem;left:0rem;width:1.25rem;height:4.375rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dSZoO1sn6w8b9ecG20OhzRnaEJpVvASI { top:14.375rem;left:0rem;width:2.25rem;height:3rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aUXvJgzirrk0J5IHAExsxFk1UhTdZpMW { top:3.25rem;left:0rem;width:8.9375rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf9uMJ43mINhddGGedeHXJxckTVklnm6 { top:14.3125rem;left:11.747869491577rem;width:7rem;height:3.0625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ2wOnUHBX6LKHWavAZS9UitAHJTBcnt { top:19.75rem;left:8.71608543396rem;width:4.0625rem;height:1.1875rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH1FfWSPN44WTm6rw1s5teZuW1JaDo1e { top:24.5rem;left:0rem;width:1.6875rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJcHL2F6mHN6fh3D7GfJg9JtCTAu0qig { top:24.8125rem;left:0rem;width:14.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 .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; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 .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; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 { width:14.125rem;height:5.2675rem;display:flex;top:10.875rem;left:28.5rem;z-index:15052; }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #tCaAlhu4SEux3m05WNLmPtT1TThwB4Gn { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #viHCpdfEc3s9w0twPurFD550BvZ716cr {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #s0iKFGXSGPZgTH6kIJNboKDtSztAItWo {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #tIb52iuIaTt9zx3F6IS5UaZ8eTec8CGT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #ZZAzp1IF5xJmgP3HzUoq0G0pCFuyniRS {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #vwNsGlmdXD3EzpQFxREzgkKQJ6ccf4O6 {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #rrpslnezvPm1zNfd8OXMrzueW0CBaP8w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #ClBdgPciUQmZWpSXxG7SOURmU9yL2mNH {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #w0a4AkOX5syxXhId4Nwlh6fySdW9Umws {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #EnGIfEMGxFeKsngJehSzNlMaX3gsD748 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #lWV1cWV5WLxTAcfTqlbEB5mcf5Rp7q22 {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #CunPR8t3ChKWahT1rphw4od2iCuZk4TN {  }
 }@media only screen and (max-width: 763px) { #eh4hQoGyVA0kp4doEKtn2UO4aLByIRen { width:27.25rem;height:5rem;top:21.375rem;left:20.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pb1NJUb54adgcNvUSIeqfKrEppKS3eax { display:block; }
 }@media only screen and (max-width: 763px) { #yMADqb6aux1L7RJpQ1HVAoM64V6rFmQF { top:21.75rem;left:29.090375900269rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k269RmCuF99fHoIs7fao0eMn9nkA5BhT { display:block; }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aE8Mvv4AvNdwfTt8dgKJlFrW6Q2XO9zo { top:1.3125rem;left:0rem;width:13.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0a2oNIO4uA8gvEd0EqMSIhQc7VWOxd { top:8.125rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTEr9TpTh55RixolgMMMczMx8TqwwMF4 { top:18.25rem;left:19.1875rem;width:28.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #b8QHWvhRfx2NCx2JttIHg9vvzZL01aoU { top:8.625rem;left:0rem;width:18.75rem;height:0;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZpAasSp5izqWSHwvh5zc9I6exCPFo05I { top:4.4375rem;left:0rem;width:41rem;height:3.5625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ViVDXNWiTgRUZ9b75tQrhskdbxGv1e9A { top:1.125rem;left:0rem;width:12.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7waWyXBiTHiP6kfMPrMBuvQEOAZHRGT { width:13.3125rem;height:3.4375rem;top:21.5rem;left:34.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aT7ArHTcairDqgETxs4pTn1v9hT2no4R { display:block; }
 }@media only screen and (max-width: 763px) { #GB7nTOX3G5tQ6MhAktTXCpd8qgadOv4O { top:10.75rem;left:0rem;width:30rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsnKRLsXKcg9JI4cfTwSaUxeT7H4iiAk { top:10.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEVAKw1oKyCMwdSepHRm6FKLNp2HVLr9 { top:16.625rem;left:0rem;width:30rem;height:1.5rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n5gQI3sTNmID1HPupoLqMKNoShp0WNnn { top:1.4375rem;left:17.75rem;width:30rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eTuKN3hBO74kLcImr1uTvIcdMHLM7TXJ { top:13.4375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWzmsLEhxrha54K2c4miyPztzSdN7m0w { top:13.75rem;left:0rem;width:47.75rem;height:1.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SVTIchvaoNDNHvw0Ur7iRoPHs8QxShSU { top:16.375rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1zPbJqwn73ukLv2sKPD9OeHTILmT7eJ { top:19.25rem;left:0rem;width:2.1875rem;height:2.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiSgCIevQsqmMsipwLUUmILdZyi9bQeH { top:19.5625rem;left:0rem;width:30rem;height:1.5rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyXQEvk1A2Xnc6kcadr2pO3b5Af9LDxI { top:13.625rem;left:0rem;width:15.5rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #DBZ4Syp3SOTU0i1L5GNtl7lcAy3vVtVX { top:26.25rem;left:0rem;width:20rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #FF5SiEplVvRO7vJp4Pw3BhBQ9HPCVyEZ { top:25.8125rem;left:0rem;width:30rem;height:1.5rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nuFCsxB94uDvSesVytGnLTXzbPZ1uH4f { top:0.6875rem;left:31.374998092651rem;width:10.9375rem;height:16.344475877019rem;display:block; }
 }@media only screen and (max-width: 763px) { #feCd2cAzQq7MmVvT6sTqa6dJCLyMf24Q { top:0.125rem;left:26.625rem;width:21.0625rem;height:17.51032146735rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKHtfp63uTSkEEXCLDKhMzTrKiueaQCs { top:17.125rem;left:0rem;width:13.9375rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #kQFtJStC0uIWPRa7Vrf3KNZgOK8bwm9G { top:20.8125rem;left:0rem;width:15.75rem;height:3.0625rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NxkICTRt7cr0BOHrGi6HTINGzTpFyMPI { width:13.3125rem;height:3.4375rem;top:21.8125rem;left:34.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #vaRPprExQFG6y5aTqT9OT1OUKfTNVTd2 { display:block; }
 }@media only screen and (max-width: 763px) { #RzfowHI15kCtWWTDzlCoyZAdPhPQNe2Q { display:block; }#RzfowHI15kCtWWTDzlCoyZAdPhPQNe2Q > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e6uTXwDzGi4fzZUIgQMqk6tvQ8Nq2LXw { top:1.8125rem;left:0rem;width:13.25rem;height:1.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kNKLnJTHRsnLX4wWc9mBETa7eAHnWpFw { top:9.1875rem;left:0rem;width:24.5625rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2NWBQDZ9Hh9PqIM5FMh7Im0WJzEzqNr { top:16.5rem;left:0rem;width:32.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EywUoZZASsE8u5MiavuhTknpzI6RoeJB { top:9.1875rem;left:0rem;width:18.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cX1qyOTtJPm994sRDm0Cg4MP2h4c3mLc { top:4.4375rem;left:0rem;width:24.5625rem;height:3.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WFSZIiKJoaXsVHdvvS71iHCZ8KKR19RW { top:1.6875rem;left:0rem;width:12.4375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOCpbepZmTio7CerBw9Vh5brfTGPahUK { width:13.375rem;height:3.4375rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc0ZnldNhW3Jv9eemisrii6oDs8lVx0T { display:block; }
 }@media only screen and (max-width: 763px) { #T7zv1GyS3dWcOW2OvWgLgWhIVeEW4NEt { width:13.375rem;height:3.4375rem;top:18.75rem;left:2.7109375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANH64HMcFE8LFsnQ8zdQraiGv8A7oyz5 { display:block; }
 }@media only screen and (max-width: 763px) { #KER7sTWNoEL5FzT6RJOOToFpEfnLTtmV { top:1.8125rem;left:14.625rem;width:33.125rem;height:22rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ { display:block; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkHVlJhOLCBtKocvtba8tmi6WXs6IJhb { top:0.9375rem;left:0rem;width:47.75rem;height:2.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Let43Wt40ShlUtP1Ovh5wS862X0FZofB { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #1cf2f2, #0455ff);background-image: -moz-linear-gradient(90deg, #1cf2f2, #0455ff);background-image: -ms-linear-gradient(90deg, #1cf2f2, #0455ff);background-image: -o-linear-gradient(90deg, #1cf2f2, #0455ff);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cf2f2', endColorstr='#0455ff' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1cf2f2', endColorstr='#0455ff' );";background-image: linear-gradient(90deg, #1cf2f2, #0455ff);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;position:relative;z-index:auto;display:none; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container { border-width: 0; border-radius: 0; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Let43Wt40ShlUtP1Ovh5wS862X0FZofB > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c { display:block; }#VpM6P1ac7A8nKBVDDcttMSWXOopKVs4c > .row .container { width:20rem;height:11.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FSVg8bz9XV5Tc7O7r3s9TOtq3r0PGKTx { width:6.4364375rem;height:1.31125625rem;top:1.25rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dvb1SipntwGPt4u0pZvyQd1nWS4c00fU { width:20rem;height:2.03125rem;top:8.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LlxSCcuoi1Gb5T9v9FE3ac0MynEu9FN3 { width:10.687125rem;height:1.21875rem;top:3.1832375rem;left:4.625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vwuNw0ZCZkxVGCdO5MXPhEAxJy07GoVR { width:7.9989375rem;height:1.38139375rem;top:7.8746447563169rem;left:5.9374998807907rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IM8RxLqO097Pqw0ALQTJTILlsVbTb83u { width:9.6875rem;height:1.437325rem;top:8.1875rem;left:5.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nUHLyBvVfwizuUlboNTMdOGuWtaNQMMJ { width:9.5614375rem;height:2.8125rem;top:6.4319956302644rem;left:5.2183946371079rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZifL4GWeKsxTsi8MU0aO15BXBwmm9XrQ { display:block; }
 }@media only screen and (max-width: 763px) { #Ap6I06mhdPbzyUOeiXJyDSpFUtZE0hug { display:flex;width:1.62375625rem;height:1.62375625rem;top:7.0884230136869rem;left:5.057883143425rem; }
 }@media only screen and (max-width: 763px) { #E1XKqrewufT9AXw9ZoOB0wvt4vVI3c8F { width:7.9989375rem;height:1.21875rem;top:9.4234726428987rem;left:5.9996446371079rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:56.625rem;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) { #nxcUx9CXJgPFJBZuge5MhyIVN8OymWSK { width:20rem;height:3.375rem;top:57.359540241051rem;left:-1.4996433258057rem;display:none; }
 }@media only screen and (max-width: 763px) { #a1eaRWhE8oivhGFVsOFAN9qozU0x1cc4 { width:20rem;height:21.625rem;top:33.858306884766rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAA6MaW9Fa3wGzxgguBkizOqXaNdm84K { width:19.5625rem;height:4.625rem;top:35.420808911324rem;left:0.25017750263214rem;border-top-left-radius:0.6875rem;border-top-right-radius:0.6875rem;border-bottom-left-radius:0.6875rem;border-bottom-right-radius:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4r6tnN439rFTitVnzD2pBdk6WisVWwQ { width:19.4993125rem;height:24.6226875rem;top:4.6919384002686rem;left:0rem;border-top:0.25rem solid rgba(0,0,0,0);border-left:0.25rem solid rgba(0,0,0,0);border-right:0.25rem solid rgba(0,0,0,0);border-bottom:0.25rem solid rgba(0,0,0,0);box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #HHmh3LBTytDzT6Zi5u2lqWpo6rGsbgWs { width:17.87375rem;height:2.25rem;top:1.2544388771057rem;left:0rem;font-size:2.25rem;line-height:1;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OUSgJqLJzZIqkIxDA7AllQXRTWFbvX1H { width:20rem;height:2.11115rem;top:4.3792614936829rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqRQeePnBApOh8MAx2WS4Pd5TDoQDuTp { width:20rem;height:3.0877125rem;top:36.220346450806rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgGSLdmyb7mD9Qy9aJk8JCVUOk8uGKDd { width:20rem;height:1.298825rem;top:58.046861903954rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #OF6cXVkTKDqyQGTyyBH6bxGpQ32hfUqW { width:8.2493125rem;height:7.637625rem;top:6.4879260063169rem;left:4.118430018425rem;font-size:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1ceP9sW3rR85pUV1anN6Li3ALMJZffh { width:17.56125rem;height:4.122875rem;top:26.316404521465rem;left:0.24769175052643rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aZSOeXtcR5JmVe9OhRWP8OaT0qHUZE0A { width:20rem;height:1.7489375rem;top:26.941404521465rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LIgFFCBH9Vv35XX1uTacDo8ADxbPI9tQ { width:3.125rem;height:3.125rem;top:36.942468325806rem;left:0.063920974731444rem;font-size:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hwAUqtXlKTIhX16DXyLUFz4x8ypTTO7I { width:20rem;height:2.59765625rem;top:31.316760063171rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dU3og2taJ1RmBKQs7XxnalxfVT3MCeG5 { width:2.062325rem;height:2.1875rem;top:1.2846236228943rem;left:17.496448874474rem;display:block; }
 }@media only screen and (max-width: 763px) { #pg8mIi4AGo7Rf9ZK46Gk0aHmf9AVz31z { width:14.4993125rem;height:1.21875rem;top:15.00443649292rem;left:2.4991121292114rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQGAWsbZ47GhTVtohN05okqrgzTCkN7d { width:11.4364375rem;height:1.21875rem;top:16.50390625rem;left:2.4991121292114rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFlGa0wSJ6VZ890LA5W7uzA6fWNK05HZ { width:8.49875rem;height:1.21875rem;top:18.12943649292rem;left:2.4991121292114rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TI5Et7DAPlQ23mmBoismv4tEEJRac8IA { width:10.625rem;height:1.21875rem;top:19.754081726074rem;left:2.5612568855286rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkJB5yg0M5oVhzubVPdEikNsR2JA64FW { width:20rem;height:1.62375625rem;top:29.379261195659rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KOer1hZRVFQIvIHvQB9ntWN6wwGzzwwn { width:5.3125rem;height:3.1685rem;top:7.31267786026rem;left:10.992542624474rem;font-size:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GnEZh5eDWupZcSO2fHhiNf8MfF8F4Dwv { width:1.81196875rem;height:1.81196875rem;top:14.816226959229rem;left:0.74928975105287rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TGfQAL2rLO8ZzAeIRbP1wqPLvh3ptWXW { width:1.6859rem;height:1.6859rem;top:16.378726959229rem;left:0.74928975105287rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZD8GskmTvdhT6XCKNNhN2tas8FoJiwhN { width:1.6859rem;height:1.6859rem;top:17.941226959229rem;left:0.74928975105287rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUycNcKIiHpfgJu3IPwxpq0kJS0sruoM { width:1.6859rem;height:1.6859rem;top:19.503726959229rem;left:0.74928975105287rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yM6QryeBLcEnpLT0D3iAocHoUebmBDdl { width:20rem;height:0;top:28.818357150269rem;left:0rem;font-size:0.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #moeFLhSsoz4s4D59ky4STxqcn6nziJib { width:1.6859rem;height:1.6859rem;top:22.879081726074rem;left:0.74928975105287rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJ7V30XTfkRFnaSemX4ML6psgJo9bWsD { width:20rem;height:0.080965625rem;top:20.693357150269rem;left:0rem;font-size:0.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d6fqs44GKoAlwgDl4AsPqyfLmyRtflBB { width:20rem;height:0;top:23.817468325806rem;left:0rem;font-size:0.0625rem;text-shadow:0.0625rem 0rem 0rem rgba(0,0,0,0);line-height:0;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #b6xO4kxmX5Q7unT1t9NGhcV6GaocomnB { width:20rem;height:0;top:25.443002383423rem;left:0rem;font-size:0.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LmqMmnnWV0hmZKdrRrkLx13ZJUToTvd3 { width:20rem;height:0;top:29.937852542114rem;left:0rem;font-size:0.0625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #sAC1VslTrF9wDTnyl7AECgwiMLecT8rd { width:4.6875rem;height:1.21875rem;top:16.493606567382rem;left:12.615944266319rem;font-size:0.9375rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IFFHDWTgWGuyJ1rCmBSVf8a2J0oE7n2d { width:4.562325rem;height:1.21875rem;top:19.813920974731rem;left:12.241832137108rem;font-size:0.9375rem;z-index:15033;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T1PQ6ZwSu8HbkcERVEvc5BHUiG0UeIhx { width:4.6875rem;height:1.21875rem;top:18.190696716309rem;left:9.9918321371081rem;font-size:0.9375rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H72b84xREtihkVwGEwzlqeOs4tTAfWiV { width:16.75rem;height:1.21875rem;top:23.109907329082rem;left:2.4991120100021rem;font-size:0.9375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #zK603zOdAg4TnS7FkJyCt3b9RsW7ghoq { width:12.5625rem;height:1.21875rem;top:24.406070709229rem;left:2.0294743776321rem;font-size:0.9375rem;z-index:15032;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPdTF6wqMHCIGCh2LbqqBOqBoQbGnZAb { top:10.662464618683rem;left:1.7986503839493rem;width:2.062325rem;height:2.1937125rem;z-index:15049;color:#f8f5f5;font-size:1.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dSZoO1sn6w8b9ecG20OhzRnaEJpVvASI { width:2.24875625rem;height:0;top:16.797760646057rem;left:3.3703842163086rem;font-size:2rem;display:none; }
 }@media only screen and (max-width: 763px) { #aUXvJgzirrk0J5IHAExsxFk1UhTdZpMW { width:8.9364375rem;height:1.298825rem;top:5.6383157178879rem;left:2.7498226165771rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #Zf9uMJ43mINhddGGedeHXJxckTVklnm6 { width:6.9993125rem;height:2.59943125rem;top:10.458096027374rem;left:11.311611533165rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJ2wOnUHBX6LKHWavAZS9UitAHJTBcnt { width:4.0625rem;height:0;top:22.191049258423rem;left:15.779829025269rem;font-size:0.0625rem;text-shadow:0.0625rem 0rem 0rem rgba(0,0,0,0);line-height:0;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #HH1FfWSPN44WTm6rw1s5teZuW1JaDo1e { width:1.6875rem;height:1.6875rem;top:21.252662658691rem;left:0.74840199947356rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fJcHL2F6mHN6fh3D7GfJg9JtCTAu0qig { width:14.437125rem;height:1.21875rem;top:21.565162658691rem;left:2.4991121292114rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 .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; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 .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; }
#SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 { width:14.124625rem;height:5.267225rem;display:flex;top:41.188563346863rem;left:2.9367896318436rem;z-index:15052; }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #tCaAlhu4SEux3m05WNLmPtT1TThwB4Gn { display:flex;position:relative;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #viHCpdfEc3s9w0twPurFD550BvZ716cr {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #s0iKFGXSGPZgTH6kIJNboKDtSztAItWo {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #tIb52iuIaTt9zx3F6IS5UaZ8eTec8CGT { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #ZZAzp1IF5xJmgP3HzUoq0G0pCFuyniRS {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #vwNsGlmdXD3EzpQFxREzgkKQJ6ccf4O6 {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #rrpslnezvPm1zNfd8OXMrzueW0CBaP8w { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #ClBdgPciUQmZWpSXxG7SOURmU9yL2mNH {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #w0a4AkOX5syxXhId4Nwlh6fySdW9Umws {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #EnGIfEMGxFeKsngJehSzNlMaX3gsD748 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #lWV1cWV5WLxTAcfTqlbEB5mcf5Rp7q22 {  }
 }@media only screen and (max-width: 763px) { #SuTL5gf0Hlhg5QBSTBbd0PuBukFrbis6 #CunPR8t3ChKWahT1rphw4od2iCuZk4TN {  }
 }@media only screen and (max-width: 763px) { #eh4hQoGyVA0kp4doEKtn2UO4aLByIRen { width:19rem;height:5rem;top:47.792966842651rem;left:0.49893462657929rem;background-color:#31b46d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #Pb1NJUb54adgcNvUSIeqfKrEppKS3eax { display:block; }
 }@media only screen and (max-width: 763px) { #yMADqb6aux1L7RJpQ1HVAoM64V6rFmQF { display:flex;width:4.0625rem;height:4.0625rem;top:55.981885910034rem;left:6.2109373807907rem;display:none; }
 }@media only screen and (max-width: 763px) { #k269RmCuF99fHoIs7fao0eMn9nkA5BhT { background-color:#ffffff;background-image:none;display:block; }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row .container { background-color: transparent; background-image: none; }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row .container > .video-iframe-container { display: none; }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row > .video-iframe-container { display: none; }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .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); }#k269RmCuF99fHoIs7fao0eMn9nkA5BhT > .row .container { width:20rem;height:63.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aE8Mvv4AvNdwfTt8dgKJlFrW6Q2XO9zo { width:20rem;height:1.05610625rem;top:1.34765625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xF0a2oNIO4uA8gvEd0EqMSIhQc7VWOxd { width:18.87075rem;height:1.66281875rem;top:7.2915496826175rem;left:0.561967253685rem;font-size:0.875rem;color:#0c3853;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oTEr9TpTh55RixolgMMMczMx8TqwwMF4 { width:20rem;height:2.6988625rem;top:43.066761016846rem;left:0rem;font-size:1.125rem;color:#0c3853;line-height:1.2;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b8QHWvhRfx2NCx2JttIHg9vvzZL01aoU { width:18.75rem;height:0;top:13.14098125rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZpAasSp5izqWSHwvh5zc9I6exCPFo05I { width:20rem;height:2.92471875rem;top:3.6796875rem;left:0rem;font-size:1.125rem;color:#0c3853;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ViVDXNWiTgRUZ9b75tQrhskdbxGv1e9A { width:9.6218125rem;height:1.25rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7waWyXBiTHiP6kfMPrMBuvQEOAZHRGT { width:12.6875rem;height:2.8125rem;top:54.86771774292rem;left:3.5937498807907rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aT7ArHTcairDqgETxs4pTn1v9hT2no4R { display:block; }
 }@media only screen and (max-width: 763px) { #GB7nTOX3G5tQ6MhAktTXCpd8qgadOv4O { width:15.625rem;height:1.54385625rem;top:10.368965148926rem;left:1.9992896318436rem;font-size:1.1875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LsnKRLsXKcg9JI4cfTwSaUxeT7H4iiAk { width:2.1875rem;height:2.1875rem;top:10.109729766846rem;left:0.86736500263213rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UEVAKw1oKyCMwdSepHRm6FKLNp2HVLr9 { width:20rem;height:0;top:34.62624375rem;left:0rem;font-size:0.0625rem;color:rgba(0,0,0,0);text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n5gQI3sTNmID1HPupoLqMKNoShp0WNnn { width:20rem;height:0;top:4.1166534423828rem;left:0rem;font-size:0.9375rem;color:#0c3853;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #eTuKN3hBO74kLcImr1uTvIcdMHLM7TXJ { width:2.1875rem;height:2.1875rem;top:12.871270656586rem;left:0.86647725105287rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWzmsLEhxrha54K2c4miyPztzSdN7m0w { width:20rem;height:0;top:26.85191875rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;color:rgba(0,0,0,0);display:none; }
 }@media only screen and (max-width: 763px) { #SVTIchvaoNDNHvw0Ur7iRoPHs8QxShSU { width:2.1875rem;height:2.1875rem;top:16.568891048431rem;left:0.86647725105287rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1zPbJqwn73ukLv2sKPD9OeHTILmT7eJ { width:2.1875rem;height:2.1875rem;top:20.639914512634rem;left:0.86647725105287rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiSgCIevQsqmMsipwLUUmILdZyi9bQeH { width:20rem;height:0;top:61.8173rem;left:0rem;font-size:0.0625rem;color:rgba(0,0,0,0);line-height:0;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hyXQEvk1A2Xnc6kcadr2pO3b5Af9LDxI { width:14.5rem;height:3.0877125rem;top:12.933238506317rem;left:2.8123222589493rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #DBZ4Syp3SOTU0i1L5GNtl7lcAy3vVtVX { width:20rem;height:1.54385625rem;top:48.139736175537rem;left:0rem;font-size:1.1875rem;z-index:15037;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FF5SiEplVvRO7vJp4Pw3BhBQ9HPCVyEZ { width:20rem;height:1.42489375rem;top:58.44921875rem;left:0rem;font-size:1.1875rem;z-index:15038;text-align:center;text-align-last:center;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #nuFCsxB94uDvSesVytGnLTXzbPZ1uH4f { width:10.1243125rem;height:15.1873125rem;top:25.392399787903rem;left:4.936967253685rem;display:none; }
 }@media only screen and (max-width: 763px) { #feCd2cAzQq7MmVvT6sTqa6dJCLyMf24Q { width:20rem;height:16.622875rem;top:24.75550365448rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nKHtfp63uTSkEEXCLDKhMzTrKiueaQCs { width:15.8114375rem;height:3.0877125rem;top:16.630858898163rem;left:2.9683948755264rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15037;display:block; }
 }@media only screen and (max-width: 763px) { #kQFtJStC0uIWPRa7Vrf3KNZgOK8bwm9G { width:15.8114375rem;height:3.0877125rem;top:20.808771133423rem;left:2.7510651350021rem;font-size:1.1875rem;text-align:center;text-align-last:center;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #NxkICTRt7cr0BOHrGi6HTINGzTpFyMPI { width:12.6873125rem;height:2.8125rem;top:52.589663505554rem;left:3.6550067663193rem;font-size:0.8125rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #vaRPprExQFG6y5aTqT9OT1OUKfTNVTd2 { display:block; }
 }@media only screen and (max-width: 763px) { #RzfowHI15kCtWWTDzlCoyZAdPhPQNe2Q { background-color:#3156ac;background-image:none;display:none; }#RzfowHI15kCtWWTDzlCoyZAdPhPQNe2Q > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #e6uTXwDzGi4fzZUIgQMqk6tvQ8Nq2LXw { width:20rem;height:1.055575rem;top:1.4026985168457rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kNKLnJTHRsnLX4wWc9mBETa7eAHnWpFw { width:18.871625rem;height:6.651275rem;top:9.1743625rem;left:0.5625rem;font-size:0.875rem;color:#eaebec;line-height:1.9;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x2NWBQDZ9Hh9PqIM5FMh7Im0WJzEzqNr { width:20rem;height:2.9243625rem;top:17.0747375rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EywUoZZASsE8u5MiavuhTknpzI6RoeJB { width:18.75rem;height:0;top:7.9243625rem;left:0.625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cX1qyOTtJPm994sRDm0Cg4MP2h4c3mLc { width:20rem;height:2.9243625rem;top:3.75rem;left:0rem;font-size:1.125rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WFSZIiKJoaXsVHdvvS71iHCZ8KKR19RW { width:9.6218125rem;height:1.25rem;top:1.25rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOCpbepZmTio7CerBw9Vh5brfTGPahUK { width:8.2493125rem;height:2.0614375rem;top:21.2491rem;left:5.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oc0ZnldNhW3Jv9eemisrii6oDs8lVx0T { display:block; }
 }@media only screen and (max-width: 763px) { #T7zv1GyS3dWcOW2OvWgLgWhIVeEW4NEt { width:8.8743125rem;height:2.12358125rem;top:24.5605375rem;left:5.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ANH64HMcFE8LFsnQ8zdQraiGv8A7oyz5 { display:block; }
 }@media only screen and (max-width: 763px) { #KER7sTWNoEL5FzT6RJOOToFpEfnLTtmV { width:20rem;height:13.28125rem;top:27.93411875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ { display:block; }#LbOXXZ7KmeH3hQESRTadZNSUH1PkhxWJ > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WkHVlJhOLCBtKocvtba8tmi6WXs6IJhb { width:20rem;height:4.46555625rem;top:1.25rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }