.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:221,221,226;--color-primary-1:140,142,157;--color-primary-2:25,29,59;--color-primary-3:13,15,30;--color-primary-4:4,4,9;--color-secondary-0:223,225,241;--color-secondary-1:147,154,207;--color-secondary-2:39,52,159;--color-secondary-3:20,26,80;--color-secondary-4:6,8,24;--color-tertiary-0:255,255,255;--color-tertiary-1:192,194,209;--color-tertiary-2:44,51,103;--color-tertiary-3:22,26,52;--color-tertiary-4:4,5,10;--headlines-font-family:"Inter";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#fafafa;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); }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM { border-bottom:0;border-left:0;border-right:0;border-top: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; }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row .container { background-color: transparent; background-image: none; }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row .container > .video-iframe-container { display: none; }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row > .video-iframe-container { display: none; }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .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); }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row .container { border-width: 0; border-radius: 0; }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row .container { font-size:0.875rem;font-family:arial;height:64.625rem;width:60rem;position:relative;display:block; }#Zq5Zpbe4V1WiHr27KEpQTVpUJPhzm6X8 { display:block;width:24rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.5;letter-spacing:0;top:34.6240234375rem;left:2.1875rem;height:8.4375rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dqTByiRVMUtp5vERkzqC9NO4MMilrfIs { display:block;width:23rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.1875rem;font-weight:700;z-index:15001;line-height:1.1;letter-spacing:0;top:14.4375rem;left:2.375rem;height:18.8984375rem;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;text-align:left;text-align-last:left;color:#ffffff;display:block; }
#vITDueSVodf0vbCFzSWks8Ls4Jp3DZsX { position:absolute;display:block;z-index:15003;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:3.625rem;width:15.875rem;top:3.935546875rem;left:2.708740234375rem;overflow:hidden;display:block; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-form-header { font-size:0.875rem; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;color:#ffffff;width:27.4375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;line-height:1.2;overflow:hidden;font-style:normal; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-text { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.4375rem;box-sizing:border-box;height:2.5rem;color:#191d3b;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top;line-height:.9;font-weight:300;font-style:normal; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-text {padding-top: 0; padding-bottom: 0;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-textarea { border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#fafafa;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.4375rem;box-sizing:border-box;height:4.375rem;color:#191d3b;font-size:1.125rem;overflow:hidden;font-family:var(--paragraphs-font-family);box-shadow: none;vertical-align:top;line-height:.9;font-weight:300;font-style:normal; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:27.4375rem;box-sizing:border-box;height:2.5rem;color:rgba(var(--color-tertiary-0),1);font-family:var(--paragraphs-font-family);font-size:0.8125rem;overflow:hidden;box-shadow: none;vertical-align:top; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-select {padding-top: 0; padding-bottom: 0;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm .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; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;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:15.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-2),1);width:26.875rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none;text-align:center;text-align-last:center; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm [class*="-text"]:-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm [class*="-text"]::-moz-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;font-style:normal; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .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:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#161616;vertical-align:top;width:26.4375rem;overflow:hidden;font-style:normal;line-height:1.4;float:none; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-container:first-of-type{padding-top:0;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-container:last-of-type{padding-bottom:0;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:25.1796875rem;left:30rem;font-size:0.875rem; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.4375rem;display:block;vertical-align:top; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .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; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm {display:block;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15004;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:25.1796875rem;left:30rem;font-size:0.875rem; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #S2yzSbHzWLPJuaIw5dTkmLJulMghrAE7 { position:relative; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #HZ2uuSG04NDJSdrtNTUkGIQ92XZRUcoT { position:relative;display:block; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #NEJb1hrqKJGpaxwd5Ce3eS5NknkRJmdf { position:relative; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #eDW0UgPtX0VrJiRmJT8hlTc6bepAMvCt { position:relative; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #TfuzO9bfUWqMsXANg2S1XvGZ5BE1Jpub { position:relative;display:block; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #lvbhDyfpPLp0IayxFGx5wNzsKRqnukFe { position:relative; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #ZEB1Z2S1e8a9X2TRvhALmVtE66d3fqkd { position:relative; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #F2l1pOdw7NlIOVEIfAgV8WWElHf0xog9 { position:relative;display:block; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #qhC1XInIB50mvxiCKHmWMmIOMvX2aNxV { position:relative; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #Chlv6AFgG7g8fF4RIDK3ZxGcOp5uk88s { position:relative; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #BxqeAKEEp2OaT2SJFM6za75DpRmR4zHc { position:relative;display:block; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #aU6umsXpOzpETHbUTrsyeCpnT4OQbM6p { position:relative; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #oAEqG1oQ5boLVLRh0OcSSLftSS30pgnA { position:relative; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm #yFxAFBW2NiCfyske0lNH4M30NFtovXPt { position:relative; }
#yFvKMIMMnGTyGynQo0nn2XfNdmMIv2Mt { display:block;width:11.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15015;line-height:1;letter-spacing:0;top:46.4375rem;left:2rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;color:#f5ff38;display:block; }
#LALJreHB8HOFTGxqzqgn3Ri3burNKeTA { display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1;letter-spacing:0;top:54.853515625rem;left:16.6875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;color:#f5ff38;display:block; }
#W9FmCpTxTJoQ2mSz6rqsI21w9TbTEhnk { display:block;width:9.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15017;line-height:1;letter-spacing:0;top:46.4375rem;left:16.875rem;height:5.625rem;text-align:left;text-align-last:left;font-style:normal;color:#f5ff38;display:block; }
#BChqkUGdrm1OV1P2qJ5m6krC27HeF3bn { display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15018;line-height:1;letter-spacing:0;top:54.728515625rem;left:2.1875rem;height:3.75rem;text-align:left;text-align-last:left;font-style:normal;color:#f5ff38;display:block; }
#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container { background-color: transparent; background-image: none; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container > .video-iframe-container { display: none; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row > .video-iframe-container { display: none; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .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); }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container { border-width: 0; border-radius: 0; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container { font-size:0.875rem;font-family:arial;height:13.75rem;width:60rem;position:relative;display:block; }#n7sKhIC3teLdPbNrH7X5ufTvArEZNREA { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:3.4619140625rem;left:0rem;height:6.82425rem;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;font-style:normal;color:#000000;display:block; }
#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container { background-color: transparent; background-image: none; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container > .video-iframe-container { display: none; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row > .video-iframe-container { display: none; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .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); }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container { border-width: 0; border-radius: 0; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#az3Sdx59iTq5K51EhdhsqPqMc5VXODW0 { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:12.876953125rem;left:2.5rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mPyiza83n0uBQJrAKSado25PuS3pbUeI { display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:10.25rem;left:2.5rem;height:1.75021875rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#rPe9kRmH6NiwqM2LW0Hew3TR4MmuOzm0 { border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:23.9375rem;width:17.5rem;position:absolute;display:block;z-index:15009;top:0rem;left:1.25rem;box-shadow: none;display:block; }
#x4uXfC6P9g0esERcMiflXw6olN0I1xVw { border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:23.75rem;width:17.5rem;position:absolute;display:block;z-index:15006;top:0rem;left:41.125rem;box-shadow: none;display:block; }
#acNyGSJ2pE8ITvtRMOgTTiQscmzi61i1 { border-top:0.0625rem solid #cccccc;border-left:0.0625rem solid #cccccc;border-right:0.0625rem solid #cccccc;border-bottom:0.0625rem solid #cccccc;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:23.75rem;width:17.5rem;position:absolute;display:block;z-index:15007;top:0.001953125rem;left:21.1240234375rem;box-shadow: none;display:block; }
#IkhnbHGoTee9h4LTkDC2McrbrT2XgzwD { display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:10.25rem;left:22.5rem;height:1.75021875rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#aoEJTT8LDI3vH23nF6AFBQwtx345x2yQ { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:12.8134765625rem;left:22.5rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#th2ZWUF9pdnfxord2tdNqpsp5NO1C8MU { display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:10.533203125rem;left:42.6875rem;height:1.75021875rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#biUG3GFTGFXqKNQ0QfCNfyGXG24fFzvo { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:12.7861328125rem;left:42.6875rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#BSuQ2rDh4KKeCH8PTJhqA8k2Sf3cp1n3 { position:absolute;display:block;z-index:15022;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:2.0625rem;width:11.5625rem;top:4.25rem;left:4.25rem;overflow:hidden;display:block; }
#Wb1WbVDxKEEyPozWrJUOdz6CWgwIH0Tr { box-sizing:content-box;height:4.6875rem;width:14.0625rem;position:absolute;display:block;z-index:15009;background-color:#ff6600;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.875rem;left:3rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#esmB1IZL6OhkxI7fFtH8Idbll6N6MyLR { position:absolute;display:block;z-index:15011;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:2.1875rem;width:10.0625rem;top:4.0625rem;left:25.1875rem;overflow:hidden;display:block; }
#uvb9Ti7fLbxJxQRsfJew2B7bZ0d0U9Mi { box-sizing:content-box;height:4.6875rem;width:14.0625rem;position:absolute;display:block;z-index:15008;background-color:#000000;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.8125rem;left:23rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#hXgZoBTuUTTS1WX1sb2VfSKcmBSJWNnz { position:absolute;display:block;z-index:15010;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:2.249025rem;width:10.1855625rem;top:4.0341796875rem;left:45.1875rem;overflow:hidden;display:block; }
#hFR7yTkGO023GuDt29SsmwPRlS4FTzJl { box-sizing:content-box;height:4.6875rem;width:14.0625rem;position:absolute;display:block;z-index:15007;background-color:#3366cc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.7216796875rem;left:42.875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#27349f;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; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container { background-color: transparent; background-image: none; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container > .video-iframe-container { display: none; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row > .video-iframe-container { display: none; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .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); }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container { border-width: 0; border-radius: 0; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container { font-size:0.875rem;font-family:arial;height:15.1875rem;width:60rem;position:relative;display:block; }#EOkwnvTV9EpAMCMMXQsg7EBmJ7QgGxL4 { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:4.125rem;left:0rem;height:3.4121125rem;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;font-style:normal;color:#ffffff;display:block; }
#VL1yaacV1CDsHLTvW62wDbIOrekLTSNy { display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:8.0625rem;left:11rem;height:3.375rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#27349f;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; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container { background-color: transparent; background-image: none; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container > .video-iframe-container { display: none; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row > .video-iframe-container { display: none; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .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); }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container { border-width: 0; border-radius: 0; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container { font-size:0.875rem;font-family:arial;height:67.1875rem;width:60rem;position:relative;display:block; }#faL5BwT7einQxHISte2JwHVoP4nJuW3E { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:18.502197265625rem;left:2.5rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kee2JT7lFEv8hwXn1fxQN3voxptAh6ut { display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15013;line-height:1;letter-spacing:0;top:12.125244140625rem;left:2.5rem;height:5.25065rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#eoZVFHplOSFlltzMt6HU2Hdf5iJbXZsQ { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:30.625rem;width:17.5rem;position:absolute;display:block;z-index:15011;top:0rem;left:1.25rem;box-shadow: none;display:block; }
#pwCvudxP7O1UePslJCwEuQWXxuBcdqwJ { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:30.625rem;width:17.5rem;position:absolute;display:block;z-index:15012;top:0.15380859375rem;left:40.9375rem;box-shadow: none;display:block; }
#XRe5gQhKcSH0HEizxTlsHK2KnBcrhFhi { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:30.625rem;width:17.5rem;position:absolute;display:block;z-index:15013;top:0.064697265625rem;left:21.124267578125rem;box-shadow: none;display:block; }
#lno2kq0WgJFfsB3Z0cB0VvqRmghTIgTE { display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15017;line-height:1;letter-spacing:0;top:12.1875rem;left:22.5rem;height:3.5004375rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#Qr4goSoIvOSwxZDpfNC6yTSS1Rnv00zK { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:18.5009765625rem;left:22.5rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#wiixAy1J93K3mnwx5HOZBU7LGxkMZc4S { display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15020;line-height:1;letter-spacing:0;top:12.562255859375rem;left:42.5rem;height:3.5004375rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#T4m5yB02twlddbxh0m6To8KmqHgntBlO { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:18.502197265625rem;left:42.5rem;height:10.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CxU4hEMZFZFv5vW0WGIRctDs6I6Gx4Pl { position:absolute;display:block;z-index:15022;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:9.0625rem;width:9.0625rem;top:1.875rem;left:3.3251953125rem;overflow:hidden;display:block; }
#hbpscnfTV0DXZTIV1LIZ23Lhuqq2sXzP { position:absolute;display:block;z-index:15023;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:9.0625rem;width:9.0625rem;top:1.875rem;left:22.374267578125rem;overflow:hidden;display:block; }
#ZmAGxvhShJAUaIarJ0nSBmo3pi3SpGst { position:absolute;display:block;z-index:15024;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:9.56175rem;width:9.56175rem;top:1.624755859375rem;left:43.250732421875rem;overflow:hidden;display:block; }
#exsykdqv6XUaZUUFGQTZWPLwBimraCn2 { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15012;background-color:#f94ef3;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.749267578125rem;left:2.5rem;display:block; }
#P4CcaHmfkhBmhZSzQqbfEfomyD2OomkJ { box-sizing:content-box;height:7.4353125rem;width:7.4353125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15013;background-color:#3afaf4;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:24.6484375rem;display:block; }
#ulZhA0teBDT3XET2FxTdKcNEISbwNaR6 { box-sizing:content-box;height:7.4353125rem;width:7.4353125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15014;background-color:#14adff;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.875rem;left:42.5rem;display:block; }
#WXQlQtmrW6ZE1HSaFVDGo2NzbgGCzpwB { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:30.625rem;width:17.5rem;position:absolute;display:block;z-index:15010;top:31.875rem;left:1.25rem;box-shadow: none;display:block; }
#fQS0Z2msVLwHzc8RPSaoOtMUOT2QTPR1 { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:30.625rem;width:17.5rem;position:absolute;display:block;z-index:15009;top:31.9375rem;left:21.125rem;box-shadow: none;display:block; }
#JdImwUnxxsXNHChPSISqVdsGFoSIR7TW { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:30.625rem;width:17.5rem;position:absolute;display:block;z-index:15008;top:32rem;left:40.9375rem;box-shadow: none;display:block; }
#VlveGNHxrFb7dxHXmVJw0yevGtZWCA88 { display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15029;line-height:1;letter-spacing:0;top:44.4375rem;left:42.5rem;height:1.75021875rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#OKTRbk1KrZvuWmAm1XQ00a0Qoqat5gAM { display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15026;line-height:1;letter-spacing:0;top:44.0625rem;left:22.5rem;height:1.75021875rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#B4oe07W0Xx1M8yaStLtJhRCTTcuVV7P7 { display:block;width:14.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:400;z-index:15022;line-height:1;letter-spacing:0;top:44rem;left:2.5rem;height:3.50043125rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
#dGWlFitr6A2rMKXOKFwPf39Di9JOHGTs { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.5;letter-spacing:0;top:50.375rem;left:2.5rem;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#AskhkzccLkJqCBhK1BisFcEHelX5TZnz { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15027;line-height:1.5;letter-spacing:0;top:50.375rem;left:22.5rem;height:9rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CAJ3wVuAQDdSPqPU2d5Cpa94TVGUngcq { display:block;width:13.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15030;line-height:1.5;letter-spacing:0;top:50.375rem;left:42.5rem;height:4.5rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hBRhsQLvf5ikZaWX4zF4c4RD4M5UXcsq { box-sizing:content-box;height:7.4375rem;width:7.4375rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15015;background-color:#f5ff38;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.0625rem;left:2.5rem;display:block; }
#LtfSq1TkEW6ZHItbwHXmgOaz31sWnnKb { box-sizing:content-box;height:7.4345625rem;width:7.4345625rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15016;background-color:#3181fc;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.0625rem;left:22.5rem;display:block; }
#AkW6xwnhKB6MHHcuaaeoac6QR3ODfUxv { box-sizing:content-box;height:7.4353125rem;width:7.4353125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15017;background-color:#ff6600;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:34.1875rem;left:42.5rem;display:block; }
#MrgqBZaosXRCowIaIz2ZlQHPBo05pRM4 { position:absolute;display:block;z-index:15025;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:9.0625rem;width:9.0625rem;top:32.75rem;left:4rem;overflow:hidden;display:block; }
#bQACtyWXb59hSyNNWZz82QKXl4ombqU8 { position:absolute;display:block;z-index:15026;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:9.375rem;width:9.375rem;top:33.09375rem;left:23.677734375rem;overflow:hidden;display:block; }
#DkCGapR5HnePJ9aAmgzPU4tJW9bd9pql { position:absolute;display:block;z-index:15027;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:9.0625rem;width:9.0625rem;top:33.25rem;left:43.810546875rem;overflow:hidden;display:block; }
#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f2f3f8;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; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container { background-color: transparent; background-image: none; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container > .video-iframe-container { display: none; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row > .video-iframe-container { display: none; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .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); }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container { border-width: 0; border-radius: 0; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container { font-size:0.875rem;font-family:arial;height:7.875rem;width:60rem;position:relative;display:block; }#NBZTmGRRASVB3XgIxHNrqmEUrTEwMvtR { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:3.9326171875rem;left:0rem;height:3.4121125rem;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;font-style:normal;color:#000000;display:block; }
#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f3f8;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; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container { background-color: transparent; background-image: none; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container > .video-iframe-container { display: none; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row > .video-iframe-container { display: none; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .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); }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container { border-width: 0; border-radius: 0; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container { font-size:0.875rem;font-family:arial;height:41.25rem;width:60rem;position:relative;display:block; }#PXluRST3AnQNaU8TsWETudcZRU8FzWFm { position:absolute;display:block;z-index:15005;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:1.5625rem;width:9.375rem;top:6.501953125rem;left:6.80810546875rem;overflow:hidden;display:block; }
#iUnbGcNhwXn5H7gWCAGIMfhnaWnu6O6o { position:absolute;display:block;z-index:15006;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:1.6875rem;width:9.375rem;top:6.8134765625rem;left:25.470458984375rem;overflow:hidden;display:block; }
#liCVPZHyzzc0osb58MiSiLBoezoC29sE { position:absolute;display:block;z-index:15007;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:2.625rem;width:10.625rem;top:6.064208984375rem;left:43.77587890625rem;overflow:hidden;display:block; }
#uBBIOfaG14NhaFtRq14mRfM44MGZfmKT { position:absolute;display:block;z-index:15008;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:1.75rem;width:11rem;top:15.751953125rem;left:5.962158203125rem;overflow:hidden;display:block; }
#LTFlEZ3e5LS9xv2wCUgxuGZrisT4pDhe { position:absolute;display:block;z-index:15009;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:2rem;width:6.875rem;top:15.812255859375rem;left:26.960205078125rem;overflow:hidden;display:block; }
#uGaDMHLICb6KCmV6o1PaF9K8hLhBpxre { position:absolute;display:block;z-index:15010;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:1.4375rem;width:11.625rem;top:16.064453125rem;left:43.154296875rem;overflow:hidden;display:block; }
#N96IHQbruz6SCWMZFni9yOBc33Ip6DrW { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.033203125rem;left:5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#A55u4lhfKE3WUQTfOhqRkUIqMT0KVUX6 { display:block;width:16.0608125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:35.933837890625rem;left:21.968994140625rem;height:1.875rem;text-align:center;text-align-last:center;font-style:normal;color:#191d3b;display:block; }
#TLwpTy24ld88kwri8CukIT4g0cdi7bGb { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.345703125rem;left:23.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#MKNUy18SW7qOpiVIgko47uxplWGnZxD0 { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:4.189453125rem;left:42.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#b32eX4vVyk5HIOrNZ3JS9gCJloWnhXrb { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5009765625rem;left:5.49560546875rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#qOVok2Cnz1ybWgPaJHLCKPe8VqvFUhmu { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.5625rem;left:42.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#Ci7KKyphy1ztvbdT7CGSG5n1V3xfw5mE { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:23.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#gK6h4NPI54MrTutHaLNpQSXo1NvrQxPw { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.875rem;left:5.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#r5uMUn7Z7SUD618TbVekbJSD78ntMTZx { 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:5.18676875rem;width:6.31225rem;top:23.40576171875rem;left:26.842041015625rem;overflow:hidden;display:block; }
#GASNiJeEZGeBWTtpb6s1ZiRlz0T6FE5d { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:23.125rem;left:23.5rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#FVMTyZuLvw7U70FfeZMpdLEdDuBLonyD { position:absolute;display:block;z-index:15015;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:1.9995125rem;width:8.49975rem;top:25.124755859375rem;left:44.335693359375rem;overflow:hidden;display:block; }
#vW2T8GUSqlLoZPgqoQ0c0XfgGFxQJfvc { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:22.9375rem;left:42.25rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:block; }
#e7yuaCpOVB7l2wQMchZer0WWSdVODKPf { position:absolute;display:block;z-index:15009;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:2.625rem;width:10rem;top:24.655517578125rem;left:6.611328125rem;overflow:hidden;display:block; }
#EM47l5aZARmbP9bleNpGdZ9qblmSzhCX { position:absolute;display:block;z-index:15001;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:30.18675rem;width:60rem;top:11.06201171875rem;left:0rem;overflow:hidden;display:block; }
#rJzJwdDzDPxqULP758deXVViPz1IP36r { box-sizing:content-box;height:6.25rem;width:12.5rem;position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;box-shadow: 0rem 0.375rem 0.75rem rgba(var(--color-primary-0),1) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:13.75rem;left:23.75rem;border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;display:none; }
#TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#191d3b;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; }#TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT > .row .container { background-color: transparent; background-image: none; }#TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT > .row .container > .video-iframe-container { display: none; }#TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT > .row > .video-iframe-container { display: none; }#TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT > .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); }#TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT > .row .container { border-width: 0; border-radius: 0; }#TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:60rem;position:relative;display:block; }#DHuslFXy8JZcsatyMDuLB1B5OSbw2gRZ { display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:400;z-index:15000;line-height:1.3;letter-spacing:0;top:5.5625rem;left:0rem;height:;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;font-style:normal;color:#ffffff;display:block; }
#TkLi6Et7O1bb9rZzPWhmnbNDvUBZvLrd { display:block;width:37.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.5;letter-spacing:0;top:9.5625rem;left:11rem;height:1.6875rem;color:#ffffff;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DItSmxJUXvwXnfnsU1JkSJ697pFPHe5e { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top: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:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:13.125rem;left:23.6875rem;display:block; }
#oOZPRZpvDI2Xl8Fz6y8im9ZI2kbqIEhW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 { background-color:#f2f3f8;background-image:none;z-index:;border-top:0.0625rem solid #bfc3dd;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { background-color: transparent; background-image: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container > .video-iframe-container { display: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container { display: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .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); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { border-width: 0; border-radius: 0; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { font-size:0.875rem;font-family:arial;height:5rem;width:60rem;overflow:visible;position:relative;display:block; }#aO9QNyTDWK8pDpbOe4O3EIXJDHU4O9Lv { position:absolute;display:block;z-index:15017;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:2.5rem;width:10.3125rem;top:1.25rem;left:2.5rem;overflow:hidden;display:block; }
#buQB5UC8bOB88EqJlFaNc6H2dDkWq1c8 { display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15016;line-height:1.5;letter-spacing:0;top:1.874267578125rem;left:44.375rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;color:#000000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM { display:block; }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row .container { width:47.75rem;height:16rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zq5Zpbe4V1WiHr27KEpQTVpUJPhzm6X8 { width:22.625rem;height:15.75rem;top:0rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTByiRVMUtp5vERkzqC9NO4MMilrfIs { width:46.5rem;height:3rem;top:2.6875rem;left:0.625rem;font-size:3rem;display:block; }
 }@media only screen and (max-width: 763px) { #vITDueSVodf0vbCFzSWks8Ls4Jp3DZsX { top:3.875rem;left:0rem;width:15.875rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-regular-label { width:20rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;display:block; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-text { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-text {padding-top: 0; padding-bottom: 0;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-textarea { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-select { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-select {padding-top: 0; padding-bottom: 0;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-button { width:12rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-checkbox-label { width:18.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm  { width:20rem;height:auto;top:0rem;left:23.875rem; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .radio-container { width:20rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm {display:block;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm { width:20rem;height:auto;top:0rem;left:23.875rem; }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #S2yzSbHzWLPJuaIw5dTkmLJulMghrAE7 {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #HZ2uuSG04NDJSdrtNTUkGIQ92XZRUcoT {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #NEJb1hrqKJGpaxwd5Ce3eS5NknkRJmdf {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #eDW0UgPtX0VrJiRmJT8hlTc6bepAMvCt {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #TfuzO9bfUWqMsXANg2S1XvGZ5BE1Jpub { display:none; }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #lvbhDyfpPLp0IayxFGx5wNzsKRqnukFe {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #ZEB1Z2S1e8a9X2TRvhALmVtE66d3fqkd {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #F2l1pOdw7NlIOVEIfAgV8WWElHf0xog9 { display:none; }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #qhC1XInIB50mvxiCKHmWMmIOMvX2aNxV {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #Chlv6AFgG7g8fF4RIDK3ZxGcOp5uk88s {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #BxqeAKEEp2OaT2SJFM6za75DpRmR4zHc { display:none; }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #aU6umsXpOzpETHbUTrsyeCpnT4OQbM6p {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #oAEqG1oQ5boLVLRh0OcSSLftSS30pgnA {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #yFxAFBW2NiCfyske0lNH4M30NFtovXPt {  }
 }@media only screen and (max-width: 763px) { #yFvKMIMMnGTyGynQo0nn2XfNdmMIv2Mt { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LALJreHB8HOFTGxqzqgn3Ri3burNKeTA { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W9FmCpTxTJoQ2mSz6rqsI21w9TbTEhnk { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BChqkUGdrm1OV1P2qJ5m6krC27HeF3bn { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo { display:block; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7sKhIC3teLdPbNrH7X5ufTvArEZNREA { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 { display:block; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container { width:47.75rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #az3Sdx59iTq5K51EhdhsqPqMc5VXODW0 { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPyiza83n0uBQJrAKSado25PuS3pbUeI { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPe9kRmH6NiwqM2LW0Hew3TR4MmuOzm0 { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4uXfC6P9g0esERcMiflXw6olN0I1xVw { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #acNyGSJ2pE8ITvtRMOgTTiQscmzi61i1 { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkhnbHGoTee9h4LTkDC2McrbrT2XgzwD { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aoEJTT8LDI3vH23nF6AFBQwtx345x2yQ { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #th2ZWUF9pdnfxord2tdNqpsp5NO1C8MU { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #biUG3GFTGFXqKNQ0QfCNfyGXG24fFzvo { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSuQ2rDh4KKeCH8PTJhqA8k2Sf3cp1n3 { top:4.25rem;left:0rem;width:11.5625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb1WbVDxKEEyPozWrJUOdz6CWgwIH0Tr { top:2.875rem;left:0rem;width:14.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esmB1IZL6OhkxI7fFtH8Idbll6N6MyLR { top:4.0625rem;left:19.0625rem;width:10.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvb9Ti7fLbxJxQRsfJew2B7bZ0d0U9Mi { top:2.8125rem;left:16.875rem;width:14.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXgZoBTuUTTS1WX1sb2VfSKcmBSJWNnz { top:4rem;left:37.625rem;width:10.125rem;height:2.2356524860556rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFR7yTkGO023GuDt29SsmwPRlS4FTzJl { top:2.6875rem;left:33.6875rem;width:14.0625rem;height:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg { display:block; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container { width:47.75rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOkwnvTV9EpAMCMMXQsg7EBmJ7QgGxL4 { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VL1yaacV1CDsHLTvW62wDbIOrekLTSNy { width:22.625rem;height:15.75rem;top:0rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho { display:block; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container { width:47.75rem;height:3.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faL5BwT7einQxHISte2JwHVoP4nJuW3E { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kee2JT7lFEv8hwXn1fxQN3voxptAh6ut { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoZVFHplOSFlltzMt6HU2Hdf5iJbXZsQ { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCvudxP7O1UePslJCwEuQWXxuBcdqwJ { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRe5gQhKcSH0HEizxTlsHK2KnBcrhFhi { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #lno2kq0WgJFfsB3Z0cB0VvqRmghTIgTE { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qr4goSoIvOSwxZDpfNC6yTSS1Rnv00zK { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiixAy1J93K3mnwx5HOZBU7LGxkMZc4S { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4m5yB02twlddbxh0m6To8KmqHgntBlO { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxU4hEMZFZFv5vW0WGIRctDs6I6Gx4Pl { top:1.875rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbpscnfTV0DXZTIV1LIZ23Lhuqq2sXzP { top:1.875rem;left:16.249267578125rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmAGxvhShJAUaIarJ0nSBmo3pi3SpGst { top:1.5625rem;left:37.125732421875rem;width:9.5rem;height:9.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exsykdqv6XUaZUUFGQTZWPLwBimraCn2 { top:1.6875rem;left:0rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4CcaHmfkhBmhZSzQqbfEfomyD2OomkJ { top:1.875rem;left:18.5234375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulZhA0teBDT3XET2FxTdKcNEISbwNaR6 { top:1.875rem;left:36.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXQlQtmrW6ZE1HSaFVDGo2NzbgGCzpwB { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQS0Z2msVLwHzc8RPSaoOtMUOT2QTPR1 { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdImwUnxxsXNHChPSISqVdsGFoSIR7TW { width:14.6875rem;height:18.5rem;top:0rem;left:32.458333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlveGNHxrFb7dxHXmVJw0yevGtZWCA88 { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OKTRbk1KrZvuWmAm1XQ00a0Qoqat5gAM { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B4oe07W0Xx1M8yaStLtJhRCTTcuVV7P7 { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGWlFitr6A2rMKXOKFwPf39Di9JOHGTs { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AskhkzccLkJqCBhK1BisFcEHelX5TZnz { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAJ3wVuAQDdSPqPU2d5Cpa94TVGUngcq { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBRhsQLvf5ikZaWX4zF4c4RD4M5UXcsq { top:34.0625rem;left:0rem;width:7.4375rem;height:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtfSq1TkEW6ZHItbwHXmgOaz31sWnnKb { top:34.0625rem;left:16.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AkW6xwnhKB6MHHcuaaeoac6QR3ODfUxv { top:34.1875rem;left:36.375rem;width:7.375rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrgqBZaosXRCowIaIz2ZlQHPBo05pRM4 { top:32.75rem;left:0rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQACtyWXb59hSyNNWZz82QKXl4ombqU8 { top:33.0625rem;left:17.552734375rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkCGapR5HnePJ9aAmgzPU4tJW9bd9pql { top:33.25rem;left:37.685546875rem;width:9.0625rem;height:9.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO { display:block; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container { width:47.75rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBZTmGRRASVB3XgIxHNrqmEUrTEwMvtR { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw { display:block; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXluRST3AnQNaU8TsWETudcZRU8FzWFm { top:6.5rem;left:0.68310546875rem;width:9.375rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUnbGcNhwXn5H7gWCAGIMfhnaWnu6O6o { top:6.8125rem;left:19.345458984375rem;width:9.375rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #liCVPZHyzzc0osb58MiSiLBoezoC29sE { top:6.0625rem;left:37.125rem;width:10.625rem;height:2.6245125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBBIOfaG14NhaFtRq14mRfM44MGZfmKT { top:15.75rem;left:0rem;width:11rem;height:1.7493085070115rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTFlEZ3e5LS9xv2wCUgxuGZrisT4pDhe { top:15.75rem;left:20.835205078125rem;width:6.6875rem;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGaDMHLICb6KCmV6o1PaF9K8hLhBpxre { top:16.0625rem;left:36.125rem;width:11.625rem;height:1.4367996489172rem;display:block; }
 }@media only screen and (max-width: 763px) { #N96IHQbruz6SCWMZFni9yOBc33Ip6DrW { top:4rem;left:0rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #A55u4lhfKE3WUQTfOhqRkUIqMT0KVUX6 { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLwpTy24ld88kwri8CukIT4g0cdi7bGb { top:4.3125rem;left:17.625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKNUy18SW7qOpiVIgko47uxplWGnZxD0 { top:4.1875rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #b32eX4vVyk5HIOrNZ3JS9gCJloWnhXrb { top:13.5rem;left:0rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOVok2Cnz1ybWgPaJHLCKPe8VqvFUhmu { top:13.5625rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci7KKyphy1ztvbdT7CGSG5n1V3xfw5mE { top:13.75rem;left:17.625rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK6h4NPI54MrTutHaLNpQSXo1NvrQxPw { top:22.875rem;left:0rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5uMUn7Z7SUD618TbVekbJSD78ntMTZx { top:23.375rem;left:20.717041015625rem;width:6.25rem;height:5.1356179947721rem;display:block; }
 }@media only screen and (max-width: 763px) { #GASNiJeEZGeBWTtpb6s1ZiRlz0T6FE5d { top:23.125rem;left:17.375rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVMTyZuLvw7U70FfeZMpdLEdDuBLonyD { top:25.0625rem;left:38.210693359375rem;width:8.4375rem;height:1.9851459254139rem;display:block; }
 }@media only screen and (max-width: 763px) { #vW2T8GUSqlLoZPgqoQ0c0XfgGFxQJfvc { top:22.9375rem;left:35.25rem;width:12.5rem;height:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7yuaCpOVB7l2wQMchZer0WWSdVODKPf { top:24.625rem;left:0.486328125rem;width:10rem;height:2.6245125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM47l5aZARmbP9bleNpGdZ9qblmSzhCX { top:11rem;left:0rem;width:47.75rem;height:24.023621875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJzJwdDzDPxqULP758deXVViPz1IP36r { top:13.75rem;left:17.625rem;width:12.5rem;height:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT { display:block; }#TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT > .row .container { width:47.75rem;height:4.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHuslFXy8JZcsatyMDuLB1B5OSbw2gRZ { width:47.75rem;height:2.75rem;top:0rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkLi6Et7O1bb9rZzPWhmnbNDvUBZvLrd { width:22.625rem;height:15.75rem;top:0rem;left:0.625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DItSmxJUXvwXnfnsU1JkSJ697pFPHe5e { width:12.625rem;height:3.4375rem;top:13.125rem;left:17.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOZPRZpvDI2Xl8Fz6y8im9ZI2kbqIEhW { display:block; }
 }@media only screen and (max-width: 763px) { #vJJcvemF31nhponvuOV8UMZKLOdvl4v5 { background-color:#fafafa;background-image:none;display:block; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { background-color: transparent; background-image: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container > .video-iframe-container { display: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container { display: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .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); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { height:33.9375rem;width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO9QNyTDWK8pDpbOe4O3EIXJDHU4O9Lv { top:1.25rem;left:0rem;width:10.3125rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #buQB5UC8bOB88EqJlFaNc6H2dDkWq1c8 { width:13.4375rem;height:4.125rem;top:12.625rem;left:33.083333333333rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM { background-color:rgba(var(--color-secondary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row .container { background-color: transparent; background-image: none; }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row .container > .video-iframe-container { display: none; }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row > .video-iframe-container { display: none; }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .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); }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row .container { border-width: 0; border-radius: 0; }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q57t1UuywlpfRzTs4zVHDQNUpb1vxTCM > .row .container { width:20rem;height:78.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Zq5Zpbe4V1WiHr27KEpQTVpUJPhzm6X8 { width:16.499rem;height:10.5045625rem;top:18.0556640625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTByiRVMUtp5vERkzqC9NO4MMilrfIs { width:20rem;height:8.098525rem;top:9.373046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #vITDueSVodf0vbCFzSWks8Ls4Jp3DZsX { width:11.75rem;height:2.75rem;top:3.75rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm .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;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:left;text-align-last:left;height:2.1875rem;display:block;vertical-align:top;font-size:1.25rem;overflow:hidden;line-height:.5;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-text {padding-top: 0; padding-bottom: 0;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;font-size:1.25rem;overflow:hidden;line-height:.5;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-select {padding-top: 0; padding-bottom: 0;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-checkbox { width:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-input-button { width:17.125rem;margin-top:0.25rem;margin-right:0.1875rem;margin-bottom:0.25rem;margin-left:0.1875rem;text-align:center;text-align-last:center;font-size:1.125rem;overflow:hidden;height:3.125rem;line-height:1.2;background-color:#ffffff;background-image:none; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm [class*="-text"]:-moz-placeholder { font-size:1rem;font-weight:700;font-style:normal; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm [class*="-text"]::-moz-placeholder { font-size:1rem;font-weight:700;font-style:normal; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm [class*="-text"]:-ms-input-placeholder { font-size:1rem;font-weight:700;font-style:normal; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm [class*="-text"]::-webkit-input-placeholder { font-size:1rem;font-weight:700;font-style:normal; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-checkbox-label { width:16.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.6875rem;overflow:hidden;height:auto; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;font-size:0; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-container:first-of-type{padding-top:0;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm .widget-container:last-of-type{padding-bottom:0;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm  { width:17.5rem;height:24.8125rem;top:49.875rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#VZat9tRwDalzOe615hCWODSRDuxdAgfm {display:block;}#VZat9tRwDalzOe615hCWODSRDuxdAgfm { width:17.5rem;height:24.8125rem;top:49.875rem;left:0rem;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem; }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #S2yzSbHzWLPJuaIw5dTkmLJulMghrAE7 {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #HZ2uuSG04NDJSdrtNTUkGIQ92XZRUcoT { display:block; }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #NEJb1hrqKJGpaxwd5Ce3eS5NknkRJmdf {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #eDW0UgPtX0VrJiRmJT8hlTc6bepAMvCt {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #TfuzO9bfUWqMsXANg2S1XvGZ5BE1Jpub { display:block; }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #lvbhDyfpPLp0IayxFGx5wNzsKRqnukFe {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #ZEB1Z2S1e8a9X2TRvhALmVtE66d3fqkd {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #F2l1pOdw7NlIOVEIfAgV8WWElHf0xog9 { display:block; }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #qhC1XInIB50mvxiCKHmWMmIOMvX2aNxV {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #Chlv6AFgG7g8fF4RIDK3ZxGcOp5uk88s {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #BxqeAKEEp2OaT2SJFM6za75DpRmR4zHc { display:block; }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #aU6umsXpOzpETHbUTrsyeCpnT4OQbM6p {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #oAEqG1oQ5boLVLRh0OcSSLftSS30pgnA {  }
 }@media only screen and (max-width: 763px) { #VZat9tRwDalzOe615hCWODSRDuxdAgfm #yFxAFBW2NiCfyske0lNH4M30NFtovXPt {  }
 }@media only screen and (max-width: 763px) { #yFvKMIMMnGTyGynQo0nn2XfNdmMIv2Mt { width:20rem;height:2.9991375rem;top:31.0302734375rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #LALJreHB8HOFTGxqzqgn3Ri3burNKeTA { width:20rem;height:2.9991375rem;top:35.3369140625rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W9FmCpTxTJoQ2mSz6rqsI21w9TbTEhnk { width:12.6875rem;height:3rem;top:40.2490234375rem;left:3.625rem;font-size:1.5rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BChqkUGdrm1OV1P2qJ5m6krC27HeF3bn { width:20rem;height:2.9991375rem;top:44.5361328125rem;left:0rem;font-size:1.5rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo { display:block; }#IKkxu2Rz4uBKKKEtQ4TEx3HW0Jsv1nLo > .row .container { width:20rem;height:11.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #n7sKhIC3teLdPbNrH7X5ufTvArEZNREA { width:20rem;height:8.3984375rem;top:2.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 { display:block; }#OQshEECPx8wtm8ZO0w4kTNduRLBomMM3 > .row .container { width:20rem;height:67rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #az3Sdx59iTq5K51EhdhsqPqMc5VXODW0 { width:15.124rem;height:7.50325rem;top:11.875rem;left:2.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mPyiza83n0uBQJrAKSado25PuS3pbUeI { width:15.124rem;height:1.6494125rem;top:9.05078125rem;left:2.4375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #rPe9kRmH6NiwqM2LW0Hew3TR4MmuOzm0 { width:17.375rem;height:19.9375rem;top:1.875rem;left:1.25rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #x4uXfC6P9g0esERcMiflXw6olN0I1xVw { width:17.4375rem;height:19.8125rem;top:44.7470703125rem;left:1.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #acNyGSJ2pE8ITvtRMOgTTiQscmzi61i1 { width:17.4375rem;height:19.9375rem;top:23.46875rem;left:1.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IkhnbHGoTee9h4LTkDC2McrbrT2XgzwD { width:15.1245rem;height:1.6494125rem;top:30.65234375rem;left:2.4365234375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #aoEJTT8LDI3vH23nF6AFBQwtx345x2yQ { width:15.1245rem;height:7.50325rem;top:33.5283203125rem;left:2.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #th2ZWUF9pdnfxord2tdNqpsp5NO1C8MU { width:15.1245rem;height:1.6494125rem;top:51.931640625rem;left:2.4365234375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #biUG3GFTGFXqKNQ0QfCNfyGXG24fFzvo { width:15.1245rem;height:7.50325rem;top:54.7470703125rem;left:2.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSuQ2rDh4KKeCH8PTJhqA8k2Sf3cp1n3 { width:11.5625rem;height:2.0625rem;top:4.5625rem;left:4.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wb1WbVDxKEEyPozWrJUOdz6CWgwIH0Tr { width:14.0625rem;height:4.6875rem;top:3.1875rem;left:2.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #esmB1IZL6OhkxI7fFtH8Idbll6N6MyLR { width:10.0625rem;height:2.1875rem;top:25.9365234375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvb9Ti7fLbxJxQRsfJew2B7bZ0d0U9Mi { width:14.0625rem;height:4.6875rem;top:24.7490234375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXgZoBTuUTTS1WX1sb2VfSKcmBSJWNnz { width:10.125rem;height:2.236325rem;top:47.3115234375rem;left:4.2490234375rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #hFR7yTkGO023GuDt29SsmwPRlS4FTzJl { width:14.0625rem;height:4.6875rem;top:45.9970703125rem;left:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg { display:block; }#V62HUa9XnQtLerhZuEoxfulnLcQiT0Gg > .row .container { width:20rem;height:15.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EOkwnvTV9EpAMCMMXQsg7EBmJ7QgGxL4 { width:16.1853125rem;height:4.19921875rem;top:2.880859375rem;left:1.90625rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #VL1yaacV1CDsHLTvW62wDbIOrekLTSNy { width:16.5625rem;height:6.0026rem;top:8.15625rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho { display:block; }#X4UpZsfbxmsNL4ISR8SwpdPLGdQ6l7ho > .row .container { width:20rem;height:150.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #faL5BwT7einQxHISte2JwHVoP4nJuW3E { width:15.1245rem;height:7.50325rem;top:14.126953125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kee2JT7lFEv8hwXn1fxQN3voxptAh6ut { width:15.1245rem;height:3.298825rem;top:10.560546875rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #eoZVFHplOSFlltzMt6HU2Hdf5iJbXZsQ { width:17.375rem;height:23.25rem;top:1.5rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwCvudxP7O1UePslJCwEuQWXxuBcdqwJ { width:17.4375rem;height:23.25rem;top:50.4970703125rem;left:1.1865234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRe5gQhKcSH0HEizxTlsHK2KnBcrhFhi { width:17.4375rem;height:23.25rem;top:25.96875rem;left:1.1240234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lno2kq0WgJFfsB3Z0cB0VvqRmghTIgTE { width:15.1245rem;height:3.298825rem;top:35.15234375rem;left:2.4365234375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #Qr4goSoIvOSwxZDpfNC6yTSS1Rnv00zK { width:15.1245rem;height:7.50325rem;top:38.0908203125rem;left:2.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wiixAy1J93K3mnwx5HOZBU7LGxkMZc4S { width:15.1245rem;height:3.298825rem;top:59.119140625rem;left:2.4365234375rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #T4m5yB02twlddbxh0m6To8KmqHgntBlO { width:15.1245rem;height:9.003875rem;top:62.6845703125rem;left:2.4365234375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CxU4hEMZFZFv5vW0WGIRctDs6I6Gx4Pl { width:7.5rem;height:7.5rem;top:27.16796875rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbpscnfTV0DXZTIV1LIZ23Lhuqq2sXzP { width:7.5rem;height:7.5rem;top:2.697265625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZmAGxvhShJAUaIarJ0nSBmo3pi3SpGst { width:7.5rem;height:7.5rem;top:51.734375rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #exsykdqv6XUaZUUFGQTZWPLwBimraCn2 { width:5.9375rem;height:5.75rem;top:51.7783203125rem;left:2.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4CcaHmfkhBmhZSzQqbfEfomyD2OomkJ { width:5.875rem;height:5.9375rem;top:3.384765625rem;left:2.5rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #ulZhA0teBDT3XET2FxTdKcNEISbwNaR6 { width:5.9375rem;height:5.9375rem;top:27.9013671875rem;left:2.3740234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WXQlQtmrW6ZE1HSaFVDGo2NzbgGCzpwB { width:17.5rem;height:23.25rem;top:74.9345703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fQS0Z2msVLwHzc8RPSaoOtMUOT2QTPR1 { width:17.5rem;height:23.25rem;top:99.4345703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JdImwUnxxsXNHChPSISqVdsGFoSIR7TW { width:17.5rem;height:23.25rem;top:123.9345703125rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlveGNHxrFb7dxHXmVJw0yevGtZWCA88 { width:15.1875rem;height:1.6494125rem;top:132.4345703125rem;left:2.8125rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #OKTRbk1KrZvuWmAm1XQ00a0Qoqat5gAM { width:15.1875rem;height:1.6494125rem;top:108.0595703125rem;left:2.625rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #B4oe07W0Xx1M8yaStLtJhRCTTcuVV7P7 { width:14.0625rem;height:3.298825rem;top:83.3095703125rem;left:2.5rem;font-size:1.375rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #dGWlFitr6A2rMKXOKFwPf39Di9JOHGTs { width:15.125rem;height:6.00260625rem;top:86.9345703125rem;left:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AskhkzccLkJqCBhK1BisFcEHelX5TZnz { width:15.125rem;height:7.50325rem;top:110.3095703125rem;left:2.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CAJ3wVuAQDdSPqPU2d5Cpa94TVGUngcq { width:15.125rem;height:4.50195rem;top:135.2470703125rem;left:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBRhsQLvf5ikZaWX4zF4c4RD4M5UXcsq { width:5.9375rem;height:5.9375rem;top:76.1220703125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LtfSq1TkEW6ZHItbwHXmgOaz31sWnnKb { width:5.9375rem;height:5.9375rem;top:100.6845703125rem;left:2.5625rem;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #AkW6xwnhKB6MHHcuaaeoac6QR3ODfUxv { width:5.9375rem;height:5.9375rem;top:125.1220703125rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MrgqBZaosXRCowIaIz2ZlQHPBo05pRM4 { width:7.5rem;height:7.5rem;top:76.0595703125rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bQACtyWXb59hSyNNWZz82QKXl4ombqU8 { width:7.5rem;height:7.5rem;top:100.6845703125rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkCGapR5HnePJ9aAmgzPU4tJW9bd9pql { width:7.5rem;height:7.5rem;top:125.1845703125rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO { display:block; }#AJPkdhT4GLwZBFUQp2lJ5SbaL9SGp4SO > .row .container { width:20rem;height:6.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NBZTmGRRASVB3XgIxHNrqmEUrTEwMvtR { width:13.75rem;height:4.19921875rem;top:2.050537109375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw { display:block; }#SFPiyoGU3NZxV6Uu9yLBFBd7g4S3zMBw > .row .container { width:20rem;height:76rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PXluRST3AnQNaU8TsWETudcZRU8FzWFm { width:10.249rem;height:1.6870125rem;top:4.687255859375rem;left:4.874267578125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iUnbGcNhwXn5H7gWCAGIMfhnaWnu6O6o { width:9.12475rem;height:1.62475625rem;top:12.3720703125rem;left:5.685791015625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #liCVPZHyzzc0osb58MiSiLBoezoC29sE { width:10.437rem;height:2.749025rem;top:19.123046875rem;left:4.7802734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uBBIOfaG14NhaFtRq14mRfM44MGZfmKT { width:11.875rem;height:1.8125rem;top:27.247802734375rem;left:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTFlEZ3e5LS9xv2wCUgxuGZrisT4pDhe { width:7.1875rem;height:2.0625rem;top:34.528564453125rem;left:6.46875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #uGaDMHLICb6KCmV6o1PaF9K8hLhBpxre { width:13.4375rem;height:1.6875rem;top:42.091552734375rem;left:3.28125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N96IHQbruz6SCWMZFni9yOBc33Ip6DrW { width:12.625rem;height:6.3125rem;top:2.4375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A55u4lhfKE3WUQTfOhqRkUIqMT0KVUX6 { width:14.4360625rem;height:3.75rem;top:71.025390625rem;left:2.78076171875rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TLwpTy24ld88kwri8CukIT4g0cdi7bGb { width:12.5rem;height:6.25rem;top:9.99755859375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MKNUy18SW7qOpiVIgko47uxplWGnZxD0 { width:12.5rem;height:6.25rem;top:17.49755859375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #b32eX4vVyk5HIOrNZ3JS9gCJloWnhXrb { width:12.5rem;height:6.25rem;top:24.99755859375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qOVok2Cnz1ybWgPaJHLCKPe8VqvFUhmu { width:12.5rem;height:6.25rem;top:47.595947265625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci7KKyphy1ztvbdT7CGSG5n1V3xfw5mE { width:12.5rem;height:6.25rem;top:32.49755859375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gK6h4NPI54MrTutHaLNpQSXo1NvrQxPw { width:20rem;height:1.75rem;top:74.22607421875rem;left:0rem;box-shadow: none;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #r5uMUn7Z7SUD618TbVekbJSD78ntMTZx { width:6.25rem;height:5.1365843211821rem;top:55.6875rem;left:7.0625rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #GASNiJeEZGeBWTtpb6s1ZiRlz0T6FE5d { width:12.5rem;height:6.25rem;top:55.125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FVMTyZuLvw7U70FfeZMpdLEdDuBLonyD { width:8.4375rem;height:1.9851459254139rem;top:64.75rem;left:5.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vW2T8GUSqlLoZPgqoQ0c0XfgGFxQJfvc { width:12.5rem;height:6.25rem;top:62.625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7yuaCpOVB7l2wQMchZer0WWSdVODKPf { width:9.375rem;height:2.5rem;top:49.376220703125rem;left:5.684814453125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EM47l5aZARmbP9bleNpGdZ9qblmSzhCX { width:20rem;height:10.0610625rem;top:65.977783203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rJzJwdDzDPxqULP758deXVViPz1IP36r { width:12.5rem;height:6.25rem;top:39.99755859375rem;left:3.75rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT { display:block; }#TPLBEbHe8puGy6IlMOgVOhlTsk6IcFGT > .row .container { width:20rem;height:21.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DHuslFXy8JZcsatyMDuLB1B5OSbw2gRZ { width:10.8125rem;height:6.2988125rem;top:2.880859375rem;left:4.59375rem;text-align:center;text-align-last:center;font-size:1.75rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #TkLi6Et7O1bb9rZzPWhmnbNDvUBZvLrd { width:20rem;height:3.0013rem;top:10.4287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DItSmxJUXvwXnfnsU1JkSJ697pFPHe5e { width:12.625rem;height:3.4375rem;top:15.6162109375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOZPRZpvDI2Xl8Fz6y8im9ZI2kbqIEhW { display:block; }
 }@media only screen and (max-width: 763px) { #vJJcvemF31nhponvuOV8UMZKLOdvl4v5 { background-color:#fafafa;background-image:none;display:block; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { background-color: transparent; background-image: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container > .video-iframe-container { display: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row > .video-iframe-container { display: none; }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .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); }#vJJcvemF31nhponvuOV8UMZKLOdvl4v5 > .row .container { height:10.625rem;width:20rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aO9QNyTDWK8pDpbOe4O3EIXJDHU4O9Lv { width:11.8115rem;height:2.68676875rem;top:2.9345703125rem;left:4.093017578125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #buQB5UC8bOB88EqJlFaNc6H2dDkWq1c8 { width:20rem;height:1.50065rem;top:6.247802734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }