.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:239,223,241;--color-primary-1:237,203,228;--color-primary-2:176,94,186;--color-primary-3:156,54,169;--color-primary-4:110,36,85;--color-secondary-0:220,222,221;--color-secondary-1:138,147,142;--color-secondary-2:20,38,28;--color-secondary-3:10,19,14;--color-secondary-4:3,6,4;--color-tertiary-0:255,255,255;--color-tertiary-1:239,226,238;--color-tertiary-2:104,104,104;--color-tertiary-3:51,51,51;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"open sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c3eb0df1-6223-430a-8df7-2827a5b56073/c29_6000_170904.jpg");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:fixed;background-size:initial !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t.adaptive-delivery-prevent-bg, #DxoovqGIgxC43rCey5V8dUrOrU0Bb71t.lazyload, #DxoovqGIgxC43rCey5V8dUrOrU0Bb71t.lazyloading { background-image: none; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row .container { background-color: transparent; background-image: none; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(114,114,114,0.71); }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row .container > .video-iframe-container { display: none; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(114,114,114,0.71); }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row > .video-iframe-container { display: none; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .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); }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row .container { border-width: 0; border-radius: 0; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row .container { font-size:0.875rem;font-family:arial;height:55.9375rem;width:75rem;position:relative;display:block; }#hBdTGQxw1GRz16Cp1rENEEbXwuxnO1la { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.875rem;width:10.375rem;top:4.625rem;left:32.3125rem;overflow:hidden;display:block; }
#UeaVq9XdStTspnZUIWntth89iT6kV9MP { color:rgba(var(--color-tertiary-0),1);display:block;width:63.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.1875rem;font-weight:700;z-index:14997;line-height:1;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0rem rgba(var(--color-tertiary-4),0.5);top:11rem;left:5.78125rem;height:6.3758625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#C20XSEBC59AMNRLJN1Re3UT2GWyETZKb { color:rgba(var(--color-tertiary-0),1);display:block;width:27.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:21.78125rem;left:23.875rem;height:2.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LQacq9v3ZwKJ0rgcvfIkp1S99kDpuUDI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(255,207,32,0.91));top:18.5rem;left:31.875rem; }
#piiCxigweOytBU9uDkeXTUs4AeFMiVKP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(255,207,32,0.91));top:18.5625rem;left:34.125rem; }
#yMkTQDdiqcs3ay8KQgB33L5XWBMtQsnR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(255,207,32,0.91));top:18.5625rem;left:36.375rem; }
#TgoswsZIGJTBBpeqn5Zr2r99ypL3TP1W { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(255,207,32,0.91));top:18.5625rem;left:40.875rem; }
#GPMOCby0AiD4wLwu6Nud1pfaz5pxRUaZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.25rem;width:2.25rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;filter: drop-shadow(0.0625rem 0.0625rem 0.1875rem rgba(255,207,32,0.91));top:18.5rem;left:38.625rem; }
#dpaOUMHeUxl3dh32hm7hKgGNabKpq92z { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5) ;height:26.1875rem;width:23.8125rem;top:25.6875rem;left:38.9375rem;display:block; }
#gyAge5d11ggcehncTiNvtruOzzEgJcq6 { color:#686868;display:block;width:19.3095625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.2;letter-spacing:0;top:26.8740234375rem;left:40.875rem;height:4.7265625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xAT9V4Tdifi3zTUJsg8CnKTVHVO97igK { color:#ffffff;display:block;width:12.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:53.25rem;left:38.59130859375rem;height:1.0559875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#EBJxIE5xaFVI6ltJBvVDwm5tRyQfzXb5 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;height:27.5rem;width:27.5rem;top:25.6875rem;left:9.625rem;overflow:hidden;display:block; }
#oeAa9x1FFwWoLsG63EuX7qGuHXsWFXP3 { box-sizing:content-box;height:3.1875rem;width:26.4375rem;position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-primary-4),0.72);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.5625rem;left:23.875rem;display:block; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-form-header {  }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { height:auto;display:block;font-family:ubuntu;font-size:0.875rem;font-weight:700;color:rgba(var(--color-tertiary-4),1);width:18.375rem;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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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:18.375rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0;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;width:18.375rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:ubuntu;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:18.375rem;box-sizing:border-box;height:2.75rem;color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;overflow:hidden;vertical-align:top;box-shadow: 0rem 0.625rem 0.9375rem rgba(var(--color-tertiary-4),0.15) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:18.375rem;height:3.75rem;font-family:ubuntu;overflow:hidden;box-shadow: 0rem 0.9375rem 0.9375rem rgba(var(--color-tertiary-4),0.25) ; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:ubuntu;font-size:0.875rem;font-weight:400;font-style:normal; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:ubuntu;line-height:1.3;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:17.1875rem;overflow:hidden;font-style:normal;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .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:ubuntu;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-4),1);overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:first-of-type{padding-top:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-container:last-of-type{padding-bottom:0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40.875rem;top:32.22802734375rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:18.375rem;display:block;vertical-align:top; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;line-height:1.3;font-weight:400;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:18.375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:40.875rem;top:32.22802734375rem;z-index:15009;position:absolute; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 { position:relative;display:none; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh { position:relative; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ { position:relative; }
#WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #484848, #6e2455);background-image: -moz-linear-gradient(180deg, #484848, #6e2455);background-image: -ms-linear-gradient(180deg, #484848, #6e2455);background-image: -o-linear-gradient(180deg, #484848, #6e2455);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#6e2455' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#6e2455' );";background-image: linear-gradient(180deg, #484848, #6e2455);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf > .row .container { background-color: transparent; background-image: none; }#WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf > .row .container > .video-iframe-container { display: none; }#WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf > .row > .video-iframe-container { display: none; }#WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf > .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); }#WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf > .row .container { border-width: 0; border-radius: 0; }#WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf > .row .container { font-size:0.875rem;font-family:arial;height:28rem;width:75rem;position:relative;display:block; }#wgqmHDKInswtUnIGJ6FEuXVpy5pc8IFz { position:absolute;display:block;z-index:15000;border-top:0.1875rem solid rgba(var(--color-tertiary-0),1);border-left:0.1875rem solid rgba(var(--color-tertiary-0),1);border-right:0.1875rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.1875rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:17.5rem;width:31.5625rem;top:2.8342018127441rem;left:1.5614166259766rem;overflow:hidden;display:block; }
#hVKc1d3QLGcP0Pb4q0gtdnwbtlUpo1Pa { color:rgba(var(--color-tertiary-0),1);display:block;width:38.811875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.2;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.5);top:2.75rem;left:35.5rem;height:6.7491375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ESNQGihdJpbBhhEXux2GO2Rx4ZBTNUGf { color:rgba(var(--color-tertiary-0),1);display:block;width:35.8745625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.0625rem;left:35.5rem;height:1.21875rem;text-align:left;text-align-last:left;font-style:italic;display:block; }
#MK4vgHTKIq6XW398iCIRPivzizAC8dmx { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:12.222222328186rem;left:38.310548782349rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#u6ou4Z01suNacvtQz4ruGkkSydKpPcg5 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:15.1875rem;left:38.3125rem;height:1.625rem;text-align:left;text-align-last:left;display:block; }
#bvmL7cPAkskZWm4LVMzNLbmWmx6w4QT2 { color:rgba(var(--color-tertiary-0),1);display:block;width:35.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:17.625rem;left:38.3125rem;height:3.2487rem;text-align:left;text-align-last:left;display:block; }
#GE9OutEAPFX9DO33kUQLfKp7oaMLNAvL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:11.940104484558rem;left:35.499132156372rem; }
#aTSEB9GTK4T78qBDtU1ksGBivheiXmMO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:14.875rem;left:35.5rem; }
#XSSC9g7bKCUhdENw7CK68FSPccWUmcV1 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:18.125rem;left:35.5rem; }
#vfECUrbaR7SqdGNghNzb1avb2vm6b6LT { z-index:15070;top:22.3125rem;left:30.46875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#6e2455;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.5625rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#bulOn5RvJnoyTIJIBF503hUn2E4Bdd2n { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tBXM8rnd2ykegDGWfm6SDsOTRSnsR0r6 { box-sizing:content-box;height:0.5rem;width:75rem;position:absolute;display:block;z-index:15071;background-color:#6e2455;background-image:none;box-shadow: 0rem 0.1875rem 0.1875rem rgba(255,255,255,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.5rem;left:0rem;display:block; }
#F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA > .row .container { background-color: transparent; background-image: none; }#F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA > .row .container > .video-iframe-container { display: none; }#F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA > .row > .video-iframe-container { display: none; }#F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA > .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); }#F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA > .row .container { border-width: 0; border-radius: 0; }#F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA > .row .container { font-size:0.875rem;font-family:arial;height:35.4375rem;width:75rem;position:relative;display:block; }#hmIeJRfqv0M6Rw8KxHQreT30vyZ1qcUM { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.6875rem;width:16.75rem;top:6.625rem;left:19.75rem;overflow:hidden;display:block; }
#d56gHO1PaGUH2QX0CpkbiTf8VsaWy1gF { color:rgba(var(--color-secondary-2),1);display:block;width:15.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.1875rem;left:20.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#L5gtSUGdFMEUK0XNXERSDgH64TmJvtlt { color:rgba(var(--color-tertiary-3),1);display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:22.0625rem;left:21.5rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nPtIvrVwRZ7gbgNp6rmWFkCHuUInTVN4 { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.0625rem;width:16.25rem;top:6.5625rem;left:19.875rem;display:block; }
#yJTrtUapavGyPPr22SEl4VhrUthqWF9x { color:rgba(var(--color-tertiary-3),1);display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15008;line-height:.4;letter-spacing:0;top:25.625rem;left:24.3125rem;height:0.3999025rem;text-align:left;text-align-last:left;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; }
#kxKbiqZoq8IOHeNJWlMbTzBIwUtV4X2r { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;opacity:1;top:24.8125rem;left:31.6875rem; }
#x8cRzacl7xuIbcWym1yDSb6vZ0Lq22Dp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15032;opacity:1;top:24.8125rem;left:26.9375rem; }
#PNkpyqtodg7KBKGWXQkJCZEZDEEDxbQQ { 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:15031;opacity:1;top:24.75rem;left:22.125rem; }
#SPP0lRxf6pBWF2ekONCbvdT7KyD2xdVT { z-index:15068;top:28.75rem;left:21.1875rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ymUWNZbAfX3RHLpbGtxHisUhR76tSVwS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BHC40BD5cahfAGFenAJoMR0WeVUVwg14 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.1875rem;width:16.25rem;top:6.5625rem;left:38.625rem;display:block; }
#kGDiByrmcq2dFqGnGTzH3pwc5h8kby4w { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.875rem;width:16.8125rem;top:6.5rem;left:38.5625rem;overflow:hidden;display:block; }
#eT9gTJTGsWmZIQ0611wEcEFlUZ3STyPa { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:20.1875rem;left:40.375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rOJwBtCrvBJM0vD72d4RT2bQW2hz41Dq { color:rgba(var(--color-tertiary-3),1);display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:22.1875rem;left:40.1875rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OzkMU6ZNBXiiTQwTdCNuXQPOMXhgq6Wr { 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:15035;opacity:1;top:24.9375rem;left:41.25rem; }
#UZIMcDpRGc8WXwuzEHmFfwOTQL2E5JGS { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.81206875rem;width:1.81206875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15036;opacity:1;top:24.8125rem;left:45.0625rem; }
#xAPtGoiBykpJ5y3TBSo0DrfpmBTxecMH { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15037;opacity:1;top:24.9375rem;left:48.9375rem; }
#UePREgt6gvmTcAs1bqV4J3WhCptUaKl4 { position:absolute;display:block;z-index:15034;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.25rem;width:16.25rem;top:6.5625rem;left:57.4375rem;display:block; }
#f4UteAM4w3oOrCWBnKGz9oB9GCCWZ9N1 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.875rem;width:16.625rem;top:6.4375rem;left:57.4375rem;overflow:hidden;display:block; }
#FSwPwlq4bJwUdHovvz6IrbdDuoBF7foV { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:20.125rem;left:59.1875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rEgVvwQMMUrgLSmSO7kN0ZE9K3iWyVR5 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15037;line-height:1.6;letter-spacing:0;top:22.3125rem;left:59.0625rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IEAe46TtArwT8DMlmLpCaOXurVKdZnW5 { color:rgba(var(--color-tertiary-3),1);display:block;width:1.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15038;line-height:1.6;letter-spacing:0;top:25.0625rem;left:43.5rem;height:1.600475rem;text-align:left;text-align-last:left;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; }
#Sbr1aAB0wi4gpVD6dgwmCJAMaDqNDyJF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15062;opacity:1;top:24.8125rem;left:66.5rem; }
#WaPXabd9ZVOFFWJr9Ot1Da683euDbguD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15063;opacity:1;top:24.8125rem;left:61.9375rem; }
#uF1QyxGau9WeVfUryRczC4oBA5ik4d1A { z-index:15069;top:28.75rem;left:39.875rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#ZUKuodczwKdfGFDJeWCz5XMG3TXxWSbn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PSpvdTwnTNb4o4epHuDbkIyKlvPeBK5S { z-index:15070;top:28.75rem;left:58.75rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LxEQweVSNOViKyyt73SHrL0ioaTDOeVX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oVmgqHpe0qzDCcERbnm77GrtZiiNZsL1 { color:#ffffff;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.0625rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hv9mA3SaStJFRTqf2RhZsTuSuuD58Jwr { color:rgba(var(--color-tertiary-3),1);display:block;width:1.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15009;line-height:.4;letter-spacing:0;top:25.5625rem;left:29rem;height:0.3999025rem;text-align:left;text-align-last:left;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; }
#Si1aLNTPHto93lBs4PkOi87NotornAE0 { color:rgba(var(--color-tertiary-3),1);display:block;width:1.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15010;line-height:.4;letter-spacing:0;top:25.625rem;left:33.6875rem;height:0.3999025rem;text-align:left;text-align-last:left;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; }
#Axw7Pnr9ZqrwTLTy256nwAcrgWVsgKbo { color:rgba(var(--color-tertiary-3),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15039;line-height:1.6;letter-spacing:0;top:25.125rem;left:47.125rem;height:1.600475rem;text-align:left;text-align-last:left;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; }
#PgMHW74tCiMnUpc5NFAZUqw2f0zIUXSc { color:rgba(var(--color-tertiary-3),1);display:block;width:1.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15011;line-height:.4;letter-spacing:0;top:25.6875rem;left:51.0625rem;height:0.3999025rem;text-align:left;text-align-last:left;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; }
#M50Hh3CkHXCUdbxA0x0JzmlqsQxRIETK { color:rgba(var(--color-tertiary-3),1);display:block;width:1.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:.4;letter-spacing:0;top:24.1875rem;left:62.125rem;height:0.3999025rem;text-align:left;text-align-last:left;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; }
#DgSzxJAybzaKarrNGk7TKmV2M2TXP6np { color:rgba(var(--color-tertiary-3),1);display:block;width:1.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15012;line-height:.4;letter-spacing:0;top:24.1875rem;left:61.5625rem;height:0.3999025rem;text-align:left;text-align-last:left;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; }
#OoiZ2WCnt562NqLfZ69JRrNR5hRTWqxA { color:rgba(var(--color-tertiary-3),1);display:block;width:1.93714375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15040;line-height:1.6;letter-spacing:0;top:25rem;left:64rem;height:1.600475rem;text-align:left;text-align-last:left;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; }
#w7TZkCw4qppzkB63aaM7krTmgtQbrVcA { color:rgba(var(--color-tertiary-3),1);display:block;width:1.93685rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15041;line-height:1.6;letter-spacing:0;top:24.9375rem;left:68.75rem;height:1.600475rem;text-align:left;text-align-last:left;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; }
#s41OfsP6pvLINJnaTaLZCVc2tHhOngUl { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:17.875rem;left:40.25rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TObm3wWmps6riDbIBAaJEO2OETVa7BVJ { color:rgba(var(--color-secondary-2),1);display:block;width:14.6245625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:17.6875rem;left:20.9375rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CZ9FhP7LR9gsWilAoCZfOc8RwTKX3Ugi { color:rgba(var(--color-secondary-2),1);display:block;width:13.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15071;line-height:1.3;letter-spacing:0;top:17.9375rem;left:59.125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#edgHBZ51Ofuecm5UZNMtI1221IbkUt04 { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:10.75rem;width:16.5625rem;top:6.5625rem;left:1.25rem;overflow:hidden;display:block; }
#JAyxamaV4W5E1CpruiZE7rbDQ64NcOLh { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-left:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-right:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-bottom:0.1875rem solid rgba(var(--color-secondary-2),0.2);border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:24.0625rem;width:16.25rem;top:6.5625rem;left:1.1875rem;display:block; }
#oa3ug4kH1B7NyAlB0QRiR99GTVAJOTI6 { color:rgba(var(--color-tertiary-3),1);display:block;width:1.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15020;line-height:.4;letter-spacing:0;top:25.75rem;left:14.4375rem;height:0.3999025rem;text-align:left;text-align-last:left;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; }
#Bm05UBm0wx6vL9vuxsdGTiQ46nuhuzvP { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.6875rem;width:1.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15043;opacity:1;top:24.9375rem;left:12.4375rem; }
#dT3G73Pzim8Jl7E39kKIO99wXTgPe0t1 { color:rgba(var(--color-tertiary-3),1);display:block;width:1.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15019;line-height:.4;letter-spacing:0;top:25.6875rem;left:9.75rem;height:0.3999025rem;text-align:left;text-align-last:left;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; }
#R9qifZGMq3CByZiqrasP1FhdPv8fp7aL { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15042;opacity:1;top:24.875rem;left:7.6875rem; }
#tGcIqt4H8yGR6gbpcVvqC3FgEpKVDofU { color:rgba(var(--color-tertiary-3),1);display:block;width:2.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:300;z-index:15018;line-height:.4;letter-spacing:0;top:24.75rem;left:4.9375rem;height:0.3999025rem;text-align:left;text-align-last:left;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; }
#TlF6vT4ecgdrzDfA0WWqaRGotV1mJcuh { 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:23.875rem;left:2.75rem; }
#l9hZR7bq974PcXEIOP3QItGFCciQk8x5 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.3745625rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:300;z-index:15020;line-height:1.6;letter-spacing:0;top:22.0625rem;left:2.8125rem;height:1.3997375rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Ccp9URa0zUTMimUg3TUwJta6LWmASI0I { color:rgba(var(--color-secondary-2),1);display:block;width:15.686875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:20.1875rem;left:1.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BVVTTTpcWhMVnlXWowHaPDXixztXETwD { color:rgba(var(--color-secondary-2),1);display:block;width:14.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:17.6875rem;left:2.3125rem;height:2.0317375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Wpxc071oJZ2h7ftTbvthl45y5XkHQNtU { z-index:15078;top:28.75rem;left:2.375rem;background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#Ged7SxTQh7TJy8lxiP7xfNPCq5ogPxMS { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU > .row .container { background-color: transparent; background-image: none; }#XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU > .row .container > .video-iframe-container { display: none; }#XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU > .row > .video-iframe-container { display: none; }#XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU > .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); }#XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU > .row .container { border-width: 0; border-radius: 0; }#XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:75rem;position:relative;display:block; }#zgzO85VDK8uRzIy62wwHIVIEpgftcE5F { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:3.65625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#omdby7NAVulqSLs05wM2xAJkXid5F2vM { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.75rem;left:3.0625rem;display:block; }
#FAOWk6LMnPvkkU4cr8q6kyKit2dAadgM { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;opacity:1;top:9.125rem;left:7.0625rem; }
#WhfPrwO1q6L16TMSUxenx6G92TcEkUU1 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.8125rem;left:3.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Jme3Sat93PnwKGz7kCrt6oGGvQQaMgAr { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:16rem;left:3.0625rem;height:5.19965625rem;text-align:center;text-align-last:center;display:block; }
#VaOGJc87yxzP9qUn6cRganK9Hrx5cPyW { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.75rem;left:21.8125rem;display:block; }
#dSMmcCZxOwGzE3RulyPL2BpfqdcrGukr { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;opacity:1;top:9.125rem;left:25.8125rem; }
#zlDeHFf8xd2D5SfMUP7TphL9Nfnw0McS { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:13.8125rem;left:21.8125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DESpSvTrmz2b7XbdEmNxwiM8TWizwAX6 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:16rem;left:21.8125rem;height:5.19965625rem;text-align:center;text-align-last:center;display:block; }
#NpIqhwglPTscZW6rA400cRJKusTerk9b { position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.75rem;left:40.5625rem;display:block; }
#Ga91Xqirero8Sf0dyguxXxm9acRA6aKu { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:9.125rem;left:44.5625rem; }
#pgd1ZQNDGeaNNxRDgRI6q3cxtgNGNK1u { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:13.8125rem;left:40.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#f1I3ZSNxMX7BhpM8r4ZOCpqteHJTvsDN { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:16rem;left:40.5625rem;height:5.19965625rem;text-align:center;text-align-last:center;display:block; }
#pwSUkwybvWT2PpQFWey5qABtaR2puMKW { position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-secondary-2),0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:12.5rem;top:4.75rem;left:59.3125rem;display:block; }
#CnAPGmDZAf3sGilBoTHTKdEdn6s2qIsR { box-sizing:content-box;color:#5d92ff;font-size:3.125rem;font-weight:400;line-height:1;height:4.5rem;width:4.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:9.125rem;left:63.3125rem; }
#sku6EA5TTr2mTOKvBTJcLTVHit7OBDx0 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:13.8125rem;left:59.3125rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZGHyCnr3MIRE57TGoLt4NFF9TtM1Un44 { color:rgba(var(--color-tertiary-0),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:16rem;left:59.125rem;height:5.19965625rem;text-align:center;text-align-last:center;display:block; }
#QdgtLfsv4JGzGuyIQFvW8l5gyAc3EvlJ { box-sizing:content-box;height:22.5625rem;width:72.3125rem;position:absolute;display:block;z-index:15000;background-color:rgba(0,0,0,0);background-image:none;box-shadow: 0.0625rem 0.0625rem 0.375rem #f8bce3 ;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;top:1.1875rem;left:1.28125rem;border-top-right-radius:1.1875rem;border-bottom-right-radius:1.1875rem;border-bottom-left-radius:1.1875rem;border-top-left-radius:1.1875rem;display:block; }
#HayoWallGXePNAN8SRSnxN5tf0zsL8UO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#HayoWallGXePNAN8SRSnxN5tf0zsL8UO > .row .container { background-color: transparent; background-image: none; }#HayoWallGXePNAN8SRSnxN5tf0zsL8UO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HayoWallGXePNAN8SRSnxN5tf0zsL8UO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HayoWallGXePNAN8SRSnxN5tf0zsL8UO > .row .container > .video-iframe-container { display: none; }#HayoWallGXePNAN8SRSnxN5tf0zsL8UO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HayoWallGXePNAN8SRSnxN5tf0zsL8UO > .row > .video-iframe-container { display: none; }#HayoWallGXePNAN8SRSnxN5tf0zsL8UO > .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); }#HayoWallGXePNAN8SRSnxN5tf0zsL8UO > .row .container { border-width: 0; border-radius: 0; }#HayoWallGXePNAN8SRSnxN5tf0zsL8UO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HayoWallGXePNAN8SRSnxN5tf0zsL8UO > .row .container { font-size:0.875rem;font-family:arial;height:34.3125rem;width:75rem;position:relative;display:block; }#IcVfJV9K2mGBJuAB6C29212SQPZ3uX33 { display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.6875rem;left:0rem;height:4.875rem;text-align:center;text-align-last:center;font-style:normal;color:#ffffff;display:block; }
#CmbDTIqEXgFTvJlwhFmT35wJXVbg2tcG { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.75rem;position:absolute;display:block;z-index:15000;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.875rem;left:1.125rem;overflow:hidden;display:block; }
#R9mAeyg2WoVMdhX6uFlAb4H1q34OX7C7 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.8125rem;position:absolute;display:block;z-index:15001;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.875rem;left:26.1875rem;overflow:hidden;display:block; }
#WVi2Mp9DqqWfttSlF7tZlTwZDo3XF5el { border-bottom:0;border-left:0;border-right:0;border-top:0;height:20.625rem;width:22.875rem;position:absolute;display:block;z-index:15002;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:5.875rem;left:51.0625rem;overflow:hidden;display:block; }
#exBNRVn2CgAPumPSTeRshPfwZIzaThnh { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-4),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:22.8125rem;top:24rem;left:1.125rem;display:block; }
#J597b0xeJVB6TEUt5i1mxXB6iLR3gJAU { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:24.5rem;left:2.4375rem;height:1.625rem;font-style:normal;display:block; }
#I1AraM2eCBeGH6Jqq0P2GmT3m39DtTDM { color:rgba(var(--color-tertiary-0),1);display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:24.5rem;left:27.4375rem;height:1.625rem;font-style:normal;display:block; }
#hs4mzZMUZhfiL18nCFhZk8NdvLsQ8smK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-4),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:22.8125rem;top:23.9375rem;left:26.1875rem;display:block; }
#TtgxVL0K2igC7awZ5yHb0HfFcQ395loR { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:24.5rem;left:52.375rem;height:1.625rem;font-style:normal;display:block; }
#fUMUtspgvXmpSw6oWIPs4maZy4fIkpbP { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-4),0.81);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:22.8125rem;top:24rem;left:51.0625rem;display:block; }
#vsTnOI6fZ8HfaoaSpWZvkTAxE5aiu6hE { z-index:15071;top:28.5rem;left:30.46875rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#6e2455;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#oixkaqf8TXRytSn3yim912zTgCgvcNM2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LSgNdsRCzCGMFisXabmZUvTUf4HxyCgn { box-sizing:content-box;height:0.5rem;width:75rem;position:absolute;display:block;z-index:15074;background-color:#6e2455;background-image:none;box-shadow: 0rem 0.1875rem 0.1875rem rgba(255,255,255,0.59) ;border-bottom:0;border-left:0;border-right:0;border-top:0;top:33.375rem;left:0rem;display:block; }
#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container { background-color: transparent; background-image: none; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container > .video-iframe-container { display: none; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row > .video-iframe-container { display: none; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .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); }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container { border-width: 0; border-radius: 0; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container { font-size:0.875rem;font-family:arial;height:31.125rem;width:75rem;position:relative;display:block; }#BTlkDWrMAQ1ORVkmukGf5KCQD1H01dkP { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15002;line-height:1.6;letter-spacing:0;top:14.71875rem;left:9.125rem;height:9.602875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#DW2xQNUlggUc3znnLehZdlbTbMrKZO7Z { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19rem;top:9.1875rem;left:7.5rem;display:block; }
#i9x9pK5QPdN3gLLQ2NKno9FLl1dr4hVf { position:absolute;display:block;z-index:15004;background-color:#033141;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:24.974609375rem;left:15.375rem;display:block; }
#ohR7BqugKqbpOQFXeTH4mXWe3OsfUXgI { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15003;line-height:1.6;letter-spacing:0;top:24.974609375rem;left:8.5625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#usNyPhfT78V6yiGQlk0w1wub6KJ2el0J { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-1),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19rem;width:19rem;top:9.21875rem;left:28rem;display:block; }
#XAkfEU4mo23QinBv1dp799A0tivQePen { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:14.71875rem;left:29.625rem;height:8.002375rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Iqa8omIAuIhV23x7qp8BTAA093OFXJ8R { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15010;line-height:1.6;letter-spacing:0;top:24.912109375rem;left:29.0625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hDhLzag3emi1DE3nkAgawlbBVJLao1G0 { position:absolute;display:block;z-index:15011;background-color:#033141;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:24.912109375rem;left:35.875rem;display:block; }
#VlLTpKTEzrF90lwuKk87gcOenWa13EOQ { position:absolute;display:block;z-index:15013;background-color:rgba(var(--color-tertiary-0),1);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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.0625rem;width:19rem;top:9.1875rem;left:48.5rem;display:block; }
#IVsBxUZzvqmtw1VnRHH9kAk3gHHHmgUM { color:rgba(var(--color-tertiary-2),1);display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:15017;line-height:1.6;letter-spacing:0;top:24.974609375rem;left:49.5625rem;height:1.600475rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#P94sv5oEgb96z0gRvhTNvnNTg0xQTMr6 { color:rgba(var(--color-tertiary-2),1);display:block;width:15.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:400;z-index:15016;line-height:1.6;letter-spacing:0;top:14.71875rem;left:50.125rem;height:9.602875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#Q0D3tqwAeQAVTi9kPx6AH1omkzWTpaui { position:absolute;display:block;z-index:15018;background-color:#033141;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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.25rem;top:24.974609375rem;left:56.375rem;display:block; }
#PqeTTd5TlXDWwV6fsTpIbqfTDA6OgV0k { color:rgba(var(--color-tertiary-0),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.7373046875rem;left:0rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#J9WJe1P0K7nRpMyT4MxFwLapikkh0WVA { color:rgba(var(--color-primary-4),1);display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:9.1875rem;left:48.5rem;height:9.993875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#hyPToUsbAVsNheZTctK59m8mq5BZelQh { color:rgba(var(--color-primary-4),1);display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:9.1875rem;left:28.125rem;height:9.993875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#gaivufH5vpbhToTc1QN4Tx5nSFJcU0LT { color:rgba(var(--color-primary-4),1);display:block;width:3.9375rem;position:absolute;font-family:ubuntu;font-size:7.6875rem;font-weight:400;z-index:15019;line-height:1.3;letter-spacing:0;top:9.1875rem;left:7.5rem;height:9.993875rem;text-align:center;text-align-last:center;font-style:italic;display:block; }
#iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(343deg, #484848, #6e2455);background-image: -moz-linear-gradient(343deg, #484848, #6e2455);background-image: -ms-linear-gradient(343deg, #484848, #6e2455);background-image: -o-linear-gradient(343deg, #484848, #6e2455);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#6e2455' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#6e2455' );";background-image: linear-gradient(343deg, #484848, #6e2455);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU > .row .container { background-color: transparent; background-image: none; }#iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU > .row .container > .video-iframe-container { display: none; }#iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU > .row > .video-iframe-container { display: none; }#iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU > .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); }#iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU > .row .container { border-width: 0; border-radius: 0; }#iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU > .row .container { font-size:0.875rem;font-family:arial;height:27.625rem;width:75rem;position:relative;display:block; }#e1Kf3sbcehfBTo4xJoSd2uoB7sA2OpgU { color:#ffffff;display:block;width:33.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.8);top:4.5625rem;left:33.625rem;height:5.3624125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bz6no2MW9L2qIfKJp5cufH5IQ7hGirkt { z-index:15072;top:20.3125rem;left:33.625rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: -0.25rem 0.625rem 1.25rem rgba(255,0,76,0.35) ;box-sizing:border-box;color:#6e2455;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:raleway;font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.0625rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#GbzZ4vnJz81mcPUfZJ6RrdSTohQFCZcz { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mwpIZPJA965xlFuFAXClV5A7STMpvyPA { color:rgba(var(--color-tertiary-0),1);display:block;width:32.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:12.0625rem;left:33.625rem;height:4.50195rem;text-align:left;text-align-last:left;display:block; }
#sOo7h0Wi2034aAIuAt5m1cTnygNbtOwE { position:absolute;display:block;z-index:15073;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);border-top-left-radius:1.875rem;border-top-right-radius:1.875rem;border-bottom-left-radius:1.875rem;border-bottom-right-radius:1.875rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-3),0.97) ;height:20.6875rem;width:31.0625rem;top:3.96875rem;left:1.5rem;overflow:hidden;display:block; }
#RQqTXqyIISoWc8LSFs2wMHa40gGUekcT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #484848, #6e2455);background-image: -moz-linear-gradient(180deg, #484848, #6e2455);background-image: -ms-linear-gradient(180deg, #484848, #6e2455);background-image: -o-linear-gradient(180deg, #484848, #6e2455);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#6e2455' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#484848', endColorstr='#6e2455' );";background-image: linear-gradient(180deg, #484848, #6e2455);background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RQqTXqyIISoWc8LSFs2wMHa40gGUekcT > .row .container { background-color: transparent; background-image: none; }#RQqTXqyIISoWc8LSFs2wMHa40gGUekcT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQqTXqyIISoWc8LSFs2wMHa40gGUekcT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQqTXqyIISoWc8LSFs2wMHa40gGUekcT > .row .container > .video-iframe-container { display: none; }#RQqTXqyIISoWc8LSFs2wMHa40gGUekcT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RQqTXqyIISoWc8LSFs2wMHa40gGUekcT > .row > .video-iframe-container { display: none; }#RQqTXqyIISoWc8LSFs2wMHa40gGUekcT > .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); }#RQqTXqyIISoWc8LSFs2wMHa40gGUekcT > .row .container { border-width: 0; border-radius: 0; }#RQqTXqyIISoWc8LSFs2wMHa40gGUekcT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RQqTXqyIISoWc8LSFs2wMHa40gGUekcT > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:block; }#WCRGqpaQDpAwT5wTbGpVUNTMZoJROU1V { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:7.25rem;top:1.22265625rem;left:0.71875rem;overflow:hidden;display:block; }
#yWrDNoNR4MNTmlzo8PNXEvmuet9iCiXd { color:rgba(var(--color-tertiary-0),1);display:block;width:23.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15013;line-height:1.4;letter-spacing:0;top:6.9638671875rem;left:0.71875rem;height:8.5676875rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#zR15LOOzeZL0B4pTKI1OlrSm08eXWVuJ { color:rgba(var(--color-tertiary-0),1);display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15016;line-height:1.4;letter-spacing:0;top:5.2373046875rem;left:26.4375rem;height:1.04980625rem;font-style:normal;display:block; }
#USMW1Tbc8BIOsGx67l89il5yJZ1mEffN { box-sizing:content-box;color:#5d92ff;font-size:1.0625rem;font-weight:400;line-height:1;height:1.5625rem;width:1.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15025;top:6.9638671875rem;left:26.4375rem; }
#bSRn5LEsv0lp66GwvOPk0CO1QkEa46yG { color:rgba(var(--color-tertiary-0),1);display:block;width:17.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:7.1015625rem;left:28.78125rem;height:4.5486125rem;font-style:normal;display:block; }
#cRcFyK19eSXXMxe0aDuKUg2hMsLAGHkh { position:absolute;display:block;z-index:15033;height:12.5rem;width:23.375rem;top:3.125rem;left:50.8125rem;display:block; }
#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-4),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; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { border-width: 0; border-radius: 0; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { font-size:0.875rem;font-family:arial;height:3.3125rem;width:75rem;position:relative;display:block; }#fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { color:rgba(var(--color-tertiary-0),1);display:block;width:31.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:1.087890625rem;left:21.71875rem;height:1.13606875rem;font-style:normal;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DxoovqGIgxC43rCey5V8dUrOrU0Bb71t { display:block; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBdTGQxw1GRz16Cp1rENEEbXwuxnO1la { top:4.625rem;left:18.6875rem;width:10.375rem;height:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeaVq9XdStTspnZUIWntth89iT6kV9MP { top:11rem;left:0rem;width:47.75rem;height:6.375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C20XSEBC59AMNRLJN1Re3UT2GWyETZKb { top:21.75rem;left:10.2490234375rem;width:27.1875rem;height:2.4375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LQacq9v3ZwKJ0rgcvfIkp1S99kDpuUDI { top:18.5rem;left:18.25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #piiCxigweOytBU9uDkeXTUs4AeFMiVKP { top:18.5625rem;left:20.5rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMkTQDdiqcs3ay8KQgB33L5XWBMtQsnR { top:18.5625rem;left:22.75rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgoswsZIGJTBBpeqn5Zr2r99ypL3TP1W { top:18.5625rem;left:27.25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GPMOCby0AiD4wLwu6Nud1pfaz5pxRUaZ { top:18.5rem;left:25rem;width:2.25rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dpaOUMHeUxl3dh32hm7hKgGNabKpq92z { top:25.6875rem;left:23.9375rem;width:23.8125rem;height:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyAge5d11ggcehncTiNvtruOzzEgJcq6 { top:26.8125rem;left:27.25rem;width:19.25rem;height:4.6875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAT9V4Tdifi3zTUJsg8CnKTVHVO97igK { top:53.25rem;left:24.96630859375rem;width:12.5625rem;height:1rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EBJxIE5xaFVI6ltJBvVDwm5tRyQfzXb5 { top:25.6875rem;left:0rem;width:27.5rem;height:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeAa9x1FFwWoLsG63EuX7qGuHXsWFXP3 { top:21.5625rem;left:10.25rem;width:26.4375rem;height:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:18.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:17.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:18.375rem;height:17.1875rem;top:32.1875rem;left:26.875rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:18.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:18.375rem;height:17.1875rem;top:32.1875rem;left:26.875rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf { display:block; }#WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgqmHDKInswtUnIGJ6FEuXVpy5pc8IFz { top:2.8125rem;left:0rem;width:31.5625rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVKc1d3QLGcP0Pb4q0gtdnwbtlUpo1Pa { width:38.75rem;height:6.6875rem;top:2.75rem;left:9rem;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESNQGihdJpbBhhEXux2GO2Rx4ZBTNUGf { width:35.8125rem;height:1.1875rem;top:10.0625rem;left:11.9375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK4vgHTKIq6XW398iCIRPivzizAC8dmx { top:12.1875rem;left:12.4375rem;width:35.3125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u6ou4Z01suNacvtQz4ruGkkSydKpPcg5 { top:15.1875rem;left:12.4375rem;width:35.3125rem;height:1.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvmL7cPAkskZWm4LVMzNLbmWmx6w4QT2 { top:17.625rem;left:12.4375rem;width:35.3125rem;height:3.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GE9OutEAPFX9DO33kUQLfKp7oaMLNAvL { top:11.9375rem;left:21.874132156372rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aTSEB9GTK4T78qBDtU1ksGBivheiXmMO { top:14.875rem;left:21.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XSSC9g7bKCUhdENw7CK68FSPccWUmcV1 { top:18.125rem;left:21.875rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfECUrbaR7SqdGNghNzb1avb2vm6b6LT { top:22.3125rem;left:16.84375rem;width:14.0625rem;height:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bulOn5RvJnoyTIJIBF503hUn2E4Bdd2n { display:block; }
 }@media only screen and (max-width: 763px) { #tBXM8rnd2ykegDGWfm6SDsOTRSnsR0r6 { top:27.5rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA { display:block; }#F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmIeJRfqv0M6Rw8KxHQreT30vyZ1qcUM { width:16.75rem;height:10.6875rem;top:6.625rem;left:7.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d56gHO1PaGUH2QX0CpkbiTf8VsaWy1gF { width:15.625rem;height:1.625rem;top:20.1875rem;left:8.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5gtSUGdFMEUK0XNXERSDgH64TmJvtlt { width:13.375rem;height:1.375rem;top:22.0625rem;left:10.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPtIvrVwRZ7gbgNp6rmWFkCHuUInTVN4 { width:16.25rem;height:24.0625rem;top:6.5625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJTrtUapavGyPPr22SEl4VhrUthqWF9x { width:2.25rem;height:0.375rem;top:25.625rem;left:14.09375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxKbiqZoq8IOHeNJWlMbTzBIwUtV4X2r { top:24.8125rem;left:21.46875rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8cRzacl7xuIbcWym1yDSb6vZ0Lq22Dp { top:24.8125rem;left:16.71875rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PNkpyqtodg7KBKGWXQkJCZEZDEEDxbQQ { top:24.75rem;left:11.9375rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPP0lRxf6pBWF2ekONCbvdT7KyD2xdVT { top:28.75rem;left:9.8125rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymUWNZbAfX3RHLpbGtxHisUhR76tSVwS { display:block; }
 }@media only screen and (max-width: 763px) { #BHC40BD5cahfAGFenAJoMR0WeVUVwg14 { width:16.25rem;height:24.1875rem;top:6.5625rem;left:19.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGDiByrmcq2dFqGnGTzH3pwc5h8kby4w { width:16.8125rem;height:10.875rem;top:6.5rem;left:19rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT9gTJTGsWmZIQ0611wEcEFlUZ3STyPa { width:13.125rem;height:1.625rem;top:20.1875rem;left:22.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOJwBtCrvBJM0vD72d4RT2bQW2hz41Dq { width:13.375rem;height:1.375rem;top:22.1875rem;left:22.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzkMU6ZNBXiiTQwTdCNuXQPOMXhgq6Wr { top:24.9375rem;left:24.21875rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZIMcDpRGc8WXwuzEHmFfwOTQL2E5JGS { top:24.8125rem;left:28.03125rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAPtGoiBykpJ5y3TBSo0DrfpmBTxecMH { top:24.9375rem;left:31.90625rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UePREgt6gvmTcAs1bqV4J3WhCptUaKl4 { width:16.25rem;height:24.25rem;top:6.5625rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4UteAM4w3oOrCWBnKGz9oB9GCCWZ9N1 { width:16.625rem;height:10.875rem;top:6.4375rem;left:31.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSwPwlq4bJwUdHovvz6IrbdDuoBF7foV { width:13.125rem;height:1.625rem;top:20.125rem;left:34.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEgVvwQMMUrgLSmSO7kN0ZE9K3iWyVR5 { width:13.375rem;height:1.375rem;top:22.3125rem;left:34.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEAe46TtArwT8DMlmLpCaOXurVKdZnW5 { width:1.9375rem;height:1.5625rem;top:25.0625rem;left:26.46875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbr1aAB0wi4gpVD6dgwmCJAMaDqNDyJF { top:24.8125rem;left:42.65625rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WaPXabd9ZVOFFWJr9Ot1Da683euDbguD { top:24.8125rem;left:38.09375rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uF1QyxGau9WeVfUryRczC4oBA5ik4d1A { top:28.75rem;left:21.75rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUKuodczwKdfGFDJeWCz5XMG3TXxWSbn { display:block; }
 }@media only screen and (max-width: 763px) { #PSpvdTwnTNb4o4epHuDbkIyKlvPeBK5S { top:28.75rem;left:33.6875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxEQweVSNOViKyyt73SHrL0ioaTDOeVX { display:block; }
 }@media only screen and (max-width: 763px) { #oVmgqHpe0qzDCcERbnm77GrtZiiNZsL1 { width:47.75rem;height:4.875rem;top:1.0625rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv9mA3SaStJFRTqf2RhZsTuSuuD58Jwr { width:1.875rem;height:0.375rem;top:25.5625rem;left:18.78125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si1aLNTPHto93lBs4PkOi87NotornAE0 { width:1.6875rem;height:0.375rem;top:25.625rem;left:22.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axw7Pnr9ZqrwTLTy256nwAcrgWVsgKbo { width:1.875rem;height:1.5625rem;top:25.125rem;left:30.09375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgMHW74tCiMnUpc5NFAZUqw2f0zIUXSc { width:1.6875rem;height:0.375rem;top:25.6875rem;left:34.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M50Hh3CkHXCUdbxA0x0JzmlqsQxRIETK { width:1.6875rem;height:0.375rem;top:24.1875rem;left:38.28125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgSzxJAybzaKarrNGk7TKmV2M2TXP6np { width:1.6875rem;height:0.375rem;top:24.1875rem;left:37.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoiZ2WCnt562NqLfZ69JRrNR5hRTWqxA { width:1.875rem;height:1.5625rem;top:25rem;left:40.15625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7TZkCw4qppzkB63aaM7krTmgtQbrVcA { width:1.875rem;height:1.5625rem;top:24.9375rem;left:44.90625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s41OfsP6pvLINJnaTaLZCVc2tHhOngUl { width:13.125rem;height:2rem;top:17.875rem;left:22.6875rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TObm3wWmps6riDbIBAaJEO2OETVa7BVJ { width:14.5625rem;height:2rem;top:17.6875rem;left:9.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ9FhP7LR9gsWilAoCZfOc8RwTKX3Ugi { width:13.125rem;height:2rem;top:17.9375rem;left:34.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edgHBZ51Ofuecm5UZNMtI1221IbkUt04 { width:16.5625rem;height:10.75rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAyxamaV4W5E1CpruiZE7rbDQ64NcOLh { width:16.25rem;height:24.0625rem;top:6.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa3ug4kH1B7NyAlB0QRiR99GTVAJOTI6 { width:1.6875rem;height:0.375rem;top:25.75rem;left:10.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm05UBm0wx6vL9vuxsdGTiQ46nuhuzvP { top:24.9375rem;left:9.03125rem;width:1.6875rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dT3G73Pzim8Jl7E39kKIO99wXTgPe0t1 { width:1.875rem;height:0.375rem;top:25.6875rem;left:6.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9qifZGMq3CByZiqrasP1FhdPv8fp7aL { top:24.875rem;left:4.28125rem;width:1.8125rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGcIqt4H8yGR6gbpcVvqC3FgEpKVDofU { width:2.1875rem;height:0.375rem;top:24.75rem;left:1.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlF6vT4ecgdrzDfA0WWqaRGotV1mJcuh { top:23.875rem;left:0rem;width:1.875rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9hZR7bq974PcXEIOP3QItGFCciQk8x5 { width:13.3125rem;height:1.375rem;top:22.0625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccp9URa0zUTMimUg3TUwJta6LWmASI0I { width:15.625rem;height:1.625rem;top:20.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVTTTpcWhMVnlXWowHaPDXixztXETwD { width:14.375rem;height:2rem;top:17.6875rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpxc071oJZ2h7ftTbvthl45y5XkHQNtU { top:28.75rem;left:0rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ged7SxTQh7TJy8lxiP7xfNPCq5ogPxMS { display:block; }
 }@media only screen and (max-width: 763px) { #XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU { display:block; }#XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgzO85VDK8uRzIy62wwHIVIEpgftcE5F { width:47.75rem;height:3.625rem;top:2.5rem;left:0rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #omdby7NAVulqSLs05wM2xAJkXid5F2vM { top:4.75rem;left:0rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAOWk6LMnPvkkU4cr8q6kyKit2dAadgM { top:9.125rem;left:3.65625rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhfPrwO1q6L16TMSUxenx6G92TcEkUU1 { top:13.8125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jme3Sat93PnwKGz7kCrt6oGGvQQaMgAr { top:16rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaOGJc87yxzP9qUn6cRganK9Hrx5cPyW { top:4.75rem;left:11.375rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSMmcCZxOwGzE3RulyPL2BpfqdcrGukr { top:9.125rem;left:15.59375rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zlDeHFf8xd2D5SfMUP7TphL9Nfnw0McS { top:13.8125rem;left:11.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DESpSvTrmz2b7XbdEmNxwiM8TWizwAX6 { top:16rem;left:11.375rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpIqhwglPTscZW6rA400cRJKusTerk9b { top:4.75rem;left:23.3125rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga91Xqirero8Sf0dyguxXxm9acRA6aKu { top:9.125rem;left:27.53125rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pgd1ZQNDGeaNNxRDgRI6q3cxtgNGNK1u { top:13.8125rem;left:23.3125rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1I3ZSNxMX7BhpM8r4ZOCpqteHJTvsDN { top:16rem;left:23.3125rem;width:12.5rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwSUkwybvWT2PpQFWey5qABtaR2puMKW { top:4.75rem;left:35.25rem;width:12.5rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnAPGmDZAf3sGilBoTHTKdEdn6s2qIsR { top:9.125rem;left:39.46875rem;width:4.5rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #sku6EA5TTr2mTOKvBTJcLTVHit7OBDx0 { top:13.8125rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGHyCnr3MIRE57TGoLt4NFF9TtM1Un44 { top:16rem;left:34.9375rem;width:12.8125rem;height:5.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdgtLfsv4JGzGuyIQFvW8l5gyAc3EvlJ { top:1.1875rem;left:0rem;width:47.75rem;height:22.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HayoWallGXePNAN8SRSnxN5tf0zsL8UO { display:block; }#HayoWallGXePNAN8SRSnxN5tf0zsL8UO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcVfJV9K2mGBJuAB6C29212SQPZ3uX33 { width:47.75rem;height:4.875rem;top:0.6875rem;left:0rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmbDTIqEXgFTvJlwhFmT35wJXVbg2tcG { width:22.75rem;height:20.625rem;top:5.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9mAeyg2WoVMdhX6uFlAb4H1q34OX7C7 { width:22.8125rem;height:20.625rem;top:5.875rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVi2Mp9DqqWfttSlF7tZlTwZDo3XF5el { width:22.875rem;height:20.625rem;top:5.875rem;left:24.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #exBNRVn2CgAPumPSTeRshPfwZIzaThnh { top:24rem;left:0rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J597b0xeJVB6TEUt5i1mxXB6iLR3gJAU { top:24.5rem;left:0rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1AraM2eCBeGH6Jqq0P2GmT3m39DtTDM { top:24.5rem;left:13.8125rem;width:15rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs4mzZMUZhfiL18nCFhZk8NdvLsQ8smK { top:23.9375rem;left:12.5625rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtgxVL0K2igC7awZ5yHb0HfFcQ395loR { top:24.5rem;left:35.25rem;width:12.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUMUtspgvXmpSw6oWIPs4maZy4fIkpbP { top:24rem;left:24.9375rem;width:22.8125rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTnOI6fZ8HfaoaSpWZvkTAxE5aiu6hE { top:28.5rem;left:16.84375rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oixkaqf8TXRytSn3yim912zTgCgvcNM2 { display:block; }
 }@media only screen and (max-width: 763px) { #LSgNdsRCzCGMFisXabmZUvTUf4HxyCgn { top:33.375rem;left:0rem;width:47.75rem;height:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB { display:block; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTlkDWrMAQ1ORVkmukGf5KCQD1H01dkP { width:15.75rem;height:9.5625rem;top:14.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DW2xQNUlggUc3znnLehZdlbTbMrKZO7Z { width:19rem;height:19.0625rem;top:9.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9x9pK5QPdN3gLLQ2NKno9FLl1dr4hVf { width:3.25rem;height:0.0625rem;top:24.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohR7BqugKqbpOQFXeTH4mXWe3OsfUXgI { width:16.875rem;height:1.5625rem;top:24.9375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #usNyPhfT78V6yiGQlk0w1wub6KJ2el0J { width:19rem;height:19rem;top:9.1875rem;left:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAkfEU4mo23QinBv1dp799A0tivQePen { width:15.75rem;height:7.9375rem;top:14.6875rem;left:16rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Iqa8omIAuIhV23x7qp8BTAA093OFXJ8R { width:16.875rem;height:1.5625rem;top:24.875rem;left:15.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hDhLzag3emi1DE3nkAgawlbBVJLao1G0 { width:3.25rem;height:0.0625rem;top:24.875rem;left:22.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlLTpKTEzrF90lwuKk87gcOenWa13EOQ { width:19rem;height:19.0625rem;top:9.1875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVsBxUZzvqmtw1VnRHH9kAk3gHHHmgUM { width:16.875rem;height:1.5625rem;top:24.9375rem;left:30.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #P94sv5oEgb96z0gRvhTNvnNTg0xQTMr6 { width:15.75rem;height:9.5625rem;top:14.6875rem;left:32rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0D3tqwAeQAVTi9kPx6AH1omkzWTpaui { width:3.25rem;height:0.0625rem;top:24.9375rem;left:42.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqeTTd5TlXDWwV6fsTpIbqfTDA6OgV0k { top:1.6875rem;left:0rem;width:47.75rem;height:3.625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9WJe1P0K7nRpMyT4MxFwLapikkh0WVA { width:3.9375rem;height:9.9375rem;top:9.1875rem;left:34.875rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyPToUsbAVsNheZTctK59m8mq5BZelQh { width:3.9375rem;height:9.9375rem;top:9.1875rem;left:14.5rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaivufH5vpbhToTc1QN4Tx5nSFJcU0LT { width:3.9375rem;height:9.9375rem;top:9.1875rem;left:0rem;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU { display:block; }#iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1Kf3sbcehfBTo4xJoSd2uoB7sA2OpgU { top:4.5625rem;left:13.9375rem;width:33.8125rem;height:5.3125rem;font-size:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bz6no2MW9L2qIfKJp5cufH5IQ7hGirkt { top:20.3125rem;left:20rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbzZ4vnJz81mcPUfZJ6RrdSTohQFCZcz { display:block; }
 }@media only screen and (max-width: 763px) { #mwpIZPJA965xlFuFAXClV5A7STMpvyPA { top:12.0625rem;left:14.875rem;width:32.875rem;height:4.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sOo7h0Wi2034aAIuAt5m1cTnygNbtOwE { top:3.9375rem;left:0rem;width:31.0625rem;height:20.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQqTXqyIISoWc8LSFs2wMHa40gGUekcT { display:block; }#RQqTXqyIISoWc8LSFs2wMHa40gGUekcT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCRGqpaQDpAwT5wTbGpVUNTMZoJROU1V { top:1.1875rem;left:0rem;width:7.25rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWrDNoNR4MNTmlzo8PNXEvmuet9iCiXd { top:6.9375rem;left:0rem;width:23.5625rem;height:8.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zR15LOOzeZL0B4pTKI1OlrSm08eXWVuJ { top:5.1875rem;left:15.875rem;width:11.8125rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #USMW1Tbc8BIOsGx67l89il5yJZ1mEffN { top:6.9375rem;left:15.875rem;width:1.5625rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSRn5LEsv0lp66GwvOPk0CO1QkEa46yG { top:7.0625rem;left:14.3125rem;width:17.4375rem;height:4.5rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRcFyK19eSXXMxe0aDuKUg2hMsLAGHkh { top:3.125rem;left:24.25rem;width:23.375rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { top:1.0625rem;left:8.09375rem;width:31.5625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DxoovqGIgxC43rCey5V8dUrOrU0Bb71t { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/95069caa-2455-448c-aa61-67b15aadf633/CLPalembang1webp.webp");background-position:top center !important;background-repeat:repeat-y !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t.adaptive-delivery-prevent-bg, #DxoovqGIgxC43rCey5V8dUrOrU0Bb71t.lazyload, #DxoovqGIgxC43rCey5V8dUrOrU0Bb71t.lazyloading { background-image: none; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row .container { background-color: transparent; background-image: none; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(165,165,165,0.54); }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row .container > .video-iframe-container { display: none; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(165,165,165,0.54); }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row > .video-iframe-container { display: none; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .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); }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row .container { border-width: 0; border-radius: 0; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DxoovqGIgxC43rCey5V8dUrOrU0Bb71t > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hBdTGQxw1GRz16Cp1rENEEbXwuxnO1la { width:7.875rem;height:3.75rem;top:1.9375rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UeaVq9XdStTspnZUIWntth89iT6kV9MP { width:20rem;height:7.5rem;top:6.46875rem;left:0rem;font-size:1.875rem;z-index:14989;color:#ffffff;font-weight:700;font-style:normal;line-height:1;text-shadow:0.1875rem 0.1875rem 0rem rgba(var(--color-tertiary-4),0.62);display:block; }
 }@media only screen and (max-width: 763px) { #C20XSEBC59AMNRLJN1Re3UT2GWyETZKb { width:20rem;height:2.03125rem;top:18.75rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LQacq9v3ZwKJ0rgcvfIkp1S99kDpuUDI { display:flex;width:2.25rem;height:2.25rem;top:15.4375rem;left:4.4375rem; }
 }@media only screen and (max-width: 763px) { #piiCxigweOytBU9uDkeXTUs4AeFMiVKP { display:flex;width:2.25rem;height:2.25rem;top:15.4375rem;left:6.625rem; }
 }@media only screen and (max-width: 763px) { #yMkTQDdiqcs3ay8KQgB33L5XWBMtQsnR { display:flex;width:2.25rem;height:2.25rem;top:15.4375rem;left:8.875rem; }
 }@media only screen and (max-width: 763px) { #TgoswsZIGJTBBpeqn5Zr2r99ypL3TP1W { display:flex;width:2.25rem;height:2.25rem;top:15.4375rem;left:13.375rem; }
 }@media only screen and (max-width: 763px) { #GPMOCby0AiD4wLwu6Nud1pfaz5pxRUaZ { display:flex;width:2.25rem;height:2.25rem;top:15.4375rem;left:11.125rem; }
 }@media only screen and (max-width: 763px) { #dpaOUMHeUxl3dh32hm7hKgGNabKpq92z { width:20rem;height:27.75rem;top:41.8125rem;left:0rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #gyAge5d11ggcehncTiNvtruOzzEgJcq6 { width:17.4365rem;height:4.2744125rem;top:42.875rem;left:1.28125rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xAT9V4Tdifi3zTUJsg8CnKTVHVO97igK { width:20rem;height:0.8125rem;top:70.625rem;left:0rem;font-size:0.625rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #EBJxIE5xaFVI6ltJBvVDwm5tRyQfzXb5 { width:19.875rem;height:19.875rem;top:21.40625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oeAa9x1FFwWoLsG63EuX7qGuHXsWFXP3 { width:20rem;height:3.1875rem;top:18.21875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-text {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-select {padding-top: 0; padding-bottom: 0;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-input-button { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .widget-checkbox-label { width:13.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw  { width:15rem;height:auto;top:48.25rem;left:1.25rem; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw {display:block;}#CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw { width:15rem;height:auto;top:48.25rem;left:1.25rem; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #vlToNLLGiwD8JaGn7ti7yoRtguOIBsUl {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #sZ0JvLmPLPPzVMIatvnzmxJZ7wg0O9gy { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #GBesveBmeA5r4q11SH3ZwDVUVPFMvOPT {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #gMamfnPz7cPT752dPcJCxcKGE3huMTHI {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #d2keb5T2PTnXrlHCcRIZqZZrSmfNi0pT { display:none; }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #AI7hWkqnK7bTVbQTeEfAMRkWiv26Iule {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #RGA8wBJoy5Igz62kmp0cXWGL5c9sK99M {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #mZlUGvILAu3y4DMfztk5IcMvUTfm2ouL {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #EhFZJU1wi6q86lCwd62Qpxra6kfTFkUx {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #a5mbvUQHVFEh5a9srRHdDUDJPzXagJQ8 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #SDycbVzTJH3l5kZpqDOmphBUZtIDCES3 {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #TKxy5DrT2DWZisktX9T5QXGd8q2yOd7n {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #QXzTo0z0eCoRSmVeWtDIaDrtumbsXQRh {  }
 }@media only screen and (max-width: 763px) { #CuHcJN0VITVu7tagtfNBkRlxKbhtbnpw #fA2CLzVSIN1gtnCGf8nETqdgbpFQ1cfJ {  }
 }@media only screen and (max-width: 763px) { #WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf { display:block; }#WDsJrbeZt2WlSXLWZhuBdTsD1uJrJuOf > .row .container { width:20rem;height:38.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wgqmHDKInswtUnIGJ6FEuXVpy5pc8IFz { width:17.9375rem;height:9.9375rem;top:1.9375rem;left:0.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hVKc1d3QLGcP0Pb4q0gtdnwbtlUpo1Pa { width:20rem;height:4.3496125rem;top:12.875436782837rem;left:0rem;text-align:center;text-align-last:center;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ESNQGihdJpbBhhEXux2GO2Rx4ZBTNUGf { width:20rem;height:1.7871125rem;top:17.821181297302rem;left:0rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MK4vgHTKIq6XW398iCIRPivzizAC8dmx { width:15.1875rem;height:2.4375rem;top:19.782987117768rem;left:4.2493494153022rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #u6ou4Z01suNacvtQz4ruGkkSydKpPcg5 { width:9.749375rem;height:1.21875rem;top:23.636067867279rem;left:4.2491319775581rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #bvmL7cPAkskZWm4LVMzNLbmWmx6w4QT2 { width:15.186625rem;height:4.875rem;top:26.306426525116rem;left:4.2491319775581rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GE9OutEAPFX9DO33kUQLfKp7oaMLNAvL { display:flex;width:2.1875rem;height:2.1875rem;top:19.907765388489rem;left:1.4995661377907rem; }
 }@media only screen and (max-width: 763px) { #aTSEB9GTK4T78qBDtU1ksGBivheiXmMO { display:flex;width:2.1875rem;height:2.1875rem;top:23.151042073965rem;left:1.4995661377907rem; }
 }@media only screen and (max-width: 763px) { #XSSC9g7bKCUhdENw7CK68FSPccWUmcV1 { display:flex;width:2.1875rem;height:2.1875rem;top:26.306424230337rem;left:1.4995661377907rem; }
 }@media only screen and (max-width: 763px) { #vfECUrbaR7SqdGNghNzb1avb2vm6b6LT { top:32.5556640625rem;left:3.65625rem;width:12.6875rem;height:3.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bulOn5RvJnoyTIJIBF503hUn2E4Bdd2n { display:block; }
 }@media only screen and (max-width: 763px) { #tBXM8rnd2ykegDGWfm6SDsOTRSnsR0r6 { width:20rem;height:0.5rem;top:38.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA { display:block; }#F5xfzFmG5biOvgCL6TDzpTLTEylUNcoA > .row .container { width:20rem;height:112.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hmIeJRfqv0M6Rw8KxHQreT30vyZ1qcUM { width:17.375rem;height:11.3125rem;top:6.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d56gHO1PaGUH2QX0CpkbiTf8VsaWy1gF { width:13.125rem;height:1.2999125rem;top:20.061634063721rem;left:3.4993489384651rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5gtSUGdFMEUK0XNXERSDgH64TmJvtlt { width:13.375rem;height:1.3994125rem;top:21.374568939209rem;left:3.3745663762093rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nPtIvrVwRZ7gbgNp6rmWFkCHuUInTVN4 { width:17.125rem;height:21.3125rem;top:6.0625rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJTrtUapavGyPPr22SEl4VhrUthqWF9x { width:6.5625rem;height:0.349609375rem;top:23.91796875rem;left:2.9372830986977rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kxKbiqZoq8IOHeNJWlMbTzBIwUtV4X2r { display:flex;width:1.6875rem;height:1.6875rem;top:22.998916625976rem;left:13.249783813953rem; }
 }@media only screen and (max-width: 763px) { #x8cRzacl7xuIbcWym1yDSb6vZ0Lq22Dp { display:flex;width:1.8125rem;height:1.8125rem;top:22.935981750488rem;left:8.2497838139531rem; }
 }@media only screen and (max-width: 763px) { #PNkpyqtodg7KBKGWXQkJCZEZDEEDxbQQ { display:flex;width:1.875rem;height:1.875rem;top:23rem;left:3.4375002980233rem; }
 }@media only screen and (max-width: 763px) { #SPP0lRxf6pBWF2ekONCbvdT7KyD2xdVT { top:26.01171875rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymUWNZbAfX3RHLpbGtxHisUhR76tSVwS { display:block; }
 }@media only screen and (max-width: 763px) { #BHC40BD5cahfAGFenAJoMR0WeVUVwg14 { width:17.25rem;height:21.75rem;top:32.4375rem;left:1.1875rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #kGDiByrmcq2dFqGnGTzH3pwc5h8kby4w { width:17.5rem;height:11.375rem;top:32.4375rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eT9gTJTGsWmZIQ0611wEcEFlUZ3STyPa { width:13.125rem;height:1.2999125rem;top:46.5rem;left:3.4375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOJwBtCrvBJM0vD72d4RT2bQW2hz41Dq { width:13.375rem;height:1.3994125rem;top:47.8125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OzkMU6ZNBXiiTQwTdCNuXQPOMXhgq6Wr { display:flex;width:1.875rem;height:1.875rem;top:49.4375rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #UZIMcDpRGc8WXwuzEHmFfwOTQL2E5JGS { display:flex;width:1.8125rem;height:1.8125rem;top:49.5rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #xAPtGoiBykpJ5y3TBSo0DrfpmBTxecMH { display:flex;width:1.6875rem;height:1.6875rem;top:49.687175750733rem;left:13.249999701977rem; }
 }@media only screen and (max-width: 763px) { #UePREgt6gvmTcAs1bqV4J3WhCptUaKl4 { width:17.25rem;height:22rem;top:85.125rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4UteAM4w3oOrCWBnKGz9oB9GCCWZ9N1 { width:17.5625rem;height:11.6875rem;top:85.1875rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FSwPwlq4bJwUdHovvz6IrbdDuoBF7foV { width:13.125rem;height:1.2999125rem;top:99.8125rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rEgVvwQMMUrgLSmSO7kN0ZE9K3iWyVR5 { width:13.375rem;height:1.3994125rem;top:101.125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #IEAe46TtArwT8DMlmLpCaOXurVKdZnW5 { width:11.3125rem;height:1.3997375rem;top:49.86328125rem;left:0.875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sbr1aAB0wi4gpVD6dgwmCJAMaDqNDyJF { display:flex;width:1.81206875rem;height:1.81206875rem;top:103.25rem;left:6.1875rem; }
 }@media only screen and (max-width: 763px) { #WaPXabd9ZVOFFWJr9Ot1Da683euDbguD { display:flex;width:1.6862rem;height:1.6862rem;top:103.3125rem;left:10.5625rem; }
 }@media only screen and (max-width: 763px) { #uF1QyxGau9WeVfUryRczC4oBA5ik4d1A { top:52.625rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUKuodczwKdfGFDJeWCz5XMG3TXxWSbn { display:block; }
 }@media only screen and (max-width: 763px) { #PSpvdTwnTNb4o4epHuDbkIyKlvPeBK5S { top:105.6875rem;left:2.875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LxEQweVSNOViKyyt73SHrL0ioaTDOeVX { display:block; }
 }@media only screen and (max-width: 763px) { #oVmgqHpe0qzDCcERbnm77GrtZiiNZsL1 { width:20rem;height:2.84375rem;top:1.6174049377441rem;left:0rem;text-align:center;text-align-last:center;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hv9mA3SaStJFRTqf2RhZsTuSuuD58Jwr { width:1.68728125rem;height:0.349609375rem;top:23.91796875rem;left:10.249566376209rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Si1aLNTPHto93lBs4PkOi87NotornAE0 { width:1.68728125rem;height:0.349609375rem;top:23.91796875rem;left:15.006511032581rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axw7Pnr9ZqrwTLTy256nwAcrgWVsgKbo { width:1.93685rem;height:1.3997375rem;top:49.950695037842rem;left:10.562336623669rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgMHW74tCiMnUpc5NFAZUqw2f0zIUXSc { width:1.6870125rem;height:0.349935rem;top:50.510251998901rem;left:14.863606154919rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #M50Hh3CkHXCUdbxA0x0JzmlqsQxRIETK { width:1.6870125rem;height:0.349609375rem;top:104.75rem;left:6.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DgSzxJAybzaKarrNGk7TKmV2M2TXP6np { width:1.6870125rem;height:0.349609375rem;top:104.75rem;left:10.1875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoiZ2WCnt562NqLfZ69JRrNR5hRTWqxA { width:1.875rem;height:1.3994125rem;top:103.4375rem;left:7.6875rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7TZkCw4qppzkB63aaM7krTmgtQbrVcA { width:1.875rem;height:1.3994125rem;top:103.4375rem;left:12.125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s41OfsP6pvLINJnaTaLZCVc2tHhOngUl { width:13.125rem;height:2.03125rem;top:44.359375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TObm3wWmps6riDbIBAaJEO2OETVa7BVJ { width:14.561625rem;height:2.03125rem;top:17.787326335907rem;left:2.7180991768837rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZ9FhP7LR9gsWilAoCZfOc8RwTKX3Ugi { width:13.125rem;height:2.03125rem;top:97.25rem;left:3.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #edgHBZ51Ofuecm5UZNMtI1221IbkUt04 { width:16.5625rem;height:10.7498125rem;top:57.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JAyxamaV4W5E1CpruiZE7rbDQ64NcOLh { width:16.25rem;height:24.0625rem;top:57.9375rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #oa3ug4kH1B7NyAlB0QRiR99GTVAJOTI6 { width:1.62435rem;height:0.349609375rem;top:76.9375rem;left:14.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Bm05UBm0wx6vL9vuxsdGTiQ46nuhuzvP { display:flex;width:1.625rem;height:1.625rem;top:76.25rem;left:12.9375rem; }
 }@media only screen and (max-width: 763px) { #dT3G73Pzim8Jl7E39kKIO99wXTgPe0t1 { width:1.875rem;height:0.349609375rem;top:77.0625rem;left:10.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9qifZGMq3CByZiqrasP1FhdPv8fp7aL { display:flex;width:1.75rem;height:1.75rem;top:76.1875rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #tGcIqt4H8yGR6gbpcVvqC3FgEpKVDofU { width:2.1875rem;height:0.349609375rem;top:77.0625rem;left:5.5625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TlF6vT4ecgdrzDfA0WWqaRGotV1mJcuh { display:flex;width:1.875rem;height:1.875rem;top:76.1875rem;left:3.375rem; }
 }@media only screen and (max-width: 763px) { #l9hZR7bq974PcXEIOP3QItGFCciQk8x5 { width:13.311625rem;height:1.3994125rem;top:74.125rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ccp9URa0zUTMimUg3TUwJta6LWmASI0I { width:15.625rem;height:1.2999125rem;top:72.1875rem;left:2.1875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BVVTTTpcWhMVnlXWowHaPDXixztXETwD { width:13.6870625rem;height:2.03125rem;top:69.686418533325rem;left:3.1553822159767rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wpxc071oJZ2h7ftTbvthl45y5XkHQNtU { top:80.125rem;left:3rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ged7SxTQh7TJy8lxiP7xfNPCq5ogPxMS { display:block; }
 }@media only screen and (max-width: 763px) { #XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU { display:block; }#XhIJEZz1qL9wvZRhQef3ypxXUZM3y5wU > .row .container { width:20rem;height:70rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgzO85VDK8uRzIy62wwHIVIEpgftcE5F { width:20rem;height:7.3125rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #omdby7NAVulqSLs05wM2xAJkXid5F2vM { width:12.5rem;height:14.3125rem;top:7.375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FAOWk6LMnPvkkU4cr8q6kyKit2dAadgM { display:flex;width:4.5rem;height:4.5rem;top:11.75rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #WhfPrwO1q6L16TMSUxenx6G92TcEkUU1 { width:12.5rem;height:1.2999125rem;top:16.443359375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jme3Sat93PnwKGz7kCrt6oGGvQQaMgAr { width:12.5rem;height:5.19965625rem;top:18.6240234375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaOGJc87yxzP9qUn6cRganK9Hrx5cPyW { width:12.5rem;height:14.3125rem;top:21.6875rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSMmcCZxOwGzE3RulyPL2BpfqdcrGukr { display:flex;width:4.5rem;height:4.5rem;top:26.0625rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #zlDeHFf8xd2D5SfMUP7TphL9Nfnw0McS { width:12.5rem;height:1.2999125rem;top:30.75rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #DESpSvTrmz2b7XbdEmNxwiM8TWizwAX6 { width:12.5rem;height:5.19965625rem;top:32.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NpIqhwglPTscZW6rA400cRJKusTerk9b { width:12.5rem;height:14.3125rem;top:36rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ga91Xqirero8Sf0dyguxXxm9acRA6aKu { display:flex;width:4.5rem;height:4.5rem;top:40.375rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #pgd1ZQNDGeaNNxRDgRI6q3cxtgNGNK1u { width:12.5rem;height:1.2999125rem;top:45.0625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f1I3ZSNxMX7BhpM8r4ZOCpqteHJTvsDN { width:12.5rem;height:5.19965625rem;top:47.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwSUkwybvWT2PpQFWey5qABtaR2puMKW { width:12.5rem;height:14.3125rem;top:50.3125rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CnAPGmDZAf3sGilBoTHTKdEdn6s2qIsR { display:flex;width:4.5rem;height:4.5rem;top:54.6875rem;left:7.75rem; }
 }@media only screen and (max-width: 763px) { #sku6EA5TTr2mTOKvBTJcLTVHit7OBDx0 { width:12.5rem;height:1.2999125rem;top:59.375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZGHyCnr3MIRE57TGoLt4NFF9TtM1Un44 { width:12.5rem;height:6.4995625rem;top:61.5625rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QdgtLfsv4JGzGuyIQFvW8l5gyAc3EvlJ { width:19.75rem;height:67.625rem;top:1.873046875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HayoWallGXePNAN8SRSnxN5tf0zsL8UO { display:block; }#HayoWallGXePNAN8SRSnxN5tf0zsL8UO > .row .container { width:20rem;height:68.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IcVfJV9K2mGBJuAB6C29212SQPZ3uX33 { width:20rem;height:2.5996125rem;top:2.1494140625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #CmbDTIqEXgFTvJlwhFmT35wJXVbg2tcG { width:19.1875rem;height:17.25rem;top:6.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9mAeyg2WoVMdhX6uFlAb4H1q34OX7C7 { width:19.1875rem;height:17.25rem;top:25.4375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVi2Mp9DqqWfttSlF7tZlTwZDo3XF5el { width:19.1875rem;height:17.25rem;top:43.9375rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #exBNRVn2CgAPumPSTeRshPfwZIzaThnh { width:19.125rem;height:2.5625rem;top:21.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J597b0xeJVB6TEUt5i1mxXB6iLR3gJAU { width:12.5rem;height:1.625rem;top:22.125rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1AraM2eCBeGH6Jqq0P2GmT3m39DtTDM { width:15rem;height:1.625rem;top:40.75rem;left:1.6875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hs4mzZMUZhfiL18nCFhZk8NdvLsQ8smK { width:19.125rem;height:2.5625rem;top:40.1875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TtgxVL0K2igC7awZ5yHb0HfFcQ395loR { width:12.5rem;height:1.625rem;top:59.1875rem;left:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fUMUtspgvXmpSw6oWIPs4maZy4fIkpbP { width:19.1875rem;height:2.5625rem;top:58.6875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vsTnOI6fZ8HfaoaSpWZvkTAxE5aiu6hE { top:62.849609375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oixkaqf8TXRytSn3yim912zTgCgvcNM2 { display:block; }
 }@media only screen and (max-width: 763px) { #LSgNdsRCzCGMFisXabmZUvTUf4HxyCgn { width:20rem;height:0.5rem;top:67.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB { display:block; }#QnsFx4Gs9y6VvqNyxraJqWMHEeU3qNRB > .row .container { width:20rem;height:69.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BTlkDWrMAQ1ORVkmukGf5KCQD1H01dkP { width:15.75rem;height:9.597625rem;top:12.125rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DW2xQNUlggUc3znnLehZdlbTbMrKZO7Z { width:19rem;height:18.6875rem;top:7.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9x9pK5QPdN3gLLQ2NKno9FLl1dr4hVf { width:3.25rem;height:0.0625rem;top:22.3125rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ohR7BqugKqbpOQFXeTH4mXWe3OsfUXgI { width:16.875rem;height:1.5999375rem;top:22.9375rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #usNyPhfT78V6yiGQlk0w1wub6KJ2el0J { width:19rem;height:18.8125rem;top:28.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XAkfEU4mo23QinBv1dp799A0tivQePen { width:15.75rem;height:7.9980625rem;top:33.3125rem;left:2.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Iqa8omIAuIhV23x7qp8BTAA093OFXJ8R { width:16.875rem;height:1.5999375rem;top:43.375rem;left:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hDhLzag3emi1DE3nkAgawlbBVJLao1G0 { width:3.25rem;height:0.0625rem;top:42.25rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VlLTpKTEzrF90lwuKk87gcOenWa13EOQ { width:19rem;height:18.375rem;top:49.1875rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #IVsBxUZzvqmtw1VnRHH9kAk3gHHHmgUM { width:16.875rem;height:1.5999375rem;top:64.875rem;left:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #P94sv5oEgb96z0gRvhTNvnNTg0xQTMr6 { width:15.75rem;height:9.597625rem;top:53.75rem;left:2.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q0D3tqwAeQAVTi9kPx6AH1omkzWTpaui { width:3.25rem;height:0.0625rem;top:64rem;left:8.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PqeTTd5TlXDWwV6fsTpIbqfTDA6OgV0k { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9WJe1P0K7nRpMyT4MxFwLapikkh0WVA { width:3.9375rem;height:8.125rem;top:49.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hyPToUsbAVsNheZTctK59m8mq5BZelQh { width:3.9375rem;height:8.125rem;top:28.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gaivufH5vpbhToTc1QN4Tx5nSFJcU0LT { width:3.9375rem;height:8.125rem;top:7.1875rem;left:0.5rem;text-align:center;text-align-last:center;font-size:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU { display:block; }#iqmfC2HDA4ecctpIrfEqScUmFFiyQfTU > .row .container { width:20rem;height:40.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e1Kf3sbcehfBTo4xJoSd2uoB7sA2OpgU { width:20rem;height:6.82325rem;top:2.1669921875rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bz6no2MW9L2qIfKJp5cufH5IQ7hGirkt { top:35.240234375rem;left:2.96875rem;width:14.0625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GbzZ4vnJz81mcPUfZJ6RrdSTohQFCZcz { display:block; }
 }@media only screen and (max-width: 763px) { #mwpIZPJA965xlFuFAXClV5A7STMpvyPA { width:20rem;height:7.5rem;top:26.302734375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sOo7h0Wi2034aAIuAt5m1cTnygNbtOwE { width:19.875rem;height:13.3193125rem;top:10.990234375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQqTXqyIISoWc8LSFs2wMHa40gGUekcT { display:block; }#RQqTXqyIISoWc8LSFs2wMHa40gGUekcT > .row .container { width:20rem;height:39.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WCRGqpaQDpAwT5wTbGpVUNTMZoJROU1V { width:8.5625rem;height:4.125rem;top:1.1875rem;left:5.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yWrDNoNR4MNTmlzo8PNXEvmuet9iCiXd { width:18.125rem;height:11.0215rem;top:6.224609375rem;left:0.9375rem;font-size:0.875rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #zR15LOOzeZL0B4pTKI1OlrSm08eXWVuJ { width:19.0625rem;height:1.04980625rem;top:18.6875rem;left:0.9375rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #USMW1Tbc8BIOsGx67l89il5yJZ1mEffN { width:1.5625rem;height:1.5625rem;top:20.375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bSRn5LEsv0lp66GwvOPk0CO1QkEa46yG { width:15.25rem;height:4.19921875rem;top:20.375rem;left:2.875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cRcFyK19eSXXMxe0aDuKUg2hMsLAGHkh { width:20rem;height:12.5rem;top:25.82421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw { background-color:rgba(var(--color-primary-4),1);background-image:none;display:block; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { background-color: transparent; background-image: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row > .video-iframe-container { display: none; }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .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); }#UcLdZgDIvuKnsBsLPFnTNbwpFmeadHTw > .row .container { width:20rem;height:4.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fiTHnrK13FK5SKaR0tGF2LRIxoy8lAeX { width:20rem;height:2.2734375rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }