.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;
}
html,
body {
  font-size: 16px;
}
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;
}
@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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(257deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(257deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(257deg, #0648e9, #8800e3);background-image: -o-linear-gradient(257deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(257deg, #0648e9, #8800e3);background-size:initial !important;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { border-width: 0; border-radius: 0; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:60rem;position:relative;display:block; }#lRLxz4MnbJZCiRelaZE4cVu0KOkS7WmD { 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:1.9375rem;width:9.4375rem;top:0.90625rem;left:24.65625rem;overflow:hidden;display:block; }
#S1CI8sD8cFDotqeIEqWE54JeGITOStBU { position:relative;display:block; }#S1CI8sD8cFDotqeIEqWE54JeGITOStBU { background-color: transparent; background-image: none; }#S1CI8sD8cFDotqeIEqWE54JeGITOStBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1CI8sD8cFDotqeIEqWE54JeGITOStBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1CI8sD8cFDotqeIEqWE54JeGITOStBU > .row .container > .video-iframe-container { display: none; }#S1CI8sD8cFDotqeIEqWE54JeGITOStBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S1CI8sD8cFDotqeIEqWE54JeGITOStBU > .row > .video-iframe-container { display: none; }#S1CI8sD8cFDotqeIEqWE54JeGITOStBU > .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); }#S1CI8sD8cFDotqeIEqWE54JeGITOStBU { border-width: 0; border-radius: 0; }#S1CI8sD8cFDotqeIEqWE54JeGITOStBU > .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; }#S1CI8sD8cFDotqeIEqWE54JeGITOStBU > .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:3.625rem;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; }#X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki { position:relative;display:block; }#X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki { background-color: transparent; background-image: none; }#X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki > .row .container > .video-iframe-container { display: none; }#X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki > .row > .video-iframe-container { display: none; }#X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki > .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); }#X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki { border-width: 0; border-radius: 0; }#X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki > .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; }#X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki > .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:4.5rem;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; }#Jn7JzkM7LtdHt0FtDP9rE9VWHa25DsBl { color:#0648e9;display:block;width:60rem;position:absolute;font-family:nunito;font-size:2.3125rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:1.875rem;left:0rem;height:2.3125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD { position:relative;display:block; }#MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD { background-color: transparent; background-image: none; }#MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD > .row .container > .video-iframe-container { display: none; }#MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD > .row > .video-iframe-container { display: none; }#MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD > .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); }#MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD { border-width: 0; border-radius: 0; }#MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD > .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; }#MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD > .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:15.875rem;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; }#eqTnI4OXoWiu5W9iycaQxSSE3L4SDsEy { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00ff8d, #05e280);background-image: -moz-linear-gradient(180deg, #00ff8d, #05e280);background-image: -ms-linear-gradient(180deg, #00ff8d, #05e280);background-image: -o-linear-gradient(180deg, #00ff8d, #05e280);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );";background-image: linear-gradient(180deg, #00ff8d, #05e280);background-size:auto !important;border-top:0.0625rem solid #0049ff;border-left:0.0625rem solid #0049ff;border-right:0.0625rem solid #0049ff;border-bottom:0.0625rem solid #0049ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0040b4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:10.125rem;left:5.125rem;display:block; }
#TeF1KEI733h9aLnSQxG5a57ImM4hJkzH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#OfW11QXtgr2cxl4MkoTPoVFelpvUNlS9 { box-sizing:content-box;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0648e9, #0232b5);background-image: -moz-linear-gradient(180deg, #0648e9, #0232b5);background-image: -ms-linear-gradient(180deg, #0648e9, #0232b5);background-image: -o-linear-gradient(180deg, #0648e9, #0232b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );";background-image: linear-gradient(180deg, #0648e9, #0232b5);background-size:auto !important;top:1.6875rem;left:0.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#WN00tvkSd1DDRIEmRJqTxqUXu8nxoEOV { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6.5rem;top:4.5rem;left:6.75rem;overflow:hidden;display:block; }
#qktcxtHF9uFC2PvieExxfCG4Or2TTs4B { box-sizing:content-box;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0648e9, #0232b5);background-image: -moz-linear-gradient(180deg, #0648e9, #0232b5);background-image: -ms-linear-gradient(180deg, #0648e9, #0232b5);background-image: -o-linear-gradient(180deg, #0648e9, #0232b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );";background-image: linear-gradient(180deg, #0648e9, #0232b5);background-size:auto !important;top:1.6875rem;left:41rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#sFz9ZCRWmoeuOcRIa7v6yy3eoiZa3Jk7 { box-sizing:content-box;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15003;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0648e9, #0232b5);background-image: -moz-linear-gradient(180deg, #0648e9, #0232b5);background-image: -ms-linear-gradient(180deg, #0648e9, #0232b5);background-image: -o-linear-gradient(180deg, #0648e9, #0232b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );";background-image: linear-gradient(180deg, #0648e9, #0232b5);background-size:auto !important;top:1.6875rem;left:20.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#uxRNVCxRz1sM3Ub7x4FMpTPwN3C9angS { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00ff8d, #05e280);background-image: -moz-linear-gradient(180deg, #00ff8d, #05e280);background-image: -ms-linear-gradient(180deg, #00ff8d, #05e280);background-image: -o-linear-gradient(180deg, #00ff8d, #05e280);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );";background-image: linear-gradient(180deg, #00ff8d, #05e280);background-size:auto !important;border-top:0.0625rem solid #0049ff;border-left:0.0625rem solid #0049ff;border-right:0.0625rem solid #0049ff;border-bottom:0.0625rem solid #0049ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0040b4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:10.4375rem;left:45.625rem;display:block; }
#zml0LS8wCxSBB9xDxInWkOSAhGcJyFDl { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qb5xC4VgyO517T5k8mq58SsWW9e5DdGc { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00ff8d, #05e280);background-image: -moz-linear-gradient(180deg, #00ff8d, #05e280);background-image: -ms-linear-gradient(180deg, #00ff8d, #05e280);background-image: -o-linear-gradient(180deg, #00ff8d, #05e280);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );";background-image: linear-gradient(180deg, #00ff8d, #05e280);background-size:auto !important;border-top:0.0625rem solid #0049ff;border-left:0.0625rem solid #0049ff;border-right:0.0625rem solid #0049ff;border-bottom:0.0625rem solid #0049ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0040b4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:10.1875rem;left:24.625rem;display:block; }
#TNBxKyTaWcGUbkf76b4OpU9EuiAVy1Xc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nBvH3wQZRDyxx2pskFvJ7yQ5gtKOyNqG { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.25rem;width:10.8125rem;top:5.625rem;left:24.125rem;overflow:hidden;display:block; }
#QXzXUyvb61sBv6BT4ZTPca09u97mwoKw { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:11rem;top:5rem;left:45rem;overflow:hidden;display:block; }
#nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 { position:relative;display:block; }#nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 { background-color: transparent; background-image: none; }#nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 > .row .container > .video-iframe-container { display: none; }#nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 > .row > .video-iframe-container { display: none; }#nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 > .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); }#nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 { border-width: 0; border-radius: 0; }#nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 > .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; }#nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 > .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:14.0625rem;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; }#CBtsFAnd7tDe2rf0f3Tz7Xix6LvAT2Xa { box-sizing:content-box;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0648e9, #0232b5);background-image: -moz-linear-gradient(180deg, #0648e9, #0232b5);background-image: -ms-linear-gradient(180deg, #0648e9, #0232b5);background-image: -o-linear-gradient(180deg, #0648e9, #0232b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );";background-image: linear-gradient(180deg, #0648e9, #0232b5);background-size:auto !important;top:0.5625rem;left:41rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#orWODrTwouDkVve3lpiyT3FvaqxLOXBa { box-sizing:content-box;height:12.5rem;width:19rem;position:absolute;display:block;z-index:14999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0648e9, #0232b5);background-image: -moz-linear-gradient(180deg, #0648e9, #0232b5);background-image: -ms-linear-gradient(180deg, #0648e9, #0232b5);background-image: -o-linear-gradient(180deg, #0648e9, #0232b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );";background-image: linear-gradient(180deg, #0648e9, #0232b5);background-size:auto !important;top:0.5625rem;left:20.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#v1lFX13wmSKdtFIRH4cloNoE9J90KaMa { background-color:transparent;background-image:none;border-top:0.0625rem solid #00ff8d;border-left:0.0625rem solid #00ff8d;border-right:0.0625rem solid #00ff8d;border-bottom:0.0625rem solid #00ff8d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#00ff8d;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:8.6875rem;left:45.625rem;display:block; }
#mxsUnR2xSZKRxCFnaHEyp2eO8OXF5VTt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#I37AM1rpBCNqxPUaTQBZazGJtns6b0w9 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.75rem;width:10.9375rem;top:2.9375rem;left:45.0625rem;overflow:hidden;display:block; }
#buqy4zuBt2s5OfAXEuH9bea6LaLPcJBx { box-sizing:content-box;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0648e9, #0232b5);background-image: -moz-linear-gradient(180deg, #0648e9, #0232b5);background-image: -ms-linear-gradient(180deg, #0648e9, #0232b5);background-image: -o-linear-gradient(180deg, #0648e9, #0232b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );";background-image: linear-gradient(180deg, #0648e9, #0232b5);background-size:auto !important;top:0.5625rem;left:0.5rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#XKu37D8eboDrES0EzN70ADKcrQxvTDgF { 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:4.6875rem;width:14rem;top:3.0625rem;left:3rem;overflow:hidden;display:block; }
#xgKPAwRr41ZoIrEiQH2RzkWu6be3SR81 { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00ff8d, #05e280);background-image: -moz-linear-gradient(180deg, #00ff8d, #05e280);background-image: -ms-linear-gradient(180deg, #00ff8d, #05e280);background-image: -o-linear-gradient(180deg, #00ff8d, #05e280);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );";background-image: linear-gradient(180deg, #00ff8d, #05e280);background-size:auto !important;border-top:0.0625rem solid #0049ff;border-left:0.0625rem solid #0049ff;border-right:0.0625rem solid #0049ff;border-bottom:0.0625rem solid #0049ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0040b4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:9.3125rem;left:5.1875rem;display:block; }
#ate9TWOCJAWLz3EN7t2lU5LmnsTFa42l { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#dgTWvyh0Ldgkz4IXvNwoQbzc5ywe6JIQ { 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:4.6875rem;width:7.75rem;top:2.96875rem;left:26.125rem;overflow:hidden;display:block; }
#KmD2ii76Jaoqb3N0iADWtM4sN7tmv58x { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00ff8d, #05e280);background-image: -moz-linear-gradient(180deg, #00ff8d, #05e280);background-image: -ms-linear-gradient(180deg, #00ff8d, #05e280);background-image: -o-linear-gradient(180deg, #00ff8d, #05e280);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );";background-image: linear-gradient(180deg, #00ff8d, #05e280);background-size:auto !important;border-top:0.0625rem solid #0049ff;border-left:0.0625rem solid #0049ff;border-right:0.0625rem solid #0049ff;border-bottom:0.0625rem solid #0049ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0040b4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.75rem;height:2.4375rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:9.3125rem;left:25.125rem;display:block; }
#zCmTmbt6v0TSIPEn8yxnonnHWkesGmu5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG { position:relative;display:block; }#n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG { background-color: transparent; background-image: none; }#n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG > .row .container > .video-iframe-container { display: none; }#n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG > .row > .video-iframe-container { display: none; }#n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG > .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); }#n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG { border-width: 0; border-radius: 0; }#n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG > .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; }#n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:7.875rem;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; }#hyRRpapyGmTXLw9xKUEiRzi24TRbtq7b { color:#0648e9;display:block;width:60rem;position:absolute;font-family:nunito;font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1;letter-spacing:0;top:1.5rem;left:0rem;height:1.6875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#f8edCqFKCy2AdoyieEDVzE8MfPWMab9O { color:#0648e9;display:block;width:60rem;position:absolute;font-family:nunito;font-size:2.25rem;font-weight:400;z-index:15011;line-height:1;letter-spacing:0;top:3.1875rem;left:0rem;height:2.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#JBlbVtvzk2Hd1W00k3kez3177lOAQnr0 { position:relative;display:none; }#JBlbVtvzk2Hd1W00k3kez3177lOAQnr0 { border-width: 0; border-radius: 0; }#JBlbVtvzk2Hd1W00k3kez3177lOAQnr0 > .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; }#JBlbVtvzk2Hd1W00k3kez3177lOAQnr0 > .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.0625rem;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; }#t13tkTn5JcxSp1mnzTJlwXR6SovqOt4E { color:#ffffff;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:4.375rem;left:43.8125rem;height:3.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hrvwhNh3KfUESKMdniSBX5dXpC2MOcWu { box-sizing:content-box;height:12.5rem;width:19rem;position:absolute;display:block;z-index:15002;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0648e9, #0232b5);background-image: -moz-linear-gradient(180deg, #0648e9, #0232b5);background-image: -ms-linear-gradient(180deg, #0648e9, #0232b5);background-image: -o-linear-gradient(180deg, #0648e9, #0232b5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0232b5' );";background-image: linear-gradient(180deg, #0648e9, #0232b5);background-size:auto !important;top:0.5625rem;left:41rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
#Z44IpO4tLz0W2MWwf1T3RZW6eGPEUdPf { color:#ffffff;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:8.1875rem;left:43.8125rem;height:1.13720625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(257deg, #0648e9, #0043ec);background-image: -moz-linear-gradient(257deg, #0648e9, #0043ec);background-image: -ms-linear-gradient(257deg, #0648e9, #0043ec);background-image: -o-linear-gradient(257deg, #0648e9, #0043ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0043ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#0043ec' );";background-image: linear-gradient(257deg, #0648e9, #0043ec);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container { background-color: transparent; background-image: none; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container > .video-iframe-container { display: none; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row > .video-iframe-container { display: none; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .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); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container { border-width: 0; border-radius: 0; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container { font-size:0.875rem;font-family:arial;height:22.5625rem;width:60rem;position:relative;display:block; }#SV6pvNI4BxETS2p8y6y1qqULAtukHefT { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:6.1875rem;top:3.8125rem;left:1.5625rem;display:block; }
#aMmUFJ9v0TvTX7uaaBgg2NHmcT9khrwc { color:#000000;display:block;width:31.1875rem;position:absolute;font-family:nunito;font-size:2.6875rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:5.375rem;left:1.5625rem;height:5.9125rem;font-style:normal;display:block; }
#hrFcaBkfuABR5iVSNllX6BHRtKs2GkDA { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00ff8d, #05e280);background-image: -moz-linear-gradient(180deg, #00ff8d, #05e280);background-image: -ms-linear-gradient(180deg, #00ff8d, #05e280);background-image: -o-linear-gradient(180deg, #00ff8d, #05e280);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ff8d', endColorstr='#05e280' );";background-image: linear-gradient(180deg, #00ff8d, #05e280);background-size:auto !important;border-top:0.0625rem solid #0049ff;border-left:0.0625rem solid #0049ff;border-right:0.0625rem solid #0049ff;border-bottom:0.0625rem solid #0049ff;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#0040b4;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.0625rem;height:3.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.3125rem;left:1.5625rem;display:block; }
#a62LF5tKOxqX7Wwd1xbGbVJKmdV4RiOA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#AG39Upg0LRoCilz5hoL87XafmKLBRqqP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.56125625rem;width:2.56125625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;opacity:1;top:14.15483379364rem;left:26.499465942382rem; }
#D28mu1CTMaTz72UI1Tx4gTBAFe1IvPIK { 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:15.1875rem;width:21.6875rem;top:7.3842376713256rem;left:38.221350282036rem;overflow:hidden;display:block; }
#VW6xWpZBPWGwLPoDNy4s1mekMfLuuM4T { 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:17.75rem;width:9.6875rem;top:3.1972670673828rem;left:30.926721299315rem;overflow:hidden;display:block; }
#wukyfinuo2qib2A32yq8LH28EcJtJNxi { position:absolute;display:block;z-index:15010;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:17rem;width:10.6875rem;top:3.3119659423828rem;left:43.356712341309rem;overflow:hidden;display:block; }
#tc1IzSKoNVizz4PocTHGJLGEy5RlrGGQ { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.3123125rem;width:9.1868125rem;top:9.5392398834231rem;left:50.812316894531rem;overflow:hidden;display:block; }
#vUTPGBgk0h9iraSfbGSTV728pHeGs5PU { position:absolute;display:block;z-index:15010;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.5rem;width:9.0625rem;top:1.5296516418457rem;left:38.220878601074rem;overflow:hidden;display:block; }
#wWgIHX0LtCXWGsuyCe07z1FPMV0CTEWP { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4992875rem;width:8.0619375rem;top:2.9403419494629rem;left:51.938026428222rem;overflow:hidden;display:block; }
#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(163deg, #0648e9, #8800e3);background-image: -moz-linear-gradient(163deg, #0648e9, #8800e3);background-image: -ms-linear-gradient(163deg, #0648e9, #8800e3);background-image: -o-linear-gradient(163deg, #0648e9, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0648e9', endColorstr='#8800e3' );";background-image: linear-gradient(163deg, #0648e9, #8800e3);background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container { background-color: transparent; background-image: none; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container > .video-iframe-container { display: none; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row > .video-iframe-container { display: none; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .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); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container { border-width: 0; border-radius: 0; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container { font-size:0.875rem;font-family:arial;height:26.6875rem;width:60rem;position:relative;display:block; }#qqKkoUIJLQIHECPJa0DEVuzqURCG6nvf { position:absolute;display:block;z-index:15002;background-color:#00ff8d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:6.1875rem;top:2.25rem;left:3rem;display:block; }
#mnqJ5D2i2ndqO1oqGhvFrDxGQfqtzogo { color:#000000;display:block;width:54.0625rem;position:absolute;font-family:nunito;font-size:2.3125rem;font-weight:400;z-index:15002;line-height:1.1;letter-spacing:0;top:3.8125rem;left:2.9375rem;height:2.54375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MSw84dzUV3FLofxQ15DU394AizRg0CV6 { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.875rem;width:58.25rem;top:6.2021484375rem;left:1rem;overflow:hidden;display:block; }
#ewliCc5FLbXPaPZPmEeklPaNI6cXCJiT { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.6875rem;width:12.375rem;top:2.3046932220459rem;left:57.8125rem;overflow:hidden;display:block; }
#gRRQxobCzAvgU40dsVkrAXAlNa7JAkK9 { 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:53.3125rem;width:60rem;display:none; }
#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n { position:relative;display:none; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n { border-width: 0; border-radius: 0; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .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; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .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; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7fdfc;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; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container { background-color: transparent; background-image: none; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container > .video-iframe-container { display: none; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row > .video-iframe-container { display: none; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .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); }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container { border-width: 0; border-radius: 0; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:60rem;position:relative;display:block; }#m5mRO0bP32T2lbLE4Hi2r8tnWZwh4Nhn { position:absolute;display:block;z-index:15004;background-color:#0648e9;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #00ff8d;border-left:0.1875rem solid #00ff8d;border-right:0.1875rem solid #00ff8d;border-bottom:0.1875rem solid #00ff8d;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:34.25rem;width:23.4375rem;top:3.0625rem;left:32.6875rem;display:block; }
#BqgtCxThlcnIbQwZe38cddX9O2cegaux { position:absolute;display:block;z-index:15005;background-color:#00ff8d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;box-shadow: none;height:4.5625rem;width:23.625rem;top:3.0625rem;left:32.6875rem;display:block; }
#rRFQLqhE5Bmtrsl1zNIMDpFE7dPnKy7W { color:#0648e9;display:block;width:16.937125rem;position:absolute;font-family:montserrat;font-size:1.3125rem;font-weight:400;z-index:15010;line-height:1.2;letter-spacing:0;top:3.875rem;left:36.125rem;height:3.1494125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-form-header { font-size:0.875rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#ffffff;width:20rem;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; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-text { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:2.875rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-text {padding-top: 0; padding-bottom: 0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-textarea { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;font-weight:300;font-style:normal;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-select { border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#ffffff;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;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:20rem;box-sizing:border-box;height:2.875rem;color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-select {padding-top: 0; padding-bottom: 0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-checkbox { width:0.8125rem;height:0.8125rem;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; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:#00ff8d;background-image:none;background-position:top left !important;background-repeat: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.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#0648e9;width:19.5625rem;height:3.6875rem;font-family:"open sans";overflow:hidden;text-align:center;text-align-last:center;line-height:1.6; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]:-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]::-moz-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]:-ms-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]::-webkit-input-placeholder { color:rgba(0,0,0,0.82);font-family:montserrat;font-size:0.8125rem;font-weight:400;font-style:normal;text-align:center;text-align-last:center; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .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";font-size:0.8125rem;font-weight:400;color:#ababab;vertical-align:top;width:19rem;overflow:hidden;font-style:normal;float:none;line-height:1.4; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .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; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .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:400;color:#f2f9ff;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0;width:100%;font-size:0;height:auto; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-container:first-of-type{padding-top:0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-container:last-of-type{padding-bottom:0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw  { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.3125rem;top:7.6875rem;z-index:15004;position:absolute;font-size:0.875rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20rem;display:block;vertical-align:top; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#343e66;vertical-align:top;overflow:hidden;font-style:normal; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw {display:block;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw { background-color:transparent;background-image:none;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:33.3125rem;top:7.6875rem;z-index:15004;position:absolute;font-size:0.875rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #Qpv1e7iKygzOqtCEgqVMpvkmEncmF5JI { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #v8UuKq87123N9zUHWmR5O7hLuXekzx5I { position:relative;display:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #NR3afaR7moi0DHv8ubim4NNXrN5cntNc { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #Kg8z2qWuMHBX3ohTEksGEVDHTcCrvILS { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #LpPiUVNEzr9FS8iJ1w0VT2IeASFOIXBk { position:relative;display:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #cwybuEldu3XTvQgR8uNkVtlcFQl08qUf { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #AVAgPdpFeb09Jw9X91PqDT14LqAqoTbq { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #gv0EnLciZ9KHgAaTl0OMOQb9a7HkoPN7 { position:relative;display:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #XTc7LqlhIkCPi4vBSu9m2DHg8bKEhN7X { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #T3SsvTWagtoNFDTPoW9sg8qH85kNsiWg { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #iNIHXdgkckrTWK759IEyw7UWLAbPTpNe { position:relative;display:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #U3VdpiakkI612EZLdKc0eIGm7Qg28fB5 { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #XKRqHmRFI5bMkIqIqJqOVUZ7mQUTQqnO { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #gQmKNTv6t0vvw2U2S7DF3owszeCqWEZh { position:relative;display:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #PhiwlaArSmHGf5IURsxofXdrCPkfxtsp { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #ZHs1keqTAnwK6VeCKJeyId9UR9RqA3U6 { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #IzrUPi7hyhTDD5y4fH3skvlGfrKavKUp { position:relative;display:none; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #N9F0sQCyV1ctFSOpvEVPTS9lk16eonRg { position:relative; }
#poGoE7nB3kJxHt4Pdh1JRrDRJXUQEHN0 { position:relative;display:block; }
#vuAumUuMo8cJggHLdWZR4GFCXXo7LKvT { position:relative;display:block; }
#VPGzkXsXl4GUra2nlmeTwhCZPcVqDgge { position:relative;display:block; }
#p100PWXLiENkRFgkyXEXasTsNar0OJiN { position:relative;display:block; }
#XQrr3wt1ItG8qTy4QXNlgru6BMfqpwVf { position:relative;display:block; }
#E4SqRGxPqeOHuJ5JG5g7dhi1ok5ag52M { position:relative;display:block; }
#WlbVmIOoaWsSMplKma945JRpVFfVHaeh { position:relative;display:block; }
#PO1CMximNV9uBHOwsinskqhTpJFbPagS { position:relative;display:block; }
#nbrm4LRnVpyoFxeOPzrM7MMWl7izUCqe { position:relative;display:block; }
#n2KXrxXZlIEeUhetpEJoZERVn4qc8hTi { position:relative;display:block; }
#bcSRTcLxxlulOfT4EuPVDUnigByQvpoE { position:relative;display:block; }
#gMHymBJ8BNT0lJEEOM99m6HTNk0WmCOK { position:relative;display:block; }
#LdlkIO4SLuzTJWvV2kAi3KEsoHhyGHCW { position:relative;display:block; }
#QfS78OToLrCUOoO0FOSEg7OFPXs6kLca { position:relative;display:block; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #QKbxys36zu1rONfXaQJfuUXys0scGZlR { position:relative; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #vTfvDqd2f7J5pwTIxelQorwfIQi7VVx3 { position:relative; }
#XA9h01VhwHg7ThpOLP1XTAo19N8O9iTG { color:#0648e9;display:block;width:19.25rem;position:absolute;font-family:nunito;font-size:2.3125rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:7.4375rem;left:4.25rem;height:6.9375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#yPeXfpwOKk40ZdtChTsCBOyR9wVsOO1r { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:27.375rem;top:21.1875rem;left:3.75rem;overflow:hidden;display:block; }
#ZdrM2c9wSxVdoWumwLbqLDCOwfJvziwG { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9367875rem;width:12.7494375rem;top:3.0625rem;left:4.25rem;overflow:hidden;display:block; }
#TdorrtT77REtuAHU9aMi2vT46HOzyNae { color:#38383a;display:block;width:21.3743125rem;position:absolute;font-family:montserrat;font-size:1.375rem;font-weight:400;z-index:15009;line-height:1.2;letter-spacing:0;top:15.25rem;left:4.25rem;height:3.29980625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#T8xMAdTh2tOczDJoEXQJknJlJr43I80T { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.4375rem;width:6.1875rem;top:4.1875rem;left:2.9375rem;display:none; }
#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0043ec;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; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container { background-color: transparent; background-image: none; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container > .video-iframe-container { display: none; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row > .video-iframe-container { display: none; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .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); }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container { border-width: 0; border-radius: 0; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container { font-size:0.875rem;font-family:arial;height:6.5rem;width:60rem;position:relative;display:block; }#Qoku7DmDiOXM7QkK7IXNOuDOGn4Tzq9m { 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:2.75rem;width:11.6875rem;top:1.8732318878174rem;left:4.3101902008057rem;overflow:hidden;display:block; }
#hwZfQrAyZu4y1idT6dMkeWqQbv6ZQJrh { color:#ffffff;display:block;width:53.8125rem;position:absolute;font-family:montserrat;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:2.6393814086914rem;left:5.9378547668457rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#001237;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; }#b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 > .row .container { background-color: transparent; background-image: none; }#b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 > .row .container > .video-iframe-container { display: none; }#b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 > .row > .video-iframe-container { display: none; }#b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 > .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); }#b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 > .row .container { border-width: 0; border-radius: 0; }#b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 > .row .container { font-size:0.875rem;font-family:arial;height:2.125rem;width:60rem;position:relative;display:block; }#BVn1OfenDJNliHbXfCSwV8vO7gdoBXla { color:rgba(255,255,255,0.61);display:block;width:60rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0.697265625rem;left:0rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRLxz4MnbJZCiRelaZE4cVu0KOkS7WmD { top:0.875rem;left:18.53125rem;width:9.4375rem;height:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1CI8sD8cFDotqeIEqWE54JeGITOStBU { display:block; }#S1CI8sD8cFDotqeIEqWE54JeGITOStBU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki { display:block; }#X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn7JzkM7LtdHt0FtDP9rE9VWHa25DsBl { width:47.75rem;height:2.3125rem;top:1.875rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD { display:block; }#MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqTnI4OXoWiu5W9iycaQxSSE3L4SDsEy { width:9.75rem;height:2.4375rem;top:10.125rem;left:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TeF1KEI733h9aLnSQxG5a57ImM4hJkzH { display:block; }
 }@media only screen and (max-width: 763px) { #OfW11QXtgr2cxl4MkoTPoVFelpvUNlS9 { width:19rem;height:12.5rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN00tvkSd1DDRIEmRJqTxqUXu8nxoEOV { width:6.5rem;height:4.3125rem;top:4.5rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qktcxtHF9uFC2PvieExxfCG4Or2TTs4B { width:19rem;height:12.5rem;top:1.6875rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFz9ZCRWmoeuOcRIa7v6yy3eoiZa3Jk7 { width:19rem;height:12.5rem;top:1.6875rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxRNVCxRz1sM3Ub7x4FMpTPwN3C9angS { width:9.75rem;height:2.4375rem;top:10.4375rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zml0LS8wCxSBB9xDxInWkOSAhGcJyFDl { display:block; }
 }@media only screen and (max-width: 763px) { #qb5xC4VgyO517T5k8mq58SsWW9e5DdGc { width:9.75rem;height:2.4375rem;top:10.1875rem;left:18.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNBxKyTaWcGUbkf76b4OpU9EuiAVy1Xc { display:block; }
 }@media only screen and (max-width: 763px) { #nBvH3wQZRDyxx2pskFvJ7yQ5gtKOyNqG { width:10.8125rem;height:3.25rem;top:5.625rem;left:17.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXzXUyvb61sBv6BT4ZTPca09u97mwoKw { width:11rem;height:3.0625rem;top:5rem;left:34.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 { display:block; }#nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBtsFAnd7tDe2rf0f3Tz7Xix6LvAT2Xa { width:19rem;height:12.5rem;top:0.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #orWODrTwouDkVve3lpiyT3FvaqxLOXBa { width:19rem;height:12.5rem;top:0.5625rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1lFX13wmSKdtFIRH4cloNoE9J90KaMa { width:9.75rem;height:2.4375rem;top:8.6875rem;left:35.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxsUnR2xSZKRxCFnaHEyp2eO8OXF5VTt { display:block; }
 }@media only screen and (max-width: 763px) { #I37AM1rpBCNqxPUaTQBZazGJtns6b0w9 { width:10.9375rem;height:4.75rem;top:2.9375rem;left:34.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #buqy4zuBt2s5OfAXEuH9bea6LaLPcJBx { width:19rem;height:12.5rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKu37D8eboDrES0EzN70ADKcrQxvTDgF { width:14rem;height:4.6875rem;top:3.0625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgKPAwRr41ZoIrEiQH2RzkWu6be3SR81 { width:9.75rem;height:2.4375rem;top:9.3125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ate9TWOCJAWLz3EN7t2lU5LmnsTFa42l { display:block; }
 }@media only screen and (max-width: 763px) { #dgTWvyh0Ldgkz4IXvNwoQbzc5ywe6JIQ { width:7.75rem;height:4.6875rem;top:2.9375rem;left:19.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmD2ii76Jaoqb3N0iADWtM4sN7tmv58x { width:9.75rem;height:2.4375rem;top:9.3125rem;left:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCmTmbt6v0TSIPEn8yxnonnHWkesGmu5 { display:block; }
 }@media only screen and (max-width: 763px) { #n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG { display:block; }#n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyRRpapyGmTXLw9xKUEiRzi24TRbtq7b { width:47.75rem;height:1.6875rem;top:1.5rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f8edCqFKCy2AdoyieEDVzE8MfPWMab9O { width:47.75rem;height:2.25rem;top:3.1875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JBlbVtvzk2Hd1W00k3kez3177lOAQnr0 { display:none; }#JBlbVtvzk2Hd1W00k3kez3177lOAQnr0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t13tkTn5JcxSp1mnzTJlwXR6SovqOt4E { width:12.5rem;height:3.25rem;top:4.375rem;left:33.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrvwhNh3KfUESKMdniSBX5dXpC2MOcWu { width:19rem;height:12.5rem;top:0.5625rem;left:28.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z44IpO4tLz0W2MWwf1T3RZW6eGPEUdPf { width:13.375rem;height:1.125rem;top:8.1875rem;left:33.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 { display:block; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SV6pvNI4BxETS2p8y6y1qqULAtukHefT { top:3.8125rem;left:0rem;width:6.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMmUFJ9v0TvTX7uaaBgg2NHmcT9khrwc { top:5.375rem;left:0rem;width:31.125rem;height:5.875rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrFcaBkfuABR5iVSNllX6BHRtKs2GkDA { width:26.9375rem;height:3.375rem;top:13.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #a62LF5tKOxqX7Wwd1xbGbVJKmdV4RiOA { display:block; }
 }@media only screen and (max-width: 763px) { #AG39Upg0LRoCilz5hoL87XafmKLBRqqP { width:2.5rem;height:2.5rem;top:14.125rem;left:20.374465942382rem;display:block; }
 }@media only screen and (max-width: 763px) { #D28mu1CTMaTz72UI1Tx4gTBAFe1IvPIK { width:21.6875rem;height:15.187793957446rem;top:7.375rem;left:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW6xWpZBPWGwLPoDNy4s1mekMfLuuM4T { width:9.6875rem;height:17.75rem;top:3.1875rem;left:24.801721299315rem;display:block; }
 }@media only screen and (max-width: 763px) { #wukyfinuo2qib2A32yq8LH28EcJtJNxi { width:10.6875rem;height:17rem;top:3.25rem;left:36.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tc1IzSKoNVizz4PocTHGJLGEy5RlrGGQ { width:9.125rem;height:8.2563839811144rem;top:9.5rem;left:38.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUTPGBgk0h9iraSfbGSTV728pHeGs5PU { width:9.0625rem;height:19.5rem;top:1.5rem;left:32.095878601074rem;display:block; }
 }@media only screen and (max-width: 763px) { #wWgIHX0LtCXWGsuyCe07z1FPMV0CTEWP { width:8rem;height:4.4647207944741rem;top:2.9375rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2KTvVRvsW3hvaDtxuONVAxTOreARy0H { display:block; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqKkoUIJLQIHECPJa0DEVuzqURCG6nvf { top:2.25rem;left:0rem;width:6.125rem;height:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnqJ5D2i2ndqO1oqGhvFrDxGQfqtzogo { top:3.8125rem;left:0rem;width:47.75rem;height:2.5rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MSw84dzUV3FLofxQ15DU394AizRg0CV6 { width:47.75rem;height:13.833154506438rem;top:6.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ewliCc5FLbXPaPZPmEeklPaNI6cXCJiT { top:2.875rem;left:35.375rem;width:12.375rem;height:7.6874289761969rem;display:block; }
 }@media only screen and (max-width: 763px) { #gRRQxobCzAvgU40dsVkrAXAlNa7JAkK9 { width:47.75rem;height:42.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n { display:none; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP { display:block; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5mRO0bP32T2lbLE4Hi2r8tnWZwh4Nhn { width:23.4375rem;height:34.25rem;top:3.0625rem;left:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BqgtCxThlcnIbQwZe38cddX9O2cegaux { width:23.5625rem;height:4.5rem;top:3.0625rem;left:24.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rRFQLqhE5Bmtrsl1zNIMDpFE7dPnKy7W { width:16.875rem;height:3.125rem;top:3.875rem;left:30rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-regular-label { width:19.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-text { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-text {padding-top: 0; padding-bottom: 0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-textarea { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-select { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-select {padding-top: 0; padding-bottom: 0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-button { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw  { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .radio-container { width:19.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw {display:block;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw { width:19.25rem;height:auto;top:14.5625rem;left:26rem; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #Qpv1e7iKygzOqtCEgqVMpvkmEncmF5JI {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #v8UuKq87123N9zUHWmR5O7hLuXekzx5I { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #NR3afaR7moi0DHv8ubim4NNXrN5cntNc {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #Kg8z2qWuMHBX3ohTEksGEVDHTcCrvILS {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #LpPiUVNEzr9FS8iJ1w0VT2IeASFOIXBk {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #cwybuEldu3XTvQgR8uNkVtlcFQl08qUf {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #AVAgPdpFeb09Jw9X91PqDT14LqAqoTbq {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #gv0EnLciZ9KHgAaTl0OMOQb9a7HkoPN7 {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #XTc7LqlhIkCPi4vBSu9m2DHg8bKEhN7X {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #T3SsvTWagtoNFDTPoW9sg8qH85kNsiWg {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #iNIHXdgkckrTWK759IEyw7UWLAbPTpNe {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #U3VdpiakkI612EZLdKc0eIGm7Qg28fB5 {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #XKRqHmRFI5bMkIqIqJqOVUZ7mQUTQqnO {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #gQmKNTv6t0vvw2U2S7DF3owszeCqWEZh { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #PhiwlaArSmHGf5IURsxofXdrCPkfxtsp {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #ZHs1keqTAnwK6VeCKJeyId9UR9RqA3U6 {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #IzrUPi7hyhTDD5y4fH3skvlGfrKavKUp { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #N9F0sQCyV1ctFSOpvEVPTS9lk16eonRg {  }
 }@media only screen and (max-width: 763px) { #poGoE7nB3kJxHt4Pdh1JRrDRJXUQEHN0 { display:block; }
 }@media only screen and (max-width: 763px) { #vuAumUuMo8cJggHLdWZR4GFCXXo7LKvT { display:block; }
 }@media only screen and (max-width: 763px) { #VPGzkXsXl4GUra2nlmeTwhCZPcVqDgge { display:block; }
 }@media only screen and (max-width: 763px) { #p100PWXLiENkRFgkyXEXasTsNar0OJiN { display:block; }
 }@media only screen and (max-width: 763px) { #XQrr3wt1ItG8qTy4QXNlgru6BMfqpwVf { display:block; }
 }@media only screen and (max-width: 763px) { #E4SqRGxPqeOHuJ5JG5g7dhi1ok5ag52M { display:block; }
 }@media only screen and (max-width: 763px) { #WlbVmIOoaWsSMplKma945JRpVFfVHaeh { display:block; }
 }@media only screen and (max-width: 763px) { #PO1CMximNV9uBHOwsinskqhTpJFbPagS { display:block; }
 }@media only screen and (max-width: 763px) { #nbrm4LRnVpyoFxeOPzrM7MMWl7izUCqe { display:block; }
 }@media only screen and (max-width: 763px) { #n2KXrxXZlIEeUhetpEJoZERVn4qc8hTi { display:block; }
 }@media only screen and (max-width: 763px) { #bcSRTcLxxlulOfT4EuPVDUnigByQvpoE { display:block; }
 }@media only screen and (max-width: 763px) { #gMHymBJ8BNT0lJEEOM99m6HTNk0WmCOK { display:block; }
 }@media only screen and (max-width: 763px) { #LdlkIO4SLuzTJWvV2kAi3KEsoHhyGHCW { display:block; }
 }@media only screen and (max-width: 763px) { #QfS78OToLrCUOoO0FOSEg7OFPXs6kLca { display:block; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #QKbxys36zu1rONfXaQJfuUXys0scGZlR {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #vTfvDqd2f7J5pwTIxelQorwfIQi7VVx3 {  }
 }@media only screen and (max-width: 763px) { #XA9h01VhwHg7ThpOLP1XTAo19N8O9iTG { width:19.1875rem;height:6.9375rem;top:7.4375rem;left:0rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yPeXfpwOKk40ZdtChTsCBOyR9wVsOO1r { width:27.3125rem;height:11.847969278328rem;top:21.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZdrM2c9wSxVdoWumwLbqLDCOwfJvziwG { width:12.6875rem;height:2.9218377562176rem;top:3.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TdorrtT77REtuAHU9aMi2vT46HOzyNae { width:21.3125rem;height:3.25rem;top:15.25rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8xMAdTh2tOczDJoEXQJknJlJr43I80T { top:4.1875rem;left:0rem;width:6.125rem;height:0.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR { display:block; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qoku7DmDiOXM7QkK7IXNOuDOGn4Tzq9m { width:11.6875rem;height:2.75rem;top:1.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwZfQrAyZu4y1idT6dMkeWqQbv6ZQJrh { width:47.75rem;height:1.1875rem;top:2.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 { display:block; }#b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVn1OfenDJNliHbXfCSwV8vO7gdoBXla { width:47.75rem;height:0.8125rem;top:0.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #aBs4RVCghsXRssBKDLerdeX7UxV3bVsr { background-color:transparent;background-image: -webkit-linear-gradient(66deg, #0043ec, #8800e3);background-image: -moz-linear-gradient(66deg, #0043ec, #8800e3);background-image: -ms-linear-gradient(66deg, #0043ec, #8800e3);background-image: -o-linear-gradient(66deg, #0043ec, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#8800e3' );";background-image: linear-gradient(66deg, #0043ec, #8800e3);background-size:contain !important;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { background-color: transparent; background-image: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row > .video-iframe-container { display: none; }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .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); }#aBs4RVCghsXRssBKDLerdeX7UxV3bVsr > .row .container { width:20rem;height:5.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lRLxz4MnbJZCiRelaZE4cVu0KOkS7WmD { width:9.8125rem;height:2.3125rem;top:1.5625rem;left:5.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1CI8sD8cFDotqeIEqWE54JeGITOStBU { display:block; }#S1CI8sD8cFDotqeIEqWE54JeGITOStBU > .row .container { width:20rem;height:3.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki { display:block; }#X7tmgx4PZDLtl1y3LMV1lVVXZyG2k7ki > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Jn7JzkM7LtdHt0FtDP9rE9VWHa25DsBl { width:17.9375rem;height:3.98730625rem;top:3.25rem;left:1.03125rem;font-size:1.8125rem;text-align:center;text-align-last:center;line-height:1.1;color:#0043ec;display:block; }
 }@media only screen and (max-width: 763px) { #MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD { display:block; }#MdVdM5CozuLxB9NSl3kihoo8PHvtXyAD > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eqTnI4OXoWiu5W9iycaQxSSE3L4SDsEy { width:9.75rem;height:2.4375rem;top:23.40625rem;left:5.125rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TeF1KEI733h9aLnSQxG5a57ImM4hJkzH { display:block; }
 }@media only screen and (max-width: 763px) { #OfW11QXtgr2cxl4MkoTPoVFelpvUNlS9 { width:19rem;height:12.5rem;top:15rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WN00tvkSd1DDRIEmRJqTxqUXu8nxoEOV { width:6.5rem;height:4.3125rem;top:17.142578125rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qktcxtHF9uFC2PvieExxfCG4Or2TTs4B { width:19rem;height:12.5rem;top:1.25rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFz9ZCRWmoeuOcRIa7v6yy3eoiZa3Jk7 { width:19rem;height:12.5rem;top:28.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxRNVCxRz1sM3Ub7x4FMpTPwN3C9angS { width:9.75rem;height:2.4375rem;top:10rem;left:5.125rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #zml0LS8wCxSBB9xDxInWkOSAhGcJyFDl { display:block; }
 }@media only screen and (max-width: 763px) { #qb5xC4VgyO517T5k8mq58SsWW9e5DdGc { width:9.75rem;height:2.4375rem;top:36.71875rem;left:5.125rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #TNBxKyTaWcGUbkf76b4OpU9EuiAVy1Xc { display:block; }
 }@media only screen and (max-width: 763px) { #nBvH3wQZRDyxx2pskFvJ7yQ5gtKOyNqG { width:10.8125rem;height:3.25rem;top:31.830078125rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXzXUyvb61sBv6BT4ZTPca09u97mwoKw { width:11rem;height:3.0625rem;top:4.580078125rem;left:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 { display:block; }#nZNFKAWOCSwFO9sOuTA0Sv6vKiS3pc26 > .row .container { width:20rem;height:41.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CBtsFAnd7tDe2rf0f3Tz7Xix6LvAT2Xa { width:19rem;height:12.5rem;top:14.375rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #orWODrTwouDkVve3lpiyT3FvaqxLOXBa { width:19rem;height:12.5rem;top:28.0625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1lFX13wmSKdtFIRH4cloNoE9J90KaMa { width:9.75rem;height:2.4375rem;top:36.5625rem;left:5.125rem;font-size:1rem;border-top:0.0625rem solid #00ff8d;border-left:0.0625rem solid #00ff8d;border-right:0.0625rem solid #00ff8d;border-bottom:0.0625rem solid #00ff8d;display:block; }
 }@media only screen and (max-width: 763px) { #mxsUnR2xSZKRxCFnaHEyp2eO8OXF5VTt { display:block; }
 }@media only screen and (max-width: 763px) { #I37AM1rpBCNqxPUaTQBZazGJtns6b0w9 { width:10.9375rem;height:4.75rem;top:30.1875rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #buqy4zuBt2s5OfAXEuH9bea6LaLPcJBx { width:19rem;height:12.5rem;top:0.625rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKu37D8eboDrES0EzN70ADKcrQxvTDgF { width:14rem;height:4.6875rem;top:3.142578125rem;left:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #xgKPAwRr41ZoIrEiQH2RzkWu6be3SR81 { width:9.75rem;height:2.4375rem;top:9.375rem;left:5.1875rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #ate9TWOCJAWLz3EN7t2lU5LmnsTFa42l { display:block; }
 }@media only screen and (max-width: 763px) { #dgTWvyh0Ldgkz4IXvNwoQbzc5ywe6JIQ { width:7.75rem;height:4.6875rem;top:16.3125rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KmD2ii76Jaoqb3N0iADWtM4sN7tmv58x { width:9.75rem;height:2.4375rem;top:22.25rem;left:5.125rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #zCmTmbt6v0TSIPEn8yxnonnHWkesGmu5 { display:block; }
 }@media only screen and (max-width: 763px) { #n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG { display:block; }#n2vH1nlmgQJT0VziqV5WvvzKvBJHOhxG > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hyRRpapyGmTXLw9xKUEiRzi24TRbtq7b { width:20rem;height:1.30615rem;top:1.25rem;left:0rem;font-size:1.1875rem;text-align:center;text-align-last:center;line-height:1.1;color:#0043ec;display:block; }
 }@media only screen and (max-width: 763px) { #f8edCqFKCy2AdoyieEDVzE8MfPWMab9O { width:20rem;height:1.71875rem;top:2.55517578125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1.1;color:#0043ec;display:block; }
 }@media only screen and (max-width: 763px) { #JBlbVtvzk2Hd1W00k3kez3177lOAQnr0 { display:none; }#JBlbVtvzk2Hd1W00k3kez3177lOAQnr0 > .row .container { width:20rem;height:45.5rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #t13tkTn5JcxSp1mnzTJlwXR6SovqOt4E { width:12.5rem;height:3.298825rem;top:32.5625rem;left:3.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hrvwhNh3KfUESKMdniSBX5dXpC2MOcWu { width:19rem;height:12.5rem;top:28.75rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z44IpO4tLz0W2MWwf1T3RZW6eGPEUdPf { width:13.375rem;height:1.1375rem;top:36.375rem;left:3.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 { background-color:transparent;background-image: -webkit-linear-gradient(72deg, #0043ec, #0043ec);background-image: -moz-linear-gradient(72deg, #0043ec, #0043ec);background-image: -ms-linear-gradient(72deg, #0043ec, #0043ec);background-image: -o-linear-gradient(72deg, #0043ec, #0043ec);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#0043ec' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#0043ec' );";background-image: linear-gradient(72deg, #0043ec, #0043ec);background-size:contain !important;display:block; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container { background-color: transparent; background-image: none; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container > .video-iframe-container { display: none; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row > .video-iframe-container { display: none; }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .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); }#UguKQbe7xGTyU8zC7MQJNWL3lsA2vKa4 > .row .container { width:20rem;height:30.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SV6pvNI4BxETS2p8y6y1qqULAtukHefT { width:6.18696875rem;height:0.43679rem;top:1.875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMmUFJ9v0TvTX7uaaBgg2NHmcT9khrwc { width:15.999625rem;height:6rem;top:3.125rem;left:1.1875rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hrFcaBkfuABR5iVSNllX6BHRtKs2GkDA { width:19.32325rem;height:3.76025625rem;top:24.2333984375rem;left:0.337890625rem;font-size:1rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #a62LF5tKOxqX7Wwd1xbGbVJKmdV4RiOA { display:block; }
 }@media only screen and (max-width: 763px) { #AG39Upg0LRoCilz5hoL87XafmKLBRqqP { display:flex;width:2.5rem;height:2.5rem;top:32.499104394531rem;left:8.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #D28mu1CTMaTz72UI1Tx4gTBAFe1IvPIK { width:15.625rem;height:11rem;top:13.5rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VW6xWpZBPWGwLPoDNy4s1mekMfLuuM4T { width:7.5625rem;height:13.75rem;top:9.7247877120969rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wukyfinuo2qib2A32yq8LH28EcJtJNxi { width:8.999rem;height:14.375rem;top:9.125rem;left:4.24169921875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #tc1IzSKoNVizz4PocTHGJLGEy5RlrGGQ { width:7.1875rem;height:6.499rem;top:17.0380859375rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vUTPGBgk0h9iraSfbGSTV728pHeGs5PU { width:5.9375rem;height:12.8125rem;top:10.724609375rem;left:10.53125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wWgIHX0LtCXWGsuyCe07z1FPMV0CTEWP { width:6.4375rem;height:3.5625rem;top:13.5380859375rem;left:13.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #r2KTvVRvsW3hvaDtxuONVAxTOreARy0H { background-color:transparent;background-image: -webkit-linear-gradient(88deg, #0043ec, #8800e3);background-image: -moz-linear-gradient(88deg, #0043ec, #8800e3);background-image: -ms-linear-gradient(88deg, #0043ec, #8800e3);background-image: -o-linear-gradient(88deg, #0043ec, #8800e3);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#8800e3' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0043ec', endColorstr='#8800e3' );";background-image: linear-gradient(88deg, #0043ec, #8800e3);background-size:contain !important;display:block; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container { background-color: transparent; background-image: none; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container > .video-iframe-container { display: none; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row > .video-iframe-container { display: none; }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .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); }#r2KTvVRvsW3hvaDtxuONVAxTOreARy0H > .row .container { width:20rem;height:30.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qqKkoUIJLQIHECPJa0DEVuzqURCG6nvf { width:6.18696875rem;height:0.43679rem;top:2.3125rem;left:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnqJ5D2i2ndqO1oqGhvFrDxGQfqtzogo { width:14.6875rem;height:6.599125rem;top:4.0625rem;left:0.8125rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #MSw84dzUV3FLofxQ15DU394AizRg0CV6 { width:20rem;height:5.830075rem;top:11.637073516846rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ewliCc5FLbXPaPZPmEeklPaNI6cXCJiT { width:8.2493125rem;height:5.1234rem;top:1.0617895126343rem;left:11.749822199344rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #gRRQxobCzAvgU40dsVkrAXAlNa7JAkK9 { top:11.47412109375rem;left:0rem;width:20rem;height:17.6875rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n { background-color:#f7fdfc;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; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container { background-color: transparent; background-image: none; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container > .video-iframe-container { display: none; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row > .video-iframe-container { display: none; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .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); }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container { border-width: 0; border-radius: 0; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DotIe5hoRPFSTmXvsTkLMTsQ6D3HqD3n > .row .container { width:20rem;height:1.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP { display:block; }#lvX9gm8Mavh5NoIT20mVvHpiWQnut1EP > .row .container { width:20rem;height:49.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m5mRO0bP32T2lbLE4Hi2r8tnWZwh4Nhn { width:19.625rem;height:33rem;top:13rem;left:0rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #BqgtCxThlcnIbQwZe38cddX9O2cegaux { width:20rem;height:4rem;top:13rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #rRFQLqhE5Bmtrsl1zNIMDpFE7dPnKy7W { width:15.1875rem;height:2.75rem;top:13.625rem;left:2.40625rem;text-align:center;text-align-last:center;font-size:1.25rem;z-index:15018;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top;height:2.75rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-text {padding-top: 0; padding-bottom: 0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;color:#000000;font-weight:300;font-style:normal;display:block;vertical-align:top; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;display:block;vertical-align:top;font-size:0.75rem;overflow:hidden;height:2.75rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-select {padding-top: 0; padding-bottom: 0;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-input-button { width:16.3125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;font-size:0.9375rem;overflow:hidden; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]:-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]::-moz-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]:-ms-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw [class*="-text"]::-webkit-input-placeholder { color:#000000;font-weight:400;font-style:normal;font-size:0.75rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw  { width:16.6875rem;height:auto;top:16.8125rem;left:0.4375rem; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw {display:block;}#L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw { width:16.6875rem;height:auto;top:16.8125rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #Qpv1e7iKygzOqtCEgqVMpvkmEncmF5JI {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #v8UuKq87123N9zUHWmR5O7hLuXekzx5I { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #NR3afaR7moi0DHv8ubim4NNXrN5cntNc {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #Kg8z2qWuMHBX3ohTEksGEVDHTcCrvILS {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #LpPiUVNEzr9FS8iJ1w0VT2IeASFOIXBk { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #cwybuEldu3XTvQgR8uNkVtlcFQl08qUf {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #AVAgPdpFeb09Jw9X91PqDT14LqAqoTbq {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #gv0EnLciZ9KHgAaTl0OMOQb9a7HkoPN7 { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #XTc7LqlhIkCPi4vBSu9m2DHg8bKEhN7X {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #T3SsvTWagtoNFDTPoW9sg8qH85kNsiWg {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #iNIHXdgkckrTWK759IEyw7UWLAbPTpNe {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #U3VdpiakkI612EZLdKc0eIGm7Qg28fB5 {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #XKRqHmRFI5bMkIqIqJqOVUZ7mQUTQqnO {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #gQmKNTv6t0vvw2U2S7DF3owszeCqWEZh { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #PhiwlaArSmHGf5IURsxofXdrCPkfxtsp {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #ZHs1keqTAnwK6VeCKJeyId9UR9RqA3U6 {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #IzrUPi7hyhTDD5y4fH3skvlGfrKavKUp { display:none; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #N9F0sQCyV1ctFSOpvEVPTS9lk16eonRg {  }
 }@media only screen and (max-width: 763px) { #poGoE7nB3kJxHt4Pdh1JRrDRJXUQEHN0 { display:block; }
 }@media only screen and (max-width: 763px) { #vuAumUuMo8cJggHLdWZR4GFCXXo7LKvT { display:block; }
 }@media only screen and (max-width: 763px) { #VPGzkXsXl4GUra2nlmeTwhCZPcVqDgge { display:block; }
 }@media only screen and (max-width: 763px) { #p100PWXLiENkRFgkyXEXasTsNar0OJiN { display:block; }
 }@media only screen and (max-width: 763px) { #XQrr3wt1ItG8qTy4QXNlgru6BMfqpwVf { display:block; }
 }@media only screen and (max-width: 763px) { #E4SqRGxPqeOHuJ5JG5g7dhi1ok5ag52M { display:block; }
 }@media only screen and (max-width: 763px) { #WlbVmIOoaWsSMplKma945JRpVFfVHaeh { display:block; }
 }@media only screen and (max-width: 763px) { #PO1CMximNV9uBHOwsinskqhTpJFbPagS { display:block; }
 }@media only screen and (max-width: 763px) { #nbrm4LRnVpyoFxeOPzrM7MMWl7izUCqe { display:block; }
 }@media only screen and (max-width: 763px) { #n2KXrxXZlIEeUhetpEJoZERVn4qc8hTi { display:block; }
 }@media only screen and (max-width: 763px) { #bcSRTcLxxlulOfT4EuPVDUnigByQvpoE { display:block; }
 }@media only screen and (max-width: 763px) { #gMHymBJ8BNT0lJEEOM99m6HTNk0WmCOK { display:block; }
 }@media only screen and (max-width: 763px) { #LdlkIO4SLuzTJWvV2kAi3KEsoHhyGHCW { display:block; }
 }@media only screen and (max-width: 763px) { #QfS78OToLrCUOoO0FOSEg7OFPXs6kLca { display:block; }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #QKbxys36zu1rONfXaQJfuUXys0scGZlR {  }
 }@media only screen and (max-width: 763px) { #L8yHedlP48Uv7MnVoalJCPGxiLp3yBgw #vTfvDqd2f7J5pwTIxelQorwfIQi7VVx3 {  }
 }@media only screen and (max-width: 763px) { #XA9h01VhwHg7ThpOLP1XTAo19N8O9iTG { width:17.2475625rem;height:5.98095625rem;top:2.375rem;left:0.5rem;font-size:1.8125rem;text-align:left;text-align-last:left;line-height:1.1;color:#0043ec;display:block; }
 }@media only screen and (max-width: 763px) { #yPeXfpwOKk40ZdtChTsCBOyR9wVsOO1r { width:20rem;height:8.6758585104463rem;top:21.1875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZdrM2c9wSxVdoWumwLbqLDCOwfJvziwG { width:12.6875rem;height:2.9218377562176rem;top:3.0625rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #TdorrtT77REtuAHU9aMi2vT46HOzyNae { width:17.562125rem;height:2.475rem;top:9.25rem;left:0.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.1;color:#38383a;display:block; }
 }@media only screen and (max-width: 763px) { #T8xMAdTh2tOczDJoEXQJknJlJr43I80T { width:6.18696875rem;height:0.43679rem;top:1.4373397827149rem;left:0.49982243776321rem;z-index:15003;background-color:#0043ec;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) { #MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR { display:block; }#MF8MK86IS9hMUqNPZXcB4GCExoTuK1xR > .row .container { width:20rem;height:10.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qoku7DmDiOXM7QkK7IXNOuDOGn4Tzq9m { width:12.874625rem;height:2.9367875rem;top:1.5625rem;left:3.5617895722389rem;display:block; }
 }@media only screen and (max-width: 763px) { #hwZfQrAyZu4y1idT6dMkeWqQbv6ZQJrh { width:17.5rem;height:2.4375rem;top:5.7927932739258rem;left:1.2500000596046rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 { display:block; }#b974WoT3UGvZJB90T9ZbIGcVxbbHN8p5 > .row .container { width:20rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BVn1OfenDJNliHbXfCSwV8vO7gdoBXla { width:16.875rem;height:1.625rem;top:0.84375rem;left:1.5625rem;font-size:0.625rem;display:block; }
 }