.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:#fef9f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .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); }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#623f75;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;z-index:auto;display:block; }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row .container { background-color: transparent; background-image: none; }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row .container > .video-iframe-container { display: none; }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row > .video-iframe-container { display: none; }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .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); }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row .container { border-width: 0; border-radius: 0; }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#mQE4X7i0vVPxrZlTciUm0BGdIyILVvda { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:1.21875rem;left:24.75rem;display:block; }
#ZQvNs8pAETEWPME3giCc1dEWrDF5xJVR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MXAM3xFXhbOpNDlgcZw5Sh9pTxXlOmVw { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:31.125rem;display:block; }
#Q11QcEvuFlJ8WnZNfJlRLuGmT5xZIa7x { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WnVTJQcuXVRunifp1124RxzarxlrguqE { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:2.9375rem;height:2.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:1.21875rem;left:55.5625rem;display:block; }
#HOqDBStokQAyzhtaOJgnhQWBpFonqaLT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gu2AgFOPaqOTEK0OLroC8v9dRZok8c02 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:2.1875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:1.21875rem;left:38.9375rem;display:block; }
#pgs1iJRrAWFMWEVHodR03TaMKHJLPAXy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dNXNcostp5TvzUzTKUUh6KEzBgtzXE68 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:7.6875rem;top:1.09375rem;left:4.0625rem;overflow:hidden;display:block; }
#IvG75IS94P3cTGEZTrrndV62oKpRW17N { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:1.21875rem;left:47rem;display:block; }
#DgUpiwxeQQ78AyQFXqovRUyARknrcuZq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ql9c4gUCTh8MiPim7mqHWMJDSqKmkF5k { z-index:15004;top:1.15625rem;left:59.9375rem;background-color:#fec801;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#KCA5CmXPdPoQQalkJlUE8VTwx8Xfmz67 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(98,63,117,0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:43.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:#fec801;display:block;width:41.875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:11.4375rem;left:-0.0625rem;height:8.53125rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { z-index:15003;top:37.03125rem;left:0rem;background-color:#fec801;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#mTUPs29xobkzUkB6Ihfb1L3dH4qc1knX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#623f75;padding-top:0.4575rem;padding-right:0.436875rem;padding-bottom:0.4575rem;padding-left:0.436875rem;display:block;align-items:center;width:2.618125rem;min-width:2.618125rem;height:2.454375rem;position:relative;font-family:lato;font-size:1.826875rem;font-weight:700;line-height:39.27px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-label { background-color:;background-image:none;color:#623f75;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.285625rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.490625rem;height:0.85rem;position:relative;font-family:lato;font-size:0.685625rem;font-weight:400;line-height:13.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { 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:17.9375rem;height:4.505rem;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:31.3125rem;left:30rem;z-index:15003; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb { width:auto; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
#HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { position:absolute;display:block;z-index:14992;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.8125rem;width:18.9375rem;top:9.625rem;left:44.5625rem;overflow:hidden;display:block; }
#EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { position:absolute;display:block;z-index:14988;background-color:#fec801;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:287.5rem;border-top-right-radius:287.5rem;border-bottom-left-radius:287.5rem;border-bottom-right-radius:287.5rem;box-shadow: none;height:27.6875rem;width:27.6875rem;top:13.25rem;left:39.6875rem;display:block; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;background-color:#fef9f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:12.6875rem;width:12.6875rem;top:10.15625rem;left:60.4375rem;display:block; }
#JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { color:#623f75;display:block;width:12.4375rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:15039;line-height:1.2;letter-spacing:0;top:14.35546875rem;left:60.625rem;height:5.0996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { color:#ffffff;display:block;width:11.75rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15005;line-height:1.7;letter-spacing:0;top:28.75rem;left:29.75rem;height:1.48730625rem;text-align:left;text-align-last:left;display:block; }
#bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { color:#ffffff;display:block;width:19.625rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:28.015625rem;left:3.3125rem;height:6.46875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { position:absolute;display:block;z-index:15023;background-color:#ffcc80;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:7.25rem;width:0.125rem;top:27.625rem;left:1.5625rem;display:block; }
#CZrEha341fwbWA8oAlCdTi63T5zBpz5C { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.875rem;top:6.5625rem;left:41.5rem;overflow:hidden;display:block; }
#Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { color:#623f75;display:block;width:7.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:7.125rem;left:41.5625rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OmoiccszVOLpIZ8MMid59fxgTJCETCOm { position:absolute;display:block;z-index:14996;background-color:#fef9f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;height:6.0625rem;width:18.625rem;top:30.5625rem;left:29.6875rem;display:block; }
#GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { position:absolute;display:block;z-index:14988;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:7.9375rem;width:5.375rem;top:13.5rem;left:42.125rem;display:block; }#GMVHrLMxfLdMc20owE9B573spZ1uAwO2.adaptive-delivery-prevent-bg, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyload, #GMVHrLMxfLdMc20owE9B573spZ1uAwO2.lazyloading { background-image: none; }
#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { position:absolute;display:block;z-index:14989;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:9.6875rem;width:4.875rem;top:31.4375rem;left:60.3125rem;display:block; }#nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.adaptive-delivery-prevent-bg, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyload, #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl.lazyloading { background-image: none; }
#rZTBBS2ISo9teiymeIvZrzzfgFbSgA6u { color:#ffffff;display:block;width:38.875rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:7.8125rem;left:0rem;height:1.96875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QJZiZ5TwGDcanIzwCNu0ai8M2whZal0v { color:#fef9f5;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.455078125rem;left:0rem;height:3.736325rem;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH { 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; }#zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH > .row .container { background-color: transparent; background-image: none; }#zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH > .row .container > .video-iframe-container { display: none; }#zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH > .row > .video-iframe-container { display: none; }#zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH > .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); }#zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH > .row .container { border-width: 0; border-radius: 0; }#zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH > .row .container { font-size:0.875rem;font-family:arial;height:47.6875rem;width:75rem;position:relative;display:block; }#I6R0mQfqfz3Hau0UucAPimozhevQ2qcr { color:#000000;display:block;width:46.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15003;line-height:1.4;letter-spacing:0;top:4.3125rem;left:5.1875rem;height:6.2988125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#L69oUn39NUfxnao0cbqiUivnBGyCyd02 { color:#000000;display:block;width:31.9375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.6;letter-spacing:0;top:14.28125rem;left:5.1875rem;height:27.18753125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#INVuARllV8Nr2R4DnKaNKZfru19wiZNg { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.8125rem;border-top-right-radius:1.8125rem;border-bottom-left-radius:1.8125rem;border-bottom-right-radius:1.8125rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:30.25rem;width:27.1875rem;top:11.6875rem;left:42.821841032609rem;overflow:hidden;display:block; }
#Loz9DCxBELQZEi798UPmlFwKKTwn04ce { box-sizing:content-box;height:1rem;width:4rem;position:absolute;display:block;z-index:15007;background-color:#fec901;background-image:none;top:11.8125rem;left:5.1875rem;border-top-right-radius:0.5625rem;border-bottom-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-top-left-radius:0.5625rem;display:block; }
#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { background-color: transparent; background-image: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { display: none; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .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); }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { border-width: 0; border-radius: 0; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { font-size:0.875rem;font-family:arial;height:16.3125rem;width:75rem;position:relative;display:block; }#ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.1494125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(31,51,59,0.8);display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:10.4609375rem;left:15.625rem;height:2.0244125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ { position:relative;display:block; }#lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ { background-color: transparent; background-image: none; }#lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ > .row .container > .video-iframe-container { display: none; }#lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ > .row > .video-iframe-container { display: none; }#lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ > .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); }#lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ { border-width: 0; border-radius: 0; }#lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ > .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; }#lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fef9f5;background-image:none;font-size:0.875rem;font-family:arial;height:72.25rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#hxK4ulus8NxsL0GJSPire2TL81pvWwFM { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.4375rem;left:13.6875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WfXtlxrlUshU9k8X1eNaIOrmA14ltJ2X { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:0.875rem;left:12.28125rem; }
#tPH1hgftPSCs3TbrfTy1VTQBcg8QxxFT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;opacity:1;top:1.25rem;left:12.375rem; }
#zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { color:#000000;display:block;width:48.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.4;letter-spacing:0;top:1.9375rem;left:19.625rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#c8FaIeB5mstXze2uAXMsWtNcU38pwhFE { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.125rem;width:2.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:30.44921875rem;left:13.6875rem; }
#PBoTJNEdKyef1tzXqQRSsvpcZthkCtSL { color:#000000;display:block;width:41.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.4;letter-spacing:0;top:30.44921875rem;left:19.625rem;height:2.0996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AQ6P2vQ3vNlFPxUkW3BPRrb4vE9b8o1h { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:14.375rem;width:17.875rem;top:50.6005859375rem;left:2.9375rem;overflow:hidden;display:block; }
#gfCo2210f6BhLLcgPtZl6ZT6tJSUr4Qe { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:15.125rem;width:18.75rem;top:50.2255859375rem;left:52.875rem;overflow:hidden;display:block; }
#bfecE0NK2gZMwebxqmvN5LdSeS8OSdwN { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.75rem;border-top-right-radius:3.75rem;border-bottom-left-radius:3.75rem;border-bottom-right-radius:3.75rem;box-shadow: none;height:15.125rem;width:18.75rem;top:50.2255859375rem;left:28.125rem;overflow:hidden;display:block; }
#DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { z-index:15003;top:39.8505859375rem;left:27.25rem;background-color:#623f75;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.6875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.5rem;height:4.875rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#l0kwLBfM1NXvvNRnOlvTbJ41TSZ9s7XJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XB34eMbTnrGlXevTlOzNW0FXr3i5rOQe { color:#000000;display:block;width:43.5625rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15008;line-height:1.4;letter-spacing:0;top:7.78125rem;left:19.625rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#nE163mOSyGm5dQQ56pJ1AqQOArJx1u5S { color:#000000;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.4;letter-spacing:0;top:13.59375rem;left:19.625rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#oITRubBCrtJewB7GRz99V9h0tpThUbie { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:7.3125rem;left:13.6875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qMq7x4nZ3tui7RTfsTTtyGUAE0x3yKr0 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:6.75rem;left:12.25rem; }
#W2XLSX60XBOVTikTcJcf6wSESGKApcOk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:7.125rem;left:12.375rem; }
#NupCuTiZAENaTLHCIsywbFpMkRTmuUiW { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:13.3125rem;left:13.6875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#DbhZz9DTId4sl7OTAcbEpTvere3xDp5H { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:12.75rem;left:12.25rem; }
#CM4T185SXivhFpep4Qs8Z57GzW9a1kFm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:13.125rem;left:12.375rem; }
#w2in6qkHt3kfFDHenkVIv8F1Pu9hRZmT { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19rem;left:13.6875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Egot3SHbVR1cyzN647C2h6JKKi7VgzyW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:18.4375rem;left:12.25rem; }
#rwKnzzsy6hOLvxzkWpGk4rQmwaitIVyw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:18.8125rem;left:12.375rem; }
#pN9tHuEaKAd4vXWsMCTh1mnmml266TET { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:29.875rem;left:12.25rem; }
#TZVTKqoysAsau6fVQLGASn3NGrP8OmkU { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:30.25rem;left:12.375rem; }
#R2IuJs67LEIgB3ArlpSlPuGCFSsoFZqR { color:#ffffff;display:block;width:2.875rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:400;z-index:15022;line-height:1.3;letter-spacing:0;top:24.625rem;left:13.6875rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lEIHlT5qaFezHHwhhzpLygwQgDFESF8N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5rem;width:5.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:24.0625rem;left:12.25rem; }
#uKgmVUHguJwtZoVVQEFCyfkcDc12kRvy { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.6875rem;width:5.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:24.4375rem;left:12.375rem; }
#z1rRynyVvmVUT33GMSktUFmTHGVmMF2N { color:#000000;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15020;line-height:1.4;letter-spacing:0;top:19.3125rem;left:19.625rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Xctk9o2E6m5LNzCFVs2iFoPUliZp44iM { color:#000000;display:block;width:45.5rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:700;z-index:15024;line-height:1.4;letter-spacing:0;top:24.75rem;left:19.625rem;height:2.1875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#623f75;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; }#p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh > .row .container { background-color: transparent; background-image: none; }#p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh > .row .container > .video-iframe-container { display: none; }#p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh > .row > .video-iframe-container { display: none; }#p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh > .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); }#p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh > .row .container { border-width: 0; border-radius: 0; }#p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:block; }#DmQRNwbxJdU25UN45Lk698ECtiv16XVL { position:absolute;display:block;z-index:15003;background-color:#764c8c;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: none;height:7.25rem;width:9.1875rem;top:5.1875rem;left:10.8125rem;display:block; }
#Q82tAQCpTHaO47lMbIGCo7a8TDXRy0Ra { color:#ffffff;display:block;width:21.625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:15005;line-height:1.1;letter-spacing:0;top:6.5rem;left:14.4375rem;height:4.94921875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#S5fUDWcU2ZLN6ggPJTMe8DtT5rHfv9XW { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:700;z-index:15032;line-height:1.3;letter-spacing:0;top:20.1875rem;left:24.53125rem;height:4.548825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KkcZbofqMFVQvUSS0gPNEOMlKuFPSHZZ { color:#ffffff;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15033;line-height:1.3;letter-spacing:0;top:26.068359375rem;left:24.53125rem;height:1.29980625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Hgq3Z8wtZfW4hobu7CEGLvbI5SFKBTNU { 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:14.125rem;width:14rem;top:17.5107421875rem;left:8.40625rem;overflow:hidden;display:block; }
#fPn3U6Q0SiJHPCT82lwiZp2FCu29NKnh { color:#ffffff;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:20.1875rem;left:39.375rem;height:8.7715rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#DxHTl63DA48sHetRC8AG4y0gCkEID9TL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { background-color: transparent; background-image: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { display: none; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .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); }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { border-width: 0; border-radius: 0; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { font-size:0.875rem;font-family:arial;height:13.125rem;width:75rem;position:relative;display:block; }#ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:5.099609375rem;left:15.625rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { background-color: transparent; background-image: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { display: none; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .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); }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { border-width: 0; border-radius: 0; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { font-size:0.875rem;font-family:arial;height:16rem;width:75rem;position:relative;display:block; }#X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5rem;left:2.5rem;height:5.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#N78AIP01TatvehqHqqfTw6IfTP46HvAD { color:#000000;display:block;width:17.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:29rem;height:5.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { color:#000000;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:5rem;left:54rem;height:5.84765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { position:absolute;display:block;z-index:15017;background-color:#fec801;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:4.1875rem;width:1.875rem;top:0rem;left:2.5rem;display:block; }
#QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { position:absolute;display:block;z-index:15018;background-color:#fec801;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:4.1875rem;width:1.875rem;top:0rem;left:29rem;display:block; }
#hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { position:absolute;display:block;z-index:15019;background-color:#fec801;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:4.1875rem;width:1.875rem;top:0rem;left:54rem;display:block; }
#lnV87WH1v67oRD91T0c1MAiVHaKJ3VLf { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:3.5rem;top:0rem;left:3.53125rem;overflow:hidden;display:block; }
#JUkSwH7MvoXgv4gCnukoyNDO2HnnLLpI { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:3.375rem;top:0.40625rem;left:29.78125rem;overflow:hidden;display:block; }
#wxbT1FA14vKmcNOsUp3grypi5d0X7ZWA { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3rem;width:3rem;top:0.59375rem;left:54.90625rem;overflow:hidden;display:block; }
#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { background-color: transparent; background-image: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { display: none; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .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); }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { border-width: 0; border-radius: 0; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { font-size:0.875rem;font-family:arial;height:9.4375rem;width:75rem;position:relative;display:block; }#vOePcIe7NyS3VGrLhTVCXKSMLTLXQE5V { z-index:15004;top:0.9375rem;left:30.46875rem;background-color:#fec801;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.3125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#zPrFsqJrTa1f6Gdw3GKqGpl2wSSo15z3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#623f75;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; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { background-color: transparent; background-image: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { display: none; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .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); }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { border-width: 0; border-radius: 0; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { font-size:0.875rem;font-family:arial;height:5.3125rem;width:75rem;position:relative;display:block; }#TDbn1CU8owwK70dz5iFwslozTPvG6phG { color:rgba(255,255,255,0.6);display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:15.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#623f75;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; }#eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx > .row .container { background-color: transparent; background-image: none; }#eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx > .row .container > .video-iframe-container { display: none; }#eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx > .row > .video-iframe-container { display: none; }#eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx > .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); }#eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx > .row .container { border-width: 0; border-radius: 0; }#eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx > .row .container { font-size:0.875rem;font-family:arial;height:29.375rem;width:75rem;position:relative;display:block; }#paaees66wVGQfn18npPDQeR6nRQeAKUS { color:#ffffff;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:3.0625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:3.75rem;left:0rem;height:3.98046875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XvARDEDr90PTuPUOqcqzi42bw9hMlUXl { position:absolute;display:block;z-index:15005;background-color:#fef9f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:10.9375rem;left:15.4375rem;display:block; }
#EMCec6QsILA3myeXHMydV3TJT9ZeR784 { color:#000000;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:11.5rem;left:15.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DuQHvp62H9xbmW2pG5q9eaHZGDwJ6e7n { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:19.3359375rem;left:8.5625rem;height:6.499025rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#HMKxG9pL60mkRwgBCxpcOk0qALQyaTy2 { position:absolute;display:block;z-index:15008;background-color:#fef9f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:10.9375rem;left:36.0625rem;display:block; }
#tOrQyVn2GQuvBK7NtkRtHBu0vNoF8Ghk { color:#000000;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:11.5rem;left:36.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kCshyKxoeT3Wa7TvpGrFFbMGbz50txhr { position:absolute;display:block;z-index:15011;background-color:#fef9f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:10.9375rem;left:56.625rem;display:block; }
#UPvCq2wTOUcRHN5nDJzHm80blsBfCu2O { color:#000000;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:11.5rem;left:56.875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ow3JmmdU4R0NykqTP88WHJzRyLc6FFEs { color:#ffffff;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:15.6875rem;left:27rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Qwfk9yIStwNDp4acriMMCr2d0Qo5JNJp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.28125rem;left:23.65625rem; }
#GBd73A0b7yAA7MdyTLeB2A3mh1nfuxGH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:9.28125rem;left:45.15625rem; }
#NmrrE0pJoZ7eRcfB3oMJCbbTLRsyJAkq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:6.25rem;width:6.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:9.28125rem;left:23.65625rem;display:none; }
#zZsbrVszTl0eSJFBNOrRdn8zvDIcO5ld { color:#ffffff;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:15.75rem;left:6.40625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XcCcsPMDTHnJ9MCSTTOr9qNLygyv0kx3 { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:19.3359375rem;left:29.5rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FclkeTSQ10GoaNPo0LkNX9ridcKWI9W6 { color:#ffffff;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:15.75rem;left:47.625rem;height:2.923825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wu9TPI7cCCmdLbIU0tIL1cNsUoVWPmSl { color:#ffffff;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:19.375rem;left:50.125rem;height:6.499rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { background-color: transparent; background-image: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { display: none; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .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); }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { border-width: 0; border-radius: 0; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { font-size:0.875rem;font-family:arial;height:13.6875rem;width:75rem;position:relative;display:block; }#d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:7.3125rem;left:15.625rem;height:2.92480625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { color:rgba(31,51,59,0.6);display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { background-color: transparent; background-image: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container > .video-iframe-container { display: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container { display: none; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .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); }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { border-width: 0; border-radius: 0; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:12.5rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:50rem;top:0rem;left:12.5rem;display:block; }
#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { background-color: transparent; background-image: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container > .video-iframe-container { display: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container { display: none; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .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); }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { border-width: 0; border-radius: 0; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { font-size:0.875rem;font-family:arial;height:4.9375rem;width:75rem;position:relative;display:block; }#BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:12.5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { background-color: transparent; background-image: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container > .video-iframe-container { display: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container { display: none; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .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); }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { border-width: 0; border-radius: 0; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:12.5rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#lffezyGDaKTMW3HZohZAFeO08UTMRH1u { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:50rem;top:0rem;left:12.5rem;display:block; }
#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { background-color: transparent; background-image: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container > .video-iframe-container { display: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container { display: none; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .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); }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { border-width: 0; border-radius: 0; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { font-size:0.875rem;font-family:arial;height:4.5rem;width:75rem;position:relative;display:block; }#hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:12.5rem;height:3.5996125rem;text-align:left;text-align-last:left;display:block; }
#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { background-color: transparent; background-image: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container > .video-iframe-container { display: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container { display: none; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .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); }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { border-width: 0; border-radius: 0; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { font-size:0.875rem;font-family:arial;height:4.75rem;width:75rem;position:relative;display:block; }#k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { color:#1f333b;display:block;width:47.25rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.619140625rem;left:12.5rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { position:absolute;display:block;z-index:15000;background-color:transparent;background-image:none;border-top:0.0625rem solid #dcdcdc;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.5rem;width:50rem;top:0rem;left:12.5rem;display:block; }
#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { background-color: transparent; background-image: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container > .video-iframe-container { display: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container { display: none; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .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); }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { border-width: 0; border-radius: 0; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { font-size:0.875rem;font-family:arial;height:4.5625rem;width:75rem;position:relative;display:block; }#dAzeVUaet2UH22BunvFi78J6pDITLm49 { color:#1f333b;display:block;width:52.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:0.625rem;left:12.5rem;height:1.79980625rem;text-align:left;text-align-last:left;display:block; }
#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { background-color: transparent; background-image: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { display: none; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .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); }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { border-width: 0; border-radius: 0; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#623f75;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; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { background-color: transparent; background-image: none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container > .video-iframe-container { display: none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container { display: none; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .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); }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { border-width: 0; border-radius: 0; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { font-size:0.875rem;font-family:arial;height:17.25rem;width:75rem;position:relative;display:block; }#VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { color:#ffffff;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.3125rem;left:15.625rem;height:3.1494125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zUEM62DzMfPJ8mW5A7FcXWE177cKqaGT { color:rgba(255,255,255,0.6);display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#DT6TgSJhXn8ePw8aeT6umznLulT7xy0i { color:rgba(255,255,255,0.8);display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.5rem;left:15.625rem;height:2.0244125rem;text-align:center;text-align-last:center;display:block; }
#M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#623f75;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; }#M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB > .row .container { background-color: transparent; background-image: none; }#M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB > .row .container > .video-iframe-container { display: none; }#M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB > .row > .video-iframe-container { display: none; }#M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB > .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); }#M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB > .row .container { border-width: 0; border-radius: 0; }#M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB > .row .container { font-size:0.875rem;font-family:arial;height:98.6875rem;width:75rem;position:relative;display:block; }#Mao9f4DDPPlKdqAyciZ77rglSWspM5Uw { color:rgba(255,255,255,0.7);display:block;width:30.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:7.125rem;left:7.5625rem;height:22.3945rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NCJSTo3Tuv28JAuf9QTAmOmzEWJnDCtD { color:rgba(255,255,255,0.7);display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:13.1875rem;left:47.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XkceSUZTz9Q78UbkkN2Eg3ETkWw738L6 { color:rgba(255,255,255,0.7);display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15012;line-height:1.6;letter-spacing:0;top:18.0625rem;left:47.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#FWPEL8wzxGIPzMdicZPUDfOoBAMTUSra { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:15.125rem;width:18rem;top:44.8125rem;left:6.125rem;display:block; }
#Bxtb0eRAzQ299q4QOmrV2avksM5s3sH5 { color:#623f75;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:46.875rem;left:10.9375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SUa37R1cRkTen0Q6IODFTiTXQlmGAas7 { color:rgba(30,30,30,0.7);display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:52.75rem;left:7.5625rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#SJ4EBG6aQLQXIS19xaG3V8pTPz2D3VND { color:rgba(255,255,255,0.7);display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:2.8125rem;left:17.4375rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I3La4dlVOGoX3kyrTWaEfwRTbOOd16OI { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:2.8125rem;top:13.1875rem;left:42.625rem;overflow:hidden;display:block; }
#wZ9RXBKOcA1LrztVzNQ5D5Fk4tAziPQu { position:absolute;display:block;z-index:15036;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.4375rem;width:3.4375rem;top:18.5rem;left:42.25rem;overflow:hidden;display:block; }
#cvRVz3LuRO8yGP8cmrOoErlNyTUgk7Cm { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.3125rem;width:3.3125rem;top:23.4375rem;left:42.25rem;overflow:hidden;display:block; }
#H68Z2oeoqFD0xNOTdnTq2TUnmf7tR5vT { color:rgba(255,255,255,0.7);display:block;width:25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15013;line-height:1.6;letter-spacing:0;top:23.5625rem;left:47.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OJrPruQTl7OKsvF2kSToTyMARTw1UaPE { color:#ffffff;display:block;width:38.5625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:38.3125rem;left:19.25rem;height:3.1494125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uvzaEV51s4gSTzTtZKNdrtDovh87JTC9 { color:rgba(30,30,30,0.7);display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:52.75rem;left:29.75rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ln7wnKg3g5o89ITkJTQXhygtvHMXXWcL { color:rgba(255,255,255,0.7);display:block;width:27.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:7.125rem;left:42.625rem;height:3.19921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZQ07Ppw6Du5letMSsJRDUUTi8fF4ybEu { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:8.0625rem;top:3.21875rem;left:7.5625rem;overflow:hidden;display:block; }
#OU0VAlXVphzrCffi8tCR6TmwsWxuPlAW { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15046;background-color:#fec901;background-image:none;top:48.625rem;left:8.1875rem;display:block; }
#uAgZ0HiAyIOpm5Uh9Edw40FqW5V2Uo50 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15048;background-color:#fec901;background-image:none;top:48.625rem;left:31.1875rem;display:block; }
#xsazNi4xJwDJfUdSFI7zp9WCmXdMCLie { color:#623f75;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:47.75rem;left:33.75rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#KP6HLx4gExxp3TeACzdsWB2lNIGVQO9b { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:15.125rem;width:18rem;top:44.8125rem;left:28.4375rem;display:block; }
#zLUeW94fAyOherPy8z6us6q8vIlJTWep { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:15.125rem;width:18rem;top:44.8125rem;left:50.9375rem;display:block; }
#Z4WKEihXaHbUbATMKI377p4EkcAg3Hu1 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15052;background-color:#fec901;background-image:none;top:48.625rem;left:53.6875rem;display:block; }
#pwpLQPwT280HW6ccrGK8IClJHTZMaI32 { color:#623f75;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:47.75rem;left:56.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ul0xhlPsPhuRaDXoki08rozPV1LbLM3I { color:rgba(30,30,30,0.7);display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15022;line-height:1.5;letter-spacing:0;top:52.75rem;left:52.25rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rL52l6JVtPXQGgOgHW3Xfw7wW1zZmf7V { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15058;background-color:#fec901;background-image:none;top:65.75rem;left:8.1875rem;display:block; }
#VXOhT6nQIUTqP4XA7sH3vb2E6DBhI59v { color:#623f75;display:block;width:11.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.3;letter-spacing:0;top:64.75rem;left:10.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oz2AI636DZBN23yXZ9NsBU2oXimtS669 { position:absolute;display:block;z-index:15026;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:15.125rem;width:18rem;top:61.9375rem;left:6.125rem;display:block; }
#ufc5Qq8GFlQ1IvgTUJ9n1TlNxFvNyakK { color:rgba(30,30,30,0.7);display:block;width:15rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:69.875rem;left:7.5625rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v6AP5E6FLJG2HRXkT5uVUmDP5zoWrP5p { color:#623f75;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:63.75rem;left:33.75rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mbR6gpsEo5s3hSuIIwPISJGxtgozNUKG { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15060;background-color:#fec901;background-image:none;top:65.75rem;left:31.1875rem;display:block; }
#g4V6KTukpkIuIhRsU8SmrNg5Uw71Uy5n { color:rgba(30,30,30,0.7);display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15030;line-height:1.5;letter-spacing:0;top:69.875rem;left:29.75rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uRKeLqePC7rUC6tH3wiIFdS5qQ4vpRqr { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:15.125rem;width:18rem;top:61.9375rem;left:28.4375rem;display:block; }
#FgW6Py9k3rhfgvyTLmiiLImHqGEKy9c8 { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15064;background-color:#fec901;background-image:none;top:65.75rem;left:53.6875rem;display:block; }
#IEaBQx18exVMFBko5I1mzusfvH2UMgwr { color:#623f75;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:64.5625rem;left:56.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Hgw9GkrJwAa2seSd8KH136p3kx6kFwa0 { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:15.125rem;width:18rem;top:61.9375rem;left:50.9375rem;display:block; }
#nEGUq26DD44WTT8wNhNoUlo2vKJmREdG { color:rgba(30,30,30,0.7);display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:69.875rem;left:52.25rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DPgaXIN3DTPhAIH9AEo01Xw0lLSqzEPD { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15070;background-color:#fec901;background-image:none;top:83.3125rem;left:8.1875rem;display:block; }
#osyUK2OcBdhNr0RfLkwu4Hu5SK1wCqJd { color:#623f75;display:block;width:10.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15040;line-height:1.3;letter-spacing:0;top:82.3125rem;left:10.9375rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pcvq9aLwoX74Uiz1uJibWax6ozzB3cNS { color:rgba(30,30,30,0.7);display:block;width:15.25rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15041;line-height:1.5;letter-spacing:0;top:87.1875rem;left:7.4375rem;height:5.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ecpJyfGEOTOzTfm6SPH1igkTSlayniB8 { color:#623f75;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:81.4375rem;left:32.6875rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#r1efUXynaVm1KNhuvXxApoIfZRXzTC7n { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15072;background-color:#fec901;background-image:none;top:83.25rem;left:30.125rem;display:block; }
#reNGT43KnJy4xMhvKl1sFUrsqnqdk04N { color:rgba(30,30,30,0.7);display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15042;line-height:1.5;letter-spacing:0;top:87.4375rem;left:29.75rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t151HVkE2nAptJuZE8ePz0lAzf2znBLv { position:absolute;display:block;z-index:15043;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:15.125rem;width:18rem;top:79.5rem;left:50.9375rem;display:block; }
#mJvQmOVTnJu1xPAGmKKKLlAbLOfV4TcQ { box-sizing:content-box;height:1.25rem;width:1.25rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15076;background-color:#fec901;background-image:none;top:83.3125rem;left:53.6875rem;display:block; }
#yma4fumpQHxKz16HzU83ZWE4kdo7k8Po { color:#623f75;display:block;width:14rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:82.4375rem;left:56.25rem;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#gsDgA27JdTLbQ36wddTUTm7dCHp1LlTo { color:rgba(30,30,30,0.7);display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:87.4375rem;left:52.25rem;height:4.21875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AvmnJwaPr4TicV4n2dn4TpmGyv5nJCde { position:absolute;display:block;z-index:15039;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:15.125rem;width:18rem;top:79.5rem;left:28.4375rem;display:block; }
#Km7WdHIt7SW5nLoQ2zTopApzdFSbf142 { position:absolute;display:block;z-index:15038;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:15.125rem;width:18rem;top:79.5rem;left:6.125rem;display:block; }
#FLTPLz7OLyT1kA97kNc37FsfS1ue2DFn { color:#623f75;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:63.05078125rem;left:52.875rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TyDV9T68LsJ1dNBFOg0ABqmZMFsvucxz { color:#623f75;display:block;width:4.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15077;line-height:1.3;letter-spacing:0;top:80.61328125rem;left:7.5625rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kHrklQIiioqCxAZANas6ifqWvAztzrvT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { background-color: transparent; background-image: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { display: none; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .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); }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { border-width: 0; border-radius: 0; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { font-size:0.875rem;font-family:arial;height:16.75rem;width:75rem;position:relative;display:block; }#pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { color:#000000;display:block;width:49.5625rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:7.5rem;left:12.71875rem;height:6.2988125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { color:rgba(0,0,0,0.6);display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:3.75rem;left:15.625rem;height:1.625rem;text-align:center;text-align-last:center;display:block; }
#llMs3EbihRMkk37aBsaGgQSbzudAvRTL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { background-color: transparent; background-image: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { display: none; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .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); }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { border-width: 0; border-radius: 0; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { font-size:0.875rem;font-family:arial;height:46.75rem;width:75rem;position:relative;display:block; }#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:transparent;background-image:none;color:#623f75;padding-top:0.5675rem;padding-right:0.535rem;padding-bottom:0.5675rem;padding-left:0.535rem;display:block;align-items:center;width:3.20625rem;min-width:3.20625rem;height:3.04375rem;position:relative;font-family:lato;font-size:2.265625rem;font-weight:700;line-height:48.7px;text-align:center;text-align-last:center;top:0rem;left:0rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-label { background-color:;background-image:none;color:#623f75;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.354375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:4.275rem;height:1.05375rem;position:relative;font-family:lato;font-size:0.85rem;font-weight:400;line-height:16.86px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { 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:21.125rem;height:5.586875rem;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:1.83203125rem;left:26.9375rem;z-index:15004; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH { width:auto; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
#qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { position:absolute;display:block;z-index:15023;background-color:#fec801;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:5.25rem;width:0.125rem;top:16.25rem;left:12.25rem;display:block; }
#olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { color:#1f333b;display:block;width:21.4375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:16.0625rem;left:14.1875rem;height:5.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.75rem;width:7.875rem;top:26.6875rem;left:12.25rem;overflow:hidden;display:block; }
#ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { color:#1f333b;display:block;width:7.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15028;line-height:1.7;letter-spacing:0;top:27.25rem;left:12.25rem;height:3.1875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-form-header {  }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:bold;color:#000000;width:22.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #1f333b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.375rem;box-sizing:border-box;height:2.625rem;color:#1f333b;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #1f333b;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.375rem;box-sizing:border-box;height:4.375rem;color:#1f333b;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:lato;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:#623f75;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:4.5rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.25rem;font-weight:bold;color:#ffffff;width:17.875rem;height:3.25rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-moz-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-moz-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]:-ms-input-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr [class*="-text"]::-webkit-input-placeholder { color:#1f333b;font-family:lato;font-size:0.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.125rem;overflow:hidden;font-style:normal;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:lato;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:first-of-type{padding-top:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-container:last-of-type{padding-bottom:0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.474609375rem;left:37.53125rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.375rem;display:block;vertical-align:top; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:14997;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:17.474609375rem;left:37.53125rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Li7GZRmHI42ieb5sHG3BBOOC8rFiTlc1 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #hsy2oNRKoVwkVmATwoTirocCTBgc65u6 { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uMhD4pUF6tz3Ep994V4tS5TXV2EnHfug { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP { position:relative;display:none; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt { position:relative;z-index:2; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa { position:relative; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ { position:relative; }
#hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { position:absolute;display:block;z-index:14996;background-color:#fec801;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:26rem;width:26.1875rem;top:16.0625rem;left:36.875rem;display:block; }
#dc6AZLG4t89AGyrTrUsVX46siANKxa6b { position:absolute;display:block;z-index:15027;background-color:#623f75;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:6.875rem;width:6.875rem;top:11rem;left:56.5625rem;display:block; }
#rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { color:#000000;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:0rem;left:15.625rem;height:1.59375rem;text-align:center;text-align-last:center;display:block; }
#LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { position:absolute;display:block;z-index:14994;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:18.75rem;width:24.4375rem;top:25rem;left:14.1875rem;overflow:hidden;display:block; }
#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { position:absolute;display:block;z-index:14990;background-color:rgba(0,0,0,0);background-image:url("https://images.assets-landingi.com/uc/6a90e5e2-2365-41cd-acc0-40606847989b/DOT.svg");background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !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:9.8125rem;width:7.1875rem;top:32.75rem;left:60.3125rem;display:block; }#M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.adaptive-delivery-prevent-bg, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyload, #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG.lazyloading { background-image: none; }
#GfKDaeZ8MoDPrOLFfbJe96DIp90BeUdJ { color:#fef9f4;display:block;width:10.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:400;z-index:15040;line-height:1.2;letter-spacing:0;top:13.25rem;left:54.6875rem;height:2.699225rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IT14aMOGl6FbyXp7uzw6HQsmcKgm3La3 { color:#623f75;display:block;width:23rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:10.625rem;left:35.625rem;height:3.9375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA { position:relative;display:block; }#C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA { background-color: transparent; background-image: none; }#C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA > .row .container > .video-iframe-container { display: none; }#C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA > .row > .video-iframe-container { display: none; }#C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA > .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); }#C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA { border-width: 0; border-radius: 0; }#C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA > .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; }#C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#fef9f4;background-image:none;font-size:0.875rem;font-family:arial;height:23.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#l1zhBbWzWDDplq2KTd7znmMphx5Tu8LP { color:#1f333b;display:block;width:43.75rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:2.375rem;left:15.625rem;height:3.1494125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#li1vLDWFH3JiOT3i7QE4FaD0GN4vLdTm { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:4.3125rem;top:8.5625rem;left:12.84375rem;overflow:hidden;display:block; }
#Dv0stXnElRpg4OIfMoaKF6KKfgEMKZ6u { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:13.5rem;width:56.8125rem;top:6.6875rem;left:8.6875rem;display:block; }
#RFM1KsS4g52HNzIf54ikVbcTrNbPXOXT { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:6.5625rem;top:8.0625rem;left:20.96875rem;overflow:hidden;display:block; }
#pPTz4aA6k95ZSOk7l6F01U6PkchTscW5 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.625rem;width:11.125rem;top:8rem;left:30.59375rem;overflow:hidden;display:block; }
#ixsmUTlZzL35JXRZ8ekKSO2SRtDW86TQ { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:12.5625rem;top:9.15625rem;left:43.09375rem;overflow:hidden;display:block; }
#oD6ILe4ryHaQ4ID2llQDROuFJObWSZin { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:5.625rem;top:8.03125rem;left:56.2060546875rem;overflow:hidden;display:block; }
#QTMX6U1leeDKsua3JIZWuBED4WO52Qrw { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.4375rem;width:11.625rem;top:12.875rem;left:21.59375rem;overflow:hidden;display:block; }
#cIHS720tQCpfbhJVskZPQu9NWt1Rdc1c { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:13.375rem;top:14.21875rem;left:37.78125rem;overflow:hidden;display:block; }
#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { border-top:0.3125rem solid #623f75;border-left:0;border-right:0;border-bottom:0;background-color:#fef9f4;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; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { background-color: transparent; background-image: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { display: none; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .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); }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { border-width: 0; border-radius: 0; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { font-size:0.875rem;font-family:arial;height:13.9375rem;width:75rem;position:relative;display:block; }#oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { color:#1f333b;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.8;letter-spacing:0;top:3.5rem;left:31.125rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#nGT2ptMX9WuxGA1JSIuLX7hbTx5n70Ht { color:rgba(0,0,0,0.7);display:block;width:15.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:7.162109375rem;left:2.5rem;height:3rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mITUvqmhCcTfmf6UrftcUBw7eUB04RSd { color:#1f333b;display:block;width:11.6875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15007;line-height:1.8;letter-spacing:0;top:6.125rem;left:31.125rem;height:2.25rem;text-align:left;text-align-last:left;display:block; }
#WBIMO2x0044tZFDyT2FXQ1ToSIhQmpCu { color:#1f333b;display:block;width:13.9375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15008;line-height:1.8;letter-spacing:0;top:3.375rem;left:57.4375rem;height:4.5rem;text-align:left;text-align-last:left;display:block; }
#XyfuJSCco9reCklNfGNHQdoTPDupAHcf { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:1.9375rem;top:6.5625rem;left:28.25rem;overflow:hidden;display:block; }
#onxyMR1eWMUlzZXTdDBb8O5l4JscRgXQ { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:2.3125rem;top:3.34375rem;left:28.0625rem;overflow:hidden;display:block; }
#nTwB8y9ZPxEHWF5GE3yC2CiIL0l82ver { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:3.875rem;left:54rem;overflow:hidden;display:block; }
#ZrhboQdI9CB1iwcEFsGL2qWTZyVuciSP { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:10.3125rem;top:3rem;left:2.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UZD7U4Oin20l042AgmxFDgFcqLRe48vT { display:block; }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQE4X7i0vVPxrZlTciUm0BGdIyILVvda { width:6.5rem;height:2.1875rem;top:1.1875rem;left:11.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQvNs8pAETEWPME3giCc1dEWrDF5xJVR { display:block; }
 }@media only screen and (max-width: 763px) { #MXAM3xFXhbOpNDlgcZw5Sh9pTxXlOmVw { width:6.5rem;height:2.1875rem;top:1.1875rem;left:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q11QcEvuFlJ8WnZNfJlRLuGmT5xZIa7x { display:block; }
 }@media only screen and (max-width: 763px) { #WnVTJQcuXVRunifp1124RxzarxlrguqE { width:2.9375rem;height:2.1875rem;top:1.1875rem;left:41.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOqDBStokQAyzhtaOJgnhQWBpFonqaLT { display:block; }
 }@media only screen and (max-width: 763px) { #gu2AgFOPaqOTEK0OLroC8v9dRZok8c02 { width:6.5rem;height:2.1875rem;top:1.1875rem;left:25.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgs1iJRrAWFMWEVHodR03TaMKHJLPAXy { display:block; }
 }@media only screen and (max-width: 763px) { #dNXNcostp5TvzUzTKUUh6KEzBgtzXE68 { width:7.6875rem;height:2.4375rem;top:1.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvG75IS94P3cTGEZTrrndV62oKpRW17N { width:7.5rem;height:2.1875rem;top:1.1875rem;left:33.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgUpiwxeQQ78AyQFXqovRUyARknrcuZq { display:block; }
 }@media only screen and (max-width: 763px) { #Ql9c4gUCTh8MiPim7mqHWMJDSqKmkF5k { top:1.125rem;left:37.6875rem;width:10.0625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCA5CmXPdPoQQalkJlUE8VTwx8Xfmz67 { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:41.875rem;height:;top:11.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { top:37rem;left:0rem;width:12.1875rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTUPs29xobkzUkB6Ihfb1L3dH4qc1knX { display:block; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .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; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { display:flex;width:18rem;height:5.0625rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:18.9375rem;height:33.8125rem;top:9.625rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:27.6875rem;height:27.6875rem;top:13.25rem;left:20.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:12.6875rem;height:12.6875rem;top:10.125rem;left:35.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:12.4375rem;height:5.0625rem;top:14.3125rem;left:35.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:11.75rem;height:1.4375rem;top:28.75rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:19.625rem;height:6.4375rem;top:28rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:7.25rem;top:27.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:7.875rem;height:5.75rem;top:6.5625rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:7.8125rem;height:3.1875rem;top:7.125rem;left:27.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:18.625rem;height:6.0625rem;top:30.5625rem;left:16.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:5.375rem;height:7.9375rem;top:13.5rem;left:28.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:4.875rem;height:9.6875rem;top:31.4375rem;left:42.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZTBBS2ISo9teiymeIvZrzzfgFbSgA6u { width:38.875rem;height:1.9375rem;top:7.8125rem;left:0rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJZiZ5TwGDcanIzwCNu0ai8M2whZal0v { width:37.75rem;height:3.75rem;top:21.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH { display:block; }#zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6R0mQfqfz3Hau0UucAPimozhevQ2qcr { width:46.4375rem;height:;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L69oUn39NUfxnao0cbqiUivnBGyCyd02 { width:31.9375rem;height:27.1875rem;top:14.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INVuARllV8Nr2R4DnKaNKZfru19wiZNg { top:11.6875rem;left:20.5625rem;width:27.1875rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loz9DCxBELQZEi798UPmlFwKKTwn04ce { top:11.8125rem;left:0rem;width:4rem;height:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:43.75rem;height:;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { width:43.75rem;height:1.625rem;top:3.75rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:43.75rem;height:2rem;top:10.4375rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ { display:block; }#lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:2.875rem;height:2.4375rem;top:1.4375rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfXtlxrlUshU9k8X1eNaIOrmA14ltJ2X { top:0.875rem;left:0rem;width:5.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPH1hgftPSCs3TbrfTy1VTQBcg8QxxFT { top:1.25rem;left:0rem;width:5.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:47.75rem;height:2.1875rem;top:1.9375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8FaIeB5mstXze2uAXMsWtNcU38pwhFE { top:30.4375rem;left:0.0625rem;width:2.3125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBoTJNEdKyef1tzXqQRSsvpcZthkCtSL { width:41.875rem;height:2.0625rem;top:30.4375rem;left:5.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AQ6P2vQ3vNlFPxUkW3BPRrb4vE9b8o1h { top:50.5625rem;left:0rem;width:17.875rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfCo2210f6BhLLcgPtZl6ZT6tJSUr4Qe { top:50.1875rem;left:29rem;width:18.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfecE0NK2gZMwebxqmvN5LdSeS8OSdwN { top:50.1875rem;left:14.5rem;width:18.75rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { top:39.8125rem;left:13.625rem;width:20.5rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0kwLBfM1NXvvNRnOlvTbJ41TSZ9s7XJ { display:block; }
 }@media only screen and (max-width: 763px) { #XB34eMbTnrGlXevTlOzNW0FXr3i5rOQe { width:43.5625rem;height:2.1875rem;top:7.75rem;left:4.1875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nE163mOSyGm5dQQ56pJ1AqQOArJx1u5S { width:45.5rem;height:2.1875rem;top:13.5625rem;left:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oITRubBCrtJewB7GRz99V9h0tpThUbie { width:2.875rem;height:2.4375rem;top:7.3125rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMq7x4nZ3tui7RTfsTTtyGUAE0x3yKr0 { top:6.75rem;left:0rem;width:5.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2XLSX60XBOVTikTcJcf6wSESGKApcOk { top:7.125rem;left:0rem;width:5.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NupCuTiZAENaTLHCIsywbFpMkRTmuUiW { width:2.875rem;height:2.4375rem;top:13.3125rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhZz9DTId4sl7OTAcbEpTvere3xDp5H { top:12.75rem;left:0rem;width:5.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CM4T185SXivhFpep4Qs8Z57GzW9a1kFm { top:13.125rem;left:0rem;width:5.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w2in6qkHt3kfFDHenkVIv8F1Pu9hRZmT { width:2.875rem;height:2.4375rem;top:19rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egot3SHbVR1cyzN647C2h6JKKi7VgzyW { top:18.4375rem;left:0rem;width:5.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwKnzzsy6hOLvxzkWpGk4rQmwaitIVyw { top:18.8125rem;left:0rem;width:5.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pN9tHuEaKAd4vXWsMCTh1mnmml266TET { top:29.875rem;left:0rem;width:5.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZVTKqoysAsau6fVQLGASn3NGrP8OmkU { top:30.25rem;left:0rem;width:5.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R2IuJs67LEIgB3ArlpSlPuGCFSsoFZqR { width:2.875rem;height:2.4375rem;top:24.625rem;left:0.0625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEIHlT5qaFezHHwhhzpLygwQgDFESF8N { top:24.0625rem;left:0rem;width:5.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uKgmVUHguJwtZoVVQEFCyfkcDc12kRvy { top:24.4375rem;left:0rem;width:5.375rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z1rRynyVvmVUT33GMSktUFmTHGVmMF2N { width:45.5rem;height:2.1875rem;top:19.3125rem;left:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xctk9o2E6m5LNzCFVs2iFoPUliZp44iM { width:45.5rem;height:2.1875rem;top:24.75rem;left:2.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh { display:block; }#p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DmQRNwbxJdU25UN45Lk698ECtiv16XVL { width:9.1875rem;height:7.25rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q82tAQCpTHaO47lMbIGCo7a8TDXRy0Ra { width:21.625rem;height:4.9375rem;top:6.5rem;left:0.8125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5fUDWcU2ZLN6ggPJTMe8DtT5rHfv9XW { width:19.6875rem;height:4.5rem;top:20.1875rem;left:10.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KkcZbofqMFVQvUSS0gPNEOMlKuFPSHZZ { width:19.6875rem;height:1.25rem;top:26.0625rem;left:10.90625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgq3Z8wtZfW4hobu7CEGLvbI5SFKBTNU { top:17.5rem;left:0rem;width:14rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPn3U6Q0SiJHPCT82lwiZp2FCu29NKnh { width:30.1875rem;height:8.75rem;top:20.1875rem;left:17.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:43.75rem;height:2.875rem;top:5.0625rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:17.0625rem;height:5.8125rem;top:5rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:17.0625rem;height:5.8125rem;top:5rem;left:14.6875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:20rem;height:5.8125rem;top:5rem;left:27.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:0rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:0rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnV87WH1v67oRD91T0c1MAiVHaKJ3VLf { top:0rem;left:0rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUkSwH7MvoXgv4gCnukoyNDO2HnnLLpI { top:0.375rem;left:16.09375rem;width:3.375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxbT1FA14vKmcNOsUp3grypi5d0X7ZWA { top:0.5625rem;left:32.09375rem;width:3rem;height:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOePcIe7NyS3VGrLhTVCXKSMLTLXQE5V { top:0.9375rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPrFsqJrTa1f6Gdw3GKqGpl2wSSo15z3 { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDbn1CU8owwK70dz5iFwslozTPvG6phG { width:43.75rem;height:1.625rem;top:3.125rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx { display:block; }#eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paaees66wVGQfn18npPDQeR6nRQeAKUS { top:3.75rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvARDEDr90PTuPUOqcqzi42bw9hMlUXl { top:10.9375rem;left:1.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMCec6QsILA3myeXHMydV3TJT9ZeR784 { top:11.5rem;left:2rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuQHvp62H9xbmW2pG5q9eaHZGDwJ6e7n { top:19.3125rem;left:0rem;width:16.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HMKxG9pL60mkRwgBCxpcOk0qALQyaTy2 { top:10.9375rem;left:22.4375rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOrQyVn2GQuvBK7NtkRtHBu0vNoF8Ghk { top:11.5rem;left:22.6875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCshyKxoeT3Wa7TvpGrFFbMGbz50txhr { top:10.9375rem;left:43rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPvCq2wTOUcRHN5nDJzHm80blsBfCu2O { top:11.5rem;left:43.25rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow3JmmdU4R0NykqTP88WHJzRyLc6FFEs { top:15.6875rem;left:13.375rem;width:21rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qwfk9yIStwNDp4acriMMCr2d0Qo5JNJp { top:9.25rem;left:10.03125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GBd73A0b7yAA7MdyTLeB2A3mh1nfuxGH { top:9.25rem;left:31.53125rem;width:6.25rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NmrrE0pJoZ7eRcfB3oMJCbbTLRsyJAkq { top:9.25rem;left:10.03125rem;width:6.25rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zZsbrVszTl0eSJFBNOrRdn8zvDIcO5ld { top:15.75rem;left:0rem;width:21rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcCcsPMDTHnJ9MCSTTOr9qNLygyv0kx3 { top:19.3125rem;left:15.875rem;width:16.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FclkeTSQ10GoaNPo0LkNX9ridcKWI9W6 { top:15.75rem;left:26.75rem;width:21rem;height:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu9TPI7cCCmdLbIU0tIL1cNsUoVWPmSl { top:19.375rem;left:31.0625rem;width:16.6875rem;height:6.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:43.75rem;height:;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:43.75rem;height:1.625rem;top:3.75rem;left:2rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { display:block; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { display:block; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:47.75rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { display:block; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:47.25rem;height:3.5625rem;top:0.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { display:block; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { width:47.25rem;height:1.9375rem;top:1.5625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { width:47.75rem;height:4.5rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { display:block; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAzeVUaet2UH22BunvFi78J6pDITLm49 { width:47.75rem;height:1.75rem;top:0.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e47aG4G4sNzUhNisF73K3LBInhJbatNa { display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { width:43.75rem;height:;top:7.3125rem;left:2rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEM62DzMfPJ8mW5A7FcXWE177cKqaGT { width:43.75rem;height:1.625rem;top:3.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6TgSJhXn8ePw8aeT6umznLulT7xy0i { width:43.75rem;height:2rem;top:11.5rem;left:2rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB { display:block; }#M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mao9f4DDPPlKdqAyciZ77rglSWspM5Uw { width:30.625rem;height:22.375rem;top:7.125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCJSTo3Tuv28JAuf9QTAmOmzEWJnDCtD { width:25rem;height:3rem;top:13.1875rem;left:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkceSUZTz9Q78UbkkN2Eg3ETkWw738L6 { width:25rem;height:4.5rem;top:18.0625rem;left:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWPEL8wzxGIPzMdicZPUDfOoBAMTUSra { width:18rem;height:15.125rem;top:44.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxtb0eRAzQ299q4QOmrV2avksM5s3sH5 { width:10.25rem;height:4.875rem;top:46.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUa37R1cRkTen0Q6IODFTiTXQlmGAas7 { width:15rem;height:4.1875rem;top:52.75rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ4EBG6aQLQXIS19xaG3V8pTPz2D3VND { width:15.5rem;height:3rem;top:2.8125rem;left:3.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3La4dlVOGoX3kyrTWaEfwRTbOOd16OI { top:13.1875rem;left:29rem;width:2.8125rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ9RXBKOcA1LrztVzNQ5D5Fk4tAziPQu { top:18.5rem;left:28.625rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvRVz3LuRO8yGP8cmrOoErlNyTUgk7Cm { top:23.4375rem;left:28.625rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H68Z2oeoqFD0xNOTdnTq2TUnmf7tR5vT { width:25rem;height:4.5rem;top:23.5625rem;left:22.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJrPruQTl7OKsvF2kSToTyMARTw1UaPE { width:38.5625rem;height:3.125rem;top:38.3125rem;left:5.625rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvzaEV51s4gSTzTtZKNdrtDovh87JTC9 { width:15.5rem;height:4.1875rem;top:52.75rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln7wnKg3g5o89ITkJTQXhygtvHMXXWcL { width:27.0625rem;height:3.1875rem;top:7.125rem;left:20.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ07Ppw6Du5letMSsJRDUUTi8fF4ybEu { top:3.1875rem;left:0rem;width:8.0625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU0VAlXVphzrCffi8tCR6TmwsWxuPlAW { top:48.625rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAgZ0HiAyIOpm5Uh9Edw40FqW5V2Uo50 { top:48.625rem;left:17.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsazNi4xJwDJfUdSFI7zp9WCmXdMCLie { width:14rem;height:;top:47.75rem;left:20.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP6HLx4gExxp3TeACzdsWB2lNIGVQO9b { width:18rem;height:15.125rem;top:44.8125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLUeW94fAyOherPy8z6us6q8vIlJTWep { width:18rem;height:15.125rem;top:44.8125rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4WKEihXaHbUbATMKI377p4EkcAg3Hu1 { top:48.625rem;left:40.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwpLQPwT280HW6ccrGK8IClJHTZMaI32 { width:14rem;height:;top:47.75rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul0xhlPsPhuRaDXoki08rozPV1LbLM3I { width:15.5rem;height:4.1875rem;top:52.75rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL52l6JVtPXQGgOgHW3Xfw7wW1zZmf7V { top:65.75rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXOhT6nQIUTqP4XA7sH3vb2E6DBhI59v { width:11.125rem;height:3.25rem;top:64.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz2AI636DZBN23yXZ9NsBU2oXimtS669 { width:18rem;height:15.125rem;top:61.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufc5Qq8GFlQ1IvgTUJ9n1TlNxFvNyakK { width:15rem;height:4.1875rem;top:69.875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6AP5E6FLJG2HRXkT5uVUmDP5zoWrP5p { width:14rem;height:;top:63.75rem;left:20.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbR6gpsEo5s3hSuIIwPISJGxtgozNUKG { top:65.75rem;left:17.5625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4V6KTukpkIuIhRsU8SmrNg5Uw71Uy5n { width:15.5rem;height:5.625rem;top:69.875rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRKeLqePC7rUC6tH3wiIFdS5qQ4vpRqr { width:18rem;height:15.125rem;top:61.9375rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgW6Py9k3rhfgvyTLmiiLImHqGEKy9c8 { top:65.75rem;left:40.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEaBQx18exVMFBko5I1mzusfvH2UMgwr { width:14rem;height:;top:64.5625rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgw9GkrJwAa2seSd8KH136p3kx6kFwa0 { width:18rem;height:15.125rem;top:61.9375rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEGUq26DD44WTT8wNhNoUlo2vKJmREdG { width:15.5rem;height:4.1875rem;top:69.875rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPgaXIN3DTPhAIH9AEo01Xw0lLSqzEPD { top:83.3125rem;left:0rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #osyUK2OcBdhNr0RfLkwu4Hu5SK1wCqJd { width:10.25rem;height:;top:82.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcvq9aLwoX74Uiz1uJibWax6ozzB3cNS { width:15.25rem;height:5.625rem;top:87.1875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecpJyfGEOTOzTfm6SPH1igkTSlayniB8 { width:14rem;height:;top:81.4375rem;left:19.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1efUXynaVm1KNhuvXxApoIfZRXzTC7n { top:83.25rem;left:16.5rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #reNGT43KnJy4xMhvKl1sFUrsqnqdk04N { width:15.5rem;height:4.1875rem;top:87.4375rem;left:16.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t151HVkE2nAptJuZE8ePz0lAzf2znBLv { width:18rem;height:15.125rem;top:79.5rem;left:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJvQmOVTnJu1xPAGmKKKLlAbLOfV4TcQ { top:83.3125rem;left:40.0625rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yma4fumpQHxKz16HzU83ZWE4kdo7k8Po { width:14rem;height:;top:82.4375rem;left:33.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsDgA27JdTLbQ36wddTUTm7dCHp1LlTo { width:15.5rem;height:4.1875rem;top:87.4375rem;left:32.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvmnJwaPr4TicV4n2dn4TpmGyv5nJCde { width:18rem;height:15.125rem;top:79.5rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km7WdHIt7SW5nLoQ2zTopApzdFSbf142 { width:18rem;height:15.125rem;top:79.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLTPLz7OLyT1kA97kNc37FsfS1ue2DFn { width:4.8125rem;height:1.125rem;top:63rem;left:39.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDV9T68LsJ1dNBFOg0ABqmZMFsvucxz { width:4.8125rem;height:1.125rem;top:80.5625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:47.75rem;height:;top:7.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:43.75rem;height:1.625rem;top:3.75rem;left:2rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .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; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { display:flex;width:18rem;height:5.0625rem;top:0rem;left:23.25rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
 }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:16.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:21.4375rem;height:5.625rem;top:16.0625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.875rem;height:5.75rem;top:26.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:7.75rem;height:3.1875rem;top:27.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:22.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:17.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:21.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:22.375rem;height:auto;top:17.4375rem;left:22.875rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:22.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:22.375rem;height:auto;top:17.4375rem;left:22.875rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Li7GZRmHI42ieb5sHG3BBOOC8rFiTlc1 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #hsy2oNRKoVwkVmATwoTirocCTBgc65u6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uMhD4pUF6tz3Ep994V4tS5TXV2EnHfug {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:26.1875rem;height:26rem;top:16.0625rem;left:21.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:6.875rem;height:6.875rem;top:11rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:43.75rem;height:1.5625rem;top:0rem;left:2rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:24.4375rem;height:18.75rem;top:25rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:32.75rem;left:40.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfKDaeZ8MoDPrOLFfbJe96DIp90BeUdJ { width:10.8125rem;height:2.6875rem;top:13.25rem;left:36.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT14aMOGl6FbyXp7uzw6HQsmcKgm3La3 { width:23rem;height:3.9375rem;top:10.625rem;left:22rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA { display:block; }#C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1zhBbWzWDDplq2KTd7znmMphx5Tu8LP { width:43.75rem;height:3.125rem;top:2.375rem;left:2rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #li1vLDWFH3JiOT3i7QE4FaD0GN4vLdTm { top:8.5625rem;left:0rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0stXnElRpg4OIfMoaKF6KKfgEMKZ6u { width:47.75rem;height:13.5rem;top:6.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFM1KsS4g52HNzIf54ikVbcTrNbPXOXT { top:8.0625rem;left:7.34375rem;width:6.5625rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTz4aA6k95ZSOk7l6F01U6PkchTscW5 { top:8rem;left:16.96875rem;width:11.125rem;height:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixsmUTlZzL35JXRZ8ekKSO2SRtDW86TQ { top:9.125rem;left:29.46875rem;width:12.5625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD6ILe4ryHaQ4ID2llQDROuFJObWSZin { top:8rem;left:42.125rem;width:5.625rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTMX6U1leeDKsua3JIZWuBED4WO52Qrw { top:12.875rem;left:7.96875rem;width:11.625rem;height:6.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIHS720tQCpfbhJVskZPQu9NWt1Rdc1c { top:14.1875rem;left:24.15625rem;width:13.375rem;height:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:11.6875rem;height:2.25rem;top:3.5rem;left:17.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGT2ptMX9WuxGA1JSIuLX7hbTx5n70Ht { width:15.5rem;height:3rem;top:7.125rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mITUvqmhCcTfmf6UrftcUBw7eUB04RSd { width:11.6875rem;height:2.25rem;top:6.125rem;left:17.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBIMO2x0044tZFDyT2FXQ1ToSIhQmpCu { width:13.9375rem;height:4.5rem;top:3.375rem;left:33.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XyfuJSCco9reCklNfGNHQdoTPDupAHcf { top:6.5625rem;left:15.875rem;width:1.9375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #onxyMR1eWMUlzZXTdDBb8O5l4JscRgXQ { top:3.3125rem;left:15.875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTwB8y9ZPxEHWF5GE3yC2CiIL0l82ver { top:3.875rem;left:31.75rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrhboQdI9CB1iwcEFsGL2qWTZyVuciSP { top:3rem;left:0rem;width:10.3125rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #UZD7U4Oin20l042AgmxFDgFcqLRe48vT { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:#623f75;background-image:none;display:block; }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row .container { background-color: transparent; background-image: none; }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row .container > .video-iframe-container { display: none; }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row > .video-iframe-container { display: none; }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .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); }#UZD7U4Oin20l042AgmxFDgFcqLRe48vT > .row .container { width:20rem;height:10.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mQE4X7i0vVPxrZlTciUm0BGdIyILVvda { width:4.25rem;height:2.6875rem;top:3.96875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQvNs8pAETEWPME3giCc1dEWrDF5xJVR { display:block; }
 }@media only screen and (max-width: 763px) { #MXAM3xFXhbOpNDlgcZw5Sh9pTxXlOmVw { width:4.5rem;height:2.25rem;top:4.21875rem;left:4.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q11QcEvuFlJ8WnZNfJlRLuGmT5xZIa7x { display:block; }
 }@media only screen and (max-width: 763px) { #WnVTJQcuXVRunifp1124RxzarxlrguqE { width:3.9375rem;height:2.0625rem;top:4.28125rem;left:15.9375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOqDBStokQAyzhtaOJgnhQWBpFonqaLT { display:block; }
 }@media only screen and (max-width: 763px) { #gu2AgFOPaqOTEK0OLroC8v9dRZok8c02 { width:5.75rem;height:2.25rem;top:4.25rem;left:10.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgs1iJRrAWFMWEVHodR03TaMKHJLPAXy { display:block; }
 }@media only screen and (max-width: 763px) { #dNXNcostp5TvzUzTKUUh6KEzBgtzXE68 { width:6.0625rem;height:1.9375rem;top:1.15625rem;left:6.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IvG75IS94P3cTGEZTrrndV62oKpRW17N { width:7.5rem;height:2.25rem;top:6.65625rem;left:0.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgUpiwxeQQ78AyQFXqovRUyARknrcuZq { display:block; }
 }@media only screen and (max-width: 763px) { #Ql9c4gUCTh8MiPim7mqHWMJDSqKmkF5k { top:6.84375rem;left:8.75rem;width:8.5rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KCA5CmXPdPoQQalkJlUE8VTwx8Xfmz67 { display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#623f75;background-image:none;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:75.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:5.361325rem;top:13.8125rem;left:0rem;font-size:1.375rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #A1zTo2wheyc1sIEDWI7HVnkJFfLid27J { top:42.125rem;left:4.6875rem;width:11.3125rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mTUPs29xobkzUkB6Ihfb1L3dH4qc1knX { display:block; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-number { padding-top:0.41375rem;padding-right:0.36875rem;padding-bottom:0.41375rem;padding-left:0.36875rem;width:2.210625rem;min-width:2.210625rem;height:2.223125rem;font-size:1.654375rem;line-height:35.57px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.25875rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.9475rem;height:0.87875rem;font-size:0.620625rem;line-height:14.06px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE { display:flex;width:15.8125rem;height:4.188125rem;top:35.6875rem;left:2.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #tTM6gtwXpzGczRWsloWSTXLxsh0baKQM { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #diPtopKaAlm6Ii0ue6VWc37DBcm39nRb {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TWzAhlg65Da0Io2T4TdlMPniw2FVLJfO {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #EKWV5kW6bkWWE4ccpprzJcUtrL5EvFsB { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #J4A1vkzp4qtxRvhXvsdfrrHTAMprq3JX {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #klfwRaow2fT8i8v93rgZsAHyEfPTlPmh {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #Euc5rWAa4gkGSrLxLnUMI1V8kM4T6AtC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #lE9zqOADA5S0qawoAlOaIktpH90z2ZRa {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #s9qGfKkDGh4PJfLvA5Z3D9SQN1ALktZR {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #TSFtkQAWezCmQH9d4WfN7JSNnnt2krAi { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #xXu3Sfa0zWuiEAW70QDZ9V0ZzXZcZUTd {  }
 }@media only screen and (max-width: 763px) { #t9ZJ2mFqIZRIycMhgbiQu8WOvZnnSMzE #o3tdt5ky2QXc4o3ld3SqUZxrF0GifTdd {  }
 }@media only screen and (max-width: 763px) { #HyDG4LMHAK8WTNc7Tp57q12pnrzdzH1a { width:14.6875rem;height:26.3125rem;top:48.875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #EtmkSdaXlxKmclJBxw4mAqyPdMQSFFge { width:18.75rem;height:18.75rem;top:50.875rem;left:0rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:6.3125rem;height:6.3125rem;top:51.3125rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:6.625rem;height:2.3984375rem;top:53.625rem;left:13.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vvppHbnqKiXBvcEGaMxz84aEMWfcclKt { width:20rem;height:1.59375rem;top:33.3125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bKDbtvAORy2DokgWxlHROKxLna0MTKxZ { width:15.9375rem;height:3.89941875rem;top:27.3125rem;left:4.0625rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #i4XT9mfTKCDAZo0NiQpD4J4eTFsqmwRy { width:0.125rem;height:5.875rem;top:26.5625rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZrEha341fwbWA8oAlCdTi63T5zBpz5C { width:5.625rem;height:4rem;top:50.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fzsblg3VVzp8QWtyhM6NsPw4UzS8sRc2 { width:4.6875rem;height:1.9121125rem;top:51.3125rem;left:0.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OmoiccszVOLpIZ8MMid59fxgTJCETCOm { width:16.625rem;height:4.8125rem;top:35.5rem;left:1.6875rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GMVHrLMxfLdMc20owE9B573spZ1uAwO2 { width:5.75rem;height:7.9375rem;top:48.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nAMKXPsiaB9kgXmblvKcJXAcTmPoLvVl { width:7.1875rem;height:8.75rem;top:65.6875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rZTBBS2ISo9teiymeIvZrzzfgFbSgA6u { width:19.3125rem;height:1.03125rem;top:11.5625rem;left:0rem;font-size:0.6875rem;text-align:left;text-align-last:left;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #QJZiZ5TwGDcanIzwCNu0ai8M2whZal0v { width:19.875rem;height:4.38574375rem;top:20.5rem;left:0rem;font-size:1.125rem;line-height:1.3;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH { display:block; }#zmcE5E4mTBUiXIdmu0WUcageIVXzSnmH > .row .container { width:20rem;height:66.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I6R0mQfqfz3Hau0UucAPimozhevQ2qcr { width:20rem;height:4.19824375rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L69oUn39NUfxnao0cbqiUivnBGyCyd02 { width:20rem;height:30.7870875rem;top:11.1884765625rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #INVuARllV8Nr2R4DnKaNKZfru19wiZNg { width:17.8125rem;height:19.875rem;top:44.375rem;left:1.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Loz9DCxBELQZEi798UPmlFwKKTwn04ce { width:4rem;height:1rem;top:8.875rem;left:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 { display:block; }#NEZHnZ15xTm59ec6SQU9TdCSXkFIiaa8 > .row .container { width:20rem;height:18.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZwdBw2iABwqnVT27BDJWXrRKgCQGxpDm { width:20rem;height:4.3984375rem;top:9.0625rem;left:0rem;font-size:2rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ZZ5QmIq3DZh0cwwa7P8ywp8aqAFH6FQK { width:20rem;height:1.3808625rem;top:5.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:12.5625rem;height:2.5996125rem;top:14.3369140625rem;left:3.71875rem;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ { display:block; }#lPJQTJNo3zEmi5H9XwbZ0qHy5Tc6UdNJ > .row .container { width:20rem;height:97.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hxK4ulus8NxsL0GJSPire2TL81pvWwFM { width:2.3125rem;height:2.4375rem;top:2.1875rem;left:8.75rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WfXtlxrlUshU9k8X1eNaIOrmA14ltJ2X { display:flex;width:5.125rem;height:4.5625rem;top:1.4375rem;left:7.1875rem; }
 }@media only screen and (max-width: 763px) { #tPH1hgftPSCs3TbrfTy1VTQBcg8QxxFT { display:flex;width:5.25rem;height:4.6875rem;top:59.3125rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #zKR9ZL0y8DHOUv8qgQ0QXoXL1mo909TW { width:16.5625rem;height:4.72265625rem;top:7.3125rem;left:1.71875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c8FaIeB5mstXze2uAXMsWtNcU38pwhFE { display:flex;width:2.25rem;height:2.25rem;top:60rem;left:8.9375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #PBoTJNEdKyef1tzXqQRSsvpcZthkCtSL { width:15rem;height:2.9746125rem;top:65.75rem;left:2.5rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AQ6P2vQ3vNlFPxUkW3BPRrb4vE9b8o1h { width:9.875rem;height:7.9375rem;top:78.75rem;left:8.125rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfCo2210f6BhLLcgPtZl6ZT6tJSUr4Qe { width:9.75rem;height:7.8125rem;top:84.0625rem;left:2.0625rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bfecE0NK2gZMwebxqmvN5LdSeS8OSdwN { width:7.125rem;height:5.6875rem;top:88.9375rem;left:10.1875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTiuqqw43rAd0QGUtTIc6fCiN5u6H7e6 { top:71.9189453125rem;left:3.25rem;width:13.5rem;height:3.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l0kwLBfM1NXvvNRnOlvTbJ41TSZ9s7XJ { display:block; }
 }@media only screen and (max-width: 763px) { #XB34eMbTnrGlXevTlOzNW0FXr3i5rOQe { width:18.125rem;height:3.1484375rem;top:20rem;left:0.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nE163mOSyGm5dQQ56pJ1AqQOArJx1u5S { width:16rem;height:3.1484375rem;top:30.97265625rem;left:1.90625rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oITRubBCrtJewB7GRz99V9h0tpThUbie { width:2.875rem;height:2.4375rem;top:14.625rem;left:8.5rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qMq7x4nZ3tui7RTfsTTtyGUAE0x3yKr0 { display:flex;width:5.0625rem;height:4.5rem;top:14.125rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #W2XLSX60XBOVTikTcJcf6wSESGKApcOk { display:flex;width:5.375rem;height:4.6875rem;top:14.125rem;left:7.0625rem; }
 }@media only screen and (max-width: 763px) { #NupCuTiZAENaTLHCIsywbFpMkRTmuUiW { width:2.875rem;height:2.4375rem;top:26.375rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbhZz9DTId4sl7OTAcbEpTvere3xDp5H { display:flex;width:5.0625rem;height:4.5rem;top:25.6875rem;left:7.375rem; }
 }@media only screen and (max-width: 763px) { #CM4T185SXivhFpep4Qs8Z57GzW9a1kFm { display:flex;width:5.375rem;height:4.6875rem;top:25.6875rem;left:7.25rem; }
 }@media only screen and (max-width: 763px) { #w2in6qkHt3kfFDHenkVIv8F1Pu9hRZmT { width:2.875rem;height:2.4375rem;top:36.4375rem;left:8.6875rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Egot3SHbVR1cyzN647C2h6JKKi7VgzyW { display:flex;width:5.0625rem;height:4.5rem;top:35.8125rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #rwKnzzsy6hOLvxzkWpGk4rQmwaitIVyw { display:flex;width:5.375rem;height:4.6875rem;top:35.6875rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #pN9tHuEaKAd4vXWsMCTh1mnmml266TET { display:flex;width:5.0625rem;height:4.5rem;top:78.75rem;left:10.53125rem;z-index:15002; }
 }@media only screen and (max-width: 763px) { #TZVTKqoysAsau6fVQLGASn3NGrP8OmkU { display:flex;width:5.375rem;height:4.6875rem;top:85.625rem;left:3.4375rem;z-index:15001; }
 }@media only screen and (max-width: 763px) { #R2IuJs67LEIgB3ArlpSlPuGCFSsoFZqR { width:2.875rem;height:2.4375rem;top:47.375rem;left:8.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEIHlT5qaFezHHwhhzpLygwQgDFESF8N { display:flex;width:5.0625rem;height:4.5rem;top:46.75rem;left:7.4375rem; }
 }@media only screen and (max-width: 763px) { #uKgmVUHguJwtZoVVQEFCyfkcDc12kRvy { display:flex;width:5.375rem;height:4.6875rem;top:46.75rem;left:7.3125rem; }
 }@media only screen and (max-width: 763px) { #z1rRynyVvmVUT33GMSktUFmTHGVmMF2N { width:20rem;height:3.1484375rem;top:42.01953125rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Xctk9o2E6m5LNzCFVs2iFoPUliZp44iM { width:16.125rem;height:3.1484375rem;top:53.01953125rem;left:1.9375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh { display:block; }#p2MKaCPB3dbUnIJOX8s0bXyyac4xubAh > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DmQRNwbxJdU25UN45Lk698ECtiv16XVL { width:8.1875rem;height:6.9375rem;top:3.1875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q82tAQCpTHaO47lMbIGCo7a8TDXRy0Ra { width:16.4375rem;height:4.125rem;top:5.3125rem;left:3.4375rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5fUDWcU2ZLN6ggPJTMe8DtT5rHfv9XW { width:17.25rem;height:3.8984375rem;top:12.1875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #KkcZbofqMFVQvUSS0gPNEOMlKuFPSHZZ { width:17.875rem;height:1.29980625rem;top:17.1875rem;left:1.0625rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgq3Z8wtZfW4hobu7CEGLvbI5SFKBTNU { width:14rem;height:14.125rem;top:34.75rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #fPn3U6Q0SiJHPCT82lwiZp2FCu29NKnh { width:17rem;height:10.2305rem;top:21.90234375rem;left:1.1875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DxHTl63DA48sHetRC8AG4y0gCkEID9TL { display:block; }#DxHTl63DA48sHetRC8AG4y0gCkEID9TL > .row .container { width:20rem;height:13.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ccKnzWrwZDVVzC9GsaURPDbebxTEDKif { width:20rem;height:5.19921875rem;top:5.025390625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu { display:block; }#WZbE62FNk5OkweSDZ9g3mpBCeqmS6kpu > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X9AVZxx1dyBHvBMb2DldS8rFJCogGkEP { width:13.375rem;height:5.84765625rem;top:4.125rem;left:3.625rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #N78AIP01TatvehqHqqfTw6IfTP46HvAD { width:16.5rem;height:5.84765625rem;top:19.5625rem;left:3.5rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #ZmOswmbsNCpRPRLebIflzaQCWuTIEBJM { width:16.5rem;height:7.796875rem;top:34.6875rem;left:3.5rem;font-size:1.5rem;text-align:left;text-align-last:left;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #R0aNSZ7iuTZ5iiOPWewKOcNuzCuyDGtp { width:1.875rem;height:4.1875rem;top:4.125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #QMqpIugr0ptoPyrMuWT3FkiAxTHmgHL9 { width:1.875rem;height:4.1875rem;top:19.5625rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqyvLHaT0TnaWzwp6OcManWihGHpdo2y { width:1.875rem;height:4.1875rem;top:34.6875rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #lnV87WH1v67oRD91T0c1MAiVHaKJ3VLf { width:2.9375rem;height:2.9375rem;top:0rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUkSwH7MvoXgv4gCnukoyNDO2HnnLLpI { width:3.375rem;height:3.375rem;top:15.28515625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxbT1FA14vKmcNOsUp3grypi5d0X7ZWA { width:3rem;height:3rem;top:30.53515625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL { display:block; }#I1zgceZrV4b3b1TSt0H3HcTm5XLpfwJL > .row .container { width:20rem;height:7.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vOePcIe7NyS3VGrLhTVCXKSMLTLXQE5V { top:1.25rem;left:2.9375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zPrFsqJrTa1f6Gdw3GKqGpl2wSSo15z3 { display:block; }
 }@media only screen and (max-width: 763px) { #zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I { display:block; }#zKdw0qF27iRiJ6lCMhGmV9e1dS66VE8I > .row .container { width:20rem;height:4.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TDbn1CU8owwK70dz5iFwslozTPvG6phG { width:20rem;height:1.29980625rem;top:3.068359375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx { display:block; }#eKMhVDd2hOTxivGCMhPI8ZQFXhAKMChx > .row .container { width:20rem;height:40.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #paaees66wVGQfn18npPDQeR6nRQeAKUS { width:20rem;height:2.2744125rem;top:3.25rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XvARDEDr90PTuPUOqcqzi42bw9hMlUXl { width:2.9375rem;height:2.9375rem;top:8.125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMCec6QsILA3myeXHMydV3TJT9ZeR784 { width:2.5rem;height:1.625rem;top:8.6875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DuQHvp62H9xbmW2pG5q9eaHZGDwJ6e7n { width:11.625rem;height:5.625rem;top:10.3125rem;left:6.8125rem;font-size:0.75rem;font-weight:300;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #HMKxG9pL60mkRwgBCxpcOk0qALQyaTy2 { width:2.9375rem;height:2.9375rem;top:17.375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #tOrQyVn2GQuvBK7NtkRtHBu0vNoF8Ghk { width:2.5rem;height:1.625rem;top:17.9375rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kCshyKxoeT3Wa7TvpGrFFbMGbz50txhr { width:2.9375rem;height:2.9375rem;top:28.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPvCq2wTOUcRHN5nDJzHm80blsBfCu2O { width:2.5rem;height:1.625rem;top:29.1875rem;left:1.5rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ow3JmmdU4R0NykqTP88WHJzRyLc6FFEs { width:9.625rem;height:2.25rem;top:17.375rem;left:7.8125rem;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Qwfk9yIStwNDp4acriMMCr2d0Qo5JNJp { display:flex;width:3.6875rem;height:3.6875rem;top:28.875rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #GBd73A0b7yAA7MdyTLeB2A3mh1nfuxGH { display:flex;width:3.6875rem;height:3.6875rem;top:8.625rem;left:2.375rem; }
 }@media only screen and (max-width: 763px) { #NmrrE0pJoZ7eRcfB3oMJCbbTLRsyJAkq { display:flex;width:3.5625rem;height:3.5625rem;top:17.9375rem;left:2.4375rem;z-index:15017; }
 }@media only screen and (max-width: 763px) { #zZsbrVszTl0eSJFBNOrRdn8zvDIcO5ld { width:11rem;height:2.25rem;top:7.34375rem;left:6.8125rem;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XcCcsPMDTHnJ9MCSTTOr9qNLygyv0kx3 { width:13rem;height:5.625rem;top:20.3125rem;left:6.125rem;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FclkeTSQ10GoaNPo0LkNX9ridcKWI9W6 { width:14.5rem;height:2.25rem;top:28rem;left:4.9375rem;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #wu9TPI7cCCmdLbIU0tIL1cNsUoVWPmSl { width:11.6875rem;height:5.625rem;top:30.8125rem;left:6.78125rem;font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp { display:block; }#h86TB8l0r8N4XbWVhb6dkRozDwLPuBNp > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #d6XFB2Th9Se1MTZ7RmimGAO25pTJdVyH { width:20rem;height:5.19921875rem;top:9.6875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQnoW8cQ2oThIrSBTwIoeNeoUTtsdQFT { width:20rem;height:1.3808625rem;top:5.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 { display:block; }#PKRUODeZOLBcnnn9IdAgm4nwJfnT48d7 > .row .container { width:20rem;height:4.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KAIscqn3AAbhqc1C6wbJHBtpuLOF8gJ8 { width:18.625rem;height:1.7871125rem;top:1.056640625rem;left:0.6875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ITGWQ0cNOPFV5E4BaHhGagkb9XQOIVTl { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 { display:block; }#Kw0XCa51HE85l5DTiSD0Osvn2FtIb8w8 > .row .container { width:20rem;height:9.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkaqFl4RZq87g6r9Q4V45gRb6woP8xpf { width:19rem;height:5.625rem;top:1.28125rem;left:0.375rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E { display:block; }#GXrrTMd4swFLTdl4kF6fJ9mMMfOT6p3E > .row .container { width:20rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GyTRIbzzZ3t3RN7aLf6qmW8KWhb4sO75 { width:18.8125rem;height:5.361325rem;top:0.92578125rem;left:0.28125rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lffezyGDaKTMW3HZohZAFeO08UTMRH1u { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW { display:block; }#GPuFBWbTVPq5xfE45bvrF6Q9wtOtckOW > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hJPxGUhf6uIrlPGyP2wQ8WOkEAzTukWJ { width:19.6875rem;height:5.625rem;top:0.625rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB { display:block; }#g03TJ4PKiSKpagDqnRaXkq5FOOFBGXuB > .row .container { width:20rem;height:6.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #k2KvdtNAASp27mNgInlKnFX3X4uVn2rG { width:20rem;height:3.57421875rem;top:1.25rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pAZzRgSq8kHgTCmdTulo7sONtIF5w45D { width:20rem;height:3.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc { display:block; }#kivJmoIM29zh4blnTCQ7n9Imx9xAxlNc > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dAzeVUaet2UH22BunvFi78J6pDITLm49 { width:19.6875rem;height:4.5rem;top:0.625rem;left:0rem;font-size:1rem;text-align:justify;text-align-last:initial;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #nETdFzMq2XC8ePMnypt610rrZFLKF4Dw { display:block; }#nETdFzMq2XC8ePMnypt610rrZFLKF4Dw > .row .container { width:20rem;height:1.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e47aG4G4sNzUhNisF73K3LBInhJbatNa { display:block; }#e47aG4G4sNzUhNisF73K3LBInhJbatNa > .row .container { width:20rem;height:21.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VHleXA4wIF45k8PNsgQMy1GV8t2r3pWe { width:20rem;height:5.5996125rem;top:9rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zUEM62DzMfPJ8mW5A7FcXWE177cKqaGT { width:20rem;height:1.29980625rem;top:5.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DT6TgSJhXn8ePw8aeT6umznLulT7xy0i { width:18.1875rem;height:3rem;top:15.3125rem;left:0.90625rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB { display:block; }#M2Oc02EJTZPDCEgRZaTl2NbwITbWmZWB > .row .container { width:20rem;height:220rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Mao9f4DDPPlKdqAyciZ77rglSWspM5Uw { width:20rem;height:28.5rem;top:5.1875rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCJSTo3Tuv28JAuf9QTAmOmzEWJnDCtD { width:13.8125rem;height:4.1982375rem;top:43.875rem;left:5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XkceSUZTz9Q78UbkkN2Eg3ETkWw738L6 { width:14.25rem;height:5.59765625rem;top:57.875rem;left:5rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FWPEL8wzxGIPzMdicZPUDfOoBAMTUSra { width:17.875rem;height:13.1875rem;top:76rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bxtb0eRAzQ299q4QOmrV2avksM5s3sH5 { width:13.4375rem;height:2.5996125rem;top:79.0478515625rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #SUa37R1cRkTen0Q6IODFTiTXQlmGAas7 { width:14.125rem;height:3.9375rem;top:82.78125rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJ4EBG6aQLQXIS19xaG3V8pTPz2D3VND { width:11.875rem;height:2.3984375rem;top:0.23046875rem;left:8.125rem;text-align:left;text-align-last:left;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3La4dlVOGoX3kyrTWaEfwRTbOOd16OI { width:2.25rem;height:2.25rem;top:44.8125rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZ9RXBKOcA1LrztVzNQ5D5Fk4tAziPQu { width:2.75rem;height:2.75rem;top:51.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvRVz3LuRO8yGP8cmrOoErlNyTUgk7Cm { width:2.6875rem;height:2.6875rem;top:58.1875rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H68Z2oeoqFD0xNOTdnTq2TUnmf7tR5vT { width:15.125rem;height:5.59765625rem;top:50.9375rem;left:4.875rem;text-align:left;text-align-last:left;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJrPruQTl7OKsvF2kSToTyMARTw1UaPE { width:12.875rem;height:4.798825rem;top:68.625rem;left:3.5625rem;font-size:2rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #uvzaEV51s4gSTzTtZKNdrtDovh87JTC9 { width:15rem;height:3.9375rem;top:98.0625rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln7wnKg3g5o89ITkJTQXhygtvHMXXWcL { width:20rem;height:4.5rem;top:37.25rem;left:0rem;text-align:left;text-align-last:left;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQ07Ppw6Du5letMSsJRDUUTi8fF4ybEu { width:5.9375rem;height:1.875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OU0VAlXVphzrCffi8tCR6TmwsWxuPlAW { width:1.25rem;height:1.25rem;top:79.0478515625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uAgZ0HiAyIOpm5Uh9Edw40FqW5V2Uo50 { width:1.25rem;height:1.25rem;top:94.5625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xsazNi4xJwDJfUdSFI7zp9WCmXdMCLie { width:14rem;height:2.5996125rem;top:93.875rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KP6HLx4gExxp3TeACzdsWB2lNIGVQO9b { width:18rem;height:12.9375rem;top:91.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zLUeW94fAyOherPy8z6us6q8vIlJTWep { width:18rem;height:12.375rem;top:106.0625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4WKEihXaHbUbATMKI377p4EkcAg3Hu1 { width:1.25rem;height:1.25rem;top:109.25rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwpLQPwT280HW6ccrGK8IClJHTZMaI32 { width:9.1875rem;height:2.5996125rem;top:108.5625rem;left:5.8125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ul0xhlPsPhuRaDXoki08rozPV1LbLM3I { width:15.5rem;height:3.9375rem;top:112.0625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rL52l6JVtPXQGgOgHW3Xfw7wW1zZmf7V { width:1.25rem;height:1.25rem;top:124.5625rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VXOhT6nQIUTqP4XA7sH3vb2E6DBhI59v { width:11.125rem;height:2.5996125rem;top:123.8876953125rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oz2AI636DZBN23yXZ9NsBU2oXimtS669 { width:18rem;height:13.0625rem;top:120.75rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufc5Qq8GFlQ1IvgTUJ9n1TlNxFvNyakK { width:15rem;height:3.9375rem;top:127.75rem;left:2.5rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #v6AP5E6FLJG2HRXkT5uVUmDP5zoWrP5p { width:12.9375rem;height:3.8994125rem;top:139.61328125rem;left:3.53125rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mbR6gpsEo5s3hSuIIwPISJGxtgozNUKG { width:1.25rem;height:1.25rem;top:140.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4V6KTukpkIuIhRsU8SmrNg5Uw71Uy5n { width:15.5rem;height:3.9375rem;top:144.3125rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uRKeLqePC7rUC6tH3wiIFdS5qQ4vpRqr { width:18rem;height:13.625rem;top:137.125rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FgW6Py9k3rhfgvyTLmiiLImHqGEKy9c8 { width:1.25rem;height:1.25rem;top:157.9873046875rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEaBQx18exVMFBko5I1mzusfvH2UMgwr { width:14rem;height:2.5996125rem;top:157.3125rem;left:3rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hgw9GkrJwAa2seSd8KH136p3kx6kFwa0 { width:18rem;height:13.875rem;top:153.5rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #nEGUq26DD44WTT8wNhNoUlo2vKJmREdG { width:15.5rem;height:3.9375rem;top:161.4375rem;left:2.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPgaXIN3DTPhAIH9AEo01Xw0lLSqzEPD { width:1.25rem;height:1.25rem;top:173.6875rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osyUK2OcBdhNr0RfLkwu4Hu5SK1wCqJd { width:10.25rem;height:2.5996125rem;top:173.0126953125rem;left:4.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pcvq9aLwoX74Uiz1uJibWax6ozzB3cNS { width:15.25rem;height:5.25rem;top:176.75rem;left:2.375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ecpJyfGEOTOzTfm6SPH1igkTSlayniB8 { width:14rem;height:3.8994125rem;top:188.67578125rem;left:3.40625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r1efUXynaVm1KNhuvXxApoIfZRXzTC7n { width:1.25rem;height:1.25rem;top:190rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #reNGT43KnJy4xMhvKl1sFUrsqnqdk04N { width:15.5rem;height:3.9375rem;top:193.75rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t151HVkE2nAptJuZE8ePz0lAzf2znBLv { width:18rem;height:13.3125rem;top:202.625rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mJvQmOVTnJu1xPAGmKKKLlAbLOfV4TcQ { width:1.25rem;height:1.25rem;top:206.4375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yma4fumpQHxKz16HzU83ZWE4kdo7k8Po { width:14rem;height:2.5996125rem;top:205.4375rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gsDgA27JdTLbQ36wddTUTm7dCHp1LlTo { width:15.5rem;height:3.9375rem;top:209.5625rem;left:2.25rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvmnJwaPr4TicV4n2dn4TpmGyv5nJCde { width:18rem;height:13.5rem;top:186.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Km7WdHIt7SW5nLoQ2zTopApzdFSbf142 { width:18rem;height:13.9375rem;top:169.875rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FLTPLz7OLyT1kA97kNc37FsfS1ue2DFn { width:4.8125rem;height:1.13671875rem;top:154.625rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TyDV9T68LsJ1dNBFOg0ABqmZMFsvucxz { width:4.8125rem;height:1.13671875rem;top:171rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHrklQIiioqCxAZANas6ifqWvAztzrvT { display:block; }#kHrklQIiioqCxAZANas6ifqWvAztzrvT > .row .container { width:20rem;height:9.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pQSP3v3p4ShuzJRSZd7dkKSFL7woOOLN { width:20rem;height:2.625rem;top:6.9375rem;left:0rem;font-size:0.9375rem;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #yGAdctChc6dyi6RUu7kMaiaoetvlEwa4 { width:20rem;height:1.29980625rem;top:3.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #llMs3EbihRMkk37aBsaGgQSbzudAvRTL { display:block; }#llMs3EbihRMkk37aBsaGgQSbzudAvRTL > .row .container { width:20rem;height:71.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-number { padding-top:0.42rem;padding-right:0.37375rem;padding-bottom:0.42rem;padding-left:0.37375rem;width:2.24375rem;min-width:2.24375rem;height:2.25625rem;font-size:1.67875rem;line-height:36.1px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.991875rem;height:0.891875rem;font-size:0.629375rem;line-height:14.27px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx { display:flex;width:15.9375rem;height:4.25rem;top:3.0625rem;left:2.03125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TqsaUudVH59wUTW9gzMQPKyRncpLCVKN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #tQLotm7iXgqdnF32DNO4duQClJOUKKOH {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #TIzBqiIwvclLTbi5gkB0Z3BwTzeiPKBW {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #q5J0zsO4CEe27VmQBzwTrpiBEJhsIuTA { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #Eg5plkLGAETlucatE5ymKAg8BTRmbIcC {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #A4wbm1u0hkFP9vDgrkUXyZ6m9xX00Noq {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #KGTiiCs5XZadFripq7B1HSKKMWLTRFXP { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #qTxNJpp2zZGpTyAqSAexVkgvW8lZ4oLP {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #gy9CMvWHoEWnbk895Tk6tysegdnXqgrT {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #XuTSeaM0wwE5ivTv0GLhcyg4rKq1l1Ro { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #ocw22ST8IKFF9UEI3A2HNKi96BIlWKu0 {  }
 }@media only screen and (max-width: 763px) { #fIhTpCM9a9ICQpo0b6WmIqRVfNlBwyxx #AhAUichL9GJD3CFTagTl3CbxaUTwuKw0 {  }
 }@media only screen and (max-width: 763px) { #qusKe9MbxEd3wRV5AZRPIMqcdTv6NX8e { width:0.125rem;height:5.25rem;top:9.34375rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #olFdarptGnXm0BXP6aFgINKq2tPFd5U5 { width:10.5625rem;height:5.0625rem;top:9.4375rem;left:6.625rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #f0K2AkKMIVlb8Oi0o6c0boZHQT85sMnn { width:7.3125rem;height:5.3125rem;top:49.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewDegqcCNbRUGAtD2bo9CM3tOJQqZQTz { width:5.5rem;height:2.65625rem;top:50.125rem;left:1.125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-text {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-select {padding-top: 0; padding-bottom: 0;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-input-button { width:14rem;margin-top:0.25rem;margin-right:1.75rem;margin-bottom:0.25rem;margin-left:1.75rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr  { width:17.5rem;height:auto;top:21.685546875rem;left:0rem; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr {display:block;}#uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr { width:17.5rem;height:auto;top:21.685546875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #x8ESP5MkyTyUUEmw3Ny2NN48nrGFEixt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #CPwfSz4rQrlwTqLZ78xTkNhwXN3KJRmH {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Maq9qBTIsW6Fge3s79VasF5AVsABQyoU {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Li7GZRmHI42ieb5sHG3BBOOC8rFiTlc1 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #hsy2oNRKoVwkVmATwoTirocCTBgc65u6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #uMhD4pUF6tz3Ep994V4tS5TXV2EnHfug {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #OUnvzVaOgTbVT0EvZL7xvxqESdiLck0N {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wRX3zK51ITqaIBaGT93zoDF8z5x9OcaG {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #wce4TLUePixkvgmUUJ3LOTK3xO2zwxkS {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #PMu0IGLsBBUpu1WssTRFPoSxxCRvlhq6 {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #O3Ayyw7c1aWs59MBF6swKA0V7hwJqemP {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #H4C1xGhT0Vt0irI3N2IcqNDxbJCnx4gn {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #Gb0vLGrDQaTpHoKMhgLOcMI8a7pBpiqL {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GFUtK8PMUXCoecGbGKe8WpM4Mowpz3Jt {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #nFFEynmkBeeyaoRTKinwkRIPoQTNMiTh {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #GywEXa4w7cZzqsrHCKUWFfO4b4fR0OFa {  }
 }@media only screen and (max-width: 763px) { #uHlVRp4oPONe0UVgxMOBLT6hSeGerDpr #tWB36eUSkmZVBQTxiEueFMyF6DGthXSZ {  }
 }@media only screen and (max-width: 763px) { #hUG3sWhs9x3dmMGSFDDMCivE5N4DXuK3 { width:20rem;height:25.625rem;top:21.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dc6AZLG4t89AGyrTrUsVX46siANKxa6b { width:6.375rem;height:6.375rem;top:63.125rem;left:13.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rELUe2hC7u1UQWaxKLJ3d9mf37WyTqkI { width:20rem;height:1.59375rem;top:0rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LrVgILJBqrQT7y7o2G2EG8B7LiGBcOQz { width:20rem;height:15.3125rem;top:51.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3GHesKtNFKKlPMFTrLOwWSrbILIrxNG { width:7.1875rem;height:9.8125rem;top:49.5625rem;left:12.8125rem;z-index:15034;display:block; }
 }@media only screen and (max-width: 763px) { #GfKDaeZ8MoDPrOLFfbJe96DIp90BeUdJ { width:5.5rem;height:2.3984375rem;top:65.125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT14aMOGl6FbyXp7uzw6HQsmcKgm3La3 { width:20rem;height:3.65625rem;top:16.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA { display:block; }#C8pVm7s2cRCVMmrrHBX11ZAyPLyPILIA > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l1zhBbWzWDDplq2KTd7znmMphx5Tu8LP { width:20rem;height:5.07421875rem;top:1.25rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #li1vLDWFH3JiOT3i7QE4FaD0GN4vLdTm { width:3.875rem;height:3.875rem;top:11.037109375rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dv0stXnElRpg4OIfMoaKF6KKfgEMKZ6u { width:17.5rem;height:35.125rem;top:8.849609375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RFM1KsS4g52HNzIf54ikVbcTrNbPXOXT { width:5.625rem;height:3.5625rem;top:16.412109375rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pPTz4aA6k95ZSOk7l6F01U6PkchTscW5 { width:8.1875rem;height:3.1875rem;top:21.099609375rem;left:5.90625rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #ixsmUTlZzL35JXRZ8ekKSO2SRtDW86TQ { width:9.25rem;height:2rem;top:31.193359375rem;left:5.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oD6ILe4ryHaQ4ID2llQDROuFJObWSZin { width:4.6875rem;height:3.5625rem;top:25.255859375rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTMX6U1leeDKsua3JIZWuBED4WO52Qrw { width:8.1875rem;height:4.5rem;top:34.255859375rem;left:5.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIHS720tQCpfbhJVskZPQu9NWt1Rdc1c { width:9.625rem;height:2rem;top:39.568359375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ { display:block; }#KPsPAWtiJ2kbwd9kvl8rbmIpH9tyV1qJ > .row .container { width:20rem;height:25.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oVUxqhndQA6VpErOKEIBBpcXb70NL9y6 { width:15.625rem;height:1.79980625rem;top:12.6875rem;left:3.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nGT2ptMX9WuxGA1JSIuLX7hbTx5n70Ht { width:15.5rem;height:2.5996125rem;top:7.4375rem;left:2.8125rem;text-align:left;text-align-last:left;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mITUvqmhCcTfmf6UrftcUBw7eUB04RSd { width:11.6875rem;height:1.79980625rem;top:16.375rem;left:5.1875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WBIMO2x0044tZFDyT2FXQ1ToSIhQmpCu { width:10.0625rem;height:3rem;top:19.9375rem;left:5.9375rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #XyfuJSCco9reCklNfGNHQdoTPDupAHcf { width:1.9375rem;height:1.9375rem;top:16.3125rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #onxyMR1eWMUlzZXTdDBb8O5l4JscRgXQ { width:2.3125rem;height:2.3125rem;top:12.4375rem;left:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #nTwB8y9ZPxEHWF5GE3yC2CiIL0l82ver { width:2.25rem;height:2.25rem;top:20.625rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrhboQdI9CB1iwcEFsGL2qWTZyVuciSP { width:8rem;height:2.5625rem;top:3.9375rem;left:2.8125rem;display:block; }
 }