.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:255,255,255;--color-primary-1:243,238,238;--color-primary-2:227,227,227;--color-primary-3:143,143,143;--color-primary-4:0,0,0;--color-secondary-0:219,219,220;--color-secondary-1:135,135,137;--color-secondary-2:14,14,19;--color-secondary-3:7,7,10;--color-secondary-4:2,2,3;--color-tertiary-0:255,255,255;--color-tertiary-1:244,244,244;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Montserrat";--paragraphs-font-family:"Open Sans"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA > .row .container { background-color: transparent; background-image: none; }#TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA > .row .container > .video-iframe-container { display: none; }#TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA > .row > .video-iframe-container { display: none; }#TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA > .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); }#TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA > .row .container { border-width: 0; border-radius: 0; }#TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA > .row .container { font-size:0.875rem;font-family:arial;height:10.375rem;width:75rem;position:relative;display:block; }#sMbFTShEmAcWRoDAPMk7sNup25zxWuEz { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.811875rem;width:13.0620625rem;top:0.78125005960463rem;left:5.9689674377441rem;overflow:hidden;display:block; }
#WPcgbBAuZceaKiqlxy5VikD4rDvsriMC { position:absolute;display:block;z-index:15005;height:1.875rem;width:20rem;top:6.87283039093rem;left:52.5rem;display:block; }
#NkaEiLU6ho2LSVryhLyP9qVt4UNqr8eB { color:rgba(var(--color-tertiary-4),1);display:block;width:22.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:2.5625rem;left:51.09375rem;height:3.4006125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7c361fee-a676-4b4d-9a61-faec369b0753/Untitleddesign29.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT.adaptive-delivery-prevent-bg, #cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT.lazyload, #cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT.lazyloading { background-image: none; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row .container { background-color: transparent; background-image: none; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row .container > .video-iframe-container { display: none; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row > .video-iframe-container { display: none; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .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); }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row .container { border-width: 0; border-radius: 0; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT::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; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row .container { font-size:0.875rem;font-family:arial;height:20.9375rem;width:75rem;position:relative;display:block; }#TewBfh7mRGEKtGkOeph239knWKUhXfzh { background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:14.342449188233rem;left:39.874130249024rem;display:block; }
#A8CRR2cmd2wTv1cMhRB1GxuwTyEPDGzK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#D91PUeqOOnTUuntOnkUFk2mt8cmnRSTR { z-index:15001;top:14.342449188233rem;left:17.560764312744rem;background-color:rgba(var(--color-primary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#NRpQE6b1TF45W52MZ5dLwwQKQK0fD85N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QDkf8p9KuxHGs2ass1c78l5WuCGrcy61 { color:rgba(var(--color-tertiary-0),1);display:block;width:68.936875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.75rem;font-weight:700;z-index:15003;line-height:1.2;letter-spacing:0;top:2.8114147186279rem;left:3.0305995941162rem;height:8.9995625rem;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; }
#xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 > .row .container { background-color: transparent; background-image: none; }#xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 > .row .container > .video-iframe-container { display: none; }#xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 > .row > .video-iframe-container { display: none; }#xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 > .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); }#xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 > .row .container { border-width: 0; border-radius: 0; }#xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:75rem;position:relative;display:block; }#rNIqRGEVWNurBbDAPxCM6tWS4F9eJvgg { color:rgba(var(--color-tertiary-0),1);display:block;width:72.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7751731872559rem;left:1.6840267181396rem;height:6.4995625rem;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; }
#q3M8nQAVy5iJSfx42TTn8R88gnrRRvLo { color:rgba(var(--color-tertiary-0),1);display:block;width:67.061875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15003;line-height:1.7;letter-spacing:0;top:9.6831607818606rem;left:4.1818580627441rem;height:13.38325rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y { position:relative;display:block; }#i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y { background-color: transparent; background-image: none; }#i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y > .row .container > .video-iframe-container { display: none; }#i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y > .row > .video-iframe-container { display: none; }#i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y > .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); }#i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y { border-width: 0; border-radius: 0; }#i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:68.3125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WbnhIVqRTJAGEcKUKWRFT04KOcn9Uth4 { 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:32.5625rem;width:60.4375rem;top:1.375rem;left:7.25rem;overflow:hidden;display:block; }
#zvifM7iOb4TKtkewvXLrDrTacdGt0FRP { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.47) ;height:43.9995625rem;width:53.5623125rem;top:21.872831344604rem;left:10.717231750488rem;display:block; }
#REOJ4aBRRTnHtXqyMlgITFPQCoirsw8c { color:rgba(var(--color-tertiary-4),1);display:block;width:53.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:23.194446325302rem;left:10.654949188233rem;height:3.24978125rem;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; }
#FebVDiOwpbAuUG4O6ocxetGWTry6ML1A { color:rgba(var(--color-tertiary-4),1);display:block;width:47.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:27.376302480698rem;left:13.75rem;height:6.00260625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BPwIkQRK3KXcHzPDEUwD1PaOddxpRxvX { color:rgba(var(--color-tertiary-4),1);display:block;width:46.4995625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:34.709203243256rem;left:14.249134063721rem;height:3.24978125rem;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; }
#wCd3urNLED8TIth1oG15Zr9FfZOuk2KJ { color:rgba(var(--color-tertiary-4),1);display:block;width:49.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:41.753475189209rem;left:12.904731750488rem;height:1.50065rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gBWaTnw8tFcgGSUMWuLurvlkm90ZIulh { color:rgba(var(--color-tertiary-4),1);display:block;width:48.2498125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:44.366320610046rem;left:13.373481750488rem;height:12.3795625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gBWaTnw8tFcgGSUMWuLurvlkm90ZIulh li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gBWaTnw8tFcgGSUMWuLurvlkm90ZIulh li:before{  }
#nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),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; }#nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd > .row .container { background-color: transparent; background-image: none; }#nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd > .row .container > .video-iframe-container { display: none; }#nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd > .row > .video-iframe-container { display: none; }#nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd > .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); }#nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd > .row .container { border-width: 0; border-radius: 0; }#nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd > .row .container { font-size:0.875rem;font-family:arial;height:20.375rem;width:75rem;position:relative;display:block; }#sVCPREaWdR2UeTTGDyIKKWATU4qZ0ZMt { color:rgba(var(--color-tertiary-1),1);display:block;width:55.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:3.25rem;left:9.5625rem;height:2.43706875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FqnmKQLWxCWUe2HnuCOZfyUn12cihQT2 { color:rgba(var(--color-tertiary-1),1);display:block;width:28.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15006;line-height:1.7;letter-spacing:0;top:7.1202249526975rem;left:41.748046875rem;height:9.02778125rem;text-align:center;text-align-last:center;display:block; }
#rSJXiTxmfhXbt6phi5cm34ieCE14vTz9 { color:rgba(var(--color-tertiary-1),1);display:block;width:28.8748125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:normal;z-index:15007;line-height:1.7;letter-spacing:0;top:7.11697101593rem;left:4.1818580627441rem;height:9.02778125rem;text-align:center;text-align-last:center;display:block; }
#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container { background-color: transparent; background-image: none; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container > .video-iframe-container { display: none; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row > .video-iframe-container { display: none; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .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); }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container { border-width: 0; border-radius: 0; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container { font-size:0.875rem;font-family:arial;height:46.0625rem;width:75rem;position:relative;display:block; }#euzayRSStv8IEiConkhuzBEtz031ahmR { color:rgba(var(--color-tertiary-4),1);display:block;width:49.1873125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.7;letter-spacing:0;top:5.2419710159302rem;left:8.75rem;height:1.80555625rem;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; }
#WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs { color:rgba(var(--color-tertiary-4),1);display:block;width:57.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.7;letter-spacing:0;top:7.9090719223025rem;left:8.75rem;height:18.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs li:before{  }
#En6J2k671WkpKGNVTq3eOWE3RicyNVbS { color:rgba(var(--color-tertiary-4),1);display:block;width:53.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:10.875rem;height:2.43706875rem;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; }
#QyoqfLoV9oRX5o0baAvw7IFWyTe7WzDu { 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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:39.891493320465rem;left:28.75rem;display:block; }
#RE8CUmva5Szp87tICoBG3EqHITKzAzN1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-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; }#wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl > .row .container { background-color: transparent; background-image: none; }#wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl > .row .container > .video-iframe-container { display: none; }#wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl > .row > .video-iframe-container { display: none; }#wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl > .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); }#wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl > .row .container { border-width: 0; border-radius: 0; }#wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl > .row .container { font-size:0.875rem;font-family:arial;height:25.5625rem;width:75rem;position:relative;display:block; }#LM7vW7AbWBbaT1xQSgnplnar3LEAKNNk { color:rgba(var(--color-tertiary-1),1);display:block;width:69.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.0909388065338rem;left:2.8125rem;height:2.43706875rem;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; }
#tSbbai5pHVtfnbunqlkm8nVG060Df4RC { color:rgba(var(--color-tertiary-1),1);display:block;width:53.936625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:5.5959205627441rem;left:11.341144561767rem;height:1.68728125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gTUWpqMvtHcqKH6LJtIImODBBcxz9bks { color:rgba(var(--color-tertiary-1),1);display:block;width:42.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:10.200737953186rem;left:16.901042938233rem;height:11.3736875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#gTUWpqMvtHcqKH6LJtIImODBBcxz9bks li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#gTUWpqMvtHcqKH6LJtIImODBBcxz9bks li:before{  }
#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV { position:relative;display:block; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV { background-color: transparent; background-image: none; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row .container > .video-iframe-container { display: none; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row > .video-iframe-container { display: none; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .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); }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV { border-width: 0; border-radius: 0; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:21.5625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QsxfkEbH0GITFpHQ4TpeqJ4Iez6s8588 { color:rgba(var(--color-tertiary-4),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2146339416504rem;left:14.21875rem;height:4.87413125rem;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; }
#VO9zHS74TMVzkxgusuR9OKSTsN3ODCTK { color:rgba(var(--color-tertiary-4),1);display:block;width:55.1248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:8.3105545043944rem;left:9.9359817504881rem;height:3.37456875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#KuN7Wxs8xSNMKbcetkhUtRn8alBOXyrO { color:rgba(var(--color-tertiary-4),1);display:block;width:45.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:12.404521942139rem;left:14.6875rem;height:3.68706875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#KuN7Wxs8xSNMKbcetkhUtRn8alBOXyrO li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KuN7Wxs8xSNMKbcetkhUtRn8alBOXyrO li:before{  }
#A86mSyoPC6ienTbM1du14p9t9SkopTEX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#A86mSyoPC6ienTbM1du14p9t9SkopTEX > .row .container { background-color: transparent; background-image: none; }#A86mSyoPC6ienTbM1du14p9t9SkopTEX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A86mSyoPC6ienTbM1du14p9t9SkopTEX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A86mSyoPC6ienTbM1du14p9t9SkopTEX > .row .container > .video-iframe-container { display: none; }#A86mSyoPC6ienTbM1du14p9t9SkopTEX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#A86mSyoPC6ienTbM1du14p9t9SkopTEX > .row > .video-iframe-container { display: none; }#A86mSyoPC6ienTbM1du14p9t9SkopTEX > .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); }#A86mSyoPC6ienTbM1du14p9t9SkopTEX > .row .container { border-width: 0; border-radius: 0; }#A86mSyoPC6ienTbM1du14p9t9SkopTEX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#A86mSyoPC6ienTbM1du14p9t9SkopTEX > .row .container { font-size:0.875rem;font-family:arial;height:28.1875rem;width:75rem;position:relative;display:block; }#RzNrrIRPkxst29qhP6eOeEKocGhpNrfR { color:rgba(var(--color-tertiary-4),1);display:block;width:56.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.2428388595581rem;left:9.3424491882325rem;height:3.24978125rem;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; }
#XNUszDwoQpabdz3cWEzrZOiBPP12AIJz { color:rgba(var(--color-tertiary-4),1);display:block;width:47.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.6134986877444rem;left:13.90625rem;height:17.52169375rem;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; }
#AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-1),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-1),1));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; }#AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE > .row .container { background-color: transparent; background-image: none; }#AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE > .row .container > .video-iframe-container { display: none; }#AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE > .row > .video-iframe-container { display: none; }#AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE > .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); }#AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE > .row .container { border-width: 0; border-radius: 0; }#AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE > .row .container { font-size:0.875rem;font-family:arial;height:74.6875rem;width:75rem;position:relative;display:block; }#BlRoWxuiFhmsqbCq1x8lJBKhxtkhrlvz { position:absolute;display:block;z-index:15007;height:16.4985rem;width:21.25rem;top:45.022794723511rem;left:2.2688808441162rem;display:block; }
#p9uusfIzIotfRKuSeyeLcZtuxfdnTH2i { color:rgba(var(--color-tertiary-0),1);display:block;width:30.374375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:3.3637151718139rem;left:4.9631080627441rem;height:4.87413125rem;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; }
#XvXm5Mw6ipprNr5a7hL7xzXb4ny9kZAw { color:rgba(var(--color-tertiary-0),1);display:block;width:28.0620625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:400;z-index:15007;line-height:1.8;letter-spacing:0;top:11.613499641419rem;left:6.1176223754883rem;height:26.3216125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-form-header {  }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-regular-label { height:auto;display:block;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:bold;color:rgba(var(--color-tertiary-0),1);width:23.6875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;line-height:1.7; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.6875rem;box-sizing:border-box;height:2.875rem;color:#2a2929;font-size:1.0625rem;overflow:hidden;font-family:var(--headlines-font-family); }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-text {padding-top: 0; padding-bottom: 0;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;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:initial !important;border-top:0.0625rem solid rgba(var(--color-primary-0),1);border-left:0.0625rem solid rgba(var(--color-primary-0),1);border-right:0.0625rem solid rgba(var(--color-primary-0),1);border-bottom:0.0625rem solid rgba(var(--color-primary-0),1);padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.6875rem;box-sizing:border-box;height:4.375rem;color:#2a2929;font-size:1.0625rem;overflow:hidden;font-family:var(--headlines-font-family); }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-select { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:23.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--headlines-font-family);font-size:1.0625rem;overflow:hidden; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-select {padding-top: 0; padding-bottom: 0;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:rgba(var(--color-primary-3),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:1.125rem;font-weight:bold;color:rgba(var(--color-primary-4),1);width:23.6875rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil [class*="-text"]:-moz-placeholder { color:#2a2929;font-family:var(--headlines-font-family);font-size:1.0625rem; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil [class*="-text"]::-moz-placeholder { color:#2a2929;font-family:var(--headlines-font-family);font-size:1.0625rem; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil [class*="-text"]:-ms-input-placeholder { color:#2a2929;font-family:var(--headlines-font-family);font-size:1.0625rem; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil [class*="-text"]::-webkit-input-placeholder { color:#2a2929;font-family:var(--headlines-font-family);font-size:1.0625rem; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-primary-4),1);vertical-align:top;width:22.3125rem;overflow:hidden;font-style:normal; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .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; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.4375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-container:first-of-type{padding-top:0;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-container:last-of-type{padding-bottom:0;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil  { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.5649108886719rem;left:42.568359375rem; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:23.6875rem; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-info-text { display:block;height:auto;font-family:var(--headlines-font-family);font-size:1.125rem;line-height:1.3;font-weight:700;color:rgba(var(--color-tertiary-0),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil {display:block;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil { background-color:rgba(var(--color-primary-4),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:23.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.5649108886719rem;left:42.568359375rem; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #zGe7o30TvK9pZFyNKkZhyg6PDccrE3zI { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #HrCX9hkE8wWK0GBh5rMOJBnb54bkZg5l { position:relative;display:block; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #Mhyfsbc9KFwKpDgaHPyZ4SnO0kgm19HW { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #uBKJWgKE7lNbTnla90KTtOBgt0iWhxaR { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #DggU7lFbU180nnliAuKbm7Rh58SNzSDU { position:relative;display:block; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #b2pxw6GlE9hEZ7udxiypQMWeKMceOomC { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #oNC3I8G1NIygEwJ0UAQC6zn6VhVA5ToJ { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #uZqVtkBRlECHrhQPFbPJvPBA1N6SWmqV { position:relative;display:block; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #UF1BMfNddpaqPeHT7NE20lWmlP4Z0CAi { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #yXpbJCe4oe2nRU8y9i5FpzpkRXs7KyeU { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #O1XgWf5OEWymSW2K0nU8KiED37HeIi8r { position:relative;display:block; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #Tfk43fnZ5G1N9Nm1C9bbkHJrvFRtmxvL { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #y0o4mGa82nky9DhJ022eCzFCirMVktD4 { position:relative;display:block;z-index:15000; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #RiziiL0yomvfMqOT7O1G61PHCNa4reHb { position:relative;display:block;z-index:15000; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #b1lIiHzeJQ1u7oFfHE4y70Z1QVJgQREy { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #L9rTIIdfFE2DVKoBNZtHPJhxZD82J2Ex { position:relative;display:block; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #hGOTgF6OcXvA5GHvx4VJw7OXJinJ4l1C { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #O3Jv8uu3pLn3v2UGn9DAnUCDHMuGaSi1 { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #OhMoE8ekuOmvkMIlrHSIzXfuJciTl9pB { position:relative;display:block; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #qngtk8nzKD1V7QT0uvaCSTV7SI4DEW9l { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #d3IpXlzNAI2ZH9l00zvbLQ391Rw0VEf0 { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #xumsS1TlTGhyT1ctqCCDliQxqdNJyR0t { position:relative;display:block; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #T9Q6AOBTiVyRanduXphnyUm2y1B87GdL { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #sqHGL01Fp0Kny0QD4iBRvD7l11DO70rr { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #xGXW3nwN9tfEEmUBqTHtCwUwMJD9s7ev { position:relative;display:block; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #zqkG5IAZlMNut0OMK7zRrNEqiut9JRV7 { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #eBIVSBldwwpXGDvQLGWeCH8QdizqTWcb { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #AI9AcJiKHwkGQuGZxcb0komT0C9W6orO { position:relative;display:block; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #AmG2ae0KcxAkGPLoPD0sE1NZvBOhpweR { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #Zq6uJARy1puPgiJWmWxg4GIyZgkzRAal { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #Zg8WHTyfXdO3DeJyDRwpqOTsKXgxHSvH { position:relative;display:block; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #TGFJM44loxh4tsLE5D3qDmUXg1fTOtd9 { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #DS6B24kR5gntaiBSbvhq2iaNc6Z8EtCC { position:relative; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #eKvy8n9hPwwM8ucaqqt0X4mzcH3eSRi9 { position:relative; }
#XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#c3c3c3;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX > .row .container { background-color: transparent; background-image: none; }#XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX > .row .container > .video-iframe-container { display: none; }#XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX > .row > .video-iframe-container { display: none; }#XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX > .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); }#XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX > .row .container { border-width: 0; border-radius: 0; }#XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:75rem;position:relative;display:block; }#oTfMq53icSAWxtv8X2PN151ts8Qye9fW { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:1.1875rem;left:0rem;height:1.31185rem;text-align:center;text-align-last:center;display:block; }
#ybn9MRzx6OzshGLZluQ8b3QenE7yDnKT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.9375rem;width:8.625rem;top:0.875rem;left:58.1875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA { display:block; }#TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sMbFTShEmAcWRoDAPMk7sNup25zxWuEz { width:11.936875rem;height:7.874375rem;top:1.25rem;left:5.4763457775116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WPcgbBAuZceaKiqlxy5VikD4rDvsriMC { width:13.75rem;height:1.875rem;top:6.3715281486513rem;left:29.644098043442rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NkaEiLU6ho2LSVryhLyP9qVt4UNqr8eB { width:13.75rem;height:2.6237rem;top:2.7549915313721rem;left:30.33203291893rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1.5;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c50a03e2-dce5-44b3-b95a-6569362a9209/heroblur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT.adaptive-delivery-prevent-bg, #cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT.lazyload, #cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT.lazyloading { background-image: none; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row .container { background-color: transparent; background-image: none; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row .container > .video-iframe-container { display: none; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row > .video-iframe-container { display: none; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .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); }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row .container { width:47.75rem;height:28.25rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TewBfh7mRGEKtGkOeph239knWKUhXfzh { width:17.5rem;height:3.4375rem;top:20.527345657349rem;left:24.816625356674rem;display:block; }
 }@media only screen and (max-width: 1199px) { #A8CRR2cmd2wTv1cMhRB1GxuwTyEPDGzK { display:block; }
 }@media only screen and (max-width: 1199px) { #D91PUeqOOnTUuntOnkUFk2mt8cmnRSTR { top:20.528429985046rem;left:5.4991323947906rem;width:15.4980625rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NRpQE6b1TF45W52MZ5dLwwQKQK0fD85N { display:block; }
 }@media only screen and (max-width: 1199px) { #QDkf8p9KuxHGs2ass1c78l5WuCGrcy61 { width:36.75rem;height:15rem;top:3.6875rem;left:5.5rem;font-size:3.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 { display:block; }#xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 > .row .container { width:47.75rem;height:26.4375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #rNIqRGEVWNurBbDAPxCM6tWS4F9eJvgg { width:35.374375rem;height:4.87413125rem;top:1.8739147186279rem;left:6.1870663166046rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #q3M8nQAVy5iJSfx42TTn8R88gnrRRvLo { width:33.811875rem;height:20.4036125rem;top:7.6345672607425rem;left:6.9683163166044rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.7;z-index:14996;display:block; }
 }@media only screen and (max-width: 1199px) { #i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y { display:block; }#i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y > .row .container { width:47.75rem;height:69.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WbnhIVqRTJAGEcKUKWRFT04KOcn9Uth4 { width:40.9375rem;height:22.0625rem;top:2.1875rem;left:3.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #zvifM7iOb4TKtkewvXLrDrTacdGt0FRP { width:38.6875rem;height:51.8125rem;top:14.559463500976rem;left:4.5312502384186rem;display:block; }
 }@media only screen and (max-width: 1199px) { #REOJ4aBRRTnHtXqyMlgITFPQCoirsw8c { width:33.9355625rem;height:2.43706875rem;top:17.3828125rem;left:6.9064671993256rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #FebVDiOwpbAuUG4O6ocxetGWTry6ML1A { width:31.436625rem;height:9.003875rem;top:20.503473281861rem;left:8.1564671993256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BPwIkQRK3KXcHzPDEUwD1PaOddxpRxvX { width:31.1230625rem;height:4.87413125rem;top:31.255424499512rem;left:8.3127171993256rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #wCd3urNLED8TIth1oG15Zr9FfZOuk2KJ { width:33.5623125rem;height:3.0013rem;top:37.003036499024rem;left:8.1564671993256rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gBWaTnw8tFcgGSUMWuLurvlkm90ZIulh { width:33.5623125rem;height:22.884125rem;top:41.066623687744rem;left:7.0930993556975rem;font-size:1rem;display:block; }#gBWaTnw8tFcgGSUMWuLurvlkm90ZIulh li:before{  }
 }@media only screen and (max-width: 1199px) { #nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd { display:block; }#nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd > .row .container { width:47.75rem;height:24.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #sVCPREaWdR2UeTTGDyIKKWATU4qZ0ZMt { width:32.1875rem;height:2.43706875rem;top:2.3111991882324rem;left:7.7799479961394rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #FqnmKQLWxCWUe2HnuCOZfyUn12cihQT2 { width:15.1855625rem;height:14.44441875rem;top:5.9016933441162rem;left:24.850261449814rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rSJXiTxmfhXbt6phi5cm34ieCE14vTz9 { width:15.686875rem;height:16.24998125rem;top:5.6770839691162rem;left:5.5924479961395rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 { display:block; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container { width:47.75rem;height:49.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #euzayRSStv8IEiConkhuzBEtz031ahmR { width:37.249375rem;height:3.40060625rem;top:7.2450084686281rem;left:5.2495663166046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs { width:39.375rem;height:31.4051875rem;top:11.769749164581rem;left:4.1861979961395rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }#WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs li:before{  }
 }@media only screen and (max-width: 1199px) { #En6J2k671WkpKGNVTq3eOWE3RicyNVbS { width:31.5rem;height:4.875rem;top:1.65625rem;left:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #QyoqfLoV9oRX5o0baAvw7IFWyTe7WzDu { width:17.5rem;height:3.4375rem;top:44.714630126953rem;left:15.123698949814rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RE8CUmva5Szp87tICoBG3EqHITKzAzN1 { display:block; }
 }@media only screen and (max-width: 1199px) { #wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl { display:block; }#wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl > .row .container { width:47.75rem;height:25.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #LM7vW7AbWBbaT1xQSgnplnar3LEAKNNk { width:31.5rem;height:4.87413125rem;top:1.65625rem;left:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #tSbbai5pHVtfnbunqlkm8nVG060Df4RC { width:36.3748125rem;height:3.0013rem;top:8.9008255004881rem;left:5.6868493556976rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gTUWpqMvtHcqKH6LJtIImODBBcxz9bks { width:38.499375rem;height:11.7545625rem;top:12.433803558349rem;left:4.6245663166046rem;font-size:1rem;display:block; }#gTUWpqMvtHcqKH6LJtIImODBBcxz9bks li:before{  }
 }@media only screen and (max-width: 1199px) { #F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV { display:block; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row .container { width:47.75rem;height:22.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #QsxfkEbH0GITFpHQ4TpeqJ4Iez6s8588 { width:31.5rem;height:4.875rem;top:1.65625rem;left:8.125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #VO9zHS74TMVzkxgusuR9OKSTsN3ODCTK { width:36.936875rem;height:4.50195rem;top:7.71701335907rem;left:5.4058163166046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KuN7Wxs8xSNMKbcetkhUtRn8alBOXyrO { width:39.436875rem;height:6.315125rem;top:13.463544845581rem;left:4.1558163166046rem;font-size:1rem;display:block; }#KuN7Wxs8xSNMKbcetkhUtRn8alBOXyrO li:before{  }
 }@media only screen and (max-width: 1199px) { #A86mSyoPC6ienTbM1du14p9t9SkopTEX { display:block; }#A86mSyoPC6ienTbM1du14p9t9SkopTEX > .row .container { width:47.75rem;height:26.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RzNrrIRPkxst29qhP6eOeEKocGhpNrfR { width:39.5rem;height:2.4375rem;top:1.7001953125rem;left:4.125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #XNUszDwoQpabdz3cWEzrZOiBPP12AIJz { width:33.0620625rem;height:21.0091125rem;top:5.3689239025116rem;left:7.3426654338837rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE { display:block; }#AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE > .row .container { width:47.75rem;height:118.125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #BlRoWxuiFhmsqbCq1x8lJBKhxtkhrlvz { width:21.875rem;height:25rem;top:88.993061065675rem;left:5.5935332775116rem;display:block; }
 }@media only screen and (max-width: 1199px) { #p9uusfIzIotfRKuSeyeLcZtuxfdnTH2i { width:36.5625rem;height:4.87413125rem;top:3rem;left:5.59375rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #XvXm5Mw6ipprNr5a7hL7xzXb4ny9kZAw { width:32.7495625rem;height:18.0077875rem;top:9.6842441558837rem;left:7.4989154338837rem;font-size:1rem;text-align:center;text-align-last:center;line-height:1.5;color:#ffffff;display:block; }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-regular-label { width:21.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:center;text-align-last:center;height:auto;display:block; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-text { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-text {padding-top: 0; padding-bottom: 0;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-textarea { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-select { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-select {padding-top: 0; padding-bottom: 0;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-button { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#5a5a5a;background-image:none;color:rgba(var(--color-primary-0),1); }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-checkbox-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil  { width:21.875rem;height:auto;top:27.999133110046rem;left:11.686198949814rem; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .radio-container { width:21.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-info-text { text-align:center;text-align-last:center; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil {display:block;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil { width:21.875rem;height:auto;top:27.999133110046rem;left:11.686198949814rem; }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #zGe7o30TvK9pZFyNKkZhyg6PDccrE3zI {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #HrCX9hkE8wWK0GBh5rMOJBnb54bkZg5l { display:block; }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #Mhyfsbc9KFwKpDgaHPyZ4SnO0kgm19HW {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #uBKJWgKE7lNbTnla90KTtOBgt0iWhxaR {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #DggU7lFbU180nnliAuKbm7Rh58SNzSDU { display:block; }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #b2pxw6GlE9hEZ7udxiypQMWeKMceOomC {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #oNC3I8G1NIygEwJ0UAQC6zn6VhVA5ToJ {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #uZqVtkBRlECHrhQPFbPJvPBA1N6SWmqV { display:block; }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #UF1BMfNddpaqPeHT7NE20lWmlP4Z0CAi {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #yXpbJCe4oe2nRU8y9i5FpzpkRXs7KyeU {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #O1XgWf5OEWymSW2K0nU8KiED37HeIi8r { display:block; }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #Tfk43fnZ5G1N9Nm1C9bbkHJrvFRtmxvL {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #y0o4mGa82nky9DhJ022eCzFCirMVktD4 {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #RiziiL0yomvfMqOT7O1G61PHCNa4reHb {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #b1lIiHzeJQ1u7oFfHE4y70Z1QVJgQREy {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #L9rTIIdfFE2DVKoBNZtHPJhxZD82J2Ex { display:block; }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #hGOTgF6OcXvA5GHvx4VJw7OXJinJ4l1C {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #O3Jv8uu3pLn3v2UGn9DAnUCDHMuGaSi1 {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #OhMoE8ekuOmvkMIlrHSIzXfuJciTl9pB { display:block; }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #qngtk8nzKD1V7QT0uvaCSTV7SI4DEW9l {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #d3IpXlzNAI2ZH9l00zvbLQ391Rw0VEf0 {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #xumsS1TlTGhyT1ctqCCDliQxqdNJyR0t { display:block; }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #T9Q6AOBTiVyRanduXphnyUm2y1B87GdL {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #sqHGL01Fp0Kny0QD4iBRvD7l11DO70rr {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #xGXW3nwN9tfEEmUBqTHtCwUwMJD9s7ev {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #zqkG5IAZlMNut0OMK7zRrNEqiut9JRV7 {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #eBIVSBldwwpXGDvQLGWeCH8QdizqTWcb {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #AI9AcJiKHwkGQuGZxcb0komT0C9W6orO {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #AmG2ae0KcxAkGPLoPD0sE1NZvBOhpweR {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #Zq6uJARy1puPgiJWmWxg4GIyZgkzRAal {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #Zg8WHTyfXdO3DeJyDRwpqOTsKXgxHSvH {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #TGFJM44loxh4tsLE5D3qDmUXg1fTOtd9 {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #DS6B24kR5gntaiBSbvhq2iaNc6Z8EtCC {  }
 }@media only screen and (max-width: 1199px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #eKvy8n9hPwwM8ucaqqt0X4mzcH3eSRi9 {  }
 }@media only screen and (max-width: 1199px) { #XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX { display:block; }#XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #oTfMq53icSAWxtv8X2PN151ts8Qye9fW { width:18.9995625rem;height:1.31185rem;top:1.1859855651856rem;left:3.8953993320465rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ybn9MRzx6OzshGLZluQ8b3QenE7yDnKT { width:8.624125rem;height:1.93685rem;top:0.87348556518556rem;left:30.811633825302rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA { display:block; }#TXPfGNSGzVvVJrcnocgJ88dUkoDx1yBA > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sMbFTShEmAcWRoDAPMk7sNup25zxWuEz { width:7.1875rem;height:4.87413125rem;top:0.56206601858139rem;left:6.4062502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #WPcgbBAuZceaKiqlxy5VikD4rDvsriMC { width:20rem;height:1.875rem;top:9.74718125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkaEiLU6ho2LSVryhLyP9qVt4UNqr8eB { width:20rem;height:2.4370625rem;top:6.0612rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/c50a03e2-dce5-44b3-b95a-6569362a9209/heroblur.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT.adaptive-delivery-prevent-bg, #cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT.lazyload, #cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT.lazyloading { background-image: none; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row .container { background-color: transparent; background-image: none; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row .container > .video-iframe-container { display: none; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.7); }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row > .video-iframe-container { display: none; }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .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); }#cQ0uD7VbJTP8OwpLab0zPBtK59IqWphT > .row .container { width:20rem;height:20.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TewBfh7mRGEKtGkOeph239knWKUhXfzh { width:15.7498125rem;height:2.99805rem;top:16.158875rem;left:2.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8CRR2cmd2wTv1cMhRB1GxuwTyEPDGzK { display:block; }
 }@media only screen and (max-width: 763px) { #D91PUeqOOnTUuntOnkUFk2mt8cmnRSTR { top:12.096375rem;left:2.625rem;width:14.749375rem;height:2.8125rem;background-color:#f4f4f4;background-image:none;color:#000000;border-top:0;border-left:0;border-right:0;border-bottom:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NRpQE6b1TF45W52MZ5dLwwQKQK0fD85N { display:block; }
 }@media only screen and (max-width: 763px) { #QDkf8p9KuxHGs2ass1c78l5WuCGrcy61 { width:20rem;height:9.596375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 { display:block; }#xlqyBunAZ0eFqpoKUsstuioiPAN8Kx97 > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rNIqRGEVWNurBbDAPxCM6tWS4F9eJvgg { width:18.2498125rem;height:7.7995rem;top:1.25rem;left:0.875rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #q3M8nQAVy5iJSfx42TTn8R88gnrRRvLo { width:18.75rem;height:32.3058rem;top:10.2995rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y { display:block; }#i9utcUI9gQkUykvZ3Zwy0ynNvGBSNg8y > .row .container { width:20rem;height:92.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WbnhIVqRTJAGEcKUKWRFT04KOcn9Uth4 { width:20rem;height:10.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zvifM7iOb4TKtkewvXLrDrTacdGt0FRP { width:18.5rem;height:80.625rem;top:9.7808151245119rem;left:0.74978297948838rem;display:block; }
 }@media only screen and (max-width: 763px) { #REOJ4aBRRTnHtXqyMlgITFPQCoirsw8c { width:20rem;height:3.8997375rem;top:10.882162094116rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #FebVDiOwpbAuUG4O6ocxetGWTry6ML1A { width:17.561875rem;height:18.0078125rem;top:15.349393844604rem;left:1.2185330986977rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPwIkQRK3KXcHzPDEUwD1PaOddxpRxvX { width:20rem;height:3.8997375rem;top:34.037544488907rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #wCd3urNLED8TIth1oG15Zr9FfZOuk2KJ { width:16.4355625rem;height:4.50195rem;top:38.661024332046rem;left:1.7816842198372rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBWaTnw8tFcgGSUMWuLurvlkm90ZIulh { width:17.0605625rem;height:43.89325rem;top:44.412981271744rem;left:1.4691842198372rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#gBWaTnw8tFcgGSUMWuLurvlkm90ZIulh li:before{  }
 }@media only screen and (max-width: 763px) { #nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd { display:block; }#nCZQrfhJgLmaku2UEVNNTZXe0POIGxcd > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sVCPREaWdR2UeTTGDyIKKWATU4qZ0ZMt { width:16.4985rem;height:4.2252625rem;top:1.25rem;left:1.75rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FqnmKQLWxCWUe2HnuCOZfyUn12cihQT2 { width:18.8748125rem;height:11.90210625rem;top:19.876325rem;left:0.5625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rSJXiTxmfhXbt6phi5cm34ieCE14vTz9 { width:20rem;height:11.90210625rem;top:6.7252625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 { display:block; }#TdyPqTm4UIHAKeErvTv81NHEkJLsFRt7 > .row .container { width:20rem;height:71.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #euzayRSStv8IEiConkhuzBEtz031ahmR { width:20rem;height:5.1009125rem;top:6.39865625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs { width:20rem;height:52.7094375rem;top:12.74956875rem;left:0rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }#WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs li:not(:first-child){ padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }#WkwIQfapbG9Mo15NdIMO3BvUELRLUvVs li:before{  }
 }@media only screen and (max-width: 763px) { #En6J2k671WkpKGNVTq3eOWE3RicyNVbS { width:20rem;height:3.8997375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #QyoqfLoV9oRX5o0baAvw7IFWyTe7WzDu { width:17.5rem;height:3.4375rem;top:66.709010253906rem;left:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RE8CUmva5Szp87tICoBG3EqHITKzAzN1 { display:block; }
 }@media only screen and (max-width: 763px) { #wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl { display:block; }#wUXZTp939mbw0ZqBoUMn5h2EpUF2Xnyl > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LM7vW7AbWBbaT1xQSgnplnar3LEAKNNk { width:18.061rem;height:3.8997375rem;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#f4f4f4;display:block; }
 }@media only screen and (max-width: 763px) { #tSbbai5pHVtfnbunqlkm8nVG060Df4RC { width:20rem;height:5.06185rem;top:6.39865625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gTUWpqMvtHcqKH6LJtIImODBBcxz9bks { width:20rem;height:26.55925rem;top:12.71050625rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#gTUWpqMvtHcqKH6LJtIImODBBcxz9bks li:before{  }
 }@media only screen and (max-width: 763px) { #F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV { display:block; }#F2RtXc9Pna9xx9oHzeR7dZ60EGsin7oV > .row .container { width:20rem;height:31.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QsxfkEbH0GITFpHQ4TpeqJ4Iez6s8588 { width:18.0620625rem;height:7.7995rem;top:1.25rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #VO9zHS74TMVzkxgusuR9OKSTsN3ODCTK { width:20rem;height:8.4364375rem;top:10.2995rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KuN7Wxs8xSNMKbcetkhUtRn8alBOXyrO { width:20rem;height:10.4361875rem;top:19.9859375rem;left:0rem;text-align:left;text-align-last:left;font-size:1.125rem;display:block; }#KuN7Wxs8xSNMKbcetkhUtRn8alBOXyrO li:before{  }
 }@media only screen and (max-width: 763px) { #A86mSyoPC6ienTbM1du14p9t9SkopTEX { display:block; }#A86mSyoPC6ienTbM1du14p9t9SkopTEX > .row .container { width:20rem;height:36.398651123047rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RzNrrIRPkxst29qhP6eOeEKocGhpNrfR { width:20rem;height:3.8997375rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XNUszDwoQpabdz3cWEzrZOiBPP12AIJz { width:20rem;height:30.0130125rem;top:6.39865625rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE { display:block; }#AWuTcgViLr0G0d8dxS8Q6chmMirHW0fE > .row .container { width:20rem;height:103.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BlRoWxuiFhmsqbCq1x8lJBKhxtkhrlvz { width:20rem;height:16.4355625rem;top:101.573375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #p9uusfIzIotfRKuSeyeLcZtuxfdnTH2i { width:20rem;height:7.7995rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.625rem;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XvXm5Mw6ipprNr5a7hL7xzXb4ny9kZAw { width:20rem;height:28.5123375rem;top:10.2995rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none;display:block; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-text {padding-top: 0; padding-bottom: 0;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-select {padding-top: 0; padding-bottom: 0;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-container { padding-top:0.5rem;padding-right:0;padding-bottom:0.5rem;padding-left:0; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-container:first-of-type{padding-top:0;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .widget-container:last-of-type{padding-bottom:0;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil  { width:17.5rem;height:auto;top:39.870888710022rem;left:0rem;z-index:14999; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil {display:block;}#rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil { width:17.5rem;height:auto;top:39.870888710022rem;left:0rem;z-index:14999; }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #zGe7o30TvK9pZFyNKkZhyg6PDccrE3zI {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #HrCX9hkE8wWK0GBh5rMOJBnb54bkZg5l { display:block; }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #Mhyfsbc9KFwKpDgaHPyZ4SnO0kgm19HW {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #uBKJWgKE7lNbTnla90KTtOBgt0iWhxaR {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #DggU7lFbU180nnliAuKbm7Rh58SNzSDU { display:block; }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #b2pxw6GlE9hEZ7udxiypQMWeKMceOomC {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #oNC3I8G1NIygEwJ0UAQC6zn6VhVA5ToJ {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #uZqVtkBRlECHrhQPFbPJvPBA1N6SWmqV { display:block; }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #UF1BMfNddpaqPeHT7NE20lWmlP4Z0CAi {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #yXpbJCe4oe2nRU8y9i5FpzpkRXs7KyeU {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #O1XgWf5OEWymSW2K0nU8KiED37HeIi8r { display:block; }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #Tfk43fnZ5G1N9Nm1C9bbkHJrvFRtmxvL {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #y0o4mGa82nky9DhJ022eCzFCirMVktD4 {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #RiziiL0yomvfMqOT7O1G61PHCNa4reHb {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #b1lIiHzeJQ1u7oFfHE4y70Z1QVJgQREy {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #L9rTIIdfFE2DVKoBNZtHPJhxZD82J2Ex { display:block; }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #hGOTgF6OcXvA5GHvx4VJw7OXJinJ4l1C {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #O3Jv8uu3pLn3v2UGn9DAnUCDHMuGaSi1 {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #OhMoE8ekuOmvkMIlrHSIzXfuJciTl9pB { display:block; }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #qngtk8nzKD1V7QT0uvaCSTV7SI4DEW9l {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #d3IpXlzNAI2ZH9l00zvbLQ391Rw0VEf0 {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #xumsS1TlTGhyT1ctqCCDliQxqdNJyR0t { display:block; }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #T9Q6AOBTiVyRanduXphnyUm2y1B87GdL {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #sqHGL01Fp0Kny0QD4iBRvD7l11DO70rr {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #xGXW3nwN9tfEEmUBqTHtCwUwMJD9s7ev {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #zqkG5IAZlMNut0OMK7zRrNEqiut9JRV7 {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #eBIVSBldwwpXGDvQLGWeCH8QdizqTWcb {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #AI9AcJiKHwkGQuGZxcb0komT0C9W6orO {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #AmG2ae0KcxAkGPLoPD0sE1NZvBOhpweR {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #Zq6uJARy1puPgiJWmWxg4GIyZgkzRAal {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #Zg8WHTyfXdO3DeJyDRwpqOTsKXgxHSvH {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #TGFJM44loxh4tsLE5D3qDmUXg1fTOtd9 {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #DS6B24kR5gntaiBSbvhq2iaNc6Z8EtCC {  }
 }@media only screen and (max-width: 763px) { #rxlpPeXQ5xiXWAtgSIgFDSTqzxz5tdil #eKvy8n9hPwwM8ucaqqt0X4mzcH3eSRi9 {  }
 }@media only screen and (max-width: 763px) { #XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX { position:relative;z-index:auto;display:block; }#XwZrdhKHGI9A9uwc8BXZFAbTHvatqpeX > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oTfMq53icSAWxtv8X2PN151ts8Qye9fW { width:20rem;height:1.40625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ybn9MRzx6OzshGLZluQ8b3QenE7yDnKT { width:8.6230625rem;height:1.93685rem;top:3.90625rem;left:5.6875rem;display:block; }
 }