.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:233,227,222;--color-primary-1:241,191,152;--color-primary-2:145,115,91;--color-primary-3:87,69,55;--color-primary-4:47,35,19;--color-secondary-0:255,255,255;--color-secondary-1:234,234,234;--color-secondary-2:49,49,49;--color-secondary-3:45,41,41;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:88,88,88;--color-tertiary-2:49,49,49;--color-tertiary-3:34,34,34;--color-tertiary-4:0,0,0;--headlines-font-family:"source sans pro";--paragraphs-font-family:"Arial"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/2e46f22e-7de4-4eba-ab36-86ad16caed28/AdobeStock_278175694.jpeg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo.adaptive-delivery-prevent-bg, #fBXT10UT68XnOAOkb4cgvkohlUm7OsQo.lazyload, #fBXT10UT68XnOAOkb4cgvkohlUm7OsQo.lazyloading { background-image: none; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container { background-color: transparent; background-image: none; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container > .video-iframe-container { display: none; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.63); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row > .video-iframe-container { display: none; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .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); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container { border-width: 0; border-radius: 0; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container { width:75rem;height:38.5625rem;font-size:0.875rem;font-family:var(--paragraphs-font-family);position:relative;display:block; }#qWg9EsPsNW329wQLpt67acxytvlSqN2S { color:#161a4d;display:block;width:33.875rem;position:absolute;font-family:manrope;font-size:2.875rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:11.625rem;left:0.0625rem;height:8.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#c7fiKzTROF6xmOJ8VkAqJdrAreXPZUlZ { color:#313131;display:block;width:40.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:21.0625rem;left:0.0625rem;height:3.25rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#VTdvODCiuZzzc8o2oSiea0Pl5FuW5HiS { background-color:#161a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.0625rem;height:3.1875rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:25.1875rem;left:0.0625rem;display:block; }
#HOgvfbLtTArcQR9BVFmMpfbSWIQCCf1f { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qWixV2O3cM2nr0Ts3yZrTxu7aOI46ZSV { box-sizing:content-box;height:11.625rem;width:25.75rem;position:absolute;display:block;z-index:14999;background-color:#161a4d;background-image:none;top:0rem;left:49.125rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;display:block; }
#mxCmAm1m9sPdVfkgNx3m5FUuF0ePwqNV { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:manrope;font-size:1.9375rem;font-weight:700;z-index:15007;line-height:1.1;letter-spacing:0;top:2.25rem;left:50.625000953674rem;height:4.2625rem;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;font-style:normal;display:block; }
#rvTlnrPA7RyS1g1wvdCNCuROkM0blOrl { color:#ffffff;display:block;width:22.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:7.25rem;left:50.562500953674rem;height:2.798825rem;text-align:left;text-align-last:left;display:block; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-form-header {  }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-regular-label { height:auto;display:block;font-family:lato;font-size:0.875rem;font-weight:700;color:#000000;width:23.25rem;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;font-style:normal; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.25rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-text {padding-top: 0; padding-bottom: 0;}#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#f4f4f4;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #cecece;border-left:0.0625rem solid #cecece;border-right:0.0625rem solid #cecece;border-bottom:0.0625rem solid #cecece;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:23.25rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:lato;vertical-align:top; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.25rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-select {padding-top: 0; padding-bottom: 0;}#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#c32026;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:23.25rem;height:3.75rem;font-family:lato;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(0,0,0,0.25) ; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g [class*="-text"]:-moz-placeholder { color:#6f6f6f;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g [class*="-text"]::-moz-placeholder { color:#6f6f6f;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g [class*="-text"]:-ms-input-placeholder { color:#6f6f6f;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g [class*="-text"]::-webkit-input-placeholder { color:#6f6f6f;font-family:lato;font-size:0.875rem;font-weight:400;font-style:normal; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:lato;line-height:1.6;font-size:0.875rem;font-weight:400;color:#ffffff;vertical-align:top;width:22rem;overflow:hidden;font-style:normal;float:none; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .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; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:lato;font-size:0.875rem;font-weight:400;color:#000000;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-container:first-of-type{padding-top:0;}#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-container:last-of-type{padding-bottom:0;}#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g  { background-color:#161a4d;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:49.125rem;top:10.5rem;z-index:15006;position:absolute; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.25rem;display:block;vertical-align:top; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-info-text { display:block;height:auto;font-family:lato;font-size:0.875rem;line-height:1.3;font-weight:400;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g {display:block;}#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g { background-color:#161a4d;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.25rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:49.125rem;top:10.5rem;z-index:15006;position:absolute; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #Eg4G2cp9ywTB29oT95rgzL2wqFCUftHN { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #SJP20VqlEmm3ttBCmqT0RZr3TglritWs { position:relative;display:none; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #vQoQlbRu25H5yM7OmmVBwOetBttkEQr1 { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #iqqLw2FhyGVDA334iDVlhHs9OuPZ3Har { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #rQCesyQQNggt1KIDNpcAG2hwJE8dhLsK { position:relative;display:none; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #w43Tlzp1MKhEUyrdlEywWfniaF4Qhi03 { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #TtFDh88LIXrpgKcG4gXfg0D0VZzDBTiQ { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #rfSLKy1bOHx2ZKKs0D0RNCOs3aKUkolh { position:relative;display:none; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #BAAbC18ApMMeGAECUBA5PF9o7rEEExBT { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #ba3pdm0T06d7TOo0P6aJiSb2xbxq9yme { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #VrblaAfrG610ioW3GKPM5tQ4wWrdmXZ0 { position:relative;display:none; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #HNmHll30HcFwq8Tq6fJaLkkokHT7J9rZ { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #bTy1E2Dp7xo4qQc3KkMLnRb1yvc1z4su { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #VVvxNAkhTnAT3QcwCXE47A37SaaSmfoG { position:relative;display:none; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #CgHaEwq3lyxFEgLd0yrabgVaiD0us1Gq { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #DrxMb0e2CGHJcngk8dvmmRZUUATap2mD { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #SzfPxcCkFrtcydFOdZ9ZnpTXZ7uhuuTy { position:relative;display:none; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #xiJ61acgW9rQxKUHtbBKussCxcCg0vcT { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #C4JrPVNtFFK3MZNlGZ9MokSuSm3UeD5D { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #IKF416OvEsVEzKK14lQ5ic5dWK7HTEQ6 { position:relative;display:none; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #Fk8X50hKtNz19RVbeeKxZF1eLXNnBi3i { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #FoOF9aFRHTbK0kp2RimJpCMWpDfBIcxr { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #zqNAX2bF94xH6o8ufPwq0gJ8TLkKbJme { position:relative;display:none; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #TdkQOJmpL3v8xTFWQ0JTq6SItxMblVMT { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #wTlzanOo3JJAMFLEFu717hyn1mftazLk { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #UZIfkxMW4QpJa1LqK551D3UiFRZnq7kL { position:relative;z-index:2; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #ZESvuA1a0ywKrlK9m4eTmmeUciI7o5xQ { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #lBF4XTWghgsgNolJTGVmi6vSF0OZRwDm { position:relative; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #D6qHGvi7B9vwSuxh6p4VeOssR94a5E4H { position:relative; }
#TChekWW02JU2p1yBQLim4nVPvWmBsCwb { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #a7a7a7;border-left:0.125rem solid #a7a7a7;border-right:0.125rem solid #a7a7a7;border-bottom:0.125rem solid #a7a7a7;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-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:17.5rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:1.5625rem;left:30.099999427796rem;display:block; }
#pONPzL0i40wz1cT0T4QldCqTEmyxeFXC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oAFRaxy5FzuVkFRvnDiG827vIsp6NFaW { 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.5rem;width:18.75rem;top:1.0625rem;left:0.0625rem;overflow:hidden;display:block; }
#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU { background-color:rgba(14,14,14,0.67);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container { background-color: transparent; background-image: none; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container > .video-iframe-container { display: none; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row > .video-iframe-container { display: none; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .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); }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container { border-width: 0; border-radius: 0; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container { font-size:0.875rem;font-family:arial;height:7.5rem;width:75rem;overflow:visible;position:relative;display:block; }#b8ck4u4TKZI2To1abX0Do5JG4fmQPGwR { color:#ffffff;display:block;width:8.6875rem;position:absolute;font-family:manrope;font-size:2rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:2.1875rem;left:0.8125rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zs6rAG71xuLEDAuaokursG8mSqWc3gwm { color:#ffffff;display:block;width:4.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1;letter-spacing:0;top:4.25rem;left:0.8125rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#pSfvCid7TdiOia5f6cgiqRk2c4BvU01D { color:#ffffff;display:block;width:13.0625rem;position:absolute;font-family:manrope;font-size:2rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:2.1875rem;left:13.5625rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mGutzDEWk5tE8unywLVCSboAMt74Of5O { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:4.25rem;left:13.5625rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S62lrpzMXQWsraKOlAV7XJl4Zr9pmVSW { color:#ffffff;display:block;width:16.75rem;position:absolute;font-family:manrope;font-size:2rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:2.1875rem;left:30.875rem;height:2rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ffMSPhfuFLE35AtRK4qQNWycPyKKBR6Q { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15009;line-height:1;letter-spacing:0;top:4.25rem;left:30.875000953674rem;height:1rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OgHBlkv2K6vBpiELsEz23KRBLRBNz9JV { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15010;background-color:rgba(255,255,255,0.52);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:0rem;display:block; }
#CfVxGv146nGu7y4kPhEglirWKEFUUskc { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15011;background-color:rgba(255,255,255,0.52);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.1875rem;left:12.3125rem;display:block; }
#LkZycy1oXz8q8HUZM8GDQIdM7T8scCn4 { box-sizing:content-box;height:3.125rem;width:0.125rem;position:absolute;display:block;z-index:15012;background-color:rgba(255,255,255,0.52);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.2999992370606rem;left:29.500000953674rem;display:block; }
#TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI { position:relative;display:block; }#TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI { background-color: transparent; background-image: none; }#TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI > .row .container > .video-iframe-container { display: none; }#TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI > .row > .video-iframe-container { display: none; }#TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI > .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); }#TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI { border-width: 0; border-radius: 0; }#TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#wTDRM9txudaeCeGMhBVpEDyKCVXFuoDd { color:#161a4d;display:block;width:42.6875rem;position:absolute;font-family:manrope;font-size:2rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:1.999219417572rem;left:0rem;height:2rem;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;display:block; }
#niWquKToHU06bkuJr7aZearcItu7XXRM { color:rgba(var(--color-tertiary-1),1);display:block;width:48.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15006;line-height:1.6;letter-spacing:0;top:4.8125009536743rem;left:0rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi { position:relative;display:block; }#Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi { background-color: transparent; background-image: none; }#Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi > .row .container > .video-iframe-container { display: none; }#Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi > .row > .video-iframe-container { display: none; }#Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi > .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); }#Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi { border-width: 0; border-radius: 0; }#Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:38rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#oFcZ0RPRpmpiov5oeZD8KCRVgHqoOQgc { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:1.375rem;left:39.4375rem; }
#ZfEZ8QJPTrepkSlZwdUcsM77Rd7WvRHV { color:rgba(var(--color-tertiary-1),1);display:block;width:31.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:1.375rem;left:41.625rem;height:7.99805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bPrvTM8JmHDpDox0vOX36puINJVxkJKo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:10.9375rem;left:39.4375rem; }
#y3xVlJqqfAslLThBm5PxUyAJQ5sNvEyA { color:rgba(var(--color-tertiary-1),1);display:block;width:31.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:10.9375rem;left:41.625rem;height:7.99805rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#o1yw5TX6tIEzBODRv6vqsZ73VWuE2CCS { color:rgba(var(--color-tertiary-1),1);display:block;width:31.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:20.9375rem;left:41.625rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#t5F3KaEzLxSTJdr8gTLJKOi8bkqSdtDv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:20.9375rem;left:39.4375rem; }
#OgP692phXSESyNTUzTMT0Gi8CJuKdyiR { color:rgba(var(--color-tertiary-1),1);display:block;width:31.4375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:29.1875rem;left:41.625rem;height:6.3984375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#HhvPJF617OzANwu4tMW0fxbgrJVdZK4w { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15022;opacity:1;top:29.1875rem;left:39.4375rem; }
#Cle6FD6qVfAKTIlMEKTrOEiGu1ed2WbC { position:absolute;display:block;z-index:15021;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:31.875rem;width:37.5625rem;top:2.5000003874302rem;left:0rem;overflow:hidden;display:block; }
#z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161a4d;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; }#z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 > .row .container { background-color: transparent; background-image: none; }#z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 > .row .container > .video-iframe-container { display: none; }#z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 > .row > .video-iframe-container { display: none; }#z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 > .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); }#z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 > .row .container { border-width: 0; border-radius: 0; }#z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:9.25rem;width:75rem;position:relative;display:block; }#FTZHrStLbHH4fxVL3D9QkQl8O1PW1h5W { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:manrope;font-size:2rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:2.4375rem;left:0rem;height:2rem;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;display:block; }
#D6ss8Lblv3p3d2eCHakItKlzgDrzFgrx { color:#ffffff;display:block;width:49.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:4.9375rem;left:0rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ywo7VwF9BTQLPJaAntP4eL5FFTTCBHL2 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.03125rem;left:59.875000953674rem;display:block; }
#U4tSrcFa7ZvrzzGQIPRSQWiv3qTJZPBR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),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; }#p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs > .row .container { background-color: transparent; background-image: none; }#p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs > .row .container > .video-iframe-container { display: none; }#p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs > .row > .video-iframe-container { display: none; }#p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs > .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); }#p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs > .row .container { border-width: 0; border-radius: 0; }#p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:6.0625rem;width:75rem;position:relative;display:block; }#sTuyFKvX3CBhKpKIRe7JZFsSALvAeVv8 { color:#161a4d;display:block;width:35.0625rem;position:absolute;font-family:manrope;font-size:2rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:2.8125rem;left:19.967968940735rem;height:2rem;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:center;text-align-last:center;display:block; }
#NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eaeaea;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; }#NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 > .row .container { background-color: transparent; background-image: none; }#NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 > .row .container > .video-iframe-container { display: none; }#NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 > .row > .video-iframe-container { display: none; }#NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 > .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); }#NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 > .row .container { border-width: 0; border-radius: 0; }#NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 > .row .container { font-size:0.875rem;font-family:arial;height:20.625rem;width:75rem;position:relative;display:block; }#wz1WaBTG8iIQrP2VvTipy19LNg0xgK1Z { color:rgba(var(--color-tertiary-2),1);display:block;width:11.4375rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9375rem;left:5.6546869277954rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QM8LdSR0ctTLMhrhXiNs7xVK07lrZbQc { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:inter;font-size:1.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.2093772888184rem;left:10.122656822204rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PG4nUrrl6mmqZPWmPkguChOTV47aTHg4 { position:absolute;display:block;z-index:15005;background-color:#161a4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:1.875rem;left:9.7499990463256rem;display:block; }
#pOkNdN30o8rTZG6tIa6DSxi7CvATT3pU { position:absolute;display:block;z-index:15008;background-color:#161a4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:1.9375rem;left:35.812500953674rem;display:block; }
#Rkr0LpZ7NPOAlgs4BsS58kbapdz3ED49 { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:inter;font-size:1.9375rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:2.3125rem;left:36.250000953674rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XgA8cKqw9HVUWAD5F3EuJHtvzK0mPTw6 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.8125rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:5.9375rem;left:29.093750953674rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IzDE2eqfgXA2TXxU2o32ogAR3iXuGVPO { color:#161a4d;display:block;width:16.1875rem;position:absolute;font-family:manrope;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:5.9375rem;left:54.4375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#G3geaq8AnO3kniJlZwZWA0gUTcXWz23A { position:absolute;display:block;z-index:15011;background-color:#161a4d;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:3.1875rem;width:3.1875rem;top:1.9375rem;left:60.875000953674rem;display:block; }
#LPMTtgf5WicZn2uwRyasBWhkdcB0Ic1l { color:rgba(var(--color-tertiary-0),1);display:block;width:2.5rem;position:absolute;font-family:inter;font-size:1.9375rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.2312507629394rem;left:61.250000953674rem;height:2.51875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OGITfwMfPtA0OKLEOwgJpN68yKwvtXkN { color:rgba(var(--color-tertiary-1),1);display:block;width:13.5625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:8.4000015258787rem;left:4.65625rem;height:3.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dF6I5DW0TpzRD3kATXNhpxN8h9E317If { color:rgba(var(--color-tertiary-1),1);display:block;width:15.9375rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:8.3992195129394rem;left:29.531250953674rem;height:3.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fTdhz40pqeN5pUB2v30TikhbXT1eUupw { color:rgba(var(--color-tertiary-1),1);display:block;width:14.6875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:8.149218559265rem;left:55.156250953674rem;height:3.2rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#axW6mtczUTQXA1rlNJkb1zkntsM9qW7m { background-color:#161a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.625rem;height:3.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:13.03125rem;left:31.187500953674rem;display:block; }
#z6q5vUiW1XtExqhowFSiBgOg4mZ8f8XN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161a4d;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; }#zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv > .row .container { background-color: transparent; background-image: none; }#zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv > .row .container > .video-iframe-container { display: none; }#zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv > .row > .video-iframe-container { display: none; }#zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv > .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); }#zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv > .row .container { border-width: 0; border-radius: 0; }#zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:7.5rem;width:75rem;position:relative;display:block; }#eA9BTIKntoXdP7uzhasWbPQzaS5IrK0x { color:#ffffff;display:block;width:35.0625rem;position:absolute;font-family:manrope;font-size:2rem;font-weight:700;z-index:15008;line-height:1;letter-spacing:0;top:2.6750001907349rem;left:19.967968940735rem;height:;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:center;text-align-last:center;display:block; }
#s2DpFh315qQ6OQJCwlhUs9ztCNhTkN5T { color:#ffffff;display:block;width:50.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:5.1875rem;left:12.342968940735rem;height:1.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161a4d;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; }#xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo > .row .container { background-color: transparent; background-image: none; }#xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo > .row .container > .video-iframe-container { display: none; }#xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo > .row > .video-iframe-container { display: none; }#xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo > .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); }#xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo > .row .container { border-width: 0; border-radius: 0; }#xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo > .row .container { font-size:0.875rem;font-family:arial;height:24.3125rem;width:75rem;position:relative;display:block; }#dm3OIKVFdo7cJOi03XX4cp3XfTXxZqBW { color:#ffffff;display:block;width:13.4375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:6.1875rem;left:5.78125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#imGeG7BZGwZT44flCzdnqVCB9ypSs7fw { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:8.75rem;left:3.5625rem;height:6.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VLzMMeaFI6xsQQXMAUxSqqpvoMNvWZC2 { color:#ffffff;display:block;width:18.9375rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:6.1875rem;left:28.031250953674rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q98uLu4WvxDLqfTgQ9oiI720fpOxtKea { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:8.75rem;left:28.5625rem;height:6.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kxXqoLJ9qOpLWmpg0EJnBwTr3KsQrbte { color:#ffffff;display:block;width:17.6875rem;position:absolute;font-family:inter;font-size:1.25rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:6.1875rem;left:53.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TF9LCksSGspby1hg811KVRq7ECKzvXWM { color:#ffffff;display:block;width:17.875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15015;line-height:1.6;letter-spacing:0;top:8.75rem;left:53.5625rem;height:6.3984375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rXdV9ulnFsuitBxvx16Z6kPHQrbP6ucp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:2.38671875rem;left:10.936718940735rem; }
#GM6TI9PT58UwWS5Wq7UT7g1yf9bagTE8 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:2.38671875rem;left:35.937500953674rem; }
#TOSmFOv5bvN6K1iizgOSmOcf8p465o2b { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:2.38671875rem;left:60.937500953674rem; }
#UrnWpVs22nVUlGb8RkCPkEK5OyGfp1mi { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.875rem;height:3.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:17.6875rem;left:31.062500953674rem;display:block; }
#ugWE1myCJhJt0aJ6WFkQhkJZcabJFL0T { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#waL20owzvzqWUq7JBaaVKEextz4CAmBC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),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; }#waL20owzvzqWUq7JBaaVKEextz4CAmBC > .row .container { background-color: transparent; background-image: none; }#waL20owzvzqWUq7JBaaVKEextz4CAmBC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waL20owzvzqWUq7JBaaVKEextz4CAmBC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waL20owzvzqWUq7JBaaVKEextz4CAmBC > .row .container > .video-iframe-container { display: none; }#waL20owzvzqWUq7JBaaVKEextz4CAmBC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#waL20owzvzqWUq7JBaaVKEextz4CAmBC > .row > .video-iframe-container { display: none; }#waL20owzvzqWUq7JBaaVKEextz4CAmBC > .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); }#waL20owzvzqWUq7JBaaVKEextz4CAmBC > .row .container { border-width: 0; border-radius: 0; }#waL20owzvzqWUq7JBaaVKEextz4CAmBC > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#waL20owzvzqWUq7JBaaVKEextz4CAmBC > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:29.125rem;width:75rem;position:relative;display:block; }#m20kQ4IeutfAl2KELNvsJH6XHXiI0sVR { color:#161a4d;display:block;width:25.75rem;position:absolute;font-family:manrope;font-size:2rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:2.375rem;left:0rem;height:4.798825rem;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;display:block; }
#K3r6X0aLTxyJtda5sOR6GRaWQthg6OkC { color:rgba(var(--color-tertiary-1),1);display:block;width:34.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15011;line-height:1.6;letter-spacing:0;top:8.1875rem;left:0rem;height:14.39645625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CIXtqXDEqTSRxN1ao9xrs9TRQmLMTNUf { background-color:#161a4d;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.375rem;height:3.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:23.6875rem;left:0rem;display:block; }
#h11u2gdhCzWyNs3guG9UTwWSsnozBH0U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ufsl2ufIB0QLK0OePC1oeQTFaXyuDXAr { position:absolute;display:block;z-index:15012;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:28.6875rem;width:21.5rem;top:0rem;left:45.500000953674rem;overflow:hidden;display:block; }
#kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#161a4d;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; }#kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw > .row .container { background-color: transparent; background-image: none; }#kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw > .row .container > .video-iframe-container { display: none; }#kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw > .row > .video-iframe-container { display: none; }#kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw > .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); }#kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw > .row .container { border-width: 0; border-radius: 0; }#kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:9.25rem;width:75rem;position:relative;display:block; }#CW3U59Qev6dINd1JwEmREwhvWeuuTE4Q { color:#ffffff;display:block;width:37.5rem;position:absolute;font-family:manrope;font-size:2rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:1.8125rem;left:0rem;height:2rem;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;display:block; }
#Atv713STDsRaWusO1UpGZZi8TZy6nz3E { color:#ffffff;display:block;width:54.1875rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15008;line-height:1.6;letter-spacing:0;top:4.3125rem;left:0rem;height:3.2rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#UyZuI1FfkWpiMyHR72khvv2dNpH7dGrr { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#000000;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:inter;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.125rem;height:3.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:3.03125rem;left:59.875000953674rem;display:block; }
#Qf0XLcMtTVTQ6yVTVq0gxugcGWMK5pTO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row .container { background-color: transparent; background-image: none; }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row .container > .video-iframe-container { display: none; }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row > .video-iframe-container { display: none; }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .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); }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row .container { border-width: 0; border-radius: 0; }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row .container { font-size:0.875rem;font-family:var(--paragraphs-font-family);height:14.1875rem;width:75rem;position:relative;display:block; }#TWzHztLVQC2hIvm9XmIlEczDZ45DkUPk { color:#000000;display:block;width:18.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15009;line-height:2.2;letter-spacing:0;top:3.3125rem;left:56.375rem;height:2.2rem;text-align:left;text-align-last:left;display:block; }
#DBO6lwtL1lX15CyqQisBgRWomaMycHpl { color:#000000;display:block;width:23.3125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:11.75rem;left:0rem;height:1.6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#pzC1kuIuOSq6Ll8T96D5TGsfZl0krqah { position:absolute;display:block;z-index:15037;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.625rem;width:2.9375rem;top:11.4375rem;left:22.561718940735rem;overflow:hidden;display:block; }
#QzxRyVJgXmHLEeCq6Xr8vNGuU9DwkKU4 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.1875rem;width:1.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15038;opacity:1;top:3.875rem;left:54.875rem; }
#EMAV4vgk4kXIrzvp8llr3oL98pmZVcaT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.25rem;width:1.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15039;opacity:1;top:6rem;left:54.8125rem; }
#eDM0QPg8wMdsCbnewNzNnsBHVv4idXbv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15041;opacity:1;top:11.625rem;left:73.125rem; }
#DViAXzuZWDt3BTEGs2UTnZ6czig5wdoK { color:#000000;display:block;width:6.125rem;position:absolute;font-family:inter;font-size:1rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:11.75rem;left:66.750000953675rem;height:1.6rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hdTwTMkKBFQIAVBTnBaWCakxwUnkhoG5 { box-sizing:content-box;height:0.0625rem;width:75rem;position:absolute;display:block;z-index:15042;background-color:rgba(0,0,0,0.22);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:10.9375rem;left:0rem;display:block; }
#fAEAdJEMEt0g87dhGVR32QBJx0NXNEXx { color:#000000;display:block;width:18.625rem;position:absolute;font-family:inter;font-size:1rem;font-weight:normal;z-index:15010;line-height:2.2;letter-spacing:0;top:5.5120754241943rem;left:56.375002384186rem;height:2.2rem;text-align:left;text-align-last:left;display:block; }
#oRJ13NssZhLQQFmhOhSfTgoK6mgvy98r { position:absolute;display:block;z-index:15043;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.5rem;width:18.75rem;top:2.26171875rem;left:0rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fBXT10UT68XnOAOkb4cgvkohlUm7OsQo { display:block; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWg9EsPsNW329wQLpt67acxytvlSqN2S { width:33.875rem;height:8.625rem;top:11.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7fiKzTROF6xmOJ8VkAqJdrAreXPZUlZ { width:40.9375rem;height:3.25rem;top:21.0625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdvODCiuZzzc8o2oSiea0Pl5FuW5HiS { width:12.0625rem;height:3.1875rem;top:25.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOgvfbLtTArcQR9BVFmMpfbSWIQCCf1f { display:block; }
 }@media only screen and (max-width: 763px) { #qWixV2O3cM2nr0Ts3yZrTxu7aOI46ZSV { top:0rem;left:22rem;width:25.75rem;height:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxCmAm1m9sPdVfkgNx3m5FUuF0ePwqNV { top:2.25rem;left:26.625rem;width:21.125rem;height:4.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rvTlnrPA7RyS1g1wvdCNCuROkM0blOrl { top:7.25rem;left:24.875rem;width:22.875rem;height:2.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-regular-label { display:block;width:23.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-text { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-text {padding-top: 0; padding-bottom: 0;}#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-textarea { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-select { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-select {padding-top: 0; padding-bottom: 0;}#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-button { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-checkbox-label { width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g  { width:23.25rem;height:auto;top:10.5rem;left:22rem; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .radio-container { width:23.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g {display:block;}#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g { width:23.25rem;height:auto;top:10.5rem;left:22rem; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #Eg4G2cp9ywTB29oT95rgzL2wqFCUftHN {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #SJP20VqlEmm3ttBCmqT0RZr3TglritWs { display:block; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #vQoQlbRu25H5yM7OmmVBwOetBttkEQr1 {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #iqqLw2FhyGVDA334iDVlhHs9OuPZ3Har {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #rQCesyQQNggt1KIDNpcAG2hwJE8dhLsK { display:block; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #w43Tlzp1MKhEUyrdlEywWfniaF4Qhi03 {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #TtFDh88LIXrpgKcG4gXfg0D0VZzDBTiQ {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #rfSLKy1bOHx2ZKKs0D0RNCOs3aKUkolh { display:block; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #BAAbC18ApMMeGAECUBA5PF9o7rEEExBT {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #ba3pdm0T06d7TOo0P6aJiSb2xbxq9yme {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #VrblaAfrG610ioW3GKPM5tQ4wWrdmXZ0 { display:block; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #HNmHll30HcFwq8Tq6fJaLkkokHT7J9rZ {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #bTy1E2Dp7xo4qQc3KkMLnRb1yvc1z4su {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #VVvxNAkhTnAT3QcwCXE47A37SaaSmfoG { display:block; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #CgHaEwq3lyxFEgLd0yrabgVaiD0us1Gq {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #DrxMb0e2CGHJcngk8dvmmRZUUATap2mD {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #SzfPxcCkFrtcydFOdZ9ZnpTXZ7uhuuTy { display:block; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #xiJ61acgW9rQxKUHtbBKussCxcCg0vcT {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #C4JrPVNtFFK3MZNlGZ9MokSuSm3UeD5D {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #IKF416OvEsVEzKK14lQ5ic5dWK7HTEQ6 { display:block; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #Fk8X50hKtNz19RVbeeKxZF1eLXNnBi3i {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #FoOF9aFRHTbK0kp2RimJpCMWpDfBIcxr {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #zqNAX2bF94xH6o8ufPwq0gJ8TLkKbJme { display:block; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #TdkQOJmpL3v8xTFWQ0JTq6SItxMblVMT {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #wTlzanOo3JJAMFLEFu717hyn1mftazLk {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #UZIfkxMW4QpJa1LqK551D3UiFRZnq7kL {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #ZESvuA1a0ywKrlK9m4eTmmeUciI7o5xQ {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #lBF4XTWghgsgNolJTGVmi6vSF0OZRwDm {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #D6qHGvi7B9vwSuxh6p4VeOssR94a5E4H {  }
 }@media only screen and (max-width: 763px) { #TChekWW02JU2p1yBQLim4nVPvWmBsCwb { width:17.5rem;height:3.4375rem;top:1.5625rem;left:16.474999427796rem;display:block; }
 }@media only screen and (max-width: 763px) { #pONPzL0i40wz1cT0T4QldCqTEmyxeFXC { display:block; }
 }@media only screen and (max-width: 763px) { #oAFRaxy5FzuVkFRvnDiG827vIsp6NFaW { top:1.0625rem;left:0rem;width:18.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU { background-color:transparent;background-image:url("https://images.assets-landingi.com/ULKHmY82/Mask_Group_3.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU.adaptive-delivery-prevent-bg, #ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU.lazyload, #ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU.lazyloading { background-image: none; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container { background-color: transparent; background-image: none; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container > .video-iframe-container { display: none; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row > .video-iframe-container { display: none; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .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); }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container { border-width: 0; border-radius: 0; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8ck4u4TKZI2To1abX0Do5JG4fmQPGwR { width:8.6875rem;height:2rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs6rAG71xuLEDAuaokursG8mSqWc3gwm { width:4.125rem;height:1rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSfvCid7TdiOia5f6cgiqRk2c4BvU01D { width:13.0625rem;height:2rem;top:2.1875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGutzDEWk5tE8unywLVCSboAMt74Of5O { width:14.3125rem;height:1rem;top:4.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S62lrpzMXQWsraKOlAV7XJl4Zr9pmVSW { width:16.75rem;height:2rem;top:2.1875rem;left:17.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffMSPhfuFLE35AtRK4qQNWycPyKKBR6Q { width:16.875rem;height:1rem;top:4.25rem;left:17.250000953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgHBlkv2K6vBpiELsEz23KRBLRBNz9JV { top:2.1875rem;left:0rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfVxGv146nGu7y4kPhEglirWKEFUUskc { top:2.1875rem;left:0rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkZycy1oXz8q8HUZM8GDQIdM7T8scCn4 { top:2.25rem;left:15.875000953674rem;width:0.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI { display:block; }#TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTDRM9txudaeCeGMhBVpEDyKCVXFuoDd { width:42.6875rem;height:2rem;top:1.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #niWquKToHU06bkuJr7aZearcItu7XXRM { width:47.75rem;height:3.1875rem;top:4.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi { display:block; }#Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFcZ0RPRpmpiov5oeZD8KCRVgHqoOQgc { top:1.375rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfEZ8QJPTrepkSlZwdUcsM77Rd7WvRHV { width:31.4375rem;height:8rem;top:1.375rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPrvTM8JmHDpDox0vOX36puINJVxkJKo { top:10.9375rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3xVlJqqfAslLThBm5PxUyAJQ5sNvEyA { width:31.4375rem;height:8rem;top:10.9375rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1yw5TX6tIEzBODRv6vqsZ73VWuE2CCS { width:31.4375rem;height:6.375rem;top:20.9375rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5F3KaEzLxSTJdr8gTLJKOi8bkqSdtDv { top:20.9375rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgP692phXSESyNTUzTMT0Gi8CJuKdyiR { width:31.4375rem;height:6.375rem;top:29.1875rem;left:16.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhvPJF617OzANwu4tMW0fxbgrJVdZK4w { top:29.1875rem;left:23.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cle6FD6qVfAKTIlMEKTrOEiGu1ed2WbC { top:2.5rem;left:0rem;width:37.5625rem;height:31.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 { display:block; }#z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTZHrStLbHH4fxVL3D9QkQl8O1PW1h5W { width:35.0625rem;height:2rem;top:2.4375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ss8Lblv3p3d2eCHakItKlzgDrzFgrx { width:47.75rem;height:1.625rem;top:4.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywo7VwF9BTQLPJaAntP4eL5FFTTCBHL2 { width:15.125rem;height:3.1875rem;top:3rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4tSrcFa7ZvrzzGQIPRSQWiv3qTJZPBR { display:block; }
 }@media only screen and (max-width: 763px) { #p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs { display:block; }#p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTuyFKvX3CBhKpKIRe7JZFsSALvAeVv8 { width:35.0625rem;height:2rem;top:2.8125rem;left:6.342968940735rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 { display:block; }#NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz1WaBTG8iIQrP2VvTipy19LNg0xgK1Z { top:5.9375rem;left:1.0921869277954rem;width:11.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QM8LdSR0ctTLMhrhXiNs7xVK07lrZbQc { top:2.1875rem;left:5.5601568222046rem;width:2.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG4nUrrl6mmqZPWmPkguChOTV47aTHg4 { top:1.875rem;left:5.1874990463257rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOkNdN30o8rTZG6tIa6DSxi7CvATT3pU { top:1.9375rem;left:22.125000953674rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkr0LpZ7NPOAlgs4BsS58kbapdz3ED49 { top:2.3125rem;left:22.562500953674rem;width:2.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgA8cKqw9HVUWAD5F3EuJHtvzK0mPTw6 { top:5.9375rem;left:14.9375rem;width:16.8125rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IzDE2eqfgXA2TXxU2o32ogAR3iXuGVPO { top:5.9375rem;left:31.4375rem;width:16.1875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G3geaq8AnO3kniJlZwZWA0gUTcXWz23A { top:1.9375rem;left:38.062500953674rem;width:3.1875rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPMTtgf5WicZn2uwRyasBWhkdcB0Ic1l { top:2.1875rem;left:38.437500953674rem;width:2.5rem;height:2.5rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGITfwMfPtA0OKLEOwgJpN68yKwvtXkN { width:13.5625rem;height:3.1875rem;top:8.375rem;left:0.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF6I5DW0TpzRD3kATXNhpxN8h9E317If { width:15.9375rem;height:3.1875rem;top:8.375rem;left:15.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTdhz40pqeN5pUB2v30TikhbXT1eUupw { width:14.6875rem;height:3.1875rem;top:8.125rem;left:32.343750953674rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axW6mtczUTQXA1rlNJkb1zkntsM9qW7m { width:12.625rem;height:3.1875rem;top:13rem;left:17.500000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6q5vUiW1XtExqhowFSiBgOg4mZ8f8XN { display:block; }
 }@media only screen and (max-width: 763px) { #zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv { display:block; }#zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA9BTIKntoXdP7uzhasWbPQzaS5IrK0x { width:35.0625rem;height:;top:2.625rem;left:6.342968940735rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2DpFh315qQ6OQJCwlhUs9ztCNhTkN5T { width:47.75rem;height:1.5625rem;top:5.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo { display:block; }#xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dm3OIKVFdo7cJOi03XX4cp3XfTXxZqBW { top:6.1875rem;left:1.21875rem;width:13.4375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #imGeG7BZGwZT44flCzdnqVCB9ypSs7fw { width:17.875rem;height:6.375rem;top:8.75rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLzMMeaFI6xsQQXMAUxSqqpvoMNvWZC2 { top:6.1875rem;left:12.8125rem;width:18.9375rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q98uLu4WvxDLqfTgQ9oiI720fpOxtKea { width:17.875rem;height:4.75rem;top:8.75rem;left:13.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxXqoLJ9qOpLWmpg0EJnBwTr3KsQrbte { top:6.1875rem;left:29.9375rem;width:17.6875rem;height:1.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TF9LCksSGspby1hg811KVRq7ECKzvXWM { width:17.875rem;height:4.75rem;top:8.75rem;left:29.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXdV9ulnFsuitBxvx16Z6kPHQrbP6ucp { top:2.375rem;left:6.374218940735rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GM6TI9PT58UwWS5Wq7UT7g1yf9bagTE8 { top:2.375rem;left:22.250000953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOSmFOv5bvN6K1iizgOSmOcf8p465o2b { top:2.375rem;left:38.125000953674rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UrnWpVs22nVUlGb8RkCPkEK5OyGfp1mi { width:12.875rem;height:3.1875rem;top:17.6875rem;left:17.375000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugWE1myCJhJt0aJ6WFkQhkJZcabJFL0T { display:block; }
 }@media only screen and (max-width: 763px) { #waL20owzvzqWUq7JBaaVKEextz4CAmBC { display:block; }#waL20owzvzqWUq7JBaaVKEextz4CAmBC > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m20kQ4IeutfAl2KELNvsJH6XHXiI0sVR { width:25.75rem;height:4.75rem;top:2.375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3r6X0aLTxyJtda5sOR6GRaWQthg6OkC { width:34.625rem;height:14.375rem;top:8.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIXtqXDEqTSRxN1ao9xrs9TRQmLMTNUf { width:12.375rem;height:3.1875rem;top:23.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #h11u2gdhCzWyNs3guG9UTwWSsnozBH0U { display:block; }
 }@media only screen and (max-width: 763px) { #Ufsl2ufIB0QLK0OePC1oeQTFaXyuDXAr { top:0rem;left:25.062500953674rem;width:21.5rem;height:28.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw { display:block; }#kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CW3U59Qev6dINd1JwEmREwhvWeuuTE4Q { width:37.5rem;height:2rem;top:1.8125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atv713STDsRaWusO1UpGZZi8TZy6nz3E { width:47.75rem;height:3.1875rem;top:4.3125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyZuI1FfkWpiMyHR72khvv2dNpH7dGrr { width:15.125rem;height:3.1875rem;top:3rem;left:32.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf0XLcMtTVTQ6yVTVq0gxugcGWMK5pTO { display:block; }
 }@media only screen and (max-width: 763px) { #A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs { display:block; }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWzHztLVQC2hIvm9XmIlEczDZ45DkUPk { top:3.3125rem;left:29.125rem;width:18.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBO6lwtL1lX15CyqQisBgRWomaMycHpl { top:11.75rem;left:0rem;width:23.3125rem;height:1.625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #pzC1kuIuOSq6Ll8T96D5TGsfZl0krqah { top:11.4375rem;left:8.936718940735rem;width:2.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzxRyVJgXmHLEeCq6Xr8vNGuU9DwkKU4 { top:3.875rem;left:41.25rem;width:1.1875rem;height:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMAV4vgk4kXIrzvp8llr3oL98pmZVcaT { top:6rem;left:41.1875rem;width:1.25rem;height:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDM0QPg8wMdsCbnewNzNnsBHVv4idXbv { top:11.625rem;left:45.875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DViAXzuZWDt3BTEGs2UTnZ6czig5wdoK { width:6.125rem;height:1.625rem;top:11.75rem;left:40.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdTwTMkKBFQIAVBTnBaWCakxwUnkhoG5 { top:10.9375rem;left:0rem;width:47.75rem;height:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAEAdJEMEt0g87dhGVR32QBJx0NXNEXx { top:5.5rem;left:29.125rem;width:18.625rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oRJ13NssZhLQQFmhOhSfTgoK6mgvy98r { top:2.25rem;left:0rem;width:18.75rem;height:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #fBXT10UT68XnOAOkb4cgvkohlUm7OsQo { background-color:#ffffff;background-image:none;display:block; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container { background-color: transparent; background-image: none; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container > .video-iframe-container { display: none; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row > .video-iframe-container { display: none; }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .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); }#fBXT10UT68XnOAOkb4cgvkohlUm7OsQo > .row .container { width:20rem;height:82.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qWg9EsPsNW329wQLpt67acxytvlSqN2S { width:18.75rem;height:8rem;top:12.5rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #c7fiKzTROF6xmOJ8VkAqJdrAreXPZUlZ { width:18.75rem;height:6.5rem;top:21.112501859665rem;left:0.62421876192093rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTdvODCiuZzzc8o2oSiea0Pl5FuW5HiS { width:12.0625rem;height:3.8125rem;top:28.625rem;left:3.9687500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #HOgvfbLtTArcQR9BVFmMpfbSWIQCCf1f { display:block; }
 }@media only screen and (max-width: 763px) { #qWixV2O3cM2nr0Ts3yZrTxu7aOI46ZSV { width:20rem;height:46.6875rem;top:34.174999237061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mxCmAm1m9sPdVfkgNx3m5FUuF0ePwqNV { width:17.375rem;height:3.4375rem;top:35.425000190735rem;left:1.3125000596046rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rvTlnrPA7RyS1g1wvdCNCuROkM0blOrl { width:17.3125rem;height:4.2rem;top:39.737499952316rem;left:1.3437500596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-regular-label { display:block;width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-text {padding-top: 0; padding-bottom: 0;}#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .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; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-select {padding-top: 0; padding-bottom: 0;}#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g  { width:17.5rem;height:auto;top:45.175000190735rem;left:0rem; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g {display:block;}#H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g { width:17.5rem;height:auto;top:45.175000190735rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #Eg4G2cp9ywTB29oT95rgzL2wqFCUftHN {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #SJP20VqlEmm3ttBCmqT0RZr3TglritWs { display:none; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #vQoQlbRu25H5yM7OmmVBwOetBttkEQr1 {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #iqqLw2FhyGVDA334iDVlhHs9OuPZ3Har {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #rQCesyQQNggt1KIDNpcAG2hwJE8dhLsK { display:none; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #w43Tlzp1MKhEUyrdlEywWfniaF4Qhi03 {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #TtFDh88LIXrpgKcG4gXfg0D0VZzDBTiQ {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #rfSLKy1bOHx2ZKKs0D0RNCOs3aKUkolh { display:none; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #BAAbC18ApMMeGAECUBA5PF9o7rEEExBT {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #ba3pdm0T06d7TOo0P6aJiSb2xbxq9yme {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #VrblaAfrG610ioW3GKPM5tQ4wWrdmXZ0 { display:none; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #HNmHll30HcFwq8Tq6fJaLkkokHT7J9rZ {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #bTy1E2Dp7xo4qQc3KkMLnRb1yvc1z4su {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #VVvxNAkhTnAT3QcwCXE47A37SaaSmfoG { display:none; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #CgHaEwq3lyxFEgLd0yrabgVaiD0us1Gq {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #DrxMb0e2CGHJcngk8dvmmRZUUATap2mD {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #SzfPxcCkFrtcydFOdZ9ZnpTXZ7uhuuTy { display:none; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #xiJ61acgW9rQxKUHtbBKussCxcCg0vcT {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #C4JrPVNtFFK3MZNlGZ9MokSuSm3UeD5D {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #IKF416OvEsVEzKK14lQ5ic5dWK7HTEQ6 { display:none; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #Fk8X50hKtNz19RVbeeKxZF1eLXNnBi3i {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #FoOF9aFRHTbK0kp2RimJpCMWpDfBIcxr {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #zqNAX2bF94xH6o8ufPwq0gJ8TLkKbJme { display:none; }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #TdkQOJmpL3v8xTFWQ0JTq6SItxMblVMT {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #wTlzanOo3JJAMFLEFu717hyn1mftazLk {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #UZIfkxMW4QpJa1LqK551D3UiFRZnq7kL {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #ZESvuA1a0ywKrlK9m4eTmmeUciI7o5xQ {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #lBF4XTWghgsgNolJTGVmi6vSF0OZRwDm {  }
 }@media only screen and (max-width: 763px) { #H5DQa2hT5FAfIvJCZhLA3nXPBwrgwn2g #D6qHGvi7B9vwSuxh6p4VeOssR94a5E4H {  }
 }@media only screen and (max-width: 763px) { #TChekWW02JU2p1yBQLim4nVPvWmBsCwb { width:17.425rem;height:3.3625rem;top:6.5625rem;left:1.2874999642372rem;display:block; }
 }@media only screen and (max-width: 763px) { #pONPzL0i40wz1cT0T4QldCqTEmyxeFXC { display:block; }
 }@media only screen and (max-width: 763px) { #oAFRaxy5FzuVkFRvnDiG827vIsp6NFaW { width:14.25rem;height:4.125rem;top:1rem;left:2.8750000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU { background-color:rgba(14,14,14,0.67);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container { background-color: transparent; background-image: none; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container > .video-iframe-container { display: none; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row > .video-iframe-container { display: none; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .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); }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container { border-width: 0; border-radius: 0; }#ZJVoCeDaPelBVRXM1JaI4ER5PNk9thAU > .row .container { width:20rem;height:25.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b8ck4u4TKZI2To1abX0Do5JG4fmQPGwR { width:8.6875rem;height:2rem;top:2.1875rem;left:5.6875rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #zs6rAG71xuLEDAuaokursG8mSqWc3gwm { width:4.125rem;height:1rem;top:4.4375rem;left:7.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pSfvCid7TdiOia5f6cgiqRk2c4BvU01D { width:13.0625rem;height:2rem;top:9.5625rem;left:3.4375000596046rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGutzDEWk5tE8unywLVCSboAMt74Of5O { width:14.3125rem;height:1rem;top:11.937499761581rem;left:2.8437500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #S62lrpzMXQWsraKOlAV7XJl4Zr9pmVSW { width:16.75rem;height:2rem;top:17.562500953674rem;left:1.6250000596046rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffMSPhfuFLE35AtRK4qQNWycPyKKBR6Q { width:16.875rem;height:1rem;top:19.812500953674rem;left:1.5625000596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgHBlkv2K6vBpiELsEz23KRBLRBNz9JV { width:0.125rem;height:3.125rem;top:5.875rem;left:9.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #CfVxGv146nGu7y4kPhEglirWKEFUUskc { width:0.125rem;height:3.125rem;top:13.750000953674rem;left:9.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #LkZycy1oXz8q8HUZM8GDQIdM7T8scCn4 { width:0.125rem;height:3.125rem;top:21.687500953674rem;left:9.9375005364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI { display:block; }#TadFMZVlFMmdK7T1H3MWO0uEmr8zysxI > .row .container { width:20rem;height:17.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wTDRM9txudaeCeGMhBVpEDyKCVXFuoDd { width:20rem;height:6rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #niWquKToHU06bkuJr7aZearcItu7XXRM { width:20rem;height:8rem;top:8.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi { display:block; }#Bf5kHhcHZR7DOQSrQSiQHBNccfearAfi > .row .container { width:20rem;height:80.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oFcZ0RPRpmpiov5oeZD8KCRVgHqoOQgc { display:flex;width:1.625rem;height:1.625rem;top:19.471125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #ZfEZ8QJPTrepkSlZwdUcsM77Rd7WvRHV { width:20rem;height:11.2rem;top:22.346125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bPrvTM8JmHDpDox0vOX36puINJVxkJKo { display:flex;width:1.625rem;height:1.625rem;top:34.796125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #y3xVlJqqfAslLThBm5PxUyAJQ5sNvEyA { width:20rem;height:12.8rem;top:37.671125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o1yw5TX6tIEzBODRv6vqsZ73VWuE2CCS { width:20rem;height:11.2rem;top:54.596125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5F3KaEzLxSTJdr8gTLJKOi8bkqSdtDv { display:flex;width:1.625rem;height:1.625rem;top:51.721125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #OgP692phXSESyNTUzTMT0Gi8CJuKdyiR { width:20rem;height:9.6rem;top:69.921125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HhvPJF617OzANwu4tMW0fxbgrJVdZK4w { display:flex;width:1.625rem;height:1.625rem;top:67.046125rem;left:9.1875rem; }
 }@media only screen and (max-width: 763px) { #Cle6FD6qVfAKTIlMEKTrOEiGu1ed2WbC { width:20rem;height:16.971713810316rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 { display:block; }#z7ayR0kx9BTTDdlbVIFZtnfqFXBZGHc1 > .row .container { width:20rem;height:16.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FTZHrStLbHH4fxVL3D9QkQl8O1PW1h5W { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ss8Lblv3p3d2eCHakItKlzgDrzFgrx { width:20rem;height:4.8rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ywo7VwF9BTQLPJaAntP4eL5FFTTCBHL2 { width:15.125rem;height:3.1875rem;top:12.55rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4tSrcFa7ZvrzzGQIPRSQWiv3qTJZPBR { display:block; }
 }@media only screen and (max-width: 763px) { #p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs { display:block; }#p6zBVR6lFE98ek9Ksh7GNVfQ3LpT9sUs > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sTuyFKvX3CBhKpKIRe7JZFsSALvAeVv8 { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 { display:block; }#NG1ZS8yigAbuVo4N6TQzd9geDD9BtPx6 > .row .container { width:20rem;height:44.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wz1WaBTG8iIQrP2VvTipy19LNg0xgK1Z { width:11rem;height:1.4625rem;top:5.375rem;left:4.5000000596046rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QM8LdSR0ctTLMhrhXiNs7xVK07lrZbQc { width:2.5rem;height:1.625rem;top:1.90625rem;left:8.7500005364419rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PG4nUrrl6mmqZPWmPkguChOTV47aTHg4 { width:2.9375rem;height:2.9375rem;top:1.25rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pOkNdN30o8rTZG6tIa6DSxi7CvATT3pU { width:2.9375rem;height:2.9375rem;top:12.0625rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkr0LpZ7NPOAlgs4BsS58kbapdz3ED49 { width:2.5rem;height:1.625rem;top:12.75rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XgA8cKqw9HVUWAD5F3EuJHtvzK0mPTw6 { width:16.8125rem;height:1.4625rem;top:16.25rem;left:1.625rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IzDE2eqfgXA2TXxU2o32ogAR3iXuGVPO { width:16.1875rem;height:1.4625rem;top:27.9375rem;left:1.9375rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3geaq8AnO3kniJlZwZWA0gUTcXWz23A { width:2.9375rem;height:2.9375rem;top:23.75rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LPMTtgf5WicZn2uwRyasBWhkdcB0Ic1l { width:2.5rem;height:1.625rem;top:24.4375rem;left:8.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGITfwMfPtA0OKLEOwgJpN68yKwvtXkN { width:13.5625rem;height:3.2rem;top:7.6874885559081rem;left:3.2187500596046rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dF6I5DW0TpzRD3kATXNhpxN8h9E317If { width:15.9375rem;height:3.2rem;top:18.6875rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTdhz40pqeN5pUB2v30TikhbXT1eUupw { width:14.6875rem;height:3.2rem;top:30rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #axW6mtczUTQXA1rlNJkb1zkntsM9qW7m { width:12.625rem;height:3.1875rem;top:36.712509155274rem;left:3.6875000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6q5vUiW1XtExqhowFSiBgOg4mZ8f8XN { display:block; }
 }@media only screen and (max-width: 763px) { #zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv { display:block; }#zuGOPiXTR3ydiWyRTlpQySRWh4oip6nv > .row .container { width:20rem;height:12.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eA9BTIKntoXdP7uzhasWbPQzaS5IrK0x { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2DpFh315qQ6OQJCwlhUs9ztCNhTkN5T { width:20rem;height:4.8rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo { display:block; }#xICT7mMO6kUFFCUwLsPTDBOGT1MUiDqo > .row .container { width:20rem;height:47.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dm3OIKVFdo7cJOi03XX4cp3XfTXxZqBW { width:13.4375rem;height:1.4625rem;top:4.6875rem;left:3.2500000596046rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #imGeG7BZGwZT44flCzdnqVCB9ypSs7fw { width:17.875rem;height:6.4rem;top:6.75rem;left:1.0624999403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLzMMeaFI6xsQQXMAUxSqqpvoMNvWZC2 { width:18.9375rem;height:1.4625rem;top:18.774993896484rem;left:0.49999994039536rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q98uLu4WvxDLqfTgQ9oiI720fpOxtKea { width:17.875rem;height:6.4rem;top:20.837493896484rem;left:1.0624999403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxXqoLJ9qOpLWmpg0EJnBwTr3KsQrbte { width:17.6875rem;height:1.4625rem;top:33.237518310547rem;left:1.1249999403954rem;font-size:1.125rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TF9LCksSGspby1hg811KVRq7ECKzvXWM { width:17.875rem;height:6.4rem;top:35.300018310547rem;left:1.0624999403954rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rXdV9ulnFsuitBxvx16Z6kPHQrbP6ucp { display:flex;width:3.125rem;height:3.125rem;top:0.3125rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #GM6TI9PT58UwWS5Wq7UT7g1yf9bagTE8 { display:flex;width:3.125rem;height:3.125rem;top:14.399993896484rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #TOSmFOv5bvN6K1iizgOSmOcf8p465o2b { display:flex;width:3.125rem;height:3.125rem;top:28.862518310547rem;left:8.4375005364419rem; }
 }@media only screen and (max-width: 763px) { #UrnWpVs22nVUlGb8RkCPkEK5OyGfp1mi { width:12.875rem;height:3.1875rem;top:42.861720085144rem;left:3.5625000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #ugWE1myCJhJt0aJ6WFkQhkJZcabJFL0T { display:block; }
 }@media only screen and (max-width: 763px) { #waL20owzvzqWUq7JBaaVKEextz4CAmBC { display:block; }#waL20owzvzqWUq7JBaaVKEextz4CAmBC > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m20kQ4IeutfAl2KELNvsJH6XHXiI0sVR { width:20rem;height:7.2rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #K3r6X0aLTxyJtda5sOR6GRaWQthg6OkC { width:20rem;height:22.4rem;top:9.7rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIXtqXDEqTSRxN1ao9xrs9TRQmLMTNUf { width:12.375rem;height:3.1875rem;top:33.35rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h11u2gdhCzWyNs3guG9UTwWSsnozBH0U { display:block; }
 }@media only screen and (max-width: 763px) { #Ufsl2ufIB0QLK0OePC1oeQTFaXyuDXAr { width:20rem;height:26.686046511628rem;top:37.7875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw { display:block; }#kHTitg9Lzw2GOtdNDtKOXMipu9dJtMyw > .row .container { width:20rem;height:20.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CW3U59Qev6dINd1JwEmREwhvWeuuTE4Q { width:20rem;height:4rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Atv713STDsRaWusO1UpGZZi8TZy6nz3E { width:20rem;height:8rem;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #UyZuI1FfkWpiMyHR72khvv2dNpH7dGrr { width:15.125rem;height:3.1875rem;top:15.75rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qf0XLcMtTVTQ6yVTVq0gxugcGWMK5pTO { display:block; }
 }@media only screen and (max-width: 763px) { #A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs { position:relative;z-index:auto;background-color:#ffffff;background-image:none;display:block; }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row .container { background-color: transparent; background-image: none; }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row .container > .video-iframe-container { display: none; }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row > .video-iframe-container { display: none; }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .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); }#A6A3d891HvGzJJGex7JWEE9yAHrKl8Rs > .row .container { width:20rem;height:22.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TWzHztLVQC2hIvm9XmIlEczDZ45DkUPk { width:12.5rem;height:2.2rem;top:8.1875rem;left:6.0625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #DBO6lwtL1lX15CyqQisBgRWomaMycHpl { width:17.125rem;height:1.2rem;top:19.487500190735rem;left:0.5rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #pzC1kuIuOSq6Ll8T96D5TGsfZl0krqah { width:2.375rem;height:1.1875rem;top:19.275002479553rem;left:17.410554005865rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzxRyVJgXmHLEeCq6Xr8vNGuU9DwkKU4 { display:flex;width:1.1875rem;height:1.1875rem;top:8.6875rem;left:4.25rem; }
 }@media only screen and (max-width: 763px) { #EMAV4vgk4kXIrzvp8llr3oL98pmZVcaT { display:flex;width:1.25rem;height:1.25rem;top:11.387499809265rem;left:4.2375002503395rem; }
 }@media only screen and (max-width: 763px) { #eDM0QPg8wMdsCbnewNzNnsBHVv4idXbv { display:flex;width:1.875rem;height:1.875rem;top:16.4375rem;left:12.125rem; }
 }@media only screen and (max-width: 763px) { #DViAXzuZWDt3BTEGs2UTnZ6czig5wdoK { width:6.125rem;height:1.6rem;top:16.625rem;left:6rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hdTwTMkKBFQIAVBTnBaWCakxwUnkhoG5 { width:20rem;height:0.0625rem;top:15.087500572204rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAEAdJEMEt0g87dhGVR32QBJx0NXNEXx { width:8.8125rem;height:2.2rem;top:10.912501335144rem;left:6.0625000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #oRJ13NssZhLQQFmhOhSfTgoK6mgvy98r { width:18.75rem;height:5.5rem;top:1.25rem;left:0.625rem;display:block; }
 }