.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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { 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;z-index:auto;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { border-width: 0; border-radius: 0; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { font-size:0.875rem;font-family:arial;height:3.875rem;width:60rem;position:relative;display:block; }#OiyPQIrFstsNCRt5tB4TReRiQVfiiTV4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2rem;width:8.5rem;top:0.84375rem;left:0rem;overflow:hidden;display:block; }
#zzDBiHhaulhLydGi210ATqCETEE2hTPr { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row .container { background-color: transparent; background-image: none; }#zzDBiHhaulhLydGi210ATqCETEE2hTPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row .container > .video-iframe-container { display: none; }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row > .video-iframe-container { display: none; }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .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); }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row .container { border-width: 0; border-radius: 0; }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row .container { width:60rem;height:35.125rem;font-size:0.875rem;font-family:"open sans";position:relative;display:block; }#zmGyVTQSckfHELDzsVw4IwEJBueavonc { color:#050b26;display:block;width:31.5625rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:700;z-index:15000;line-height:1;letter-spacing:0;top:1.0625rem;left:0.96875rem;height:2.5rem;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; }
#VaxTyV77By28Rg56r2UX9nCG3hMZMfBC { color:#000000;display:block;width:26.625rem;position:absolute;font-family:ubuntu;font-size:1.875rem;font-weight:400;z-index:15016;line-height:1.8;letter-spacing:0;top:4.125rem;left:3.4375rem;height:3.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EH98aC4i6bN3oJu3h9hhNa2DBurgPK3L { position:absolute;display:block;z-index:15025;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: 2.6875rem 1.125rem 4.6875rem rgba(5,11,38,0.13) ;height:26.5rem;width:26.5rem;top:3.5625rem;left:33.5rem;overflow:hidden;display:block; }
#ofDr0scnTfzWOoeBnP7KfodRfrhOOUuE { color:#ec6466;display:block;width:18.5625rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:11rem;left:7.46875rem;height:1.7871125rem;font-style:normal;display:block; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-form-header {  }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:17.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-text {padding-top: 0; padding-bottom: 0;}#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:17.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-select {padding-top: 0; padding-bottom: 0;}#sTuG1t1kv74OpTHSytwGirritkaxsT2n .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; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ec6466;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:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:#ffffff;width:17.5rem;height:2.5625rem;font-family:"open sans";overflow:hidden;font-style:normal; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:16.25rem;overflow:hidden;font-style:normal;float:none; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .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; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .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.3;float:none; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-container:first-of-type{padding-top:0;}#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-container:last-of-type{padding-bottom:0;}#sTuG1t1kv74OpTHSytwGirritkaxsT2n  { background-color:#1a4bb2;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:13.875rem;left:6.75rem; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:17.5rem;display:block;vertical-align:top; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n {display:block;}#sTuG1t1kv74OpTHSytwGirritkaxsT2n { background-color:#1a4bb2;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:17.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15010;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;position:absolute;top:13.875rem;left:6.75rem; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n #M8iGeF8T7eySDOBoru97VQKBBwdyRDyb { position:relative; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n #av7p7KPSnXOc91iqdCTsmLkaLGaD0ZQO { position:relative;display:none; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n #UXZlu9FX9HR8K2517G41CWm9o6OqE9U7 { position:relative; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n #DuVkQKPpmir9gt62BvMbAtUVQw5fmC5O { position:relative; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n #yep029IV2X0ZJvtV0NIbTXuollTDSbnG { position:relative;display:none; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n #kgbeWsTTT5gMZGp4yOT32FPyuDtpGFCm { position:relative; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n #wcgIJ6KXdBJsmA2GlIKUuuseIFBL0k6r { position:relative; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n #Cf9z0q0SXks0L5UPhucqnltUQcn7Swlo { position:relative;display:none; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n #PwbFymhLu7mvNp5xM7yKwakUk2L8MQJM { position:relative; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n #U0FEIWox0WRluiA5IlpDTZatNQzHlVwX { position:relative; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n #V2UdUhQT9f7OSzRkbVpsT7K7p3Hv7f3s { position:relative; }
#pf1PMDJPMMpwDbpXXGRc0zTudsFyFaum { color:#000000;display:block;width:31.875rem;position:absolute;font-family:ubuntu;font-size:1.5625rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:7.5rem;left:0.8125rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#LVxayl2Unwtu1q9lxsB9t9MWJAhlAA8w { color:#000000;display:block;width:7.25rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:31.306640625rem;left:11.3125rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#FeShln3rkF1TyCRTEu8d3VzX9zBBRT5N { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:31.48828125rem;left:8rem; }
#grH3OHNrEqJmo18miTBa9X11bIZqwUW7 { color:#000000;display:block;width:14.5rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:31.3056640625rem;left:39.5rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#JwyPcZiUdoHr08HmOwsW2vTBLInGShcS { box-sizing:content-box;color:#5d92ff;font-size:1.75rem;font-weight:400;line-height:1;height:2.5625rem;width:2.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:31.5rem;left:36rem; }
#gAaUOEEUnu84DF74GKG6dJ3Ug8xhEx6v { box-sizing:content-box;height:0.1875rem;width:59.875rem;position:absolute;display:block;z-index:15026;background-color:#e3e3e3;background-image:none;top:34.9375rem;left:-0.0625rem;display:block; }
#f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b { position:relative;display:block; }#f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b { background-color: transparent; background-image: none; }#f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b > .row .container > .video-iframe-container { display: none; }#f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b > .row > .video-iframe-container { display: none; }#f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b > .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); }#f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b { border-width: 0; border-radius: 0; }#f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b > .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; }#f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:42.75rem;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; }#ZLvIBMOc3lhgEEBlBy7ls1kGcxZu7JTV { color:#000000;display:block;width:14.0625rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:1.46875rem;left:23.5625rem;height:3.25rem;display:block; }
#QJ9ipHG42W6CVq9oqcb4Oa2bT7vGMvTB { color:#000000;display:block;width:19.1875rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15020;line-height:1.1;letter-spacing:0;top:5.8779296875rem;left:2.15625rem;height:5.16015625rem;display:block; }#QJ9ipHG42W6CVq9oqcb4Oa2bT7vGMvTB li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QJ9ipHG42W6CVq9oqcb4Oa2bT7vGMvTB li:before{  }
#T9xGc80nQ9iWLJIStX9Cfnr1ET7xKds8 { color:#000000;display:block;width:17.4375rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:5.8779296875rem;left:21.28125rem;height:5.16015625rem;display:block; }#T9xGc80nQ9iWLJIStX9Cfnr1ET7xKds8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T9xGc80nQ9iWLJIStX9Cfnr1ET7xKds8 li:before{  }
#aATiIGJTVVSsJwm6ua5ZMV5WvnG5lAW2 { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:ubuntu;font-size:1.375rem;font-weight:normal;z-index:15023;line-height:1.1;letter-spacing:0;top:5.8779296875rem;left:40.625rem;height:5.16015625rem;display:block; }#aATiIGJTVVSsJwm6ua5ZMV5WvnG5lAW2 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#aATiIGJTVVSsJwm6ua5ZMV5WvnG5lAW2 li:before{  }
#auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.625rem;width:60rem;top:12rem;left:0rem;display:block; }
#Iom5OpRDRDza1pRmoJcnDs4ayKN5Fq5c { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:12.9375rem;left:1.25rem;overflow:hidden;display:block; }
#Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:12.9375rem;left:23.125rem;overflow:hidden;display:block; }
#AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:12.9375rem;left:42.15625rem;overflow:hidden;display:block; }
#kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:28.9375rem;left:1.25rem;overflow:hidden;display:block; }
#lkzwXBmPbvHJGo5rhFWQQ1tJKKxGrGJ2 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:28.9375rem;left:23.125rem;overflow:hidden;display:block; }
#oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.75rem;width:13.75rem;top:28.9375rem;left:42.15625rem;overflow:hidden;display:block; }
#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { 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; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { background-color: transparent; background-image: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { display: none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .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); }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { border-width: 0; border-radius: 0; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { font-size:0.875rem;font-family:arial;height:4.25rem;width:60rem;position:relative;display:block; }#ltVicavokEvDVHtaXVNzJATNeCTpDQM5 { background-color:#1a4bb2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:0.875rem;left:21.09375rem;display:block; }
#PrWriPSrcrr5PWynvsJmDyy6DWSE1HGO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e3e3e3;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; }#Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL > .row .container { background-color: transparent; background-image: none; }#Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL > .row .container > .video-iframe-container { display: none; }#Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL > .row > .video-iframe-container { display: none; }#Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL > .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); }#Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL > .row .container { border-width: 0; border-radius: 0; }#Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL > .row .container { font-size:0.875rem;font-family:arial;height:34.75rem;width:60rem;position:relative;display:block; }#NyhlKth2bPTxgWXhrSZQccPzOZCkKCUG { color:#050b26;display:block;width:59.875rem;position:absolute;font-family:ubuntu;font-size:2.5rem;font-weight:400;z-index:15001;line-height:1;letter-spacing:0;top:0.9375rem;left:0.125rem;height:2.5rem;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; }
#plUy40gZKeEsQ6g66QfOZ6ifmWm5cTEM { color:#050b26;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.8;letter-spacing:0;top:4.125rem;left:0rem;height:6.07324375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Z9Ky8DkMor8LIQTve93SH1GrM8bZyHkW { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:18.5625rem;top:11rem;left:0rem;overflow:hidden;display:block; }
#Hk1upFRZEFXTRQTvyB7qyqdMFfIcRx64 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.875rem;width:18.6875rem;top:11.03125rem;left:20.65625rem;overflow:hidden;display:block; }
#P700axCOsQ6EQET2r2no0lnQsf8hHB1l { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:18.5625rem;top:11rem;left:41.4375rem;overflow:hidden;display:block; }
#bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { color:#3d4051;display:block;width:17.875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:19.9375rem;left:0.34375rem;height:2.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { color:#3d4051;display:block;width:16.75rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:19.90625rem;left:21.625rem;height:2.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { color:#3d4051;display:block;width:18.6875rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:19.9375rem;left:41.3125rem;height:2.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hbeQm5TiCywuTSiZGTmJPlzSAJCda4HO { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:18.5625rem;top:22.875rem;left:0rem;overflow:hidden;display:block; }
#PKD4RzGCgRnhhBC01fIX3ZPg3plmUEf9 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:18.5625rem;top:22.875rem;left:20.71875rem;overflow:hidden;display:block; }
#ENndAD3cxmCiZnH3hRCdgOUTrqrGo1Sf { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:18.5625rem;top:22.875rem;left:41.4375rem;overflow:hidden;display:block; }
#FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15016;line-height:1.9;letter-spacing:0;top:31.8125rem;left:1.46875rem;height:2.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15020;line-height:1.9;letter-spacing:0;top:31.8125rem;left:22.1875rem;height:2.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { color:#3d4051;display:block;width:15.625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:300;z-index:15024;line-height:1.9;letter-spacing:0;top:31.8125rem;left:42.90625rem;height:2.13671875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(18,24,55,0.84);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; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { background-color: transparent; background-image: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { display: none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .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); }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { border-width: 0; border-radius: 0; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { font-size:0.875rem;font-family:arial;height:20.875rem;width:60rem;position:relative;display:block; }#mKqGTHyKbWH5a5CbwhHApbrPIWRMIyBz { color:#ffffff;display:block;width:60rem;position:absolute;font-family:ubuntu;font-size:3.0625rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:4.375rem;left:0rem;height:3.98046875rem;text-align:center;text-align-last:center;display:block; }
#CqOmM5C7fPLGGau10pBT6DfbAir8oFEt { color:#ec6466;display:block;width:16.3125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:14.9375rem;left:1.40625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TOvBTbTqvKNrJiaKOHAZO6EB5bGLviTt { color:#ffffff;display:block;width:14.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:14.9375rem;left:21.09375rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#VJONdQ65a4L928UpVI81L7xT2ro5v93T { color:#ffffff;display:block;width:15.5625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:14.9375rem;left:41.0625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TJFZJ2sZkNa2GlspJqpIsTifu7zqvrUT { position:absolute;display:block;z-index:15005;background-color:#a3c3d5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.3125rem;left:8.09375rem;display:block; }
#f3LZ76Be5dbUBHaX0zmaXtesfTTyeqkE { position:absolute;display:block;z-index:15008;background-color:#8db3d5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.3125rem;left:26.84375rem;display:block; }
#GW4VMdLlt0ZDygTQzSU5unGdG03ik0Rw { position:absolute;display:block;z-index:15011;background-color:#79c020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:9.3125rem;left:47.375rem;display:block; }
#fpd3rnBUAOzSMTbiCrN7XSmJmuKbIHSF { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:9.96875rem;left:8.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OJmFUAo8LHM4LFgJt3d9UuXrrBofzaFr { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:9.96875rem;left:27.0625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdoR2l5LfadlRt1XvXWvq1S8zPw5Txrb { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:9.96875rem;left:47.59375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvOmp7LdeDts7LuiIzapW9q5Tgr3vScu { position:absolute;display:block;z-index:15002;background-color:#8db3d5;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.375rem;width:1.375rem;top:1.5rem;left:27.625rem;display:block; }
#cMVtN9eGBFT7rIsng3LTgqQ6x8XIR402 { position:absolute;display:block;z-index:15003;background-color:#79c020;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #486f18;border-left:0.0625rem solid #486f18;border-right:0.0625rem solid #486f18;border-bottom:0.0625rem solid #486f18;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.1875rem;width:1.1875rem;top:2.0625rem;left:28.40625rem;display:block; }
#IULbWTVXOtRaHvi2rSyAyFHGWOdlEN9p { 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:15016;opacity:1;top:9.21875rem;left:17.71875rem; }
#iQ5wLxAJNUCBXLHIW2NW2y6nDcJOfpmb { 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:15017;opacity:1;top:9.21875rem;left:38rem; }
#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { position:relative;display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { background-color: transparent; background-image: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row > .video-iframe-container { display: none; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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); }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { border-width: 0; border-radius: 0; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .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; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:19.3125rem;width: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; }#tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.25rem;width:14.375rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { color:#050b26;display:block;width:38.5625rem;position:absolute;font-family:ubuntu;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.5078125rem;left:19.09375rem;height:6.296875rem;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; }
#qbwDMh9aLQMECR2lC1kJ6dFo42KtT9Io { color:#050b26;display:block;width:16rem;position:absolute;font-family:ubuntu;font-size:2.0625rem;font-weight:700;z-index:15006;line-height:1.4;letter-spacing:0;top:2.58984375rem;left:19.09375rem;height:2.88671875rem;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; }
#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#efefef;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; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { background-color: transparent; background-image: none; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container > .video-iframe-container { display: none; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row > .video-iframe-container { display: none; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .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); }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { border-width: 0; border-radius: 0; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#m9Egbt4uDInFzrkAUmn2eViuUJQneC9b { position:absolute;display:block;z-index:15019;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/70e64ec3-3bfa-42d9-bd54-eb3e51115625/3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:20.0625rem;display:block; }#m9Egbt4uDInFzrkAUmn2eViuUJQneC9b.adaptive-delivery-prevent-bg, #m9Egbt4uDInFzrkAUmn2eViuUJQneC9b.lazyload, #m9Egbt4uDInFzrkAUmn2eViuUJQneC9b.lazyloading { background-image: none; }
#k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/c58d813d-5227-40fd-ad6f-56a3b02f1a24/2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:40.125rem;display:block; }#k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU.adaptive-delivery-prevent-bg, #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU.lazyload, #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU.lazyloading { background-image: none; }
#pSNL7QXXaAKCEcDqkIoz7bXT7WJESLgi { position:absolute;display:block;z-index:15020;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/11293b90-f88d-495e-b3be-1ae3e3b7ac46/1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.625rem;width:19.75rem;top:0rem;left:0rem;display:block; }#pSNL7QXXaAKCEcDqkIoz7bXT7WJESLgi.adaptive-delivery-prevent-bg, #pSNL7QXXaAKCEcDqkIoz7bXT7WJESLgi.lazyload, #pSNL7QXXaAKCEcDqkIoz7bXT7WJESLgi.lazyloading { background-image: none; }
#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM { position:relative;display:none; }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM { border-width: 0; border-radius: 0; }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM > .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; }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#J2LfeK1CRZ8QqvyGhqudVXUFRu6xhQua { color:#000000;display:block;width:15.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.5625rem;top:1.6875rem;left:2.3125rem;display:none; }
#riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd { position:relative;display:block; }#riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd { background-color: transparent; background-image: none; }#riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd > .row .container > .video-iframe-container { display: none; }#riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd > .row > .video-iframe-container { display: none; }#riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd > .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); }#riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd { border-width: 0; border-radius: 0; }#riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd > .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; }#riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:5.125rem;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; }#aIac0p9I4OTT7ENS5mO6U2gP2Ln4yKKT { background-color:#1a4bb2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.8125rem;height:2.5rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.3125rem;left:21.09375rem;display:block; }
#XwpLO5TTQScm281Kv6cmeBila65P50hx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SSfPbVmKKCn9ZNOxZ4hPImp2VC6WDv49 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7f7f7;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:none; }#SSfPbVmKKCn9ZNOxZ4hPImp2VC6WDv49 > .row .container { border-width: 0; border-radius: 0; }#SSfPbVmKKCn9ZNOxZ4hPImp2VC6WDv49 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SSfPbVmKKCn9ZNOxZ4hPImp2VC6WDv49 > .row .container { font-size:0.875rem;font-family:arial;height:6.125rem;width:60rem;position:relative;display:none; }#Fke7zVghGlxlVA1CCNVOp3aUbvCog6mx { background-color:#1a4bb2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:1.875rem;left:19.8125rem;display:block; }
#dlzX6ZT1yOBTr43eCu4HrnPwnI4DnCn0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DaVfGXwrTh7d9SnJXUbqwK6HLC55m5Wf { background-color:#25cf43;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:ubuntu;font-size:1.25rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5rem;height:2.375rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:1.875rem;left:30.78125rem;display:block; }
#z3Gbym13X7XgiLCVF50a0WabiVS5nsDG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiyPQIrFstsNCRt5tB4TReRiQVfiiTV4 { width:8.5rem;height:2rem;top:0.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzDBiHhaulhLydGi210ATqCETEE2hTPr { display:block; }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmGyVTQSckfHELDzsVw4IwEJBueavonc { width:31.5625rem;height:2.5rem;top:1.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaxTyV77By28Rg56r2UX9nCG3hMZMfBC { width:26.625rem;height:3.375rem;top:4.125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EH98aC4i6bN3oJu3h9hhNa2DBurgPK3L { width:26.5rem;height:26.5rem;top:3.5625rem;left:21.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofDr0scnTfzWOoeBnP7KfodRfrhOOUuE { top:11rem;left:1.34375rem;width:18.5625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-text {padding-top: 0; padding-bottom: 0;}#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-select {padding-top: 0; padding-bottom: 0;}#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n  { width:17.5rem;height:13.75rem;top:13.875rem;left:0.625rem; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n {display:block;}#sTuG1t1kv74OpTHSytwGirritkaxsT2n { width:17.5rem;height:13.75rem;top:13.875rem;left:0.625rem; }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #M8iGeF8T7eySDOBoru97VQKBBwdyRDyb {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #av7p7KPSnXOc91iqdCTsmLkaLGaD0ZQO {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #UXZlu9FX9HR8K2517G41CWm9o6OqE9U7 {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #DuVkQKPpmir9gt62BvMbAtUVQw5fmC5O {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #yep029IV2X0ZJvtV0NIbTXuollTDSbnG {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #kgbeWsTTT5gMZGp4yOT32FPyuDtpGFCm {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #wcgIJ6KXdBJsmA2GlIKUuuseIFBL0k6r {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #Cf9z0q0SXks0L5UPhucqnltUQcn7Swlo {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #PwbFymhLu7mvNp5xM7yKwakUk2L8MQJM {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #U0FEIWox0WRluiA5IlpDTZatNQzHlVwX {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #V2UdUhQT9f7OSzRkbVpsT7K7p3Hv7f3s {  }
 }@media only screen and (max-width: 763px) { #pf1PMDJPMMpwDbpXXGRc0zTudsFyFaum { top:7.5rem;left:0rem;width:31.875rem;height:2rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVxayl2Unwtu1q9lxsB9t9MWJAhlAA8w { top:31.25rem;left:5.1875rem;width:7.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FeShln3rkF1TyCRTEu8d3VzX9zBBRT5N { top:31.4375rem;left:1.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #grH3OHNrEqJmo18miTBa9X11bIZqwUW7 { top:31.25rem;left:33.25rem;width:14.5rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwyPcZiUdoHr08HmOwsW2vTBLInGShcS { top:31.5rem;left:29.875rem;width:2.5625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gAaUOEEUnu84DF74GKG6dJ3Ug8xhEx6v { top:34.9375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b { display:block; }#f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLvIBMOc3lhgEEBlBy7ls1kGcxZu7JTV { top:1.4375rem;left:17.4375rem;width:14.0625rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QJ9ipHG42W6CVq9oqcb4Oa2bT7vGMvTB { top:5.875rem;left:0rem;width:19.1875rem;height:5.125rem;font-size:1rem;display:block; }#QJ9ipHG42W6CVq9oqcb4Oa2bT7vGMvTB li:before{  }
 }@media only screen and (max-width: 763px) { #T9xGc80nQ9iWLJIStX9Cfnr1ET7xKds8 { top:5.875rem;left:15.15625rem;width:17.4375rem;height:5.125rem;font-size:1rem;display:block; }#T9xGc80nQ9iWLJIStX9Cfnr1ET7xKds8 li:before{  }
 }@media only screen and (max-width: 763px) { #aATiIGJTVVSsJwm6ua5ZMV5WvnG5lAW2 { top:5.875rem;left:30.9375rem;width:16.8125rem;height:5.125rem;font-size:1rem;display:block; }#aATiIGJTVVSsJwm6ua5ZMV5WvnG5lAW2 li:before{  }
 }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:47.75rem;height:15.625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iom5OpRDRDza1pRmoJcnDs4ayKN5Fq5c { top:12.9375rem;left:0rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:13.75rem;height:13.75rem;top:12.9375rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:13.75rem;height:13.75rem;top:12.9375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { width:13.75rem;height:13.75rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lkzwXBmPbvHJGo5rhFWQQ1tJKKxGrGJ2 { top:28.9375rem;left:17rem;width:13.75rem;height:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { width:13.75rem;height:13.75rem;top:28.9375rem;left:34rem;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:block; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ltVicavokEvDVHtaXVNzJATNeCTpDQM5 { width:17.8125rem;height:2.5rem;top:0.875rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PrWriPSrcrr5PWynvsJmDyy6DWSE1HGO { display:block; }
 }@media only screen and (max-width: 763px) { #Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL { display:block; }#Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyhlKth2bPTxgWXhrSZQccPzOZCkKCUG { width:47.75rem;height:2.5rem;top:0.9375rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #plUy40gZKeEsQ6g66QfOZ6ifmWm5cTEM { width:47.75rem;height:6.0625rem;top:4.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9Ky8DkMor8LIQTve93SH1GrM8bZyHkW { top:11rem;left:0rem;width:18.5625rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk1upFRZEFXTRQTvyB7qyqdMFfIcRx64 { top:11rem;left:14.53125rem;width:18.6875rem;height:8.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P700axCOsQ6EQET2r2no0lnQsf8hHB1l { top:11rem;left:29.1875rem;width:18.5625rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:17.875rem;height:2.125rem;top:19.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:16.75rem;height:2.125rem;top:19.875rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:18.6875rem;height:2.125rem;top:19.9375rem;left:29.0625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbeQm5TiCywuTSiZGTmJPlzSAJCda4HO { top:22.875rem;left:0rem;width:18.5625rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKD4RzGCgRnhhBC01fIX3ZPg3plmUEf9 { top:22.875rem;left:14.59375rem;width:18.5625rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENndAD3cxmCiZnH3hRCdgOUTrqrGo1Sf { top:22.875rem;left:29.1875rem;width:18.5625rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:2.125rem;top:31.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:2.125rem;top:31.8125rem;left:16.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:2.125rem;top:31.8125rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:block; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mKqGTHyKbWH5a5CbwhHApbrPIWRMIyBz { top:4.375rem;left:0rem;width:47.75rem;height:3.9375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CqOmM5C7fPLGGau10pBT6DfbAir8oFEt { top:14.9375rem;left:0rem;width:16.3125rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOvBTbTqvKNrJiaKOHAZO6EB5bGLviTt { top:14.9375rem;left:14.96875rem;width:14.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJONdQ65a4L928UpVI81L7xT2ro5v93T { top:14.9375rem;left:32.1875rem;width:15.5625rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJFZJ2sZkNa2GlspJqpIsTifu7zqvrUT { top:9.3125rem;left:1.96875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3LZ76Be5dbUBHaX0zmaXtesfTTyeqkE { top:9.3125rem;left:20.71875rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW4VMdLlt0ZDygTQzSU5unGdG03ik0Rw { top:9.3125rem;left:41.25rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpd3rnBUAOzSMTbiCrN7XSmJmuKbIHSF { top:9.9375rem;left:2.1875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJmFUAo8LHM4LFgJt3d9UuXrrBofzaFr { top:9.9375rem;left:20.9375rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdoR2l5LfadlRt1XvXWvq1S8zPw5Txrb { top:9.9375rem;left:41.46875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvOmp7LdeDts7LuiIzapW9q5Tgr3vScu { top:1.5rem;left:21.5rem;width:1.375rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMVtN9eGBFT7rIsng3LTgqQ6x8XIR402 { top:2.0625rem;left:22.28125rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IULbWTVXOtRaHvi2rSyAyFHGWOdlEN9p { top:9.1875rem;left:11.59375rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iQ5wLxAJNUCBXLHIW2NW2y6nDcJOfpmb { top:9.1875rem;left:31.875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:14.375rem;height:19.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:38.5625rem;height:6.25rem;top:6.5rem;left:9.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qbwDMh9aLQMECR2lC1kJ6dFo42KtT9Io { width:16rem;height:2.875rem;top:2.5625rem;left:12.96875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH { display:block; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9Egbt4uDInFzrkAUmn2eViuUJQneC9b { width:19.75rem;height:13.625rem;top:0rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU { width:19.75rem;height:13.625rem;top:0rem;left:27.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSNL7QXXaAKCEcDqkIoz7bXT7WJESLgi { width:19.75rem;height:13.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM { display:none; }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #J2LfeK1CRZ8QqvyGhqudVXUFRu6xhQua { top:1.6875rem;left:0rem;width:15.375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd { display:block; }#riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aIac0p9I4OTT7ENS5mO6U2gP2Ln4yKKT { width:17.8125rem;height:2.5rem;top:1.3125rem;left:14.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XwpLO5TTQScm281Kv6cmeBila65P50hx { display:block; }
 }@media only screen and (max-width: 763px) { #SSfPbVmKKCn9ZNOxZ4hPImp2VC6WDv49 { display:block; }#SSfPbVmKKCn9ZNOxZ4hPImp2VC6WDv49 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fke7zVghGlxlVA1CCNVOp3aUbvCog6mx { width:9.5rem;height:2.375rem;top:1.875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dlzX6ZT1yOBTr43eCu4HrnPwnI4DnCn0 { display:block; }
 }@media only screen and (max-width: 763px) { #DaVfGXwrTh7d9SnJXUbqwK6HLC55m5Wf { width:9.5rem;height:2.375rem;top:1.875rem;left:24.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3Gbym13X7XgiLCVF50a0WabiVS5nsDG { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { background-color: transparent; background-image: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row > .video-iframe-container { display: none; }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .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); }#NfWS3C2QUuB23LzdsO9ipi7miuCrUwLA > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OiyPQIrFstsNCRt5tB4TReRiQVfiiTV4 { width:5.375rem;height:1.25rem;top:1.25rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zzDBiHhaulhLydGi210ATqCETEE2hTPr { background-color:#ffffff;background-image:none;display:block; }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row .container { background-color: transparent; background-image: none; }#zzDBiHhaulhLydGi210ATqCETEE2hTPr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row .container > .video-iframe-container { display: none; }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row > .video-iframe-container { display: none; }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .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); }#zzDBiHhaulhLydGi210ATqCETEE2hTPr > .row .container { width:20rem;height:42.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zmGyVTQSckfHELDzsVw4IwEJBueavonc { width:18rem;height:1.51171875rem;top:1.25rem;left:1rem;font-size:1.375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VaxTyV77By28Rg56r2UX9nCG3hMZMfBC { width:20rem;height:1.3994125rem;top:3.57421875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.4;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #EH98aC4i6bN3oJu3h9hhNa2DBurgPK3L { width:12.4375rem;height:12.4375rem;top:10.2724609375rem;left:3.75rem;box-shadow: 0rem 0rem 0rem rgba(5,11,38,0.13) ;display:block; }
 }@media only screen and (max-width: 763px) { #ofDr0scnTfzWOoeBnP7KfodRfrhOOUuE { width:16.9375rem;height:1.625rem;top:7.7099609375rem;left:1.5rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-regular-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-text { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-text {padding-top: 0; padding-bottom: 0;}#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-textarea { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-select { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-select {padding-top: 0; padding-bottom: 0;}#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-input-button { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .widget-checkbox-label { width:14.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n  { width:16.125rem;height:auto;top:23.375rem;left:0.6875rem; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n .radio-container { width:16.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#sTuG1t1kv74OpTHSytwGirritkaxsT2n {display:block;}#sTuG1t1kv74OpTHSytwGirritkaxsT2n { width:16.125rem;height:auto;top:23.375rem;left:0.6875rem; }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #M8iGeF8T7eySDOBoru97VQKBBwdyRDyb {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #av7p7KPSnXOc91iqdCTsmLkaLGaD0ZQO {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #UXZlu9FX9HR8K2517G41CWm9o6OqE9U7 {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #DuVkQKPpmir9gt62BvMbAtUVQw5fmC5O {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #yep029IV2X0ZJvtV0NIbTXuollTDSbnG {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #kgbeWsTTT5gMZGp4yOT32FPyuDtpGFCm {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #wcgIJ6KXdBJsmA2GlIKUuuseIFBL0k6r {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #Cf9z0q0SXks0L5UPhucqnltUQcn7Swlo {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #PwbFymhLu7mvNp5xM7yKwakUk2L8MQJM {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #U0FEIWox0WRluiA5IlpDTZatNQzHlVwX {  }
 }@media only screen and (max-width: 763px) { #sTuG1t1kv74OpTHSytwGirritkaxsT2n #V2UdUhQT9f7OSzRkbVpsT7K7p3Hv7f3s {  }
 }@media only screen and (max-width: 763px) { #pf1PMDJPMMpwDbpXXGRc0zTudsFyFaum { width:20rem;height:1.29980625rem;top:5.53515625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LVxayl2Unwtu1q9lxsB9t9MWJAhlAA8w { width:7.25rem;height:auto;top:31.25rem;left:6.375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FeShln3rkF1TyCRTEu8d3VzX9zBBRT5N { display:flex;width:2.5625rem;height:2.5625rem;top:31.4375rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #grH3OHNrEqJmo18miTBa9X11bIZqwUW7 { width:14.5rem;height:auto;top:31.25rem;left:2.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #JwyPcZiUdoHr08HmOwsW2vTBLInGShcS { display:flex;width:2.5625rem;height:2.5625rem;top:31.5rem;left:8.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #gAaUOEEUnu84DF74GKG6dJ3Ug8xhEx6v { width:20rem;height:0.1875rem;top:40.875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b { display:block; }#f6dSnE4hsKtqVDh7cfIf4a0TI0xgRu4b > .row .container { width:20rem;height:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLvIBMOc3lhgEEBlBy7ls1kGcxZu7JTV { width:10.125rem;height:1.625rem;top:0.5625rem;left:4.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QJ9ipHG42W6CVq9oqcb4Oa2bT7vGMvTB { width:15.4375rem;height:3.923825rem;top:2.9375rem;left:2.25rem;font-size:1rem;display:block; }#QJ9ipHG42W6CVq9oqcb4Oa2bT7vGMvTB li:before{  }
 }@media only screen and (max-width: 763px) { #T9xGc80nQ9iWLJIStX9Cfnr1ET7xKds8 { width:17.4375rem;height:3.923825rem;top:7.171875rem;left:2.25rem;font-size:1rem;display:block; }#T9xGc80nQ9iWLJIStX9Cfnr1ET7xKds8 li:before{  }
 }@media only screen and (max-width: 763px) { #aATiIGJTVVSsJwm6ua5ZMV5WvnG5lAW2 { width:16.8125rem;height:3.923825rem;top:11.4072265625rem;left:2.25rem;font-size:1rem;display:block; }#aATiIGJTVVSsJwm6ua5ZMV5WvnG5lAW2 li:before{  }
 }@media only screen and (max-width: 763px) { #auMA6cGM2rNgnfl1CK30sCgTyQpS69Wa { width:20rem;height:16.1875rem;top:0.017578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iom5OpRDRDza1pRmoJcnDs4ayKN5Fq5c { width:9.6875rem;height:9.6875rem;top:16.8916015625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qbi2OAQ1Zc6q17r3bzwawpRiAdPcAqpe { width:9.6875rem;height:9.6875rem;top:27.267578125rem;left:0rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #AFfXpF0hfuUiFzhJAT6OA4EXcJmxSLFi { width:9.6875rem;height:9.6875rem;top:37.767578125rem;left:10.3125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #kB26fzTCRMbpGuSVONlCXgoDOCmrbmPN { width:9.6875rem;height:9.6875rem;top:27.267578125rem;left:10.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #lkzwXBmPbvHJGo5rhFWQQ1tJKKxGrGJ2 { width:9.6875rem;height:9.6875rem;top:37.767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxUe5l58swxBO4SqzlMBrfOrSqVgQDbG { width:9.6875rem;height:9.6875rem;top:16.8916015625rem;left:10.3125rem;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt { display:none; }#PFBaTZFRIbmfvag2B7gPc3Q2akVXdTZt > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ltVicavokEvDVHtaXVNzJATNeCTpDQM5 { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PrWriPSrcrr5PWynvsJmDyy6DWSE1HGO { display:block; }
 }@media only screen and (max-width: 763px) { #Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL { display:block; }#Ku31dhVTnyxJWtZ8c8wqftCfGq7OAAdL > .row .container { width:20rem;height:76.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NyhlKth2bPTxgWXhrSZQccPzOZCkKCUG { width:18rem;height:1.625rem;top:1.25rem;left:1rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #plUy40gZKeEsQ6g66QfOZ6ifmWm5cTEM { width:20rem;height:auto;top:4.125rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z9Ky8DkMor8LIQTve93SH1GrM8bZyHkW { width:18.5625rem;height:8.9375rem;top:4.125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hk1upFRZEFXTRQTvyB7qyqdMFfIcRx64 { width:18.6875rem;height:8.875rem;top:16.01171875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #P700axCOsQ6EQET2r2no0lnQsf8hHB1l { width:18.5625rem;height:8.9375rem;top:27.8359375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bw4Ly2VU76l5n8iu6tbW3tav9hHQfAP0 { width:17.875rem;height:1.69921875rem;top:13.0625rem;left:1.03125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #axCtrFgQZ4PuAJ5RfLNoboGAERiqPPxl { width:16.75rem;height:1.69921875rem;top:24.88671875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #enEl5z962Obfifd7MuLPPdKDTQwlFbc4 { width:18.6875rem;height:1.69921875rem;top:38.0234375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #hbeQm5TiCywuTSiZGTmJPlzSAJCda4HO { width:18.5625rem;height:8.9375rem;top:40.97265625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKD4RzGCgRnhhBC01fIX3ZPg3plmUEf9 { width:18.5625rem;height:8.9375rem;top:52.859375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENndAD3cxmCiZnH3hRCdgOUTrqrGo1Sf { width:18.5625rem;height:8.9375rem;top:64.74609375rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuDVQqK3AhUqvuO0BG89uSpU9eTz7giW { width:15.625rem;height:1.69921875rem;top:49.91015625rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #ln2qlUeTbSqHhQQZs9bM9QrFov6hvNu3 { width:15.625rem;height:1.69921875rem;top:61.796875rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #uOsc70KF7VeIgxEkFATiWdmTxM4oAqCA { width:15.625rem;height:1.69921875rem;top:73.68359375rem;left:2.15625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #fToRJXn5OAD5aC2tdAZ89P83sKxemLZG { display:none; }#fToRJXn5OAD5aC2tdAZ89P83sKxemLZG > .row .container { width:20rem;height:43.125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #mKqGTHyKbWH5a5CbwhHApbrPIWRMIyBz { width:20rem;height:4.548825rem;top:6.4375rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CqOmM5C7fPLGGau10pBT6DfbAir8oFEt { width:16.3125rem;height:1.94921875rem;top:33.54785rem;left:1.8125rem;font-size:1.5rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOvBTbTqvKNrJiaKOHAZO6EB5bGLviTt { width:14.4375rem;height:1.94921875rem;top:36.74706875rem;left:2.75rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJONdQ65a4L928UpVI81L7xT2ro5v93T { width:15.5625rem;height:1.94921875rem;top:39.9462875rem;left:2.1875rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TJFZJ2sZkNa2GlspJqpIsTifu7zqvrUT { width:2.9375rem;height:2.9375rem;top:12.23535rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #f3LZ76Be5dbUBHaX0zmaXtesfTTyeqkE { width:2.9375rem;height:2.9375rem;top:20.79785rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW4VMdLlt0ZDygTQzSU5unGdG03ik0Rw { width:2.9375rem;height:2.9375rem;top:29.36035rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fpd3rnBUAOzSMTbiCrN7XSmJmuKbIHSF { width:2.5rem;height:1.625rem;top:12.8916rem;left:8.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OJmFUAo8LHM4LFgJt3d9UuXrrBofzaFr { width:2.5rem;height:1.625rem;top:21.4541rem;left:8.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdoR2l5LfadlRt1XvXWvq1S8zPw5Txrb { width:2.5rem;height:1.625rem;top:30.0166rem;left:8.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvOmp7LdeDts7LuiIzapW9q5Tgr3vScu { width:1.375rem;height:1.375rem;top:1.25rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cMVtN9eGBFT7rIsng3LTgqQ6x8XIR402 { width:1.1875rem;height:1.1875rem;top:3.875rem;left:9.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IULbWTVXOtRaHvi2rSyAyFHGWOdlEN9p { display:flex;width:3.125rem;height:3.125rem;top:16.42285rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #iQ5wLxAJNUCBXLHIW2NW2y6nDcJOfpmb { display:flex;width:3.125rem;height:3.125rem;top:24.98535rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg { display:block; }#idP0mQmLrmMzXnStt2e2t3SVpVw8P5xg > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tqA3Z2F3VNVceGiNXeVrKTEDE3TCpI2U { width:5.625rem;height:7.6875rem;top:3.1875rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ECHTiLV7vea8XhvUiby9QicirPMZp2u3 { width:18.875rem;height:9.098625rem;top:3.4375rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #qbwDMh9aLQMECR2lC1kJ6dFo42KtT9Io { width:10.75rem;height:1.625rem;top:1.1875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH { background-color:#e3e3e3;background-image:none;display:block; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { background-color: transparent; background-image: none; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container > .video-iframe-container { display: none; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row > .video-iframe-container { display: none; }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .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); }#rzEoAgm5ZT66XzZLvk7hHEPsGfDGNdfH > .row .container { width:20rem;height:14.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m9Egbt4uDInFzrkAUmn2eViuUJQneC9b { width:9.6875rem;height:6.5625rem;top:7.1875rem;left:5.15625rem;z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #k8DiRAA5C4besVl3l6LrPgEwNRvIrWiU { width:9.6875rem;height:6.5625rem;top:0.875rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSNL7QXXaAKCEcDqkIoz7bXT7WJESLgi { width:9.6875rem;height:6.0625rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM { background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM > .row .container { background-color: transparent; background-image: none; }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM > .row .container > .video-iframe-container { display: none; }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM > .row > .video-iframe-container { display: none; }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM > .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); }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM > .row .container { border-width: 0; border-radius: 0; }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RiJ3QWs9IkvUPqbrgFeFxKoIhHKRhfJM > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J2LfeK1CRZ8QqvyGhqudVXUFRu6xhQua { top:1.25rem;left:2.3125rem;width:15.375rem;height:2.5996125rem;z-index:15000;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd { display:none; }#riPFm0RxdKg0GtIhQtNXhqBRo45XDCRd > .row .container { width:20rem;height:6.25rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #aIac0p9I4OTT7ENS5mO6U2gP2Ln4yKKT { width:17.5rem;height:3.4375rem;top:1.25rem;left:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XwpLO5TTQScm281Kv6cmeBila65P50hx { display:block; }
 }@media only screen and (max-width: 763px) { #SSfPbVmKKCn9ZNOxZ4hPImp2VC6WDv49 { position:fixed;z-index:199999;bottom:0rem;left:0rem;right:0rem;display:block; }#SSfPbVmKKCn9ZNOxZ4hPImp2VC6WDv49 > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fke7zVghGlxlVA1CCNVOp3aUbvCog6mx { width:8.125rem;height:2.375rem;top:0.75rem;left:1.5625rem;font-weight:400;font-style:normal;font-size:1rem;background-color:#1a4bb2;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #dlzX6ZT1yOBTr43eCu4HrnPwnI4DnCn0 { display:block; }
 }@media only screen and (max-width: 763px) { #DaVfGXwrTh7d9SnJXUbqwK6HLC55m5Wf { width:8.125rem;height:2.4375rem;top:0.71875rem;left:10.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #z3Gbym13X7XgiLCVF50a0WabiVS5nsDG { display:block; }
 }