.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;
}
:root { --color-primary-0:245,255,251;--color-primary-1:221,255,243;--color-primary-2:187,255,231;--color-primary-3:94,128,116;--color-primary-4:28,38,35;--color-secondary-0:255,220,239;--color-secondary-1:255,138,201;--color-secondary-2:255,20,147;--color-secondary-3:128,10,74;--color-secondary-4:38,3,22;--color-tertiary-0:255,255,255;--color-tertiary-1:243,247,248;--color-tertiary-2:45,45,45;--color-tertiary-3:22,22,22;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;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; }#SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW > .row .container { background-color: transparent; background-image: none; }#SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW > .row .container > .video-iframe-container { display: none; }#SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW > .row > .video-iframe-container { display: none; }#SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW > .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); }#SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW > .row .container { border-width: 0; border-radius: 0; }#SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW > .row .container { font-size:0.875rem;font-family:arial;height:3.625rem;width:75rem;position:relative;display:block; }#D4F2QE6TeZeRM4k7gcBuf3XGlrHff8HA { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.5625rem;height:2.25rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.75rem;left:13.6875rem;display:block; }
#aU988zMWFhTXzVxMC78nwXQEx15JnNAJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rJDX66AheZhAV3yS4d34LDxSONSJZJrm { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:2.436525rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:0.625rem;left:36.25rem;display:block; }
#Fpncb26kBtTZRw8qXpOi4Rfni7efFkVh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#J98XddQ4fOhw3TQHNuiPZ6q9pU1CAPC4 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.436525rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:0.625rem;left:55.4375rem;display:block; }
#FksrJCFirf0LnQUVzSuIQUeWR6ozoir6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FdqsfCvCCkb9EFAA0D1LyGf6TKCtP0at { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.49511875rem;height:2.436525rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:0.625rem;left:45.4375rem;display:block; }
#PEyfHdcuGdwJ2bkyevsE5llZAT1u1qE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ybsU50R9QXQoMGJKFiZRxSNBdR1fmWw9 { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:2.436525rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:0.625rem;left:27.375rem;display:block; }
#M5TrT3tRAmvUgU9KriTopkrAxEcr6N5o { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TbRX6SwztGzquaxWdT69nZvKoTii0cTb { position:relative;display:none; }#TbRX6SwztGzquaxWdT69nZvKoTii0cTb { border-width: 0; border-radius: 0; }#TbRX6SwztGzquaxWdT69nZvKoTii0cTb > .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; }#TbRX6SwztGzquaxWdT69nZvKoTii0cTb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.1875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/e755190d-93ed-44cc-9d05-2557e8616320/jel_bgpic21.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV.adaptive-delivery-prevent-bg, #s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV.lazyload, #s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV.lazyloading { background-image: none; }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row .container { background-color: transparent; background-image: none; }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row .container > .video-iframe-container { display: none; }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row > .video-iframe-container { display: none; }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .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); }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row .container { border-width: 0; border-radius: 0; }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row .container { font-size:0.875rem;font-family:arial;height:53.6875rem;width:75rem;position:relative;display:block; }#ec24nEVv6T4QDwOgePJrtXfKFLKRW3Wy { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4992875rem;height:2.43696875rem;text-decoration:none;z-index:15001;text-align:center;text-align-last:center;top:0rem;left:37.875rem;display:none; }
#At3FIoFF7aLHPSIH09a2Wbx3vXNKDB9z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GQ2VC98xXnI62dHDrNDGwCFrfBITGrtK { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.43696875rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:0rem;left:44.875rem;display:none; }
#UPxcmr4kNubV1WZIPEpH41Pml0hkfxN6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V3QmCoP3iFKQSmVMh3aVumpZJCMKU6Li { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:2.43696875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0rem;left:53.3125rem;display:none; }
#PKy1tImQNP09nit6F4Cb9GhOpfRL2xQz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pCZyORRMC0Byh2qyV3RBO79Q9FzEp5ud { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.99946875rem;height:2.43696875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0rem;left:59.875rem;display:none; }
#OXtQa37CmI9dnAQavrTzAX0FUkIx3QUD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fvFNsiWUSwMWS7sQuM0HVsKkGFxZn15n { color:rgba(var(--color-tertiary-2),1);display:block;width:24rem;position:absolute;font-family:anton;font-size:2.6875rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:12.638671875rem;left:49.75rem;height:11.286625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZeTVkiTUUcLcoVGQ43S031tJ53kEpOo1 { color:rgba(var(--color-tertiary-2),1);display:block;width:20.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.375rem;left:51.5rem;height:4.875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-form-header {  }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#040404;width:18.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:18.3125rem;box-sizing:border-box;height:2.5rem;vertical-align:top;box-shadow: none;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-2),1);border-left:0.0625rem solid rgba(var(--color-secondary-2),1);border-right:0.0625rem solid rgba(var(--color-secondary-2),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-2),1);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:18.3125rem;box-sizing:border-box;height:5.3125rem;vertical-align:top;box-shadow: none;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #dad6c1;border-right:0.125rem solid #dad6c1;border-bottom:0.125rem solid #dad6c1;border-left:0.125rem solid #dad6c1;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:18.3125rem;box-sizing:border-box;height:2.5625rem;vertical-align:top; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .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; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-button { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;background-color:rgba(var(--color-secondary-2),1);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:2.3125rem;margin-bottom:0.25rem;margin-left:2.3125rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:13.6875rem;height:3.125rem;overflow:hidden;line-height:1;font-family:anton;font-style:normal; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT [class*="-text"]:-moz-placeholder { font-family:"open sans";font-size:0.875rem;color:#848484; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT [class*="-text"]::-moz-placeholder { font-family:"open sans";font-size:0.875rem;color:#848484; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT [class*="-text"]:-ms-input-placeholder { font-family:"open sans";font-size:0.875rem;color:#848484; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT [class*="-text"]::-webkit-input-placeholder { font-family:"open sans";font-size:0.875rem;color:#848484; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .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.625rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.25rem;line-height:1.2;overflow:hidden;font-style:normal;float:none; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .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:top; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:"open sans";font-size:0.625rem;font-weight:bold;color:#040404;float:none; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-container:first-of-type{padding-top:0;}#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-container:last-of-type{padding-bottom:0;}#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT  { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3125rem;height:auto;position:absolute;z-index:15014;top:30.0625rem;left:51.34375rem; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;width:18.3125rem; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:300;color:#040404;vertical-align:top;overflow:hidden;font-style:normal; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT {display:block;}#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.3125rem;height:auto;position:absolute;z-index:15014;top:30.0625rem;left:51.34375rem; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #uk8QX5W53VP3WUELqZ8gdi2G8huiLzEs { position:relative; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #Vf25bXKGAP5OTLgvOeNZqbaRKDBJeNxC { position:relative;display:none; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #wDX2qkOXRab2Z0v9TzL2iyp9cIVA8EpA { position:relative; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #N3lzX5bRnrfHlkew3St4TFEhUt8vDZms { position:relative; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #c0RMzOQOwWJlJiLrbWlbVKKiIGibQk8l { position:relative;display:none; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #TbV6l5QtXsxQUQGKZIJBsnUgeqwZgnog { position:relative; }
#WUZDDg3w4Ip21F30AWkKUIOTWKJTARTI { position:relative;display:block; }
#ay9KzuLBpGkney6qFnmV8dWOTORRJV0G { position:relative;display:block; }
#aA7JuVRT6x3Fqvl9yCd9855yRAvnnuX5 { position:relative;display:block; }
#scToteHWqzd4PmRPHveWHRvIJszfAwFO { position:relative;display:block; }
#rbhxXcEvHP5puQC7sn6w1o030s8JArkP { position:relative;display:block; }
#nyN66c89fwG0PoyNHWqVCpZpwNu4wFvH { position:relative;display:block; }
#s51Sgxxoc7qTRVqKapfUJLZTA4xClPNW { position:relative;display:block; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #KSb6MKSTsovsca5IXyGSkqXpPpNPEtIq { position:relative; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #Sy8tTgpKasufl2t8PT5Lg5uTo12aaPyK { position:relative; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #uM0imBSCAofcv6PzyDES0zyJ8nl6slt2 { position:relative; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #WDew0Et9k2niKduqVghziSk9qSVBOcAI { position:relative;z-index:2; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #dzB8TGo6OThOGnSAFyXgGzbUfasWoXw4 { position:relative; }
#Xca5Lvr9N283rIp49LSE1ViUGe5DWnzi { 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:33.81125rem;width:60rem;top:33.934657096863rem;left:7.5rem;overflow:hidden;display:none; }
#Z8TlbJLalTCSpTtZPmaTmb2zl6p6KSTV { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.99946875rem;height:2.43696875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:33.9375rem;left:59.875rem;display:none; }
#EI7PU9DVO3JOsqTdFbIvWeW8zzffFB5z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MXANbSm99i7OTF3pkQ6JQW6VZfQn8JKB { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.0625rem;height:2.43696875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:33.9375rem;left:53.3125rem;display:none; }
#EZRavxL4VReMERmTgQJwFzKFOxlpHGb5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JdCgVceanbkA4QH3ooDSXf2m2C0UFdKU { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.9375rem;height:2.43696875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:33.9375rem;left:44.875rem;display:none; }
#I0andrZZ6kapcZC4R7Kf6z4owFs4VnBT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iwsUOZmbOVDusDHyTSCWMCT7x81XyoPu { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#808080;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:rubik;font-size:0.9375rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:4.4984rem;height:2.43696875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:33.9375rem;left:37.875rem;display:none; }
#T0GIglxTfGVxVfVclOxpT5gIGKiTibET { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vSF60XKkCSlT5kJxfG7Dk44oixtt2gXP { position:absolute;display:block;z-index:14999;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:32.8125rem;width:30.1873125rem;top:3.4374997615814rem;left:37.3125rem;display:none; }
#XRKDNdy04G5MfI8wZgFNFWUlBVdJEPKf { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.9375rem;width:30.25rem;top:36.249999046326rem;left:37.3125rem;display:none; }
#yArUsTPi4ukOwTDvbGHELrOtXPo41eeC { position:absolute;display:block;z-index:15025;height:3.68696875rem;width:6.5625rem;top:0.12428975105286rem;left:7.5rem;display:none; }
#izXsBJtUeDTlMvQdyV2oa5nvB4iXx5zN { color:rgba(var(--color-tertiary-1),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:3.5617897510529rem;left:44.6875rem;height:1.25rem;display:none; }
#lQSvzTRCixtMskZFXfVV4BEkTSfoZHNv { color:rgba(var(--color-tertiary-4),1);display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:0.625rem;font-weight:normal;z-index:15023;line-height:1.2;letter-spacing:0;top:44.75rem;left:54.5625rem;height:0.75rem;display:block; }
#DPC1VwTGhfDP5Q2amDhURT6OmsC54llh { color:rgba(var(--color-tertiary-3),1);display:block;width:13.75rem;position:absolute;font-family:ubuntu;font-size:0.75rem;font-weight:normal;z-index:15021;line-height:1.2;letter-spacing:0;top:46.5625rem;left:21.0625rem;height:0.852275rem;display:none; }
#aTEFSKqEkf9mWwnrT3AnAwMV5FOF3cbh { box-sizing:content-box;color:#545454;font-size:0.875rem;font-weight:400;line-height:1;height:1.31055rem;width:1.31055rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15028;top:44.4697265625rem;left:53.3134765625rem;display:block; }
#ITXU4hOV9sdw60FQXx2MruGzTMpQpFl7 { 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:16.8125rem;width:21.75rem;display:none; }
#t7EzdVCbUOtEHTQW54Mz7rmsKLcnUEis { position:absolute;display:block;z-index:14998;background-color:rgba(var(--color-tertiary-0),0.72);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:37rem;width:26.5625rem;top:11rem;left:48.4375rem;display:block; }
#l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD { position:relative;display:block; }#l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD { background-color: transparent; background-image: none; }#l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD > .row .container > .video-iframe-container { display: none; }#l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD > .row > .video-iframe-container { display: none; }#l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD > .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); }#l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD { border-width: 0; border-radius: 0; }#l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD > .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; }#l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:8.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#X1v7TDkfEK70rzRSuNpKWkItODDoweeB { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.1875rem;left:0rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e8700Gngqttop8f29IXlT5gAsGBptle9 { position:absolute;display:block;z-index:15016;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),1);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.5rem;width:12.25rem;top:6.0625rem;left:31.375rem;display:block; }
#rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV { position:relative;display:block; }#rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV { background-color: transparent; background-image: none; }#rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV > .row .container > .video-iframe-container { display: none; }#rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV > .row > .video-iframe-container { display: none; }#rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV > .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); }#rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV { border-width: 0; border-radius: 0; }#rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV > .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; }#rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#RdLipEc9M4yLrlRgFbMZqIeBBGtO22bH { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:34.3125rem;width:61.25rem;top:0rem;left:6.875rem;display:block; }
#f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD { position:relative;display:block; }#f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD { background-color: transparent; background-image: none; }#f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD > .row .container > .video-iframe-container { display: none; }#f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD > .row > .video-iframe-container { display: none; }#f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD > .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); }#f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD { border-width: 0; border-radius: 0; }#f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD > .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; }#f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:5.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#L8UZlED0uyfm4p3Z4oeWWifDnC0wEqoe { color:rgba(var(--color-tertiary-2),1);display:block;width:33.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:0rem;left:20.5625rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dQXygLDVn30dzgAONGm6oAztBGlaH1tV { position:relative;display:block; }#dQXygLDVn30dzgAONGm6oAztBGlaH1tV { background-color: transparent; background-image: none; }#dQXygLDVn30dzgAONGm6oAztBGlaH1tV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQXygLDVn30dzgAONGm6oAztBGlaH1tV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQXygLDVn30dzgAONGm6oAztBGlaH1tV > .row .container > .video-iframe-container { display: none; }#dQXygLDVn30dzgAONGm6oAztBGlaH1tV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dQXygLDVn30dzgAONGm6oAztBGlaH1tV > .row > .video-iframe-container { display: none; }#dQXygLDVn30dzgAONGm6oAztBGlaH1tV > .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); }#dQXygLDVn30dzgAONGm6oAztBGlaH1tV { border-width: 0; border-radius: 0; }#dQXygLDVn30dzgAONGm6oAztBGlaH1tV > .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; }#dQXygLDVn30dzgAONGm6oAztBGlaH1tV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DVFwNE2ZNX7FfiZh4TtUHUBvhzNfKz6y { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.125rem;left:7rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TWhPF55SpBPBafb2fuHTmEIiwWrZmebv { box-sizing:content-box;height:5.4375rem;width:25.5rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.35546875rem;left:6rem;display:block; }
#PA3uAsWk2AJ978T7JTEnTsqeE9nNIrDP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:10.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hmQOVwOkw86AcgBTXlH0vXVHyozcDznI { box-sizing:content-box;height:5.4375rem;width:25.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.4375rem;left:6rem;display:block; }
#m7SKEN9uRmEmeQ5t2pFmTcpa4kmMGQMx { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:13.85546875rem;left:7rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#keF9iqyTfCMPMdqezQBnLZcvGHNf1uIU { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:10.0625rem;left:10.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PyagKEpaIOtR9l3eidEGyRMH6TddxdFE { box-sizing:content-box;height:5.4375rem;width:25.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.5rem;left:6rem;display:block; }
#ezmDuevTF1KMzqLTO5IWLl5ZvNw3FVq8 { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23.9375rem;left:7rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#kJWZsAxF73QPGyNK0996Vy2sTJTqS7Xy { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.125rem;left:10.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XsdHG0xdaD3SuWtQHmUBr5toPGB3SqTp { box-sizing:content-box;height:5.4375rem;width:25.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32.75rem;left:6rem;display:block; }
#MTwhTOvrHtgmCMlEGTbvuhzvgyft3bGf { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:34.1875rem;left:7rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bvQMqmUTFFUVNT6OmeMEnaVgEWfzzTCP { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:30.375rem;left:10.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LPDUleAti88LlvciqGk0gVySrEJf4exW { box-sizing:content-box;height:5.4375rem;width:25.5rem;position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),1);background-image:none;top:2.375rem;left:43.5rem;display:block; }
#TBbtQphDoAw91cFIJwCbAgCBfGKE98ag { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:3.7734375rem;left:44.5rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XRaOLcfDLxK2pVEnIpninOCKyAhXepr4 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:0rem;left:47.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#O4f2NS5zZUbxGr2aEJxElEa7t34g9hAu { box-sizing:content-box;height:5.4375rem;width:25.5rem;position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),1);background-image:none;top:12.5rem;left:43.5rem;display:block; }
#XqI80H2dlQXg3deir3cyTIUtx0Z3RBgF { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:13.875rem;left:44.5rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#r08QbPNTa7l8OBlWNd5TQJwXnWdZslLu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:10.125rem;left:47.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hlVQvew3aqatOVdpL3HRxO6I1pWw9hmA { box-sizing:content-box;height:5.4375rem;width:25.5rem;position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.5625rem;left:43.5rem;display:block; }
#GJrGLKBgTaDcx15RbfPn9lVecT0T11PE { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:23.26953125rem;left:44.5rem;height:3.8994125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cUUHCFMQVSRRuzWcrN8WW8wzIGPdDPaV { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.1875rem;left:47.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#I3DTAW82cK5aHKwh7GsXR2Z0Kow5OI1Q { box-sizing:content-box;height:5.4375rem;width:25.5rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:32.8125rem;left:43.5rem;display:block; }
#nLQncKWgCyJo6tgdKFhdNe1cHcJGUm3m { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15013;line-height:1.3;letter-spacing:0;top:34.1689453125rem;left:44.5rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NsiUX2kxIZt6ZLLCup8UKNqGaUU8uElM { color:rgba(var(--color-tertiary-4),1);display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:30.4375rem;left:47.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN { position:relative;display:block; }#zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN { background-color: transparent; background-image: none; }#zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN > .row .container > .video-iframe-container { display: none; }#zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN > .row > .video-iframe-container { display: none; }#zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN > .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); }#zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN { border-width: 0; border-radius: 0; }#zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN > .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; }#zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UWPp5HkSGyuC46l6Rh5Gsueq2oOFNxfs { color:rgba(var(--color-tertiary-2),1);display:block;width:33.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:0.0625rem;left:3.875rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q5E41WsHwTKqIhFNT8g1XCS7cL0OOtlO { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:5rem;left:3.875rem;height:31.19528125rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#kURbzzdWkBiU6TBZHHfcQ0mJxrNNdWpr { box-sizing:content-box;height:36.0625rem;width:28.8125rem;position:absolute;display:block;z-index:15016;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/64ef783c-2883-4a0e-931d-bf902d31b2ca/JelChristianPrimaryPhoto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:45.34375rem;display:block; }#kURbzzdWkBiU6TBZHHfcQ0mJxrNNdWpr.adaptive-delivery-prevent-bg, #kURbzzdWkBiU6TBZHHfcQ0mJxrNNdWpr.lazyload, #kURbzzdWkBiU6TBZHHfcQ0mJxrNNdWpr.lazyloading { background-image: none; }
#eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB { position:relative;display:block; }#eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB { background-color: transparent; background-image: none; }#eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB > .row .container > .video-iframe-container { display: none; }#eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB > .row > .video-iframe-container { display: none; }#eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB > .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); }#eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB { border-width: 0; border-radius: 0; }#eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB > .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; }#eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Ml01emeTqZTBp83W4TqBr5fJ8yEHdOx5 { color:rgba(var(--color-tertiary-4),1);display:block;width:36.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:0rem;left:37.875rem;height:29.89554375rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#dOzKpgXzb2PLDCTQ8ZDwzyJ46qZkIIyc { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:34.6630859375rem;left:37.875rem;height:1.4624rem;font-style:normal;display:block; }
#JPf8TSR20Oomq2i8yNRqHmweM81kZpPR { position:absolute;display:block;z-index:15014;border-bottom:0;border-left:0;border-right:0;border-top: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.0625rem;width:12.625rem;top:30.6630859375rem;left:37.25rem;overflow:hidden;display:block; }
#h1OrM4UU5rqMqtciZ2HAeSrixXVHHB89 { box-sizing:content-box;height:36.0625rem;width:28.8125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/0699ab16-4e85-4d6b-bb36-300c6a66370c/JellyRuthReyes_bgpic.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:0rem;left:3.84375rem;display:block; }#h1OrM4UU5rqMqtciZ2HAeSrixXVHHB89.adaptive-delivery-prevent-bg, #h1OrM4UU5rqMqtciZ2HAeSrixXVHHB89.lazyload, #h1OrM4UU5rqMqtciZ2HAeSrixXVHHB89.lazyloading { background-image: none; }
#kKTO5WkNZHvCTxopInOgqqS7db5h48ZD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#kKTO5WkNZHvCTxopInOgqqS7db5h48ZD > .row .container { background-color: transparent; background-image: none; }#kKTO5WkNZHvCTxopInOgqqS7db5h48ZD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKTO5WkNZHvCTxopInOgqqS7db5h48ZD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKTO5WkNZHvCTxopInOgqqS7db5h48ZD > .row .container > .video-iframe-container { display: none; }#kKTO5WkNZHvCTxopInOgqqS7db5h48ZD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kKTO5WkNZHvCTxopInOgqqS7db5h48ZD > .row > .video-iframe-container { display: none; }#kKTO5WkNZHvCTxopInOgqqS7db5h48ZD > .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); }#kKTO5WkNZHvCTxopInOgqqS7db5h48ZD > .row .container { border-width: 0; border-radius: 0; }#kKTO5WkNZHvCTxopInOgqqS7db5h48ZD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kKTO5WkNZHvCTxopInOgqqS7db5h48ZD > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#UAxvsxIyO7W6PsVwTEMKrES5RbvWTsNn { color:rgba(var(--color-tertiary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15006;line-height:1.2;letter-spacing:0;top:3.625rem;left:0rem;height:2.625rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r > .row .container { background-color: transparent; background-image: none; }#QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r > .row .container > .video-iframe-container { display: none; }#QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r > .row > .video-iframe-container { display: none; }#QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r > .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); }#QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r > .row .container { border-width: 0; border-radius: 0; }#QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r > .row .container { font-size:0.875rem;font-family:arial;height:33.8125rem;width:75rem;position:relative;display:block; }#MriONRcAxzURHkg6Q9swZoiZ0n97JZSq { box-sizing:content-box;height:8.75rem;width:28.8125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.0625rem;left:4.375rem;display:block; }
#BCV6nDJtpO907tgygik2oKu09RitNpKF { box-sizing:content-box;height:6.875rem;width:6.875rem;position:absolute;display:block;z-index:15002;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/brPUYTG6/Temi.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1rem;left:5.1875rem;display:block; }#BCV6nDJtpO907tgygik2oKu09RitNpKF.adaptive-delivery-prevent-bg, #BCV6nDJtpO907tgygik2oKu09RitNpKF.lazyload, #BCV6nDJtpO907tgygik2oKu09RitNpKF.lazyloading { background-image: none; }
#gFwwHyZ0bvs6hVVThVfqIJLzdZTF0Lv4 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15001;line-height:1.4;letter-spacing:0;top:1.462890625rem;left:12.875rem;height:5.94921875rem;display:block; }
#krKMSsSbUOso35FdU89cv4x9uxBHp7Ta { box-sizing:content-box;height:8.75rem;width:28.8125rem;position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.5625rem;left:4.375rem;display:block; }
#lC6XlUPBR5JuVK5vUUTwzbsam13LNTyU { box-sizing:content-box;height:6.875rem;width:6.875rem;position:absolute;display:block;z-index:15005;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/10c354b7-51b9-43c2-8685-85bf47f530be/dave2.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.5rem;left:5.1875rem;display:block; }#lC6XlUPBR5JuVK5vUUTwzbsam13LNTyU.adaptive-delivery-prevent-bg, #lC6XlUPBR5JuVK5vUUTwzbsam13LNTyU.lazyload, #lC6XlUPBR5JuVK5vUUTwzbsam13LNTyU.lazyloading { background-image: none; }
#ARgOSpNT4Fo7qfk3cxS0ReaufAJSJn2L { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:11.28125rem;left:12.9375rem;height:7.3125rem;display:block; }
#hlNaewEBKhLmFpef9DXGFS8NksA0T48X { box-sizing:content-box;height:8.75rem;width:28.8125rem;position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.125rem;left:4.375rem;display:block; }
#Dnef2t7FMXh4LW3LXzVyr9k0ZdHy2c7f { box-sizing:content-box;height:6.875rem;width:6.875rem;position:absolute;display:block;z-index:15008;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/3bc72831-300b-4b57-bc04-55c5b0997224/Chris_Karen_McCallum_12.jpeg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.0625rem;left:5.1875rem;display:block; }#Dnef2t7FMXh4LW3LXzVyr9k0ZdHy2c7f.adaptive-delivery-prevent-bg, #Dnef2t7FMXh4LW3LXzVyr9k0ZdHy2c7f.lazyload, #Dnef2t7FMXh4LW3LXzVyr9k0ZdHy2c7f.lazyloading { background-image: none; }
#hUOinH8xxOMtAPfmbXDWf9IFnrZoyFLz { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:21.8046875rem;left:12.9375rem;height:7.3930625rem;display:block; }
#besmN4qRzF5PT8etPlUiWM3fcTJSy6OO { box-sizing:content-box;height:8.75rem;width:28.8125rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:21.125rem;left:41.875rem;display:block; }
#qC4D8PE9ayq31W3Cgw2P1n06aKbOepGb { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:21.8046875rem;left:50.4375rem;height:7.3930625rem;display:block; }
#GuPghsbXGv3oV2uR9FQ5sghlXXpUqpQl { box-sizing:content-box;height:8.75rem;width:28.8125rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:10.6875rem;left:41.875rem;display:block; }
#xC25lT1qCo2AJr2dyIn5sZ2buWXcWaDO { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:11.76953125rem;left:50.4375rem;height:6.3369375rem;display:block; }
#pB70ZAvM0HvJNLSZAkZcU0I6fw1IdarV { box-sizing:content-box;height:8.75rem;width:28.8125rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:0.1875rem;left:41.875rem;display:block; }
#quWndT3e1e0zK8zHyW6gJWcUIperpB0c { color:rgba(var(--color-tertiary-4),1);display:block;width:19.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:0.78125rem;left:50.4375rem;height:7.3125rem;display:block; }
#vDD1xm4JMZOPHZKiimGnKNOSg9QLR4BJ { box-sizing:content-box;height:6.875rem;width:6.875rem;position:absolute;display:block;z-index:15011;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/7b277d4f-5098-4478-907a-eff6d68deb7a/Gladis_Neil.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:1rem;left:42.6875rem;display:block; }#vDD1xm4JMZOPHZKiimGnKNOSg9QLR4BJ.adaptive-delivery-prevent-bg, #vDD1xm4JMZOPHZKiimGnKNOSg9QLR4BJ.lazyload, #vDD1xm4JMZOPHZKiimGnKNOSg9QLR4BJ.lazyloading { background-image: none; }
#RDgK0RrX648Oq1JNDarlbCC5OyudFT5y { box-sizing:content-box;height:6.875rem;width:6.875rem;position:absolute;display:block;z-index:15014;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/b269a10a-22e5-45cd-b899-1b8ddf011abd/Liz.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:11.5rem;left:42.6875rem;display:block; }#RDgK0RrX648Oq1JNDarlbCC5OyudFT5y.adaptive-delivery-prevent-bg, #RDgK0RrX648Oq1JNDarlbCC5OyudFT5y.lazyload, #RDgK0RrX648Oq1JNDarlbCC5OyudFT5y.lazyloading { background-image: none; }
#sy69HWhTmVwQ95uz8bhnlMn4rSTEvTmT { box-sizing:content-box;height:6.875rem;width:6.875rem;position:absolute;display:block;z-index:15017;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/ec4fda27-918f-4baf-ac66-449d6e6cf7b1/Franco.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;top:22.0625rem;left:42.6875rem;display:block; }#sy69HWhTmVwQ95uz8bhnlMn4rSTEvTmT.adaptive-delivery-prevent-bg, #sy69HWhTmVwQ95uz8bhnlMn4rSTEvTmT.lazyload, #sy69HWhTmVwQ95uz8bhnlMn4rSTEvTmT.lazyloading { background-image: none; }
#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/cf4c9d5e-e949-4422-9c37-6e28cd9eb614/jel_bgpic.webp");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5.adaptive-delivery-prevent-bg, #EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5.lazyload, #EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5.lazyloading { background-image: none; }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row .container { background-color: transparent; background-image: none; }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row .container > .video-iframe-container { display: none; }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row > .video-iframe-container { display: none; }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .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); }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row .container { border-width: 0; border-radius: 0; }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row .container { font-size:0.875rem;font-family:arial;height:56.1875rem;width:75rem;position:relative;display:block; }#BerT3n7Iw3kS8KLFXXeZlkmrW9CVxBT4 { box-sizing:content-box;height:17.1875rem;width:30.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-4),0.36);background-image:none;top:4.875rem;left:0rem;display:block; }
#QIIwb6X2SvvUAILbHOeCLhIGIWOMb9N7 { color:rgba(var(--color-tertiary-0),1);display:block;width:27.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.625rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:6.125rem;left:1.5rem;height:9.75rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#PsM7WivEyydUcMtWgUOEUueFgMDyQcKQ { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:18.90625rem;left:4.96875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EypO5kDK8qx00ZiD5621UFP9leTJdQP0 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1.5;letter-spacing:0;top:17.09375rem;left:4.96875rem;height:1.875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#m6pr4agmFMctytw4RhnTG1tvDMdViCOn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#m6pr4agmFMctytw4RhnTG1tvDMdViCOn > .row .container { background-color: transparent; background-image: none; }#m6pr4agmFMctytw4RhnTG1tvDMdViCOn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6pr4agmFMctytw4RhnTG1tvDMdViCOn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6pr4agmFMctytw4RhnTG1tvDMdViCOn > .row .container > .video-iframe-container { display: none; }#m6pr4agmFMctytw4RhnTG1tvDMdViCOn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m6pr4agmFMctytw4RhnTG1tvDMdViCOn > .row > .video-iframe-container { display: none; }#m6pr4agmFMctytw4RhnTG1tvDMdViCOn > .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); }#m6pr4agmFMctytw4RhnTG1tvDMdViCOn > .row .container { border-width: 0; border-radius: 0; }#m6pr4agmFMctytw4RhnTG1tvDMdViCOn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m6pr4agmFMctytw4RhnTG1tvDMdViCOn > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#Gm7hkt10OOmaKis7lF7tMtnDMOL1Xadl { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.125rem;width:2.8125rem;top:3.4339432716369rem;left:14.375rem;overflow:hidden;display:none; }
#ZGd1thW20PxwQp0hJ7e1Pn3Q7rSdLWtB { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9992875rem;width:2.5rem;top:17.679327011108rem;left:57.8125rem;overflow:hidden;display:none; }
#V9Ry42pDUmd4oS7wVQKcQKCsvhvtofTx { color:rgba(var(--color-tertiary-0),1);display:block;width:58.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:3.263671875rem;left:8.25rem;height:13.648475rem;text-align:center;text-align-last:center;display:block; }
#HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-2),1);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; }#HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd > .row .container { background-color: transparent; background-image: none; }#HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd > .row .container > .video-iframe-container { display: none; }#HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd > .row > .video-iframe-container { display: none; }#HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd > .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); }#HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd > .row .container { border-width: 0; border-radius: 0; }#HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#ntMEkxeGa04XIUbCCKLittJPx99oHkaP { color:#c8c0c0;display:block;width:15.5619375rem;position:absolute;font-family:rubik;font-size:0.75rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:19.191226959229rem;left:29.6875rem;height:1.93181875rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-form-header {  }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-regular-label { display:block;width:21.5rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#19232e;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-text { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:21.5rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1.3;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;overflow:hidden;box-shadow: none;font-style:normal; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-text {padding-top: 0; padding-bottom: 0;}#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-textarea { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:21.5rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1.3;box-sizing:border-box;font-family:"open sans";font-weight:400;font-size:0.875rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;overflow:hidden;box-shadow: none;font-style:normal; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;height:3.125rem;width:21.5rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-3),1);line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.8125rem;background-color:#ffffff;background-image:none;overflow:hidden;box-shadow: 0rem 0rem 0rem rgba(var(--color-tertiary-4),0.5) ; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-select {padding-top: 0; padding-bottom: 0;}#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.5625rem;width:15.625rem;padding-top:0.875rem;padding-right:0.875rem;padding-bottom:0.875rem;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:rgba(var(--color-tertiary-4),1);line-height:1;box-sizing:border-box;font-family:anton;font-weight:400;text-align:center;text-align-last:center;font-size:1.4375rem;background-color:rgba(var(--color-primary-2),1);background-image:none;overflow:hidden;font-style:normal; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi [class*="-text"]:-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#848484;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi [class*="-text"]::-moz-placeholder { font-size:0.875rem;font-family:"open sans";color:#848484;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi [class*="-text"]:-ms-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#848484;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem;font-family:"open sans";color:#848484;text-align:left;text-align-last:left;font-weight:400;font-style:normal; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:59.125rem;height:auto;font-size:0.75rem;font-family:"open sans";line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:rgba(var(--color-tertiary-0),1); }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:0.8125rem;height:0.8125rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:top; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:10.0625rem;vertical-align:top;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:rgba(var(--color-tertiary-4),1); }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-container:first-of-type{padding-top:0;}#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-container:last-of-type{padding-bottom:0;}#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:60.5rem;height:auto;left:6rem;top:0.125rem;z-index:15000;position:absolute; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .radio-container { width:22.125rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.75rem;line-height:1.3;font-weight:300;color:#19232e;vertical-align:top;overflow:hidden;font-style:normal; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:rgba(var(--color-tertiary-4),1);font-family:arial;width:60.5rem;height:auto;left:6rem;top:0.125rem;z-index:15000;position:absolute; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #iEuFZo9Z5V21GIkO1OhhmWRBHiwtJTv8 { position:relative; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #efiQErCnTcWzuORtVRMOsQ4kRH1fXE8s { position:relative;display:none; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #MTfcWqqqVaZl1CaXdZGHU14LkvMftNiA { position:relative; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #KZOgn2wyGkNcqJHvtXupdWt043ZUqVMB { position:relative; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #mPzTETup4ZJM1qcBrhKBIy5eJMOzXUFW { position:relative;display:none; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #i6E6TJuU0Rv63FSItQA0FCKa4QL2pZMO { position:relative; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #ZSroFuBLHzFI0y3rgxiFBDBcNPkumIi9 { position:relative; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #Uw0xzUsPqF5LSOERMPHr4FqO73GMNH2G { position:relative; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #LEBD8LGQFKBUTtnaLn5baNaiPEuzQdfr { position:relative; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #yhZ49018lV9AVp3ng5KSOQumtD9vRVw7 { position:relative;z-index:2; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #qPNoTmzF2r5TDpeCIwnlmwS09N9II7tp { position:relative; }
#WUs75KizDxfNMkbhp0N9cHLmorQF9ATT { position:relative;display:block; }
#pG5hRPIFZtTTAUEidaWRR53IRraxQrMa { position:relative;display:block; }
#yhkzB45mG61KAmEr4fcLMMnmJMq5xAac { position:relative;display:block; }
#NwQ2otQoGkZQLd6ddyOHJn60POLX0MS9 { position:relative;display:block; }
#DfRb773lD2m83fW0etEWt41MP75OIMZ0 { position:relative;display:block; }
#m1ViQITb3Bl2Rr8qIhwiCKDobJLHHa4G { position:relative;display:block; }
#R7q0IUM2aooLT9KaqNd7LB4Z2ShgJ0IS { position:relative;display:block; }
#NxW0MoUQbW2bdvSc0QvA7etng6alz6wt { position:relative;display:block; }#NxW0MoUQbW2bdvSc0QvA7etng6alz6wt { background-color: transparent; background-image: none; }#NxW0MoUQbW2bdvSc0QvA7etng6alz6wt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxW0MoUQbW2bdvSc0QvA7etng6alz6wt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxW0MoUQbW2bdvSc0QvA7etng6alz6wt > .row .container > .video-iframe-container { display: none; }#NxW0MoUQbW2bdvSc0QvA7etng6alz6wt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NxW0MoUQbW2bdvSc0QvA7etng6alz6wt > .row > .video-iframe-container { display: none; }#NxW0MoUQbW2bdvSc0QvA7etng6alz6wt > .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); }#NxW0MoUQbW2bdvSc0QvA7etng6alz6wt { border-width: 0; border-radius: 0; }#NxW0MoUQbW2bdvSc0QvA7etng6alz6wt > .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; }#NxW0MoUQbW2bdvSc0QvA7etng6alz6wt > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZvOyRXvgP941BgpQdEy1oqSQJtUslDCU { color:rgba(var(--color-tertiary-4),1);display:block;width:17.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15039;line-height:1.3;letter-spacing:0;top:3.1875rem;left:28.9375rem;height:2.6rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ByUU2f1kSZsTPpHkOPuW0EPvnhatIJZ3 { z-index:15004;top:5.375rem;left:29.1875rem;background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.5625rem;height:2.3125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#IDB5i78lci3HZ1smtfuJsm3cnu2iWBTz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW { display:block; }#SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4F2QE6TeZeRM4k7gcBuf3XGlrHff8HA { width:9.5625rem;height:2.25rem;top:0.75rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aU988zMWFhTXzVxMC78nwXQEx15JnNAJ { display:block; }
 }@media only screen and (max-width: 763px) { #rJDX66AheZhAV3yS4d34LDxSONSJZJrm { width:4.0625rem;height:2.375rem;top:0.625rem;left:22.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpncb26kBtTZRw8qXpOi4Rfni7efFkVh { display:block; }
 }@media only screen and (max-width: 763px) { #J98XddQ4fOhw3TQHNuiPZ6q9pU1CAPC4 { width:5.9375rem;height:2.375rem;top:0.625rem;left:41.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FksrJCFirf0LnQUVzSuIQUeWR6ozoir6 { display:block; }
 }@media only screen and (max-width: 763px) { #FdqsfCvCCkb9EFAA0D1LyGf6TKCtP0at { width:4.4375rem;height:2.375rem;top:0.625rem;left:31.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEyfHdcuGdwJ2bkyevsE5llZAT1u1qE2 { display:block; }
 }@media only screen and (max-width: 763px) { #ybsU50R9QXQoMGJKFiZRxSNBdR1fmWw9 { width:4.0625rem;height:2.375rem;top:0.625rem;left:13.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5TrT3tRAmvUgU9KriTopkrAxEcr6N5o { display:block; }
 }@media only screen and (max-width: 763px) { #TbRX6SwztGzquaxWdT69nZvKoTii0cTb { display:none; }#TbRX6SwztGzquaxWdT69nZvKoTii0cTb > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV { display:block; }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ec24nEVv6T4QDwOgePJrtXfKFLKRW3Wy { width:4.4375rem;height:2.375rem;top:0rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #At3FIoFF7aLHPSIH09a2Wbx3vXNKDB9z { display:block; }
 }@media only screen and (max-width: 763px) { #GQ2VC98xXnI62dHDrNDGwCFrfBITGrtK { width:5.9375rem;height:2.375rem;top:0rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UPxcmr4kNubV1WZIPEpH41Pml0hkfxN6 { display:block; }
 }@media only screen and (max-width: 763px) { #V3QmCoP3iFKQSmVMh3aVumpZJCMKU6Li { width:4.0625rem;height:2.375rem;top:0rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKy1tImQNP09nit6F4Cb9GhOpfRL2xQz { display:block; }
 }@media only screen and (max-width: 763px) { #pCZyORRMC0Byh2qyV3RBO79Q9FzEp5ud { width:3.9375rem;height:2.375rem;top:0rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXtQa37CmI9dnAQavrTzAX0FUkIx3QUD { display:block; }
 }@media only screen and (max-width: 763px) { #fvFNsiWUSwMWS7sQuM0HVsKkGFxZn15n { top:12.625rem;left:23.75rem;width:24rem;height:11.25rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZeTVkiTUUcLcoVGQ43S031tJ53kEpOo1 { top:24.375rem;left:27.25rem;width:20.5rem;height:4.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-regular-label { width:19.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-text { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-textarea { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-select { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-button { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-checkbox-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT  { width:19.1875rem;height:auto;top:3.375rem;left:25.25rem; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .radio-container { width:19.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT {display:block;}#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT { width:19.1875rem;height:auto;top:3.375rem;left:25.25rem; }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #uk8QX5W53VP3WUELqZ8gdi2G8huiLzEs {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #Vf25bXKGAP5OTLgvOeNZqbaRKDBJeNxC { display:none; }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #wDX2qkOXRab2Z0v9TzL2iyp9cIVA8EpA {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #N3lzX5bRnrfHlkew3St4TFEhUt8vDZms {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #c0RMzOQOwWJlJiLrbWlbVKKiIGibQk8l { display:none; }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #TbV6l5QtXsxQUQGKZIJBsnUgeqwZgnog {  }
 }@media only screen and (max-width: 763px) { #WUZDDg3w4Ip21F30AWkKUIOTWKJTARTI { display:block; }
 }@media only screen and (max-width: 763px) { #ay9KzuLBpGkney6qFnmV8dWOTORRJV0G { display:block; }
 }@media only screen and (max-width: 763px) { #aA7JuVRT6x3Fqvl9yCd9855yRAvnnuX5 { display:block; }
 }@media only screen and (max-width: 763px) { #scToteHWqzd4PmRPHveWHRvIJszfAwFO { display:block; }
 }@media only screen and (max-width: 763px) { #rbhxXcEvHP5puQC7sn6w1o030s8JArkP { display:block; }
 }@media only screen and (max-width: 763px) { #nyN66c89fwG0PoyNHWqVCpZpwNu4wFvH { display:block; }
 }@media only screen and (max-width: 763px) { #s51Sgxxoc7qTRVqKapfUJLZTA4xClPNW { display:block; }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #KSb6MKSTsovsca5IXyGSkqXpPpNPEtIq {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #Sy8tTgpKasufl2t8PT5Lg5uTo12aaPyK {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #uM0imBSCAofcv6PzyDES0zyJ8nl6slt2 {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #WDew0Et9k2niKduqVghziSk9qSVBOcAI {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #dzB8TGo6OThOGnSAFyXgGzbUfasWoXw4 {  }
 }@media only screen and (max-width: 763px) { #Xca5Lvr9N283rIp49LSE1ViUGe5DWnzi { top:33.875rem;left:0rem;width:47.75rem;height:26.9074234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z8TlbJLalTCSpTtZPmaTmb2zl6p6KSTV { width:3.9375rem;height:2.375rem;top:33.875rem;left:43.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EI7PU9DVO3JOsqTdFbIvWeW8zzffFB5z { display:block; }
 }@media only screen and (max-width: 763px) { #MXANbSm99i7OTF3pkQ6JQW6VZfQn8JKB { width:4.0625rem;height:2.375rem;top:33.875rem;left:39.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EZRavxL4VReMERmTgQJwFzKFOxlpHGb5 { display:block; }
 }@media only screen and (max-width: 763px) { #JdCgVceanbkA4QH3ooDSXf2m2C0UFdKU { width:5.9375rem;height:2.375rem;top:33.875rem;left:31.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0andrZZ6kapcZC4R7Kf6z4owFs4VnBT { display:block; }
 }@media only screen and (max-width: 763px) { #iwsUOZmbOVDusDHyTSCWMCT7x81XyoPu { width:4.4375rem;height:2.375rem;top:33.875rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T0GIglxTfGVxVfVclOxpT5gIGKiTibET { display:block; }
 }@media only screen and (max-width: 763px) { #vSF60XKkCSlT5kJxfG7Dk44oixtt2gXP { top:3.375rem;left:17.625rem;width:30.125rem;height:32.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRKDNdy04G5MfI8wZgFNFWUlBVdJEPKf { top:36.1875rem;left:17.5rem;width:30.25rem;height:21.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yArUsTPi4ukOwTDvbGHELrOtXPo41eeC { top:0.0625rem;left:0rem;width:6.5625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #izXsBJtUeDTlMvQdyV2oa5nvB4iXx5zN { top:3.5rem;left:31.0625rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQSvzTRCixtMskZFXfVV4BEkTSfoZHNv { top:44.75rem;left:34rem;width:13.75rem;height:0.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPC1VwTGhfDP5Q2amDhURT6OmsC54llh { top:46.5625rem;left:7.4375rem;width:14.5rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #aTEFSKqEkf9mWwnrT3AnAwMV5FOF3cbh { top:44.4375rem;left:39.6884765625rem;width:1.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITXU4hOV9sdw60FQXx2MruGzTMpQpFl7 { width:10.75rem;height:8.3125rem;top:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #t7EzdVCbUOtEHTQW54Mz7rmsKLcnUEis { top:11rem;left:21.1875rem;width:26.5625rem;height:37rem;display:block; }
 }@media only screen and (max-width: 763px) { #l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD { display:block; }#l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1v7TDkfEK70rzRSuNpKWkItODDoweeB { top:3.1875rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e8700Gngqttop8f29IXlT5gAsGBptle9 { top:6.0625rem;left:17.75rem;width:12.25rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV { display:block; }#rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdLipEc9M4yLrlRgFbMZqIeBBGtO22bH { top:0rem;left:0rem;width:47.75rem;height:26.749744897959rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD { display:block; }#f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8UZlED0uyfm4p3Z4oeWWifDnC0wEqoe { top:0rem;left:6.9375rem;width:33.875rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dQXygLDVn30dzgAONGm6oAztBGlaH1tV { display:block; }#dQXygLDVn30dzgAONGm6oAztBGlaH1tV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVFwNE2ZNX7FfiZh4TtUHUBvhzNfKz6y { top:3.125rem;left:0.1875rem;width:23.5rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWhPF55SpBPBafb2fuHTmEIiwWrZmebv { top:2.3125rem;left:0rem;width:25.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA3uAsWk2AJ978T7JTEnTsqeE9nNIrDP { top:0rem;left:3.625rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmQOVwOkw86AcgBTXlH0vXVHyozcDznI { top:12.4375rem;left:0rem;width:25.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7SKEN9uRmEmeQ5t2pFmTcpa4kmMGQMx { top:13.8125rem;left:0.1875rem;width:23.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keF9iqyTfCMPMdqezQBnLZcvGHNf1uIU { top:10.0625rem;left:3.625rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyagKEpaIOtR9l3eidEGyRMH6TddxdFE { top:22.5rem;left:0rem;width:25.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezmDuevTF1KMzqLTO5IWLl5ZvNw3FVq8 { top:23.9375rem;left:0.1875rem;width:23.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJWZsAxF73QPGyNK0996Vy2sTJTqS7Xy { top:20.125rem;left:3.625rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsdHG0xdaD3SuWtQHmUBr5toPGB3SqTp { top:32.75rem;left:0rem;width:25.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTwhTOvrHtgmCMlEGTbvuhzvgyft3bGf { top:34.1875rem;left:0.1875rem;width:23.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvQMqmUTFFUVNT6OmeMEnaVgEWfzzTCP { top:30.375rem;left:3.625rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPDUleAti88LlvciqGk0gVySrEJf4exW { top:2.375rem;left:22.25rem;width:25.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBbtQphDoAw91cFIJwCbAgCBfGKE98ag { top:3.75rem;left:24.0625rem;width:23.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRaOLcfDLxK2pVEnIpninOCKyAhXepr4 { top:0rem;left:27.5rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4f2NS5zZUbxGr2aEJxElEa7t34g9hAu { top:12.5rem;left:22.25rem;width:25.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqI80H2dlQXg3deir3cyTIUtx0Z3RBgF { top:13.875rem;left:24.0625rem;width:23.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r08QbPNTa7l8OBlWNd5TQJwXnWdZslLu { top:10.125rem;left:27.5rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlVQvew3aqatOVdpL3HRxO6I1pWw9hmA { top:22.5625rem;left:22.25rem;width:25.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJrGLKBgTaDcx15RbfPn9lVecT0T11PE { top:23.25rem;left:24.0625rem;width:23.5rem;height:3.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUUHCFMQVSRRuzWcrN8WW8wzIGPdDPaV { top:20.1875rem;left:27.5rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3DTAW82cK5aHKwh7GsXR2Z0Kow5OI1Q { top:32.8125rem;left:22.25rem;width:25.5rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLQncKWgCyJo6tgdKFhdNe1cHcJGUm3m { top:34.125rem;left:24.0625rem;width:23.5rem;height:2.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsiUX2kxIZt6ZLLCup8UKNqGaUU8uElM { top:30.4375rem;left:27.5rem;width:16.625rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN { display:block; }#zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWPp5HkSGyuC46l6Rh5Gsueq2oOFNxfs { top:0.0625rem;left:0rem;width:33.5625rem;height:2.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5E41WsHwTKqIhFNT8g1XCS7cL0OOtlO { top:5rem;left:0rem;width:36.125rem;height:31.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kURbzzdWkBiU6TBZHHfcQ0mJxrNNdWpr { top:0rem;left:18.9375rem;width:28.8125rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB { display:block; }#eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ml01emeTqZTBp83W4TqBr5fJ8yEHdOx5 { top:0rem;left:11.625rem;width:36.125rem;height:29.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dOzKpgXzb2PLDCTQ8ZDwzyJ46qZkIIyc { top:34.625rem;left:24.25rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPf8TSR20Oomq2i8yNRqHmweM81kZpPR { top:30.625rem;left:23.625rem;width:12.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1OrM4UU5rqMqtciZ2HAeSrixXVHHB89 { top:0rem;left:0rem;width:28.8125rem;height:36.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kKTO5WkNZHvCTxopInOgqqS7db5h48ZD { display:block; }#kKTO5WkNZHvCTxopInOgqqS7db5h48ZD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAxvsxIyO7W6PsVwTEMKrES5RbvWTsNn { top:3.625rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r { display:block; }#QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MriONRcAxzURHkg6Q9swZoiZ0n97JZSq { top:0.0625rem;left:0rem;width:28.8125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCV6nDJtpO907tgygik2oKu09RitNpKF { top:1rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFwwHyZ0bvs6hVVThVfqIJLzdZTF0Lv4 { top:1.4375rem;left:4.375rem;width:19.5rem;height:5.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKMSsSbUOso35FdU89cv4x9uxBHp7Ta { top:10.5625rem;left:0rem;width:28.8125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC6XlUPBR5JuVK5vUUTwzbsam13LNTyU { top:11.5rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARgOSpNT4Fo7qfk3cxS0ReaufAJSJn2L { top:11.25rem;left:4.5rem;width:19.375rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlNaewEBKhLmFpef9DXGFS8NksA0T48X { top:21.125rem;left:0rem;width:28.8125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnef2t7FMXh4LW3LXzVyr9k0ZdHy2c7f { top:22.0625rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUOinH8xxOMtAPfmbXDWf9IFnrZoyFLz { top:21.75rem;left:4.5rem;width:19.375rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #besmN4qRzF5PT8etPlUiWM3fcTJSy6OO { top:21.125rem;left:18.9375rem;width:28.8125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC4D8PE9ayq31W3Cgw2P1n06aKbOepGb { top:21.75rem;left:28.375rem;width:19.375rem;height:7.375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuPghsbXGv3oV2uR9FQ5sghlXXpUqpQl { top:10.6875rem;left:18.9375rem;width:28.8125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC25lT1qCo2AJr2dyIn5sZ2buWXcWaDO { top:11.75rem;left:28.375rem;width:19.375rem;height:6.3125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB70ZAvM0HvJNLSZAkZcU0I6fw1IdarV { top:0.1875rem;left:18.9375rem;width:28.8125rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #quWndT3e1e0zK8zHyW6gJWcUIperpB0c { top:0.75rem;left:28.375rem;width:19.375rem;height:7.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDD1xm4JMZOPHZKiimGnKNOSg9QLR4BJ { top:1rem;left:23.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDgK0RrX648Oq1JNDarlbCC5OyudFT5y { top:11.5rem;left:23.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy69HWhTmVwQ95uz8bhnlMn4rSTEvTmT { top:22.0625rem;left:23.875rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 { display:block; }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BerT3n7Iw3kS8KLFXXeZlkmrW9CVxBT4 { top:4.875rem;left:0rem;width:30.3125rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIIwb6X2SvvUAILbHOeCLhIGIWOMb9N7 { top:6.125rem;left:0rem;width:27.3125rem;height:9.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsM7WivEyydUcMtWgUOEUueFgMDyQcKQ { top:18.875rem;left:0rem;width:20.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EypO5kDK8qx00ZiD5621UFP9leTJdQP0 { top:17.0625rem;left:0rem;width:20.375rem;height:1.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6pr4agmFMctytw4RhnTG1tvDMdViCOn { display:block; }#m6pr4agmFMctytw4RhnTG1tvDMdViCOn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gm7hkt10OOmaKis7lF7tMtnDMOL1Xadl { top:3.375rem;left:0.75rem;width:2.8125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGd1thW20PxwQp0hJ7e1Pn3Q7rSdLWtB { top:17.625rem;left:44.1875rem;width:2.5rem;height:1.999025rem;display:block; }
 }@media only screen and (max-width: 763px) { #V9Ry42pDUmd4oS7wVQKcQKCsvhvtofTx { top:3.25rem;left:0rem;width:47.75rem;height:13.625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd { display:block; }#HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntMEkxeGa04XIUbCCKLittJPx99oHkaP { top:19.1875rem;left:16.0625rem;width:15.5rem;height:1.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-regular-label { width:12.1875rem;height:auto;display:block; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-text { width:12.1875rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-text {padding-top: 0; padding-bottom: 0;}#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-textarea { width:12.1875rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-select { width:12.1875rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-select {padding-top: 0; padding-bottom: 0;}#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-checkbox-label { width:43.875rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-radio-label { width:5.40625rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi  { width:45.25rem;height:auto;top:0rem;left:0rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .radio-container { width:12.8125rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi {display:inline-block;}#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi { width:45.25rem;height:auto;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #iEuFZo9Z5V21GIkO1OhhmWRBHiwtJTv8 {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #efiQErCnTcWzuORtVRMOsQ4kRH1fXE8s { display:none; }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #MTfcWqqqVaZl1CaXdZGHU14LkvMftNiA {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #KZOgn2wyGkNcqJHvtXupdWt043ZUqVMB {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #mPzTETup4ZJM1qcBrhKBIy5eJMOzXUFW { display:none; }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #i6E6TJuU0Rv63FSItQA0FCKa4QL2pZMO {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #ZSroFuBLHzFI0y3rgxiFBDBcNPkumIi9 {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #Uw0xzUsPqF5LSOERMPHr4FqO73GMNH2G {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #LEBD8LGQFKBUTtnaLn5baNaiPEuzQdfr {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #yhZ49018lV9AVp3ng5KSOQumtD9vRVw7 {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #qPNoTmzF2r5TDpeCIwnlmwS09N9II7tp {  }
 }@media only screen and (max-width: 763px) { #WUs75KizDxfNMkbhp0N9cHLmorQF9ATT { display:block; }
 }@media only screen and (max-width: 763px) { #pG5hRPIFZtTTAUEidaWRR53IRraxQrMa { display:block; }
 }@media only screen and (max-width: 763px) { #yhkzB45mG61KAmEr4fcLMMnmJMq5xAac { display:block; }
 }@media only screen and (max-width: 763px) { #NwQ2otQoGkZQLd6ddyOHJn60POLX0MS9 { display:block; }
 }@media only screen and (max-width: 763px) { #DfRb773lD2m83fW0etEWt41MP75OIMZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #m1ViQITb3Bl2Rr8qIhwiCKDobJLHHa4G { display:block; }
 }@media only screen and (max-width: 763px) { #R7q0IUM2aooLT9KaqNd7LB4Z2ShgJ0IS { display:block; }
 }@media only screen and (max-width: 763px) { #NxW0MoUQbW2bdvSc0QvA7etng6alz6wt { display:block; }#NxW0MoUQbW2bdvSc0QvA7etng6alz6wt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvOyRXvgP941BgpQdEy1oqSQJtUslDCU { top:3.1875rem;left:15.3125rem;width:17.1875rem;height:2.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ByUU2f1kSZsTPpHkOPuW0EPvnhatIJZ3 { top:5.375rem;left:15.5625rem;width:16.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDB5i78lci3HZ1smtfuJsm3cnu2iWBTz { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#SJrxsiFJJt1iUzcpg0x7mRC6V7ZFycrW > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #D4F2QE6TeZeRM4k7gcBuf3XGlrHff8HA { width:6.125rem;height:2.3125rem;top:0.8125rem;left:0rem;font-size:0.625rem;color:#ff1493;display:block; }
 }@media only screen and (max-width: 763px) { #aU988zMWFhTXzVxMC78nwXQEx15JnNAJ { display:block; }
 }@media only screen and (max-width: 763px) { #rJDX66AheZhAV3yS4d34LDxSONSJZJrm { width:3.125rem;height:2.311525rem;top:0.8125rem;left:9.6875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fpncb26kBtTZRw8qXpOi4Rfni7efFkVh { display:block; }
 }@media only screen and (max-width: 763px) { #J98XddQ4fOhw3TQHNuiPZ6q9pU1CAPC4 { width:3.6875rem;height:2.3125rem;top:0.8125rem;left:16.3125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FksrJCFirf0LnQUVzSuIQUeWR6ozoir6 { display:block; }
 }@media only screen and (max-width: 763px) { #FdqsfCvCCkb9EFAA0D1LyGf6TKCtP0at { width:3.3125rem;height:2.3125rem;top:0.8125rem;left:12.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PEyfHdcuGdwJ2bkyevsE5llZAT1u1qE2 { display:block; }
 }@media only screen and (max-width: 763px) { #ybsU50R9QXQoMGJKFiZRxSNBdR1fmWw9 { width:3.5rem;height:2.375rem;top:0.8125rem;left:6.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M5TrT3tRAmvUgU9KriTopkrAxEcr6N5o { display:block; }
 }@media only screen and (max-width: 763px) { #TbRX6SwztGzquaxWdT69nZvKoTii0cTb { display:block; }#TbRX6SwztGzquaxWdT69nZvKoTii0cTb > .row .container { width:20rem;height:4rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV { background-color:#f2f6f7;background-image:none;position:relative;z-index:auto;display:block; }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row .container { background-color: transparent; background-image: none; }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row .container > .video-iframe-container { display: none; }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row > .video-iframe-container { display: none; }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .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); }#s2vz5o1mnOzWLVqhoM5lAJVsu8i5NWvV > .row .container { width:20rem;height:49.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ec24nEVv6T4QDwOgePJrtXfKFLKRW3Wy { width:5.4375rem;height:2.4375rem;top:13.7446875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #At3FIoFF7aLHPSIH09a2Wbx3vXNKDB9z { display:block; }
 }@media only screen and (max-width: 763px) { #GQ2VC98xXnI62dHDrNDGwCFrfBITGrtK { width:5.4375rem;height:2.375rem;top:17.4321875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #UPxcmr4kNubV1WZIPEpH41Pml0hkfxN6 { display:block; }
 }@media only screen and (max-width: 763px) { #V3QmCoP3iFKQSmVMh3aVumpZJCMKU6Li { width:5.4375rem;height:2.375rem;top:21.0571875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #PKy1tImQNP09nit6F4Cb9GhOpfRL2xQz { display:block; }
 }@media only screen and (max-width: 763px) { #pCZyORRMC0Byh2qyV3RBO79Q9FzEp5ud { width:5.4375rem;height:2.375rem;top:24.6821875rem;left:7.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #OXtQa37CmI9dnAQavrTzAX0FUkIx3QUD { display:block; }
 }@media only screen and (max-width: 763px) { #fvFNsiWUSwMWS7sQuM0HVsKkGFxZn15n { width:20rem;height:8.9238125rem;top:1.9619140625rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZeTVkiTUUcLcoVGQ43S031tJ53kEpOo1 { width:17.5625rem;height:4.205075rem;top:11.3857421875rem;left:1.21875rem;font-size:1.0625rem;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-text {padding-top: 0; padding-bottom: 0;}#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-select {padding-top: 0; padding-bottom: 0;}#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-input-button { width:13.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.1875rem;font-size:1.1875rem;overflow:hidden;height:2.8125rem; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .widget-checkbox-label { width:16.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT  { width:17.5rem;height:auto;top:32.3125rem;left:0rem; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT {display:block;}#iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT { width:17.5rem;height:auto;top:32.3125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #uk8QX5W53VP3WUELqZ8gdi2G8huiLzEs {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #Vf25bXKGAP5OTLgvOeNZqbaRKDBJeNxC { display:none; }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #wDX2qkOXRab2Z0v9TzL2iyp9cIVA8EpA {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #N3lzX5bRnrfHlkew3St4TFEhUt8vDZms {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #c0RMzOQOwWJlJiLrbWlbVKKiIGibQk8l { display:none; }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #TbV6l5QtXsxQUQGKZIJBsnUgeqwZgnog {  }
 }@media only screen and (max-width: 763px) { #WUZDDg3w4Ip21F30AWkKUIOTWKJTARTI { display:block; }
 }@media only screen and (max-width: 763px) { #ay9KzuLBpGkney6qFnmV8dWOTORRJV0G { display:block; }
 }@media only screen and (max-width: 763px) { #aA7JuVRT6x3Fqvl9yCd9855yRAvnnuX5 { display:block; }
 }@media only screen and (max-width: 763px) { #scToteHWqzd4PmRPHveWHRvIJszfAwFO { display:block; }
 }@media only screen and (max-width: 763px) { #rbhxXcEvHP5puQC7sn6w1o030s8JArkP { display:block; }
 }@media only screen and (max-width: 763px) { #nyN66c89fwG0PoyNHWqVCpZpwNu4wFvH { display:block; }
 }@media only screen and (max-width: 763px) { #s51Sgxxoc7qTRVqKapfUJLZTA4xClPNW { display:block; }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #KSb6MKSTsovsca5IXyGSkqXpPpNPEtIq {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #Sy8tTgpKasufl2t8PT5Lg5uTo12aaPyK {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #uM0imBSCAofcv6PzyDES0zyJ8nl6slt2 {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #WDew0Et9k2niKduqVghziSk9qSVBOcAI {  }
 }@media only screen and (max-width: 763px) { #iBwLWgx7OuWAz2s4rxTVhHpBgC2dkFdT #dzB8TGo6OThOGnSAFyXgGzbUfasWoXw4 {  }
 }@media only screen and (max-width: 763px) { #Xca5Lvr9N283rIp49LSE1ViUGe5DWnzi { width:20rem;height:11.270125rem;top:54.67414586792rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z8TlbJLalTCSpTtZPmaTmb2zl6p6KSTV { width:3.9375rem;height:2.375rem;top:78.130286437987rem;left:8rem;display:none; }
 }@media only screen and (max-width: 763px) { #EI7PU9DVO3JOsqTdFbIvWeW8zzffFB5z { display:block; }
 }@media only screen and (max-width: 763px) { #MXANbSm99i7OTF3pkQ6JQW6VZfQn8JKB { width:4.0625rem;height:2.375rem;top:74.505286437987rem;left:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #EZRavxL4VReMERmTgQJwFzKFOxlpHGb5 { display:block; }
 }@media only screen and (max-width: 763px) { #JdCgVceanbkA4QH3ooDSXf2m2C0UFdKU { width:5.9375rem;height:2.375rem;top:70.880286437987rem;left:7rem;display:none; }
 }@media only screen and (max-width: 763px) { #I0andrZZ6kapcZC4R7Kf6z4owFs4VnBT { display:block; }
 }@media only screen and (max-width: 763px) { #iwsUOZmbOVDusDHyTSCWMCT7x81XyoPu { width:4.4375rem;height:2.375rem;top:67.255286437987rem;left:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #T0GIglxTfGVxVfVclOxpT5gIGKiTibET { display:block; }
 }@media only screen and (max-width: 763px) { #vSF60XKkCSlT5kJxfG7Dk44oixtt2gXP { width:20rem;height:32.8125rem;top:81.7542586319rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRKDNdy04G5MfI8wZgFNFWUlBVdJEPKf { width:20rem;height:21.9375rem;top:114.56675696297rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #yArUsTPi4ukOwTDvbGHELrOtXPo41eeC { width:5.24946875rem;height:2.6225125rem;top:0rem;left:0rem;z-index:15025;display:none; }
 }@media only screen and (max-width: 763px) { #izXsBJtUeDTlMvQdyV2oa5nvB4iXx5zN { width:12.5rem;height:1.3rem;top:0rem;left:7.4991117119787rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQSvzTRCixtMskZFXfVV4BEkTSfoZHNv { width:13.75rem;height:0.7386375rem;top:62.028953760529rem;left:3.125rem;font-size:0.625rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #DPC1VwTGhfDP5Q2amDhURT6OmsC54llh { width:14.5625rem;height:0.75rem;top:47.0625rem;left:3.0625rem;font-size:0.625rem;font-weight:400;font-style:normal;z-index:15023;color:#1e1e1e;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #aTEFSKqEkf9mWwnrT3AnAwMV5FOF3cbh { width:1.25rem;height:1.25rem;top:46.875rem;left:2rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ITXU4hOV9sdw60FQXx2MruGzTMpQpFl7 { top:17.5625rem;left:0rem;width:20rem;height:15.4375rem;z-index:15029;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #t7EzdVCbUOtEHTQW54Mz7rmsKLcnUEis { width:20rem;height:33.4375rem;top:62.248756408691rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD { display:block; }#l4dJ4wPLQuI6ao7hcTsSCzGzbxv3ybMD > .row .container { width:20rem;height:6.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X1v7TDkfEK70rzRSuNpKWkItODDoweeB { width:17.1235625rem;height:2.25rem;top:1.6875rem;left:1.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #e8700Gngqttop8f29IXlT5gAsGBptle9 { width:9.5625rem;height:0.1875rem;top:4.1875rem;left:5.25rem;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV { display:block; }#rXM9GeV7l3XtvucUxmDdvTarDTzqQ0OV > .row .container { width:20rem;height:13.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RdLipEc9M4yLrlRgFbMZqIeBBGtO22bH { height:11.25rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD { display:block; }#f7B6AkKpcuJEt4BgCJGaKR040eKqg5XD > .row .container { width:20rem;height:5.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #L8UZlED0uyfm4p3Z4oeWWifDnC0wEqoe { width:17.1230625rem;height:4.5rem;top:0rem;left:1.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #dQXygLDVn30dzgAONGm6oAztBGlaH1tV { display:block; }#dQXygLDVn30dzgAONGm6oAztBGlaH1tV > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DVFwNE2ZNX7FfiZh4TtUHUBvhzNfKz6y { width:20rem;height:4.875rem;top:2.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TWhPF55SpBPBafb2fuHTmEIiwWrZmebv { width:20rem;height:5.4375rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PA3uAsWk2AJ978T7JTEnTsqeE9nNIrDP { width:20rem;height:1.4625rem;top:0rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hmQOVwOkw86AcgBTXlH0vXVHyozcDznI { width:20rem;height:5.4375rem;top:11.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #m7SKEN9uRmEmeQ5t2pFmTcpa4kmMGQMx { width:20rem;height:3.65625rem;top:12.078125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #keF9iqyTfCMPMdqezQBnLZcvGHNf1uIU { width:20rem;height:1.4625rem;top:9.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyagKEpaIOtR9l3eidEGyRMH6TddxdFE { width:20rem;height:5.4375rem;top:19.8984375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezmDuevTF1KMzqLTO5IWLl5ZvNw3FVq8 { width:20rem;height:3.65625rem;top:20.7890625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJWZsAxF73QPGyNK0996Vy2sTJTqS7Xy { width:20rem;height:1.4625rem;top:17.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XsdHG0xdaD3SuWtQHmUBr5toPGB3SqTp { width:20rem;height:5.4375rem;top:28.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MTwhTOvrHtgmCMlEGTbvuhzvgyft3bGf { width:20rem;height:2.4375rem;top:30.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvQMqmUTFFUVNT6OmeMEnaVgEWfzzTCP { width:20rem;height:1.4625rem;top:26.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPDUleAti88LlvciqGk0gVySrEJf4exW { width:20rem;height:5.4375rem;top:37.5rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TBbtQphDoAw91cFIJwCbAgCBfGKE98ag { width:20rem;height:3.65625rem;top:38.4375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRaOLcfDLxK2pVEnIpninOCKyAhXepr4 { width:20rem;height:1.4625rem;top:35.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4f2NS5zZUbxGr2aEJxElEa7t34g9hAu { width:20rem;height:5.4375rem;top:46.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XqI80H2dlQXg3deir3cyTIUtx0Z3RBgF { width:20rem;height:2.4375rem;top:47.9375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #r08QbPNTa7l8OBlWNd5TQJwXnWdZslLu { width:20rem;height:1.4625rem;top:44.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlVQvew3aqatOVdpL3HRxO6I1pWw9hmA { width:20rem;height:5.4375rem;top:55.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GJrGLKBgTaDcx15RbfPn9lVecT0T11PE { width:20rem;height:3.65625rem;top:56.203125rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cUUHCFMQVSRRuzWcrN8WW8wzIGPdDPaV { width:20rem;height:1.4625rem;top:53.3125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I3DTAW82cK5aHKwh7GsXR2Z0Kow5OI1Q { width:20rem;height:5.4375rem;top:64.0625rem;left:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nLQncKWgCyJo6tgdKFhdNe1cHcJGUm3m { width:20rem;height:2.4375rem;top:65.5625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NsiUX2kxIZt6ZLLCup8UKNqGaUU8uElM { width:20rem;height:1.4625rem;top:62.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN { display:block; }#zTsw7dbccKRFNBzUKlPFHvKQP7nRzgQN > .row .container { width:20rem;height:80.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UWPp5HkSGyuC46l6Rh5Gsueq2oOFNxfs { width:20rem;height:1.875rem;top:0rem;left:0rem;font-size:1.5625rem;z-index:15000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q5E41WsHwTKqIhFNT8g1XCS7cL0OOtlO { width:19.25rem;height:51.1875rem;top:29.25rem;left:0.375rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #kURbzzdWkBiU6TBZHHfcQ0mJxrNNdWpr { width:20rem;height:25rem;top:3rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/64ef783c-2883-4a0e-931d-bf902d31b2ca/JelChristianPrimaryPhoto.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#kURbzzdWkBiU6TBZHHfcQ0mJxrNNdWpr.adaptive-delivery-prevent-bg, #kURbzzdWkBiU6TBZHHfcQ0mJxrNNdWpr.lazyload, #kURbzzdWkBiU6TBZHHfcQ0mJxrNNdWpr.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB { display:block; }#eDGzkVs3QxqxtbIt3ooKoRdCxWMwmVTB > .row .container { width:20rem;height:82.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Ml01emeTqZTBp83W4TqBr5fJ8yEHdOx5 { width:19.25rem;height:47.25rem;top:26.8125rem;left:0.375rem;font-size:0.9375rem;line-height:1.4;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dOzKpgXzb2PLDCTQ8ZDwzyJ46qZkIIyc { width:12.5rem;height:1.4624rem;top:78.25rem;left:3.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JPf8TSR20Oomq2i8yNRqHmweM81kZpPR { width:10.125rem;height:3.1875rem;top:75.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h1OrM4UU5rqMqtciZ2HAeSrixXVHHB89 { width:20rem;height:23.1875rem;top:2rem;left:0rem;background-color:rgba(var(--color-primary-2),1);background-image:url("https://images.assets-landingi.com/uc/0699ab16-4e85-4d6b-bb36-300c6a66370c/JellyRuthReyes_bgpic.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#h1OrM4UU5rqMqtciZ2HAeSrixXVHHB89.adaptive-delivery-prevent-bg, #h1OrM4UU5rqMqtciZ2HAeSrixXVHHB89.lazyload, #h1OrM4UU5rqMqtciZ2HAeSrixXVHHB89.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #kKTO5WkNZHvCTxopInOgqqS7db5h48ZD { display:block; }#kKTO5WkNZHvCTxopInOgqqS7db5h48ZD > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UAxvsxIyO7W6PsVwTEMKrES5RbvWTsNn { width:17.1230625rem;height:4.5rem;top:1.9990234375rem;left:1.4375rem;font-size:1.875rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r { display:block; }#QsL8VLd7Pcun6B6GeldK0d3BisTT5L7r > .row .container { width:20rem;height:98.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MriONRcAxzURHkg6Q9swZoiZ0n97JZSq { width:20rem;height:8.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BCV6nDJtpO907tgygik2oKu09RitNpKF { width:6.25rem;height:6.25rem;top:2.5rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFwwHyZ0bvs6hVVThVfqIJLzdZTF0Lv4 { width:10.9375rem;height:7.347625rem;top:2.21484375rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #krKMSsSbUOso35FdU89cv4x9uxBHp7Ta { width:20rem;height:12.8125rem;top:43.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lC6XlUPBR5JuVK5vUUTwzbsam13LNTyU { width:6.25rem;height:6.25rem;top:45.25rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARgOSpNT4Fo7qfk3cxS0ReaufAJSJn2L { width:10.9375rem;height:10.234875rem;top:45.25rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hlNaewEBKhLmFpef9DXGFS8NksA0T48X { width:20rem;height:18.5625rem;top:57.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dnef2t7FMXh4LW3LXzVyr9k0ZdHy2c7f { width:6.25rem;height:6.25rem;top:59.3125rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUOinH8xxOMtAPfmbXDWf9IFnrZoyFLz { width:10.9375rem;height:15.920875rem;top:59.3125rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #besmN4qRzF5PT8etPlUiWM3fcTJSy6OO { width:20rem;height:18.6875rem;top:77.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC4D8PE9ayq31W3Cgw2P1n06aKbOepGb { width:10.9375rem;height:15.84375rem;top:79.0625rem;left:8.3125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuPghsbXGv3oV2uR9FQ5sghlXXpUqpQl { width:20rem;height:16.625rem;top:26.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xC25lT1qCo2AJr2dyIn5sZ2buWXcWaDO { width:10.9375rem;height:13.6465rem;top:27.5625rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pB70ZAvM0HvJNLSZAkZcU0I6fw1IdarV { width:20rem;height:13.875rem;top:11.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #quWndT3e1e0zK8zHyW6gJWcUIperpB0c { width:10.9375rem;height:11.3720625rem;top:12.5rem;left:8.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDD1xm4JMZOPHZKiimGnKNOSg9QLR4BJ { width:6.25rem;height:6.25rem;top:12.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDgK0RrX648Oq1JNDarlbCC5OyudFT5y { width:6.25rem;height:6.25rem;top:27.5625rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sy69HWhTmVwQ95uz8bhnlMn4rSTEvTmT { width:6.25rem;height:6.25rem;top:79.0625rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/cf4c9d5e-e949-4422-9c37-6e28cd9eb614/jel_bgpic.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5.adaptive-delivery-prevent-bg, #EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5.lazyload, #EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5.lazyloading { background-image: none; }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row .container { background-color: transparent; background-image: none; }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row .container > .video-iframe-container { display: none; }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row > .video-iframe-container { display: none; }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .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); }#EaatxtwMBzoytC8ekmaZnVZOXNeTsGt5 > .row .container { width:20rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BerT3n7Iw3kS8KLFXXeZlkmrW9CVxBT4 { width:20rem;height:9.25rem;top:23.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIIwb6X2SvvUAILbHOeCLhIGIWOMb9N7 { width:19.3125rem;height:5.625rem;top:23.5625rem;left:0.34375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsM7WivEyydUcMtWgUOEUueFgMDyQcKQ { width:20rem;height:1.40625rem;top:31rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EypO5kDK8qx00ZiD5621UFP9leTJdQP0 { width:20rem;height:1.40625rem;top:29.65625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m6pr4agmFMctytw4RhnTG1tvDMdViCOn { display:block; }#m6pr4agmFMctytw4RhnTG1tvDMdViCOn > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gm7hkt10OOmaKis7lF7tMtnDMOL1Xadl { width:1.9375rem;height:1.4375rem;top:3.6873207092285rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZGd1thW20PxwQp0hJ7e1Pn3Q7rSdLWtB { width:1.6867875rem;height:1.31214375rem;top:21.735617723316rem;left:18.312321245671rem;z-index:15016;display:none; }
 }@media only screen and (max-width: 763px) { #V9Ry42pDUmd4oS7wVQKcQKCsvhvtofTx { width:20rem;height:11.6982375rem;top:2.1875rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd { display:block; }#HnXTbvK6ptZTOP2ZiuqAsP7yuQG4xdUd > .row .container { width:20rem;height:20.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ntMEkxeGa04XIUbCCKLittJPx99oHkaP { width:15.4998125rem;height:1.93181875rem;top:39.740766525269rem;left:2.2496448159218rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-regular-label { width:16.875rem;height:auto;background-color:transparent;background-image:none;display:block; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-text { width:16.875rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-text {padding-top: 0; padding-bottom: 0;}#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-textarea { width:16.875rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-select { width:16.875rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-select {padding-top: 0; padding-bottom: 0;}#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-input-button { width:16.875rem;font-size:1.1875rem;overflow:hidden;height:2.9375rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-checkbox-label { width:16.125rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .widget-radio-label { width:7.75rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi  { width:17.5rem;height:auto;top:0rem;left:0rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi .radio-container { width:17.5rem; }
#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi {display:inline-block;}#wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi { width:17.5rem;height:auto;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #iEuFZo9Z5V21GIkO1OhhmWRBHiwtJTv8 {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #efiQErCnTcWzuORtVRMOsQ4kRH1fXE8s { display:none; }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #MTfcWqqqVaZl1CaXdZGHU14LkvMftNiA {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #KZOgn2wyGkNcqJHvtXupdWt043ZUqVMB {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #mPzTETup4ZJM1qcBrhKBIy5eJMOzXUFW { display:none; }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #i6E6TJuU0Rv63FSItQA0FCKa4QL2pZMO {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #ZSroFuBLHzFI0y3rgxiFBDBcNPkumIi9 {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #Uw0xzUsPqF5LSOERMPHr4FqO73GMNH2G {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #LEBD8LGQFKBUTtnaLn5baNaiPEuzQdfr {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #yhZ49018lV9AVp3ng5KSOQumtD9vRVw7 {  }
 }@media only screen and (max-width: 763px) { #wu5J8NMvc2FmnNPlivP5A1OG1TaS4Exi #qPNoTmzF2r5TDpeCIwnlmwS09N9II7tp {  }
 }@media only screen and (max-width: 763px) { #WUs75KizDxfNMkbhp0N9cHLmorQF9ATT { display:block; }
 }@media only screen and (max-width: 763px) { #pG5hRPIFZtTTAUEidaWRR53IRraxQrMa { display:block; }
 }@media only screen and (max-width: 763px) { #yhkzB45mG61KAmEr4fcLMMnmJMq5xAac { display:block; }
 }@media only screen and (max-width: 763px) { #NwQ2otQoGkZQLd6ddyOHJn60POLX0MS9 { display:block; }
 }@media only screen and (max-width: 763px) { #DfRb773lD2m83fW0etEWt41MP75OIMZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #m1ViQITb3Bl2Rr8qIhwiCKDobJLHHa4G { display:block; }
 }@media only screen and (max-width: 763px) { #R7q0IUM2aooLT9KaqNd7LB4Z2ShgJ0IS { display:block; }
 }@media only screen and (max-width: 763px) { #NxW0MoUQbW2bdvSc0QvA7etng6alz6wt { display:block; }#NxW0MoUQbW2bdvSc0QvA7etng6alz6wt > .row .container { width:20rem;height:11.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZvOyRXvgP941BgpQdEy1oqSQJtUslDCU { width:20rem;height:2.1123rem;top:1.9375rem;left:0rem;font-size:0.8125rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ByUU2f1kSZsTPpHkOPuW0EPvnhatIJZ3 { top:4rem;left:0rem;width:20rem;height:2.25rem;z-index:15001;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IDB5i78lci3HZ1smtfuJsm3cnu2iWBTz { display:block; }
 }