.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: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;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); }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f0f0f0;background-image:url("https://images.assets-landingi.com/uc/7698e289-afcd-4f6d-8e35-502cfb9c270a/VMwareReplacementBanner.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe.adaptive-delivery-prevent-bg, #wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe.lazyload, #wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe.lazyloading { background-image: none; }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe > .row .container { background-color: transparent; background-image: none; }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe > .row .container > .video-iframe-container { display: none; }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe > .row > .video-iframe-container { display: none; }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe > .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); }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe > .row .container { border-width: 0; border-radius: 0; }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe > .row .container { font-size:0.875rem;font-family:arial;height:53.1875rem;width:60rem;position:relative;display:block; }#wWNgtDNXM6A87if5MtxmpnP4OUG75TA5 { color:#ffffff;display:block;width:50.5rem;position:absolute;font-family:lato;font-size:3.625rem;font-weight:400;z-index:15033;line-height:1.2;letter-spacing:0;top:6.123046875rem;left:0rem;height:13.0488125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#k9LqR3P2qBL8GaA7Zyt5xn8gqiDVphGw { position:absolute;display:block;z-index:15034;background-color:#02edf3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:14.375rem;top:19.998916625976rem;left:0rem;display:block; }
#n0Rz3XcwgEKRPT1m86CdFuvbszcwLVTf { 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.2487rem;width:10.061875rem;top:1.5614149570465rem;left:0rem;overflow:hidden;display:block; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-form-header {  }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.9375rem;font-weight:bold;color:#909090;width:22.1875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.5; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:2.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.1875rem;box-sizing:border-box;height:2.375rem;color:#d6d4d4;font-family:"open sans";font-size:0.9375rem;overflow:hidden;vertical-align:top; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .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; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-button { border-top-left-radius:2.625rem;border-top-right-radius:2.625rem;border-bottom-left-radius:2.625rem;border-bottom-right-radius:2.625rem;background-color:#00b1f0;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:5.5625rem;margin-bottom:0.25rem;margin-left:5.5625rem;display:block;box-sizing:border-box;font-size:1.0625rem;font-weight:bold;color:#f2f9ff;width:11.0625rem;height:2.5rem;font-family:lato;overflow:hidden;line-height:1; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:lato;font-size:0.9375rem; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .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.6875rem;font-weight:300;color:#000000;vertical-align:top;width:20.9375rem;overflow:hidden;font-style:normal;float:none;text-align:justify;text-align-last:initial; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .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; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-container:first-of-type{padding-top:0;}#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-container:last-of-type{padding-bottom:0;}#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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: 0.375rem 0.375rem 1.25rem #a9a9a9 ;left:0rem;top:30.936328887939rem;z-index:15021;position:absolute; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.1875rem;display:block;vertical-align:top; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 {display:block;}#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.1875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left: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: 0.375rem 0.375rem 1.25rem #a9a9a9 ;left:0rem;top:30.936328887939rem;z-index:15021;position:absolute; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #C9cF9cr4fPmc546ulw8bJhCmXyVkWc9p { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #FWk0lE7sSQmcNcVDTfoeLHoa6xOqyWEU { position:relative;display:none; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #yUiezVRsFl9wad2BtBibg34rCD5DqBEc { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #oXAULG8CGNb2E11ubABzZEALQfyG6UlD { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #yANaHuKlrcA3HZoZWzwCOHvmsIxSch4n { position:relative;display:none; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #xUOhbJ78xxLqnu5tW6X05fxQpTa24nWg { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #ffd1WX3CHVKIQV4cvoTnbaqShd6tO595 { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #DIMH2V3CvahFN8sboolSx62VToltcGGf { position:relative;display:none; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #kwM0sJru6wxRJE9U3HWaTSHoluSv921T { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #pEIJthJhIXQNUKX3olOKKEfNU3VUKTX6 { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #MBfvwDaMpx5cRdA1h4axdyvl4WILE3gk { position:relative;display:none; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #IpLDikMA0lkGzX7XTsGakpwNNV8usGIa { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #NNQBPx8cbkAQvpePQukyKlo9xQpEBAc7 { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #ylNEPfLeKNwO1nW4pkUT80WQDpCwT5iI { position:relative;display:none; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #H39cXuNR70FvJNMmOE2TG6SyQzwiU9RV { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #ITuMDlNd24DQb22He4lDeJWdKu2PWKp2 { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #RJ87Avbdg0cVaIVWbaL454VhfiHp4Rz1 { position:relative;display:none; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #Mqa8xGLWXSBnAi2Xog3FWbpnGNgScUx3 { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #T9lGpXLXTX2GJMvWn12cbwFRwC9emuox { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #bsy13WHHhluGUntEQrrR61P1sV5KGlrA { position:relative;display:block; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #ULEuHg3T03TutqaDT0mNUrcrBWDxXyMc { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #TEBxoCzG5RJSTOEnxsiGE3TCHdwUHwe2 { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #zotUkgA2h1TPb8Dq93ouSvmnKhf8oI4X { position:relative;z-index:2; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #Sy0nz7wSgt0BwO4Ji9qnovZxP8CLVvSt { position:relative; }
#tsCVcnDhmZ28yGXxvddFA09JEV1KMQxl { position:relative;display:block;z-index:100000;display:block; }
#gdrWa99LM8LZf4OIN7nyQ4trfZyMbWmV { position:relative;display:block;z-index:100000;display:block; }
#Dl334hsuyCXb4Fk54Vm2hzTDCHWbBhEK { position:relative;display:block; }
#yJOeqldS9VdCb5AeefmMNe2gG23RzMdz { position:relative;display:block; }
#IN8l6Rt7Gf20BDzLpONf0RiZBTC1gCLk { position:relative;display:block; }
#byy1msxwpBpqdSyBflrfETTpAou8Fo4p { position:relative;display:block; }
#qlur3tXhzN4maQatXPvmKTXQDKhD7wLi { position:relative;display:block; }
#b7TwOwx7ou6Lf85m1y1dxcWMSInXvXHU { position:relative;display:block; }
#hQ4RsgQHlpPoqNAmHKzgmOGeC2LieaBw { position:relative;display:block; }
#H3aXreu39zLvqR0NcATel01cqkslxdeX { position:relative;display:block; }
#cFxmsUTukIbPIETIdWO1i0PF7eu96mpM { position:relative;display:block; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #IFnm84OSH4vQ7aRvpPlJJEKCev5LpXpp { position:relative; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #R8bmryOO82odT4IFmeBETUBTOOWxCShb { position:relative; }
#NMsdIdlUsw74Vs55DMBSNTxhEM4kNNno { color:#02edf3;display:block;width:22.999125rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:normal;z-index:15037;line-height:1.3;letter-spacing:0;top:40.4375rem;left:30rem;height:3.25rem;display:block; }
#bn5HdtF48WXhaVk8fP06xucHcrNWslR9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.31163125rem;width:3.31163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:40.375rem;left:26.6875rem; }
#VOhD3cHhwdcb9ETGfrncQ66IBOAyeQh4 { color:#ffffff;display:block;width:35.6875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:21.71875rem;left:0rem;height:;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WEPLAHJvAAPPAfq9U7XKbr5yQEP6TnWC { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:45.8125rem;left:26.6875rem;height:5.2rem;display:block; }
#oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge { 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; }#oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge > .row .container { background-color: transparent; background-image: none; }#oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge > .row .container > .video-iframe-container { display: none; }#oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge > .row > .video-iframe-container { display: none; }#oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge > .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); }#oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge > .row .container { border-width: 0; border-radius: 0; }#oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge > .row .container { font-size:0.875rem;font-family:arial;height:63.4375rem;width:60rem;position:relative;display:block; }#tACalsJTcduTA4mPyiQ2aQT5Koo9ayP4 { color:rgba(0,0,0,0.7);display:block;width:12.75rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:4.265625rem;left:36.3115234375rem;height:5.25rem;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; }
#kmNHOS7poRwN9f03DAELdIEn8UrnG3LK { position:absolute;display:block;z-index:15007;background-color:#04aa47;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:5.515625rem;left:26.5rem;display:block; }
#MUTJ2NtTKTxplg5b9XRPTNfTz9T8ul4K { color:#000000;display:block;width:28.6875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:9.6845703125rem;left:28.3427734375rem;height:8.496125rem;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; }
#d3tnWkAls3QWmktKaMoiPmnlTwKcF6xL { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:27.500000953674rem;left:22.8125rem;height:7.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;font-style:normal;display:block; }
#VtK1rHTqpoXl8HTFhszVFyAG96nZVthn { color:#00b1f0;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:24.499784469604rem;left:22.96875rem;height:1.875rem;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; }
#TRAMzyI3GUc1HzX7mOGx8d3sLW3hTc8c { color:#04aa47;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:38.624133110046rem;left:22.96875rem;height:1.875rem;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; }
#ieeLB2bbo3zylENzB2TO8wcHSADVgsmy { color:rgba(0,0,0,0.5);display:block;width:17.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:41.624350547791rem;left:22.8125rem;height:7.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;font-style:normal;display:block; }
#TEJSGqqI1v4RalqM3evialvKxcOkFKLT { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:27.500000953674rem;left:42.8125rem;height:9.5625rem;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; }
#GTNKImE58Au6TLnaVORecB50RoQZHfbt { color:#04aa47;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:24.499784469604rem;left:42.96875rem;height:1.875rem;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; }
#BoM6i5ocRxCLPlsBW7LfkwtgQDdxf8MN { color:#00b1f0;display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:38.624133110046rem;left:42.96875rem;height:1.875rem;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; }
#SQB9NaH2XfCOOMXaCag2Iz3erGcOWKev { color:rgba(0,0,0,0.5);display:block;width:16.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15017;line-height:1.5;letter-spacing:0;top:41.728518486023rem;left:42.8125rem;height:7.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;font-style:normal;display:block; }
#TvuPna8Uq95CR2FGCGo1pvq4R6tFdCXs { color:rgba(0,0,0,0.5);display:block;width:60rem;position:absolute;font-family:neuton;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:53.192278861999rem;left:0rem;height:10.96875rem;display:block; }
#DdgucwNDwvWqevIlmTD4U8J9ABT5p54T { position:absolute;display:block;z-index:15008;background-color:#04aa47;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:6.25rem;top:5.484375rem;left:52.40625rem;display:block; }
#T1VAg4BC4cRLM3M4MoAkVC0IF7sprcXq { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06163125rem;width:2.06163125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:38.530817985534rem;left:40rem; }
#p87KtRtnX5tEdFfTfNgtb7OOUkehBkqB { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06055rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:24.406468391419rem;left:40rem; }
#RZqfqWCVGllWVhWmZDFZJfGZnFmV4pUt { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06055rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;opacity:1;top:24.406470298767rem;left:20rem; }
#qzTzTTOBmT5KCKeHS9XQCv2AIywlUmCv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.06055rem;width:2.06055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;opacity:1;top:38.530817985534rem;left:20rem; }
#mvSn5kxUFvyQOUoAT39tyHBFGwG0Oz4u { box-sizing:content-box;height:29.75rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#ecf7ff;background-image:none;top:21.719835281372rem;left:0rem;display:block; }
#n1yngdT6a4FOz9rffz2WSvWC0FZtTqZd { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:29.4375rem;width:29.4375rem;top:21.8759765625rem;left:0rem;overflow:hidden;display:block; }
#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/5f241079-30a3-4812-8df9-f8fb6626ca58/Change2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va.adaptive-delivery-prevent-bg, #aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va.lazyload, #aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va.lazyloading { background-image: none; }#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va > .row .container { background-color: transparent; background-image: none; }#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va > .row .container > .video-iframe-container { display: none; }#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va > .row > .video-iframe-container { display: none; }#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va > .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); }#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va > .row .container { border-width: 0; border-radius: 0; }#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va > .row .container { font-size:0.875rem;font-family:arial;height:25.3125rem;width:60rem;position:relative;display:block; }#PFyedIU51T5WSTcuCe3M82OMECIsyEI8 { color:#02edf3;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.75rem;left:-0.0032558441162109rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NXrdM0C26CuAfMwmr4skdZZ6RGAOZesm { color:#ffffff;display:block;width:49.0625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:8.6241331100462rem;left:5.46875rem;height:7.96875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JvQxcMOT2Wh5eBninLtTTGZ5lmlWBaPZ { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:16.997611999512rem;left:0rem;height:3.1875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#AGgwqVSXWyXp9fOf2khKNF2qPoh3T2K3 { position:absolute;display:block;z-index:15009;background-color:#02edf3;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.125rem;top:17.875rem;left:42.7470703125rem;display:block; }
#i7qBKfTi0QvWx3Nmu9h0QlrTuaJBiLNR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:20.4375rem;width:20.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:.15;top:0rem;left:0rem; }
#ldAvgHGg83fZirdPdE5aaf352N4NyWAl { position:relative;display:block; }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl { background-color: transparent; background-image: none; }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .row .container > .video-iframe-container { display: none; }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .row > .video-iframe-container { display: none; }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .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); }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl { border-width: 0; border-radius: 0; }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .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; }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(0,0,0,0);background-image:none;font-size:0.875rem;font-family:arial;height:45.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#a6TTqvEL3LeRFTOFp19zR84pLB7GPFbz { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.625rem rgba(0,0,0,0.17) ;height:29.625rem;width:59.25rem;top:7.9375rem;left:0.375rem;display:block; }
#WrVu6FVa53Dw7T3fdp0S7AwfGquXJloA { color:#00b1f0;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:700;z-index:15000;line-height:1.6;letter-spacing:0;top:2.6822919845581rem;left:0rem;height:3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ACBxZWbtzGz93e0Ez22zIXxtP63PIFt4 { 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:27.124rem;width:57.9365rem;top:9.1875rem;left:1.0625rem;overflow:hidden;display:block; }
#FsEHLwiRISIgyslvlDAUUbCBuHHEC1cB { background-color:#00b1f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.625rem;height:3.4375rem;text-decoration:none;z-index:15016;text-align:center;text-align-last:center;top:39.5rem;left:21.1875rem;display:block; }
#ZGQxbBxF4Bvet4OuDozgZJXIcDlS5pHD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#04aa47;background-image:url("https://images.assets-landingi.com/uc/7697497f-2b8a-413c-925a-a6b9bacb29a4/Background.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds.adaptive-delivery-prevent-bg, #TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds.lazyload, #TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds.lazyloading { background-image: none; }#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds > .row .container { background-color: transparent; background-image: none; }#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds > .row .container > .video-iframe-container { display: none; }#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds > .row > .video-iframe-container { display: none; }#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds > .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); }#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds > .row .container { border-width: 0; border-radius: 0; }#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds > .row .container { font-size:0.875rem;font-family:arial;height:49.1875rem;width:60rem;position:relative;display:block; }#blq0zJ3FlgQM2zMnMWFdUTXHqK27LFrT { position:absolute;display:block;z-index:15003;background-color:#04aa47;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:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: 0.1875rem 0.1875rem 1.25rem #ffffff ;height:18.125rem;width:13.3125rem;top:3.0625rem;left:0rem;display:block; }
#SbDFey5XzvTpsVJZCkESaW9kqyWBLxXW { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:1.875rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 1.875rem rgba(0,0,0,0.3);top:5.53125rem;left:0.9375rem;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;font-style:normal;display:block; }
#NnNwWE1iDwgCI9LmUovSfxFSaXUIb0ky { color:#ffffff;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:400;z-index:15005;line-height:1.6;letter-spacing:0;top:11.8125rem;left:1.0625rem;height:4.5rem;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; }
#L0d9PDCeGhGFhkS5T9d7tavAnRhLy5EB { position:absolute;display:block;z-index:15002;background-color:rgba(255,255,255,0.92);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0.1875rem 0.1875rem 1.25rem #ffffff ;height:18.125rem;width:46.875rem;top:3.0625rem;left:13.125rem;display:block; }
#Hxd5Luz59ReZ2Rukb5Z0IexKkK284Jsz { color:rgba(59,59,59,0.5);display:block;width:4.5625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.1875rem;left:13.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#efczPDlQMHo46UlytDg9T3mf5BIXeXiv { color:#000000;display:block;width:7.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:10.744140625rem;left:18.4375rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JvdpT77MtiZdcuGq1zXBa7uBZORnmvlM { color:rgba(59,59,59,0.5);display:block;width:4.5625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:10.375rem;left:27.625rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eZKrG89N8rMmt1cmg0t4cQ26u4ARiJF3 { color:#232b3e;display:block;width:11.1875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.744140625rem;left:32.1875rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BDn2uOhL10y3gqWyrnlWv4uHCLDHy5x3 { color:rgba(59,59,59,0.5);display:block;width:4.5625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:10.25rem;left:44.3125rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aWM7dJEKAI7Dmmc3w5S3qTypw5dtRrh5 { color:#232b3e;display:block;width:9.875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.744140625rem;left:48.875rem;height:2.7625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T6VIVkulVLbhNkhT7LBt4dVOlP4roXLC { color:#000000;display:block;width:8.4375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:8rem;left:17.6875rem;height:1.21875rem;display:block; }
#kPyk9UF4vgh746aOTuaoB0AsSb03XcDL { color:#000000;display:block;width:10.625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:normal;z-index:15022;line-height:1.3;letter-spacing:0;top:8rem;left:48.125rem;height:1.21875rem;display:block; }
#aTQQ0WaPR4PViCNG5t1QepeVPBGVates { color:rgba(0,0,0,0.7);display:block;width:13.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15023;line-height:1.5;letter-spacing:0;top:14.623046875rem;left:14.75rem;height:4.78125rem;font-style:normal;display:block; }
#DncEiJqevmfN9Sxc7ZT8GehQtkiCMlZ9 { color:rgba(0,0,0,0.7);display:block;width:14.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15024;line-height:1.5;letter-spacing:0;top:14.6240234375rem;left:29.34375rem;height:4.78125rem;font-style:normal;display:block; }
#nG3edV9sDOnrOQ5Vw7a88yQiwaokLpiK { color:rgba(0,0,0,0.7);display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:14.6240234375rem;left:45.8125rem;height:4.78125rem;font-style:normal;display:block; }
#cAXi1IHWwLKGNxLFTNhkeDaThOoTDrEI { color:#04aa47;display:block;width:43.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:5.25rem;left:14.75rem;height:2.7625rem;font-style:normal;display:block; }
#BaQadw8vrpD5d6ro6iSR9XV3nT9zGaIR { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23rem;width:40.5625rem;top:23.625rem;left:9.71875rem;overflow:hidden;display:block; }
#g1Az3haXpVmFLNupSxgvKICHRFwuNc4m { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem dotted #3b3b3b;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; }#g1Az3haXpVmFLNupSxgvKICHRFwuNc4m > .row .container { background-color: transparent; background-image: none; }#g1Az3haXpVmFLNupSxgvKICHRFwuNc4m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1Az3haXpVmFLNupSxgvKICHRFwuNc4m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1Az3haXpVmFLNupSxgvKICHRFwuNc4m > .row .container > .video-iframe-container { display: none; }#g1Az3haXpVmFLNupSxgvKICHRFwuNc4m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#g1Az3haXpVmFLNupSxgvKICHRFwuNc4m > .row > .video-iframe-container { display: none; }#g1Az3haXpVmFLNupSxgvKICHRFwuNc4m > .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); }#g1Az3haXpVmFLNupSxgvKICHRFwuNc4m > .row .container { border-width: 0; border-radius: 0; }#g1Az3haXpVmFLNupSxgvKICHRFwuNc4m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#g1Az3haXpVmFLNupSxgvKICHRFwuNc4m > .row .container { font-size:0.875rem;font-family:arial;height:50rem;width:60rem;position:relative;display:block; }#SZveh1Vk7CIaEruklTkdt7N36dTIkp3v { color:rgba(30,30,30,0.5);display:block;width:30.625rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:1.4625rem;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; }
#QraDulsc69OpHJUXNxME5qx6C91DwQtE { color:#00b1f0;display:block;width:30.625rem;position:absolute;font-family:lato;font-size:2.5rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:6.7109375rem;left:0rem;height: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; }
#UgshNw6fnuTT27TT9d0cwEHbtgLV1RQQ { color:rgba(0,0,0,0.7);display:block;width:30.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:12.640625rem;left:0rem;height:4.78125rem;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; }
#mDeatuBGnVIeNnywK78SVbDNl7RHS0Nl { background-color:#00b1f0;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: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:lato;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:3rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:38.75rem;left:0rem;display:block; }
#Il58i2kXTudwwfksKw6L1cxOrZxIEAk0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tbVWuvCbVu8NEZMTq1pV0uMnd3mI6QlZ { position:absolute;display:block;z-index:15007;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.0625rem solid #00b1f0;border-left:0.0625rem solid #00b1f0;border-right:0.0625rem solid #00b1f0;border-bottom:0.0625rem solid #00b1f0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14rem;top:4.875rem;left:32rem;display:block; }
#kmKvhbLcyzhmbqTs9TViAhoyrItcmTMc { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:11.375rem;left:32.75rem;height:3.75rem;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; }
#NBaEuk3ls1GBpt5ioPfk5cinMNbdyar9 { color:rgba(0,0,0,0.7);display:block;width:13.375rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:16.5rem;left:32.375rem;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; }
#nMhKonVG881wHTKu3oFJT9dBf5V37kq9 { position:absolute;display:block;z-index:15018;background-color:#00b1f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.5625rem;top:15.4375rem;left:37.25rem;display:block; }
#c25o6p6sT8RLZymigokP8gKzBZ0yf2Te { position:absolute;display:block;z-index:15006;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.0625rem solid #00b1f0;border-left:0.0625rem solid #00b1f0;border-right:0.0625rem solid #00b1f0;border-bottom:0.0625rem solid #00b1f0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14rem;top:4.875rem;left:46rem;display:block; }
#kWAT1CzrT87DJfq7g8TdCnDrgMH4merb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:7.3125rem;left:37.5rem; }
#IzBansQe3TUlf523AO81uw7nWKemqUJ1 { position:absolute;display:block;z-index:15022;background-color:#00b1f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.5625rem;top:15.4375rem;left:51.1875rem;display:block; }
#uGFGARBPTOt0xdaXzmfmapoTdoa68z3s { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.5;letter-spacing:0;top:11.3125rem;left:46.6875rem;height:;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; }
#Pih8kQJuAsKz21HepyacWSUX05kDfVqv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:7.25rem;left:51.4375rem; }
#LGWG48UUWlhaNarIIvQsJl5QTfASOKuw { color:rgba(0,0,0,0.7);display:block;width:13.1875rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15021;line-height:1.5;letter-spacing:0;top:16.5rem;left:46.5rem;height:7.03125rem;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; }
#cUrtkSb6yRNdTFvFHMNkxyQarLTDVJpm { position:absolute;display:block;z-index:15026;background-color:#00b1f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.5625rem;top:34.5rem;left:37.25rem;display:block; }
#WWk3z0qQQR9we2XumOrd61zGGaBouBb1 { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.5;letter-spacing:0;top:30.375rem;left:32.6875rem;height:3.75rem;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; }
#NSCvoLJEedT8dt07M0OZKKCovMg48aB4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:26.3125rem;left:37.5rem; }
#TmVNIaFq4CqK87dSIWoi4ahVTgVoaTWA { color:rgba(0,0,0,0.7);display:block;width:13.0625rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15025;line-height:1.5;letter-spacing:0;top:35.5rem;left:32.5625rem;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; }
#T2p3pPEpkwrvH32WP1HlR6TR2fsvLoMT { position:absolute;display:block;z-index:15030;background-color:#00b1f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.5625rem;top:34.5rem;left:51.125rem;display:block; }
#xgKzzOlErDc8r0AtxtDV4SKJ9QLzpItx { color:#000000;display:block;width:12.6875rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.5;letter-spacing:0;top:30.375rem;left:46.625rem;height:3.75rem;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; }
#SM3CILQNWOLOMuqicpIyhMS0ZzX3vfR2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15044;opacity:1;top:26.3125rem;left:51.5rem; }
#zHfnTvPtsd3ZE53ISeOCwxxdd2Ukvx1g { color:rgba(0,0,0,0.7);display:block;width:13.25rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15029;line-height:1.5;letter-spacing:0;top:35.5rem;left:46.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; }
#TPnBb9Osh4bB8oTPcGTusfAf0JeD0moQ { position:absolute;display:block;z-index:15008;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.0625rem solid #00b1f0;border-left:0.0625rem solid #00b1f0;border-right:0.0625rem solid #00b1f0;border-bottom:0.0625rem solid #00b1f0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14rem;top:23.75rem;left:32rem;display:block; }
#cIAIWSsVbv0ufcBTsaHbUN3AoTFVosck { position:absolute;display:block;z-index:15007;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.0625rem solid #00b1f0;border-left:0.0625rem solid #00b1f0;border-right:0.0625rem solid #00b1f0;border-bottom:0.0625rem solid #00b1f0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:14rem;top:23.75rem;left:45.9375rem;display:block; }
#sI1q9hyRU4SWvCpHwlQLlsBGu1zimX6M { color:rgba(0,0,0,0.7);display:block;width:25.5625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15045;line-height:1.5;letter-spacing:0;top:19.1875rem;left:4.4375rem;height:6.375rem;font-style:normal;display:block; }
#Nll1v4NVN5m05wR54QdDsm9pdDmbPGAb { color:rgba(0,0,0,0.7);display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15046;line-height:1.5;letter-spacing:0;top:27.0625rem;left:4.40625rem;height:4.78125rem;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; }
#vXkut6h88Kyr9hloaCfQLPgQeVm0TW6n { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:19.4375rem;left:0rem; }
#xWlLHy2EkG8acgvsgurxFsWEa6yqb8aK { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:26.84375rem;left:0rem; }
#p1bnX1CatxJXgyBXTgbZROviWt3pmVLN { color:rgba(0,0,0,0.5);display:block;width:60rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15049;line-height:1.3;letter-spacing:0;top:43.4375rem;left:0rem;height:4.875rem;font-style:normal;display:block; }
#dQtBXGssiaeBnD8O0UoIQiuBldJrBozl { position:absolute;display:block;z-index:15023;background-color:#00b1f0;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:3.5625rem;top:5.4609375rem;left:0rem;display:block; }
#vKyTGrUt05cSzfDDMbyRr1llWhKSEt8c { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:33.125rem;left:0rem; }
#la1p21uzOgThPyw8wCHGbnCVXJ7IiAfI { color:rgba(0,0,0,0.7);display:block;width:25.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15047;line-height:1.5;letter-spacing:0;top:33.375rem;left:4.4375rem;height:3.1875rem;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; }
#uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ { position:relative;display:block; }#uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ { background-color: transparent; background-image: none; }#uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ > .row .container > .video-iframe-container { display: none; }#uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ > .row > .video-iframe-container { display: none; }#uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ > .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); }#uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ { border-width: 0; border-radius: 0; }#uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#g50eoKVUtJvR55nunRcOAELvdSq6keQ1 { position:absolute;display:block;z-index:15003;background-color:#000000;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:48.9375rem;display:block; }
#Mgqg77m83wBrP3RAFsqTCBzaK7b8BSf4 { position:absolute;display:block;z-index:15005;background-color:#000000;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:52.9375rem;display:block; }
#OQhcI42RPmUU9TkDyTOZPbLrdoQkPEO0 { position:absolute;display:block;z-index:15007;background-color:#000000;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:56.9375rem;display:block; }
#UDZU1vWBUWDSRzR8BL56DgC851XW7hlD { color:#000000;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.3125rem;left:0rem;height:3.67383125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#limm41EzISTkJvcSuh5N09NuN2EssIpg { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15014;line-height:1.4;letter-spacing:0;top:6.125rem;left:50.96875rem;height:1.225rem;font-style:normal;display:block; }
#BPxwIEVxHtMWeU4egW2vZM0KuesoUFvi { position:absolute;display:block;z-index:15015;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:35.625rem;top:11rem;left:24.375rem;display:block; }
#vAQ7NhJW7xhwV0cH1HvkuwtL19BNQZBz { color:#000000;display:block;width:7.3125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:6.125rem;left:41.3125rem;height:1.225rem;font-style:normal;display:block; }
#gPdnaVmtfENkMq3qtzTpEAKpIQ3G1m36 { color:#056cd3;display:block;width:10.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.4;letter-spacing:0;top:6.0625rem;left:27.5rem;height:1.225rem;font-style:normal;display:block; }
#FSM9E38PN70aPZAbNlP9suJEOulVCPn8 { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15015;line-height:1.4;letter-spacing:0;top:13.07421875rem;left:40.25rem;height:1.05rem;font-style:normal;display:block; }
#kupvWB3l5TSfBDlONPLr218wl9gCh0VL { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:300;z-index:15016;line-height:1.4;letter-spacing:0;top:4.0625rem;left:24.9375rem;height:1.05rem;font-style:normal;display:block; }
#WkNqQWSdsqkSL8FniLZpa8RwCODwBJCZ { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:11rem;left:0rem;display:block; }
#auU0PXry4uw5mnrvuTu1o97nl4x3MGDi { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:5.9560546875rem;left:25.5rem; }
#H70HQu3iyUegdV4l6MflgvhE51Dd0rGW { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15024;top:6rem;left:39.375rem; }
#AIJSdnQ2QFUiHhunGCSMdt9MhNO6LOae { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.03125rem;left:48.9375rem; }
#RmCOb6UTnV3aqC6PLGa75RqpUKWQTKk6 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15030;top:15.15625rem;left:49.53125rem; }
#RmCOb6UTnV3aqC6PLGa75RqpUKWQTKk6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#lXOffcBNnWdacWyXHdCnPAaHoCmgB0Fd { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15.15625rem;left:53.53125rem; }
#lXOffcBNnWdacWyXHdCnPAaHoCmgB0Fd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#TBByEn0dG7HEDiyCrab5yPpnkCophmQx { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15rem;left:57.375rem; }
#TBByEn0dG7HEDiyCrab5yPpnkCophmQx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#EKlXZyhnnQhMLq26zuv3pg5qIrAUro0G { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:10.4375rem;top:2.0498046875rem;left:0rem;overflow:hidden;display:block; }
#HLbO2lcEv4X2AyB4vd3PMkaT8okCOZ05 { color:#000000;display:block;width:27.1875rem;position:absolute;font-family:"open sans";font-size:0.6875rem;font-weight:300;z-index:15014;line-height:1.4;letter-spacing:0;top:16.7265625rem;left:0rem;height:0.9625rem;font-style:normal;display:block; }
#Uvpkko0PN5Q9PJShyNWTtGqL1wxFJePH { position:absolute;display:block;z-index:15006;background-color:#000000;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:40.65625rem;display:block; }
#FmE6cTe905GEqm4QmHB2xLi1oDDZkEcI { position:absolute;display:block;z-index:15007;background-color:#000000;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:2.5rem;border-top-right-radius:2.5rem;border-bottom-left-radius:2.5rem;border-bottom-right-radius:2.5rem;box-shadow: 0.3125rem 0.625rem 1.0625rem rgba(0,0,0,0.05) ;height:3.0625rem;width:3.0625rem;top:14.5625rem;left:44.84375rem;display:block; }
#VdCFvkOimiDfaV91IHdLTzgquBTXyHgN { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;top:15.15625rem;left:45.40625rem; }
#VdCFvkOimiDfaV91IHdLTzgquBTXyHgN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#ZzJ7CdpTveJzlrhvbyqsP93nKiMkTTcT { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;top:15.15625rem;left:41.25rem; }
#ZzJ7CdpTveJzlrhvbyqsP93nKiMkTTcT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe { display:block; }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWNgtDNXM6A87if5MtxmpnP4OUG75TA5 { width:47.75rem;height:13rem;top:6.0625rem;left:0rem;font-size:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #k9LqR3P2qBL8GaA7Zyt5xn8gqiDVphGw { width:14.375rem;height:0.3125rem;top:19.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Rz3XcwgEKRPT1m86CdFuvbszcwLVTf { top:1.5rem;left:0rem;width:10rem;height:3.228722280887rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-regular-label { width:22.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-text { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-textarea { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-select { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-button { width:11.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.5625rem; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-checkbox-label { width:21rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9  { width:22.1875rem;height:auto;top:30.875rem;left:0rem; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .radio-container { width:22.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 {display:block;}#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 { width:22.1875rem;height:auto;top:30.875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #C9cF9cr4fPmc546ulw8bJhCmXyVkWc9p {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #FWk0lE7sSQmcNcVDTfoeLHoa6xOqyWEU {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #yUiezVRsFl9wad2BtBibg34rCD5DqBEc {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #oXAULG8CGNb2E11ubABzZEALQfyG6UlD {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #yANaHuKlrcA3HZoZWzwCOHvmsIxSch4n {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #xUOhbJ78xxLqnu5tW6X05fxQpTa24nWg {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #ffd1WX3CHVKIQV4cvoTnbaqShd6tO595 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #DIMH2V3CvahFN8sboolSx62VToltcGGf {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #kwM0sJru6wxRJE9U3HWaTSHoluSv921T {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #pEIJthJhIXQNUKX3olOKKEfNU3VUKTX6 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #MBfvwDaMpx5cRdA1h4axdyvl4WILE3gk {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #IpLDikMA0lkGzX7XTsGakpwNNV8usGIa {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #NNQBPx8cbkAQvpePQukyKlo9xQpEBAc7 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #ylNEPfLeKNwO1nW4pkUT80WQDpCwT5iI {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #H39cXuNR70FvJNMmOE2TG6SyQzwiU9RV {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #ITuMDlNd24DQb22He4lDeJWdKu2PWKp2 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #RJ87Avbdg0cVaIVWbaL454VhfiHp4Rz1 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #Mqa8xGLWXSBnAi2Xog3FWbpnGNgScUx3 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #T9lGpXLXTX2GJMvWn12cbwFRwC9emuox {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #bsy13WHHhluGUntEQrrR61P1sV5KGlrA {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #ULEuHg3T03TutqaDT0mNUrcrBWDxXyMc {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #TEBxoCzG5RJSTOEnxsiGE3TCHdwUHwe2 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #zotUkgA2h1TPb8Dq93ouSvmnKhf8oI4X { z-index:2; }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #Sy0nz7wSgt0BwO4Ji9qnovZxP8CLVvSt {  }
 }@media only screen and (max-width: 763px) { #tsCVcnDhmZ28yGXxvddFA09JEV1KMQxl { display:block; }
 }@media only screen and (max-width: 763px) { #gdrWa99LM8LZf4OIN7nyQ4trfZyMbWmV { display:block; }
 }@media only screen and (max-width: 763px) { #Dl334hsuyCXb4Fk54Vm2hzTDCHWbBhEK { display:block; }
 }@media only screen and (max-width: 763px) { #yJOeqldS9VdCb5AeefmMNe2gG23RzMdz { display:block; }
 }@media only screen and (max-width: 763px) { #IN8l6Rt7Gf20BDzLpONf0RiZBTC1gCLk { display:block; }
 }@media only screen and (max-width: 763px) { #byy1msxwpBpqdSyBflrfETTpAou8Fo4p { display:block; }
 }@media only screen and (max-width: 763px) { #qlur3tXhzN4maQatXPvmKTXQDKhD7wLi { display:block; }
 }@media only screen and (max-width: 763px) { #b7TwOwx7ou6Lf85m1y1dxcWMSInXvXHU { display:block; }
 }@media only screen and (max-width: 763px) { #hQ4RsgQHlpPoqNAmHKzgmOGeC2LieaBw { display:block; }
 }@media only screen and (max-width: 763px) { #H3aXreu39zLvqR0NcATel01cqkslxdeX { display:block; }
 }@media only screen and (max-width: 763px) { #cFxmsUTukIbPIETIdWO1i0PF7eu96mpM { display:block; }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #IFnm84OSH4vQ7aRvpPlJJEKCev5LpXpp {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #R8bmryOO82odT4IFmeBETUBTOOWxCShb {  }
 }@media only screen and (max-width: 763px) { #NMsdIdlUsw74Vs55DMBSNTxhEM4kNNno { top:40.4375rem;left:23.875rem;width:22.9375rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bn5HdtF48WXhaVk8fP06xucHcrNWslR9 { top:40.375rem;left:20.5625rem;width:3.25rem;height:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VOhD3cHhwdcb9ETGfrncQ66IBOAyeQh4 { width:35.6875rem;height:;top:21.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEPLAHJvAAPPAfq9U7XKbr5yQEP6TnWC { top:45.8125rem;left:16.1875rem;width:31.5625rem;height:5.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge { display:block; }#oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tACalsJTcduTA4mPyiQ2aQT5Koo9ayP4 { width:12.75rem;height:2.625rem;top:4.25rem;left:19rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmNHOS7poRwN9f03DAELdIEn8UrnG3LK { width:6.25rem;height:0.1875rem;top:5.5rem;left:20.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUTJ2NtTKTxplg5b9XRPTNfTz9T8ul4K { width:28.6875rem;height:8.4375rem;top:9.625rem;left:3.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d3tnWkAls3QWmktKaMoiPmnlTwKcF6xL { width:16.5625rem;height:7.9375rem;top:27.5rem;left:15.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtK1rHTqpoXl8HTFhszVFyAG96nZVthn { width:15.625rem;height:;top:24.4375rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRAMzyI3GUc1HzX7mOGx8d3sLW3hTc8c { width:15.625rem;height:;top:38.5625rem;left:16.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieeLB2bbo3zylENzB2TO8wcHSADVgsmy { width:17rem;height:7.9375rem;top:41.5625rem;left:14.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJSGqqI1v4RalqM3evialvKxcOkFKLT { width:16.5625rem;height:9.5rem;top:27.5rem;left:31.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTNKImE58Au6TLnaVORecB50RoQZHfbt { width:15.625rem;height:;top:24.4375rem;left:32rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoM6i5ocRxCLPlsBW7LfkwtgQDdxf8MN { width:15.625rem;height:;top:38.5625rem;left:32rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQB9NaH2XfCOOMXaCag2Iz3erGcOWKev { width:16.5625rem;height:7.9375rem;top:41.6875rem;left:31.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvuPna8Uq95CR2FGCGo1pvq4R6tFdCXs { top:53.1875rem;left:0rem;width:47.75rem;height:8.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DdgucwNDwvWqevIlmTD4U8J9ABT5p54T { width:6.25rem;height:0.1875rem;top:5.4375rem;left:41.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1VAg4BC4cRLM3M4MoAkVC0IF7sprcXq { top:38.5rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p87KtRtnX5tEdFfTfNgtb7OOUkehBkqB { top:24.375rem;left:31.75rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #RZqfqWCVGllWVhWmZDFZJfGZnFmV4pUt { top:24.375rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzTzTTOBmT5KCKeHS9XQCv2AIywlUmCv { top:38.5rem;left:15.875rem;width:2rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mvSn5kxUFvyQOUoAT39tyHBFGwG0Oz4u { top:21.6875rem;left:0rem;width:47.75rem;height:29.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1yngdT6a4FOz9rffz2WSvWC0FZtTqZd { top:21.875rem;left:0rem;width:29.4375rem;height:29.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va { display:block; }#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFyedIU51T5WSTcuCe3M82OMECIsyEI8 { width:47.75rem;height:1.875rem;top:3.75rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXrdM0C26CuAfMwmr4skdZZ6RGAOZesm { width:47.75rem;height:6.375rem;top:8.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvQxcMOT2Wh5eBninLtTTGZ5lmlWBaPZ { width:47.75rem;height:3.1875rem;top:16.9375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGgwqVSXWyXp9fOf2khKNF2qPoh3T2K3 { width:3.125rem;height:0.125rem;top:17.875rem;left:36.6220703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7qBKfTi0QvWx3Nmu9h0QlrTuaJBiLNR { top:0rem;left:0rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldAvgHGg83fZirdPdE5aaf352N4NyWAl { display:block; }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6TTqvEL3LeRFTOFp19zR84pLB7GPFbz { top:7.9375rem;left:0rem;width:47.75rem;height:29.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrVu6FVa53Dw7T3fdp0S7AwfGquXJloA { top:2.625rem;left:0rem;width:47.75rem;height:3rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ACBxZWbtzGz93e0Ez22zIXxtP63PIFt4 { top:9.1875rem;left:0rem;width:47.75rem;height:22.3550093637rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsEHLwiRISIgyslvlDAUUbCBuHHEC1cB { width:19.625rem;height:3.4375rem;top:39.5rem;left:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGQxbBxF4Bvet4OuDozgZJXIcDlS5pHD { display:block; }
 }@media only screen and (max-width: 763px) { #TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds { display:block; }#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blq0zJ3FlgQM2zMnMWFdUTXHqK27LFrT { width:13.3125rem;height:18.125rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbDFey5XzvTpsVJZCkESaW9kqyWBLxXW { width:11.1875rem;height:3.75rem;top:5.5rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnNwWE1iDwgCI9LmUovSfxFSaXUIb0ky { width:11.1875rem;height:4.5rem;top:11.8125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L0d9PDCeGhGFhkS5T9d7tavAnRhLy5EB { width:46.875rem;height:18.125rem;top:3.0625rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxd5Luz59ReZ2Rukb5Z0IexKkK284Jsz { width:4.5625rem;height:3.25rem;top:10.1875rem;left:7.75rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #efczPDlQMHo46UlytDg9T3mf5BIXeXiv { width:7.625rem;height:2.75rem;top:10.6875rem;left:12.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvdpT77MtiZdcuGq1zXBa7uBZORnmvlM { width:4.5625rem;height:3.25rem;top:10.375rem;left:21.5rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZKrG89N8rMmt1cmg0t4cQ26u4ARiJF3 { width:11.1875rem;height:2.75rem;top:10.6875rem;left:26.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDn2uOhL10y3gqWyrnlWv4uHCLDHy5x3 { width:4.5625rem;height:3.25rem;top:10.25rem;left:38.1875rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWM7dJEKAI7Dmmc3w5S3qTypw5dtRrh5 { width:9.875rem;height:2.75rem;top:10.6875rem;left:37.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6VIVkulVLbhNkhT7LBt4dVOlP4roXLC { top:8rem;left:11.5625rem;width:8.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPyk9UF4vgh746aOTuaoB0AsSb03XcDL { top:8rem;left:37.125rem;width:10.625rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQQ0WaPR4PViCNG5t1QepeVPBGVates { top:14.5625rem;left:8.625rem;width:13.5625rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DncEiJqevmfN9Sxc7ZT8GehQtkiCMlZ9 { top:14.5625rem;left:23.21875rem;width:14.4375rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG3edV9sDOnrOQ5Vw7a88yQiwaokLpiK { top:14.5625rem;left:34.3125rem;width:13.4375rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAXi1IHWwLKGNxLFTNhkeDaThOoTDrEI { top:5.25rem;left:4.1875rem;width:43.5625rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BaQadw8vrpD5d6ro6iSR9XV3nT9zGaIR { top:23.625rem;left:3.59375rem;width:40.5625rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Az3haXpVmFLNupSxgvKICHRFwuNc4m { display:block; }#g1Az3haXpVmFLNupSxgvKICHRFwuNc4m > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZveh1Vk7CIaEruklTkdt7N36dTIkp3v { width:30.625rem;height:;top:3.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QraDulsc69OpHJUXNxME5qx6C91DwQtE { width:30.625rem;height:5rem;top:6.6875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UgshNw6fnuTT27TT9d0cwEHbtgLV1RQQ { width:30.625rem;height:4.75rem;top:12.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDeatuBGnVIeNnywK78SVbDNl7RHS0Nl { width:12.5rem;height:3rem;top:38.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il58i2kXTudwwfksKw6L1cxOrZxIEAk0 { display:block; }
 }@media only screen and (max-width: 763px) { #tbVWuvCbVu8NEZMTq1pV0uMnd3mI6QlZ { width:14rem;height:18.75rem;top:4.875rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmKvhbLcyzhmbqTs9TViAhoyrItcmTMc { width:12.6875rem;height:3.75rem;top:11.375rem;left:26.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NBaEuk3ls1GBpt5ioPfk5cinMNbdyar9 { width:13.375rem;height:5.625rem;top:16.5rem;left:26.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMhKonVG881wHTKu3oFJT9dBf5V37kq9 { width:3.5625rem;height:0.125rem;top:15.4375rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c25o6p6sT8RLZymigokP8gKzBZ0yf2Te { width:14rem;height:18.75rem;top:4.875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWAT1CzrT87DJfq7g8TdCnDrgMH4merb { top:7.3125rem;left:31.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzBansQe3TUlf523AO81uw7nWKemqUJ1 { width:3.5625rem;height:0.125rem;top:15.4375rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGFGARBPTOt0xdaXzmfmapoTdoa68z3s { width:12.6875rem;height:;top:11.3125rem;left:35.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pih8kQJuAsKz21HepyacWSUX05kDfVqv { top:7.25rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGWG48UUWlhaNarIIvQsJl5QTfASOKuw { width:13.1875rem;height:5.625rem;top:16.5rem;left:34.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUrtkSb6yRNdTFvFHMNkxyQarLTDVJpm { width:3.5625rem;height:0.125rem;top:34.5rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWk3z0qQQR9we2XumOrd61zGGaBouBb1 { width:12.6875rem;height:3.75rem;top:30.375rem;left:26.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSCvoLJEedT8dt07M0OZKKCovMg48aB4 { top:26.3125rem;left:31.375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmVNIaFq4CqK87dSIWoi4ahVTgVoaTWA { width:13.0625rem;height:5.625rem;top:35.5rem;left:26.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2p3pPEpkwrvH32WP1HlR6TR2fsvLoMT { width:3.5625rem;height:0.125rem;top:34.5rem;left:44.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgKzzOlErDc8r0AtxtDV4SKJ9QLzpItx { width:12.6875rem;height:3.75rem;top:30.375rem;left:35.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SM3CILQNWOLOMuqicpIyhMS0ZzX3vfR2 { top:26.3125rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHfnTvPtsd3ZE53ISeOCwxxdd2Ukvx1g { width:13.25rem;height:5.625rem;top:35.5rem;left:34.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPnBb9Osh4bB8oTPcGTusfAf0JeD0moQ { width:14rem;height:18.75rem;top:23.75rem;left:25.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIAIWSsVbv0ufcBTsaHbUN3AoTFVosck { width:14rem;height:18.75rem;top:23.75rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI1q9hyRU4SWvCpHwlQLlsBGu1zimX6M { top:19.1875rem;left:0rem;width:25.5625rem;height:6.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nll1v4NVN5m05wR54QdDsm9pdDmbPGAb { top:27.0625rem;left:0rem;width:25.625rem;height:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vXkut6h88Kyr9hloaCfQLPgQeVm0TW6n { top:19.4375rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xWlLHy2EkG8acgvsgurxFsWEa6yqb8aK { top:26.8125rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1bnX1CatxJXgyBXTgbZROviWt3pmVLN { top:43.4375rem;left:0rem;width:47.75rem;height:4.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQtBXGssiaeBnD8O0UoIQiuBldJrBozl { width:3.5625rem;height:0.125rem;top:5.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKyTGrUt05cSzfDDMbyRr1llWhKSEt8c { top:33.125rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #la1p21uzOgThPyw8wCHGbnCVXJ7IiAfI { top:33.375rem;left:0rem;width:25.625rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ { display:block; }#uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g50eoKVUtJvR55nunRcOAELvdSq6keQ1 { top:14.5625rem;left:42.8125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgqg77m83wBrP3RAFsqTCBzaK7b8BSf4 { top:14.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQhcI42RPmUU9TkDyTOZPbLrdoQkPEO0 { top:14.5625rem;left:44.6875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDZU1vWBUWDSRzR8BL56DgC851XW7hlD { top:6.3125rem;left:0rem;width:19.875rem;height:3.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #limm41EzISTkJvcSuh5N09NuN2EssIpg { top:6.125rem;left:40.4375rem;width:7.3125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPxwIEVxHtMWeU4egW2vZM0KuesoUFvi { top:11rem;left:12.125rem;width:35.625rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAQ7NhJW7xhwV0cH1HvkuwtL19BNQZBz { top:6.125rem;left:35.1875rem;width:7.3125rem;height:1.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gPdnaVmtfENkMq3qtzTpEAKpIQ3G1m36 { top:6.0625rem;left:21.375rem;width:10.0625rem;height:2.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSM9E38PN70aPZAbNlP9suJEOulVCPn8 { top:13.0625rem;left:34.125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kupvWB3l5TSfBDlONPLr218wl9gCh0VL { top:4.0625rem;left:18.8125rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkNqQWSdsqkSL8FniLZpa8RwCODwBJCZ { top:11rem;left:0rem;width:20rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #auU0PXry4uw5mnrvuTu1o97nl4x3MGDi { top:5.9375rem;left:19.375rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H70HQu3iyUegdV4l6MflgvhE51Dd0rGW { top:6rem;left:33.25rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIJSdnQ2QFUiHhunGCSMdt9MhNO6LOae { top:6rem;left:42.8125rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmCOb6UTnV3aqC6PLGa75RqpUKWQTKk6 { top:15.125rem;left:43.40625rem;width:1.875rem;height:1.875rem;display:block; }
#RmCOb6UTnV3aqC6PLGa75RqpUKWQTKk6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lXOffcBNnWdacWyXHdCnPAaHoCmgB0Fd { top:15.125rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
#lXOffcBNnWdacWyXHdCnPAaHoCmgB0Fd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TBByEn0dG7HEDiyCrab5yPpnkCophmQx { top:15rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
#TBByEn0dG7HEDiyCrab5yPpnkCophmQx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #EKlXZyhnnQhMLq26zuv3pg5qIrAUro0G { top:2rem;left:0rem;width:10.4375rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLbO2lcEv4X2AyB4vd3PMkaT8okCOZ05 { top:16.6875rem;left:0rem;width:27.1875rem;height:0.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvpkko0PN5Q9PJShyNWTtGqL1wxFJePH { top:14.5625rem;left:34.53125rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmE6cTe905GEqm4QmHB2xLi1oDDZkEcI { top:14.5625rem;left:38.71875rem;width:3.0625rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdCFvkOimiDfaV91IHdLTzgquBTXyHgN { top:15.125rem;left:39.28125rem;width:1.875rem;height:1.875rem;display:block; }
#VdCFvkOimiDfaV91IHdLTzgquBTXyHgN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZzJ7CdpTveJzlrhvbyqsP93nKiMkTTcT { top:15.125rem;left:35.125rem;width:1.875rem;height:1.875rem;display:block; }
#ZzJ7CdpTveJzlrhvbyqsP93nKiMkTTcT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe { display:block; }#wo1Kf0bi9DNz2Qk5IMOP4sDFTwmOWkwe > .row .container { width:20rem;height:85.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wWNgtDNXM6A87if5MtxmpnP4OUG75TA5 { width:20rem;height:6.75rem;top:5.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #k9LqR3P2qBL8GaA7Zyt5xn8gqiDVphGw { width:5.625rem;height:0.12402375rem;top:15.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n0Rz3XcwgEKRPT1m86CdFuvbszcwLVTf { width:9rem;height:3rem;top:1.25rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-regular-label { width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-input-button { width:7.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.75rem; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9  { width:15rem;height:auto;top:29.3125rem;left:1.25rem; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 {display:block;}#nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 { width:15rem;height:auto;top:29.3125rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #C9cF9cr4fPmc546ulw8bJhCmXyVkWc9p {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #FWk0lE7sSQmcNcVDTfoeLHoa6xOqyWEU {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #yUiezVRsFl9wad2BtBibg34rCD5DqBEc {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #oXAULG8CGNb2E11ubABzZEALQfyG6UlD {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #yANaHuKlrcA3HZoZWzwCOHvmsIxSch4n {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #xUOhbJ78xxLqnu5tW6X05fxQpTa24nWg {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #ffd1WX3CHVKIQV4cvoTnbaqShd6tO595 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #DIMH2V3CvahFN8sboolSx62VToltcGGf {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #kwM0sJru6wxRJE9U3HWaTSHoluSv921T {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #pEIJthJhIXQNUKX3olOKKEfNU3VUKTX6 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #MBfvwDaMpx5cRdA1h4axdyvl4WILE3gk {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #IpLDikMA0lkGzX7XTsGakpwNNV8usGIa {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #NNQBPx8cbkAQvpePQukyKlo9xQpEBAc7 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #ylNEPfLeKNwO1nW4pkUT80WQDpCwT5iI {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #H39cXuNR70FvJNMmOE2TG6SyQzwiU9RV {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #ITuMDlNd24DQb22He4lDeJWdKu2PWKp2 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #RJ87Avbdg0cVaIVWbaL454VhfiHp4Rz1 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #Mqa8xGLWXSBnAi2Xog3FWbpnGNgScUx3 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #T9lGpXLXTX2GJMvWn12cbwFRwC9emuox {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #bsy13WHHhluGUntEQrrR61P1sV5KGlrA {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #ULEuHg3T03TutqaDT0mNUrcrBWDxXyMc {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #TEBxoCzG5RJSTOEnxsiGE3TCHdwUHwe2 {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #zotUkgA2h1TPb8Dq93ouSvmnKhf8oI4X { z-index:2; }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #Sy0nz7wSgt0BwO4Ji9qnovZxP8CLVvSt {  }
 }@media only screen and (max-width: 763px) { #tsCVcnDhmZ28yGXxvddFA09JEV1KMQxl { display:block; }
 }@media only screen and (max-width: 763px) { #gdrWa99LM8LZf4OIN7nyQ4trfZyMbWmV { display:block; }
 }@media only screen and (max-width: 763px) { #Dl334hsuyCXb4Fk54Vm2hzTDCHWbBhEK { display:block; }
 }@media only screen and (max-width: 763px) { #yJOeqldS9VdCb5AeefmMNe2gG23RzMdz { display:block; }
 }@media only screen and (max-width: 763px) { #IN8l6Rt7Gf20BDzLpONf0RiZBTC1gCLk { display:block; }
 }@media only screen and (max-width: 763px) { #byy1msxwpBpqdSyBflrfETTpAou8Fo4p { display:block; }
 }@media only screen and (max-width: 763px) { #qlur3tXhzN4maQatXPvmKTXQDKhD7wLi { display:block; }
 }@media only screen and (max-width: 763px) { #b7TwOwx7ou6Lf85m1y1dxcWMSInXvXHU { display:block; }
 }@media only screen and (max-width: 763px) { #hQ4RsgQHlpPoqNAmHKzgmOGeC2LieaBw { display:block; }
 }@media only screen and (max-width: 763px) { #H3aXreu39zLvqR0NcATel01cqkslxdeX { display:block; }
 }@media only screen and (max-width: 763px) { #cFxmsUTukIbPIETIdWO1i0PF7eu96mpM { display:block; }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #IFnm84OSH4vQ7aRvpPlJJEKCev5LpXpp {  }
 }@media only screen and (max-width: 763px) { #nZs2QuMyDixVuDt6unDkMm3bmmZ7sbm9 #R8bmryOO82odT4IFmeBETUBTOOWxCShb {  }
 }@media only screen and (max-width: 763px) { #NMsdIdlUsw74Vs55DMBSNTxhEM4kNNno { width:14.4375rem;height:4.78125rem;top:23.1875rem;left:4.9375rem;font-size:1.0625rem;text-align:left;text-align-last:left;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #bn5HdtF48WXhaVk8fP06xucHcrNWslR9 { display:flex;width:3.125rem;height:3.125rem;top:23.6875rem;left:1.875rem; }
 }@media only screen and (max-width: 763px) { #VOhD3cHhwdcb9ETGfrncQ66IBOAyeQh4 { width:20rem;height:5.0625rem;top:16.9990234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WEPLAHJvAAPPAfq9U7XKbr5yQEP6TnWC { width:20rem;height:5.625rem;top:75.70703125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.2;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge { display:block; }#oQE4G6sP3HUQeFZ9HRlT8ieprHFML6Ge > .row .container { width:20rem;height:127.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tACalsJTcduTA4mPyiQ2aQT5Koo9ayP4 { width:13.375rem;height:2.625rem;top:1.375rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmNHOS7poRwN9f03DAELdIEn8UrnG3LK { width:6.25rem;height:0.0625rem;top:5.1875rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUTJ2NtTKTxplg5b9XRPTNfTz9T8ul4K { width:19.6875rem;height:11.15625rem;top:6.841796875rem;left:0.15625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #d3tnWkAls3QWmktKaMoiPmnlTwKcF6xL { width:16.5625rem;height:7.96875rem;top:46.9375rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtK1rHTqpoXl8HTFhszVFyAG96nZVthn { width:15.625rem;height:1.875rem;top:43.8125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TRAMzyI3GUc1HzX7mOGx8d3sLW3hTc8c { width:15.625rem;height:1.875rem;top:72.75rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ieeLB2bbo3zylENzB2TO8wcHSADVgsmy { width:16.5625rem;height:7.96875rem;top:75.625rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEJSGqqI1v4RalqM3evialvKxcOkFKLT { width:16.5625rem;height:9.5625rem;top:59.75rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GTNKImE58Au6TLnaVORecB50RoQZHfbt { width:15.625rem;height:1.875rem;top:57.125rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BoM6i5ocRxCLPlsBW7LfkwtgQDdxf8MN { width:15.625rem;height:1.875rem;top:86.6875rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SQB9NaH2XfCOOMXaCag2Iz3erGcOWKev { width:16.5625rem;height:7.96875rem;top:89.6875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvuPna8Uq95CR2FGCGo1pvq4R6tFdCXs { width:20rem;height:21.9375rem;top:102.78125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DdgucwNDwvWqevIlmTD4U8J9ABT5p54T { width:6.25rem;height:0.1875rem;top:5.125rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T1VAg4BC4cRLM3M4MoAkVC0IF7sprcXq { display:flex;width:2rem;height:2rem;top:86.625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #p87KtRtnX5tEdFfTfNgtb7OOUkehBkqB { display:flex;width:2rem;height:2rem;top:57.0625rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #RZqfqWCVGllWVhWmZDFZJfGZnFmV4pUt { display:flex;width:2rem;height:2rem;top:43.75rem;left:1.375rem; }
 }@media only screen and (max-width: 763px) { #qzTzTTOBmT5KCKeHS9XQCv2AIywlUmCv { display:flex;width:2rem;height:2rem;top:72.6875rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #mvSn5kxUFvyQOUoAT39tyHBFGwG0Oz4u { width:20rem;height:60.8125rem;top:40.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n1yngdT6a4FOz9rffz2WSvWC0FZtTqZd { width:20rem;height:20rem;top:19.65625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va { display:block; }#aigFrp2LfWkZmdcZ8syIRDiydVhdo5Va > .row .container { width:20rem;height:27.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PFyedIU51T5WSTcuCe3M82OMECIsyEI8 { width:20rem;height:1.25rem;top:1.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NXrdM0C26CuAfMwmr4skdZZ6RGAOZesm { width:20rem;height:15rem;top:4.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JvQxcMOT2Wh5eBninLtTTGZ5lmlWBaPZ { width:17.0625rem;height:4.5rem;top:21.25rem;left:1.5rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AGgwqVSXWyXp9fOf2khKNF2qPoh3T2K3 { width:3.125rem;height:0.125rem;top:21.9375rem;left:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #i7qBKfTi0QvWx3Nmu9h0QlrTuaJBiLNR { display:flex;width:20rem;height:20.4375rem;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ldAvgHGg83fZirdPdE5aaf352N4NyWAl { display:block; }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl { background-color: transparent; background-image: none; }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .row .container > .video-iframe-container { display: none; }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .row > .video-iframe-container { display: none; }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .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); }#ldAvgHGg83fZirdPdE5aaf352N4NyWAl > .row .container { width:20rem;height:23.5625rem;background-color:#f8f9fc;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a6TTqvEL3LeRFTOFp19zR84pLB7GPFbz { width:20rem;height:11.0625rem;top:6.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WrVu6FVa53Dw7T3fdp0S7AwfGquXJloA { width:20rem;height:4rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ACBxZWbtzGz93e0Ez22zIXxtP63PIFt4 { width:20rem;height:9.3623125rem;top:7.349609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsEHLwiRISIgyslvlDAUUbCBuHHEC1cB { width:14.6875rem;height:2.5625rem;top:19.4375rem;left:2.65625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGQxbBxF4Bvet4OuDozgZJXIcDlS5pHD { display:block; }
 }@media only screen and (max-width: 763px) { #TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds { display:block; }#TCFvMT1OwHBfXFlmgkkaNpfmVJW5Xsds > .row .container { width:20rem;height:73.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #blq0zJ3FlgQM2zMnMWFdUTXHqK27LFrT { width:20rem;height:14.875rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SbDFey5XzvTpsVJZCkESaW9kqyWBLxXW { width:12.375rem;height:3.75rem;top:5.25rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NnNwWE1iDwgCI9LmUovSfxFSaXUIb0ky { width:11.9375rem;height:4.21875rem;top:10rem;left:2.09375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #L0d9PDCeGhGFhkS5T9d7tavAnRhLy5EB { width:20rem;height:39.8125rem;top:19.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hxd5Luz59ReZ2Rukb5Z0IexKkK284Jsz { width:7.5625rem;height:2.5996125rem;top:30.515625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #efczPDlQMHo46UlytDg9T3mf5BIXeXiv { width:12.5rem;height:1.59375rem;top:31.0185546875rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JvdpT77MtiZdcuGq1zXBa7uBZORnmvlM { width:4.5625rem;height:2.5996125rem;top:40.6484375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #eZKrG89N8rMmt1cmg0t4cQ26u4ARiJF3 { width:12.5rem;height:3.1875rem;top:40.3544921875rem;left:6.0625rem;text-align:left;text-align-last:left;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BDn2uOhL10y3gqWyrnlWv4uHCLDHy5x3 { width:4.5625rem;height:2.5996125rem;top:50.5rem;left:1.875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #aWM7dJEKAI7Dmmc3w5S3qTypw5dtRrh5 { width:12.5rem;height:1.59375rem;top:51.0029296875rem;left:6.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #T6VIVkulVLbhNkhT7LBt4dVOlP4roXLC { width:8.4375rem;height:1.21875rem;top:27.5625rem;left:4.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPyk9UF4vgh746aOTuaoB0AsSb03XcDL { width:10.625rem;height:1.21875rem;top:27.5625rem;left:9.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTQQ0WaPR4PViCNG5t1QepeVPBGVates { width:13.5625rem;height:4.78125rem;top:33.115234375rem;left:4.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DncEiJqevmfN9Sxc7ZT8GehQtkiCMlZ9 { width:14.4375rem;height:4.78125rem;top:44.1865234375rem;left:4.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nG3edV9sDOnrOQ5Vw7a88yQiwaokLpiK { width:13.4375rem;height:4.78125rem;top:53.25rem;left:4.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cAXi1IHWwLKGNxLFTNhkeDaThOoTDrEI { width:18.4375rem;height:7.96875rem;top:20.875rem;left:0.78125rem;font-size:1.0625rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BaQadw8vrpD5d6ro6iSR9XV3nT9zGaIR { width:20rem;height:11.340523882897rem;top:60.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1Az3haXpVmFLNupSxgvKICHRFwuNc4m { display:block; }#g1Az3haXpVmFLNupSxgvKICHRFwuNc4m > .row .container { width:20rem;height:151.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SZveh1Vk7CIaEruklTkdt7N36dTIkp3v { width:20rem;height:1.29980625rem;top:1.6865234375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QraDulsc69OpHJUXNxME5qx6C91DwQtE { width:20rem;height:4.5rem;top:4.4248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #UgshNw6fnuTT27TT9d0cwEHbtgLV1RQQ { width:20rem;height:6.375rem;top:10.0498046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mDeatuBGnVIeNnywK78SVbDNl7RHS0Nl { width:11.0625rem;height:2.875rem;top:131.6875rem;left:4.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Il58i2kXTudwwfksKw6L1cxOrZxIEAk0 { display:block; }
 }@media only screen and (max-width: 763px) { #tbVWuvCbVu8NEZMTq1pV0uMnd3mI6QlZ { width:16.625rem;height:17.875rem;top:18.2060546875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kmKvhbLcyzhmbqTs9TViAhoyrItcmTMc { width:14.6875rem;height:1.875rem;top:24.7216796875rem;left:2.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #NBaEuk3ls1GBpt5ioPfk5cinMNbdyar9 { width:15.5rem;height:6.375rem;top:28.2685546875rem;left:2.25rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nMhKonVG881wHTKu3oFJT9dBf5V37kq9 { width:3.5625rem;height:0.0625rem;top:27.1748046875rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c25o6p6sT8RLZymigokP8gKzBZ0yf2Te { width:16.625rem;height:17.875rem;top:37.7060546875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWAT1CzrT87DJfq7g8TdCnDrgMH4merb { display:flex;width:3.125rem;height:3.125rem;top:20.2919921875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #IzBansQe3TUlf523AO81uw7nWKemqUJ1 { width:3.5625rem;height:0.125rem;top:47.3935546875rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGFGARBPTOt0xdaXzmfmapoTdoa68z3s { width:12.6875rem;height:3.75rem;top:43.0185546875rem;left:3.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #Pih8kQJuAsKz21HepyacWSUX05kDfVqv { display:flex;width:3.125rem;height:3.125rem;top:38.9560546875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LGWG48UUWlhaNarIIvQsJl5QTfASOKuw { width:15.875rem;height:6.375rem;top:48.5810546875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUrtkSb6yRNdTFvFHMNkxyQarLTDVJpm { width:3.5625rem;height:0.125rem;top:67.1748046875rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWk3z0qQQR9we2XumOrd61zGGaBouBb1 { width:11rem;height:3.75rem;top:62.4873046875rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #NSCvoLJEedT8dt07M0OZKKCovMg48aB4 { display:flex;width:3.125rem;height:3.125rem;top:58.7373046875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #TmVNIaFq4CqK87dSIWoi4ahVTgVoaTWA { width:15.8125rem;height:6.375rem;top:68.1123046875rem;left:2.09375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2p3pPEpkwrvH32WP1HlR6TR2fsvLoMT { width:3.5625rem;height:0.125rem;top:86.2373046875rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgKzzOlErDc8r0AtxtDV4SKJ9QLzpItx { width:12.6875rem;height:3.75rem;top:81.4873046875rem;left:3.65625rem;text-align:center;text-align-last:center;font-size:1.25rem;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #SM3CILQNWOLOMuqicpIyhMS0ZzX3vfR2 { display:flex;width:3.125rem;height:3.125rem;top:78.3623046875rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #zHfnTvPtsd3ZE53ISeOCwxxdd2Ukvx1g { width:15.3125rem;height:6.375rem;top:87.3623046875rem;left:2.34375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPnBb9Osh4bB8oTPcGTusfAf0JeD0moQ { width:16.625rem;height:17.875rem;top:57.3623046875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cIAIWSsVbv0ufcBTsaHbUN3AoTFVosck { width:16.625rem;height:17.875rem;top:76.6748046875rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sI1q9hyRU4SWvCpHwlQLlsBGu1zimX6M { width:20rem;height:7.96875rem;top:100.4375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Nll1v4NVN5m05wR54QdDsm9pdDmbPGAb { width:20rem;height:4.78125rem;top:113.9375rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #vXkut6h88Kyr9hloaCfQLPgQeVm0TW6n { display:flex;width:3.625rem;height:3.625rem;top:96.8125rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #xWlLHy2EkG8acgvsgurxFsWEa6yqb8aK { display:flex;width:3.625rem;height:3.625rem;top:109.5625rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #p1bnX1CatxJXgyBXTgbZROviWt3pmVLN { width:20rem;height:9.75rem;top:138.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQtBXGssiaeBnD8O0UoIQiuBldJrBozl { width:3.5625rem;height:0.125rem;top:3.111328125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vKyTGrUt05cSzfDDMbyRr1llWhKSEt8c { display:flex;width:3.625rem;height:3.625rem;top:122.4375rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #la1p21uzOgThPyw8wCHGbnCVXJ7IiAfI { width:20rem;height:3.1875rem;top:126.625rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ { display:block; }#uLdDhL9NlgUb5H9SHO6JQE8dVZdewfyQ > .row .container { width:20rem;height:57.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g50eoKVUtJvR55nunRcOAELvdSq6keQ1 { width:3.061525rem;height:3.061525rem;top:44.618175rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mgqg77m83wBrP3RAFsqTCBzaK7b8BSf4 { width:3.061525rem;height:3.061525rem;top:48.9297rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQhcI42RPmUU9TkDyTOZPbLrdoQkPEO0 { width:3.061525rem;height:3.061525rem;top:53.241225rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UDZU1vWBUWDSRzR8BL56DgC851XW7hlD { width:14.6230625rem;height:4.8984375rem;top:7.92480625rem;left:2.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #limm41EzISTkJvcSuh5N09NuN2EssIpg { width:7.3105625rem;height:1.04980625rem;top:27.11035625rem;left:6.3125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPxwIEVxHtMWeU4egW2vZM0KuesoUFvi { width:18.75rem;height:0.060546875rem;top:29.4101625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vAQ7NhJW7xhwV0cH1HvkuwtL19BNQZBz { width:10.9375rem;height:1.04980625rem;top:21.99805rem;left:4.5rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gPdnaVmtfENkMq3qtzTpEAKpIQ3G1m36 { width:11.3730625rem;height:1.04980625rem;top:16.88574375rem;left:4.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FSM9E38PN70aPZAbNlP9suJEOulVCPn8 { width:20rem;height:1.04980625rem;top:31.48438125rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kupvWB3l5TSfBDlONPLr218wl9gCh0VL { width:20rem;height:1.04980625rem;top:5.625rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WkNqQWSdsqkSL8FniLZpa8RwCODwBJCZ { width:18.75rem;height:0.0625rem;top:29.4101625rem;left:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #auU0PXry4uw5mnrvuTu1o97nl4x3MGDi { width:1.5625rem;height:1.5625rem;top:14.07324375rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H70HQu3iyUegdV4l6MflgvhE51Dd0rGW { width:1.5625rem;height:1.5625rem;top:19.18555rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AIJSdnQ2QFUiHhunGCSMdt9MhNO6LOae { width:1.5625rem;height:1.5625rem;top:24.29785625rem;left:9.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmCOb6UTnV3aqC6PLGa75RqpUKWQTKk6 { width:1.875rem;height:1.875rem;top:45.211925rem;left:9.03125rem;display:block; }
#RmCOb6UTnV3aqC6PLGa75RqpUKWQTKk6 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #lXOffcBNnWdacWyXHdCnPAaHoCmgB0Fd { width:1.875rem;height:1.875rem;top:49.52345rem;left:9.03125rem;display:block; }
#lXOffcBNnWdacWyXHdCnPAaHoCmgB0Fd > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TBByEn0dG7HEDiyCrab5yPpnkCophmQx { width:2.1875rem;height:2.1875rem;top:53.678725rem;left:8.875rem;display:block; }
#TBByEn0dG7HEDiyCrab5yPpnkCophmQx > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; } }@media only screen and (max-width: 763px) { #EKlXZyhnnQhMLq26zuv3pg5qIrAUro0G { width:10.4355625rem;height:3.125rem;top:1.25rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLbO2lcEv4X2AyB4vd3PMkaT8okCOZ05 { width:20rem;height:0.9619125rem;top:33.7841875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Uvpkko0PN5Q9PJShyNWTtGqL1wxFJePH { width:3.061525rem;height:3.061525rem;top:35.995125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FmE6cTe905GEqm4QmHB2xLi1oDDZkEcI { width:3.061525rem;height:3.061525rem;top:40.30665rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdCFvkOimiDfaV91IHdLTzgquBTXyHgN { width:1.875rem;height:1.875rem;top:40.9004rem;left:9rem;display:block; }
#VdCFvkOimiDfaV91IHdLTzgquBTXyHgN > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #ZzJ7CdpTveJzlrhvbyqsP93nKiMkTTcT { width:1.875rem;height:1.875rem;top:36.588875rem;left:9.03125rem;display:block; }
#ZzJ7CdpTveJzlrhvbyqsP93nKiMkTTcT > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }