.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:239,214,214;--color-primary-1:206,133,133;--color-primary-2:173,51,51;--color-primary-3:153,0,0;--color-primary-4:102,1,1;--color-secondary-0:219,229,225;--color-secondary-1:137,170,154;--color-secondary-2:18,84,53;--color-secondary-3:9,42,27;--color-secondary-4:3,13,8;--color-tertiary-0:255,255,255;--color-tertiary-1:180,180,180;--color-tertiary-2:130,130,130;--color-tertiary-3:78,78,78;--color-tertiary-4:0,0,0;--headlines-font-family:"Lato";--paragraphs-font-family:"Lato"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }
 #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR *:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="text"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="email"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR input[type="tel"]:focus-visible, #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR textarea:focus-visible { outline:0.125rem solid #000000;; } #TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Z7LfJkfugMkZKK5B2QTNQ7Hy77Uv4wyn { position:relative;z-index:auto;display:block; }#Z7LfJkfugMkZKK5B2QTNQ7Hy77Uv4wyn > .row .container { position:relative;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:rgba(var(--color-secondary-4),1);background-image:url("https://images.assets-landingi.com/uc/126b52c6-0393-4dbe-853c-d19591de586a/864bf6e656bc409f9dbc3adf0b29ce70.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { font-size:0.875rem;font-family:arial;height:28.6875rem;width:75rem;overflow:visible;position:relative;display:block; }#LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { color:rgba(var(--color-tertiary-4),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.4375rem;font-weight:normal;z-index:15000;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.5);top:1.248046875rem;left:0rem;height:9.625rem;text-align:center;text-align-last:center;display:block; }
#Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { color:rgba(var(--color-tertiary-4),1);display:block;width:70.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15003;line-height:1.2;letter-spacing:0;text-shadow:0.8125rem 0.375rem 1.875rem rgba(0,0,0,0.5);top:11.515625rem;left:2.46875rem;height:7.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#agabSW4motaQyI0ngcdHdW8Ru1vPu1Bm { position:absolute;display:block;z-index:14999;background-color:rgba(255,255,255,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.125rem;width:75rem;top:1.4228515625rem;left:0rem;display:block; }
#qpnGtIB4kSg52hHGeL0hnfHlLLSXfasy { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:23.25rem;left:4.5625rem;display:block; }
#IlZwnsLEh5pXBAAdpzWHpzWRghWE3dBM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yLZohkTuREGmkc6e5PQ2ccSPVVIT8mML { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15005;text-align:center;text-align-last:center;top:23.25rem;left:56.3125rem;display:block; }
#mL303DDwSpCiJTE7RpXNG6TTy0ZhFDm9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wT4KENmJdhVbmxr96yGvNDyw6tHJ11vc { background-color:rgba(var(--color-primary-2),1);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.1875rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:23.25rem;left:30.4375rem;display:block; }
#k31Ue0Wgqv5g6uZ8kFVolTm0vXT2aM7w { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;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; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container { background-color: transparent; background-image: none; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container > .video-iframe-container { display: none; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row > .video-iframe-container { display: none; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .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); }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container { border-width: 0; border-radius: 0; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container { font-size:0.875rem;font-family:arial;height:36.25rem;width:75rem;position:relative;display:block; }#R8gduuCcR5FQXTEZl4A6WpT8ezKDD61o { box-sizing:content-box;height:10.25rem;width:15.5625rem;position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;top:24.625rem;left:9rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #990000;border-left:0.0625rem solid #990000;border-right:0.0625rem solid #990000;border-bottom:0.0625rem solid #990000;display:block; }
#HhETDzGMtpkL8Mw309zmg6I5ahDndIHJ { color:#990000;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:25.5625rem;left:30.375rem;height:1.78125rem;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; }
#kzFslHDoq6zrKqLwK9wIIzCevnuF0He3 { color:#010304;display:block;width:15rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:28.5rem;left:30rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nJH26pmnNpyPOyTstyfBRsD77kxKliOF { color:#990000;display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:25.5625rem;left:9.3125rem;height:1.78125rem;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; }
#as90XBLOdMpbsUVnf3692ZkExCJRn2Zl { color:#010304;display:block;width:13.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:28.4375rem;left:10rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QRNzIpfh1Q5u5f2WIpuM9t37i6PHQcuZ { color:#990000;display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15015;line-height:1.5;letter-spacing:0;top:25.5625rem;left:50.4375rem;height:1.78125rem;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; }
#TdVG2zMuwV2xs9KLu9pKQKie5NHFPK2L { color:#010304;display:block;width:13.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:28.5rem;left:51.5rem;height:5.34375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WvWrqK0G7I4qWL6abkzGHxzO3wSCurPl { color:#010304;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15007;line-height:1.2;letter-spacing:0;top:1.25rem;left:0rem;height:6.599625rem;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; }
#SQstitPb1Eyrw72XGdqVHzPlmTN4TWcf { color:#000000;display:block;width:57.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:8.7763671875rem;left:8.96875rem;height:15.19528125rem;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; }
#fuv273C2wCChqD1TB5WAhtiGBrCXTkPF { box-sizing:content-box;height:10.25rem;width:15.5625rem;position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;top:24.625rem;left:29.6875rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #990000;border-left:0.0625rem solid #990000;border-right:0.0625rem solid #990000;border-bottom:0.0625rem solid #990000;display:block; }
#IH1no7OvVkrVqkoeR4T9dxTgpHimz7ZK { box-sizing:content-box;height:10.25rem;width:15.5625rem;position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;top:24.625rem;left:50.40625rem;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;border-top:0.0625rem solid #990000;border-left:0.0625rem solid #990000;border-right:0.0625rem solid #990000;border-bottom:0.0625rem solid #990000;display:block; }
#MqCTCsKDKawg9cFkq39EZLQCRX4o172A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MqCTCsKDKawg9cFkq39EZLQCRX4o172A > .row .container { background-color: transparent; background-image: none; }#MqCTCsKDKawg9cFkq39EZLQCRX4o172A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqCTCsKDKawg9cFkq39EZLQCRX4o172A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqCTCsKDKawg9cFkq39EZLQCRX4o172A > .row .container > .video-iframe-container { display: none; }#MqCTCsKDKawg9cFkq39EZLQCRX4o172A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MqCTCsKDKawg9cFkq39EZLQCRX4o172A > .row > .video-iframe-container { display: none; }#MqCTCsKDKawg9cFkq39EZLQCRX4o172A > .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); }#MqCTCsKDKawg9cFkq39EZLQCRX4o172A > .row .container { border-width: 0; border-radius: 0; }#MqCTCsKDKawg9cFkq39EZLQCRX4o172A > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MqCTCsKDKawg9cFkq39EZLQCRX4o172A > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:75rem;position:relative;display:block; }#OLEsB4maLhy8kZPX2GE0wktEzmSAbXPU { color:#990000;display:block;width:30.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.375rem;font-weight:700;z-index:15009;line-height:1;letter-spacing:0;top:1.875rem;left:7.5rem;height:1.375rem;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; }
#khgnwmE5l8wlOf8MSHQ9vOHEpvGTbLvd { color:#000000;display:block;width:61.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:400;z-index:15009;line-height:1.6;letter-spacing:0;top:8.3759765625rem;left:7.5rem;height:15.1953rem;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; }
#VQGrxG64kJDBl8H2s0Cggvzyr2qU1xGP { color:#1e1e1e;display:block;width:36.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4rem;left:7.5rem;height:3.57421875rem;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; }
#Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI > .row .container { background-color: transparent; background-image: none; }#Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI > .row .container > .video-iframe-container { display: none; }#Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI > .row > .video-iframe-container { display: none; }#Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI > .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); }#Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI > .row .container { border-width: 0; border-radius: 0; }#Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI > .row .container { font-size:0.875rem;font-family:arial;height:67.25rem;width:75rem;position:relative;display:block; }#Fl9QTQNymFOGX71v6syRN4TywaJmEzza { position:absolute;display:block;z-index:15014;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #990000;border-left:0.0625rem solid #990000;border-right:0.0625rem solid #990000;border-bottom:0.0625rem solid #990000;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:25rem;width:14rem;top:5.1875rem;left:12.6875rem;display:block; }
#AvvUvsf4tnBXVTJK13CuWkyEzv3wcpLq { color:#990000;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.2;letter-spacing:0;top:6.5625rem;left:12.75rem;height:;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; }
#oOk5QiJiI0ePebztfXG1SS50TS2cV5Gn { color:#000000;display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:11rem;left:13.0625rem;height:17.53125rem;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; }
#h3zroW0ZxqoNDNBMB7f0Htau7G7LSzZG { position:absolute;display:block;z-index:15018;background-color:#990000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:10rem;left:18rem;display:block; }
#B1n7gPekE4LOPdH9oLbiOAdcNPeG5i8G { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #990000;border-left:0.0625rem solid #990000;border-right:0.0625rem solid #990000;border-bottom:0.0625rem solid #990000;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:25rem;width:14rem;top:5.25rem;left:30.5rem;display:block; }
#rNWcIOgvM09XitTXAU9N1ZwTt0mVMmgy { color:#990000;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15021;line-height:1.2;letter-spacing:0;top:6.625rem;left:30.625rem;height:;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; }
#Tm6Sotn545VoUEXgRGT6VDl7T0G4vRxD { position:absolute;display:block;z-index:15023;background-color:#990000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:10.0625rem;left:35.8125rem;display:block; }
#G4BcbZzOwQqypXVfyrPrNB4JOsO6AlLk { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #990000;border-left:0.0625rem solid #990000;border-right:0.0625rem solid #990000;border-bottom:0.0625rem solid #990000;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:25rem;width:14rem;top:5.1875rem;left:48.1875rem;display:block; }
#i2JtATFZNASnXZSOyTQGdpXis4J3uQxF { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #990000;border-left:0.0625rem solid #990000;border-right:0.0625rem solid #990000;border-bottom:0.0625rem solid #990000;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:23.75rem;width:14rem;top:31.875rem;left:12.6875rem;display:block; }
#ttOl0msbuGy67lBlqyDDUn106GFmfelQ { position:absolute;display:block;z-index:15028;background-color:#990000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:9.875rem;left:53.5rem;display:block; }
#J5tLTKbatSnGVTe4K9PEMeNq4KFi0Je7 { position:absolute;display:block;z-index:15033;background-color:#990000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:37rem;left:17.96875rem;display:block; }
#BxDhPQTNDsLe1p1ntEf2QONvR5rWTxDP { color:#990000;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.2;letter-spacing:0;top:6.625rem;left:48.25rem;height:;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; }
#iJuAIbDfSegQp0s7vcIKEPanTUPm1sWh { color:#990000;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15031;line-height:1.2;letter-spacing:0;top:33rem;left:12.8125rem;height:;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; }
#TPkEk4uLyrNBz4VIEnJMbFATDUgkTHX4 { color:#1e1e1e;display:block;width:51.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.75rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:0.875rem;left:11.9375rem;height:3.57421875rem;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; }
#FboaJOqQMnTt7L6c9oPITI4IBnbwCoOS { color:#000000;display:block;width:12.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15034;line-height:1.5;letter-spacing:0;top:11.25rem;left:31.1875rem;height:19.125rem;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; }
#SrOZrqI6OgHN9Tmv6RVhDd78gIOfxFvl { color:#000000;display:block;width:13.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:11rem;left:48.59375rem;height:15.9375rem;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; }
#ToddRDVbHkPAbVvTK84DxM4PpotOPH5i { color:#000000;display:block;width:11.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15019;line-height:1.5;letter-spacing:0;top:39.25rem;left:14.1875rem;height:14.34375rem;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; }
#rhqTiL3egTQdBScL465E1bvJ2zcTycPX { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #990000;border-left:0.0625rem solid #990000;border-right:0.0625rem solid #990000;border-bottom:0.0625rem solid #990000;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:23.75rem;width:14rem;top:31.875rem;left:48.1875rem;display:block; }
#n23QaDlP4VnQHOu5SGig8W8xbLS5ATaB { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #990000;border-left:0.0625rem solid #990000;border-right:0.0625rem solid #990000;border-bottom:0.0625rem solid #990000;border-top-left-radius:2rem;border-top-right-radius:2rem;border-bottom-left-radius:2rem;border-bottom-right-radius:2rem;box-shadow: none;height:23.75rem;width:14rem;top:31.9375rem;left:30.5625rem;display:block; }
#fp2HB21XBVaLAJsOsF3UZIGwUKgOq9Ia { color:#000000;display:block;width:13rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15027;line-height:1.5;letter-spacing:0;top:38.453125rem;left:48.75rem;height:15.9375rem;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; }
#f0wNrhbiT0MuacEWXGkevOCDtHCga4Lm { color:#000000;display:block;width:11.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:300;z-index:15026;line-height:1.5;letter-spacing:0;top:38.453125rem;left:31.59375rem;height:14.34375rem;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; }
#ZXIdo5eKLiHMGUDZ1CBDk9Ryveli3eEN { position:absolute;display:block;z-index:15036;background-color:#990000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:37rem;left:35.71875rem;display:block; }
#NIRnuzg16mizua146tMgKgoQBvAGSfkE { position:absolute;display:block;z-index:15041;background-color:#990000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:3.5625rem;top:37rem;left:53.46875rem;display:block; }
#H4TldNCiQBeCW5OivDyZUZa3EwnVPxI4 { color:#990000;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.2;letter-spacing:0;top:33.375rem;left:30.625rem;height:3rem;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; }
#B3itUgdZwwUWCfp1QpxXKb7JlxsV92KR { color:#990000;display:block;width:14rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.2;letter-spacing:0;top:33.0625rem;left:48.3125rem;height:;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; }
#luLOCk3aFCwwiQpv7nIWbszanCkUHyWG { color:rgba(var(--color-tertiary-4),1);display:block;width:23.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.4375rem;font-weight:300;z-index:15042;line-height:1.3;letter-spacing:0;top:60.8125rem;left:21.1875rem;height:1.8681625rem;font-style:normal;display:block; }
#iTN8HD7DUDMWvEBTnSyauVITAnEW9OTM { position:absolute;display:block;z-index:15043;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:57.71484375rem;left:42.625rem;overflow:hidden;display:block; }
#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff86baf8-f666-4f95-b6bd-da734975d502/rekaosobyjestnalaptopiezzamkiemnanim.jpg");background-position:center left !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; }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN.adaptive-delivery-prevent-bg, #fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN.lazyload, #fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN.lazyloading { background-image: none; }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row .container { background-color: transparent; background-image: none; }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row .container > .video-iframe-container { display: none; }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row > .video-iframe-container { display: none; }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .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); }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row .container { border-width: 0; border-radius: 0; }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row .container { font-size:0.875rem;font-family:arial;height:14.4375rem;width:75rem;position:relative;display:block; }#cGWW22RlfoEINhagvNgipngKPsWaX18o { color:#f3f3f3;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.625rem;left:2.375rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Q3gE6MIs4kXglfpzmkToLCgGt9cNNuys { color:#ffffff;display:block;width:9.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15001;line-height:1.5;letter-spacing:0;top:8.5625rem;left:4.0625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#eJ95GmteV46eSNK7oGqTrPLRfLprkUnm { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:8.5625rem;left:19.125rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#dMWqime8wMZMdtCBmx0aZahtXwK37taM { color:#f3f3f3;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:2.4375rem;left:21.125rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#T7WcMMLnDmpIOSoKMOQolUNaQAao7E7Z { color:#ffffff;display:block;width:16.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.5;letter-spacing:0;top:8.5625rem;left:37.875rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#hAU0pNGDKgLVITEOgTF8CFRbUf9Svkmy { color:#f3f3f3;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.4375rem;left:39.875rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wD3wPF5RVdmc4iPNTnefB2rbtcvDduWr { color:#ffffff;display:block;width:15.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.5;letter-spacing:0;top:8.5625rem;left:57.0625rem;height:3.375rem;text-align:center;text-align-last:center;display:block; }
#nSB1AnShl5ORDAyTlHhwdBZ3JFTbhoQt { color:#f3f3f3;display:block;width:12.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.9375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.625rem;left:58.625rem;height:5.1181625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZRIt8416UtaW3aTk0263noXyc0gh09y6 { position:relative;display:block; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 { background-color: transparent; background-image: none; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row .container > .video-iframe-container { display: none; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row > .video-iframe-container { display: none; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .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); }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 { border-width: 0; border-radius: 0; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .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; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .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:9rem;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; }#NrGfexISp9AV4iiNviEHZOwFmHcZImkr { color:#990000;display:block;width:47rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.75rem;font-weight:700;z-index:15024;line-height:1.2;letter-spacing:0;top:1.18359375rem;left:14rem;height:6.599625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { position:relative;display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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:20.25rem;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; }#w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { box-sizing:content-box;height:18.75rem;width:14.625rem;position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;top:0rem;left:5.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { color:#121119;display:block;width:12.624rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:6.07421875rem;left:6.2490234375rem;height:6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#I4RfVKnNg5BKySasEEDBzRAseS5WI0AQ { box-sizing:content-box;height:14.4375rem;width:14.625rem;position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;top:0rem;left:5.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
#CTmGKlidbnsR6ZgoQoNT0fTLs0mkeEHG { box-sizing:content-box;height:14.4375rem;width:14.625rem;position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;top:0rem;left:5.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
#xR7Ew8JLvTnwiU8Z708DTTAcvWhoQb7d { box-sizing:content-box;height:14.4375rem;width:14.625rem;position:absolute;display:block;z-index:14999;background-color:#f3f3f3;background-image:none;top:0rem;left:5.25rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
#tGR6Dt3Ki2XO0rTPWeTSWvICX4A8UbWo { box-sizing:content-box;height:18.75rem;width:14.625rem;position:absolute;display:block;z-index:15000;background-color:#f3f3f3;background-image:none;top:0rem;left:21.8740234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#dXNr6dM525EpSfwkQmrDOrpLd2BNixaI { box-sizing:content-box;height:18.75rem;width:14.625rem;position:absolute;display:block;z-index:15001;background-color:#f3f3f3;background-image:none;top:0rem;left:38.3740234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#dCwOfDbD9UW8yPcqnwSAXAdeonKuUhaq { box-sizing:content-box;height:18.75rem;width:14.624rem;position:absolute;display:block;z-index:15002;background-color:#f3f3f3;background-image:none;top:0rem;left:55.3115234375rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
#zT4V2E6tsCFMIoaWeZuXTlozi9z2Icbn { position:absolute;display:block;z-index:15026;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:1.25rem;left:10.4375rem;overflow:hidden;display:block; }
#dKDIJTKJpuE9nKTBkz7eJK7r9rZsviyd { position:absolute;display:block;z-index:15027;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:1.25rem;left:27.0625rem;overflow:hidden;display:block; }
#vMJmGF17i3oLa2OtaN9SXsQbExknWOOm { position:absolute;display:block;z-index:15028;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:1.25rem;left:43.53125rem;overflow:hidden;display:block; }
#Ue2aBNLapyiIpmTnTFvfLg9MhWQDtKOv { position:absolute;display:block;z-index:15029;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:4.25rem;top:1.3125rem;left:60.5rem;overflow:hidden;display:block; }
#ycKd6iysuQqAvxk35URi5597sE7leemK { color:#121119;display:block;width:12.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.0732421875rem;left:22.8740234375rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LqkwNusk59Jd2NUx07eTqUNGJEPqmH7G { color:#121119;display:block;width:12.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.07421875rem;left:39.3740234375rem;height:10.5rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAqTGAr8bLna7UeZ6XKwFQbD45ZXea9W { color:#121119;display:block;width:12.6230625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.07421875rem;left:56.3115234375rem;height:12rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 { 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:none; }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 > .row .container { border-width: 0; border-radius: 0; }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 > .row .container { font-size:0.875rem;font-family:arial;height:1.5rem;width:75rem;position:relative;display:none; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;background-image:none;position:relative;border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;display:block; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container { background-color: transparent; background-image: none; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container > .video-iframe-container { display: none; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row > .video-iframe-container { display: none; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .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); }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container { border-width: 0; border-radius: 0; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row > .video-iframe-container { border-top-left-radius:1.5rem;border-top-right-radius:1.5rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:75rem;position:relative;display:block; }#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-form-header {  }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-regular-label { height:auto;display:block;font-family:arial;font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:46.9375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-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 #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;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:46.9375rem;box-sizing:border-box;height:2.6875rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;vertical-align:top; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-text {padding-top: 0; padding-bottom: 0;}#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-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 #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;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:46.9375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family);text-align:left;text-align-last:left;vertical-align:top; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.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:46.9375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-select {padding-top: 0; padding-bottom: 0;}#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:rgba(var(--color-secondary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:32.875rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:14.0625rem;height:3.125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),0.7);font-family:var(--paragraphs-font-family);font-size:0.875rem;text-align:left;text-align-last:left; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .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:arial;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:45.6875rem;overflow:hidden;font-style:normal;float:none; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .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; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .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:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-container:first-of-type{padding-top:0;}#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-container:last-of-type{padding-bottom:0;}#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:46.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:9.4345703125rem;left:12.78125rem; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:46.9375rem;display:block;vertical-align:top; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-info-text { display:block;height:auto;font-family:arial;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X {display:block;}#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:46.9375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15015;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:9.4345703125rem;left:12.78125rem; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #m6fPNRW8aVhO3rTRvSBW3hueWLKeidBh { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #RPD3QAbxR331wRcVWHKkU2hZsLK0e4oU { position:relative;display:none; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #OD652meVvviw9tvcEtlafbnSET0HsdpG { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #WvkNt0FqxwttIlqgMAMt9PCHIfevlITO { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #gX7Wt7awCwU4VHsc33q8WztpVVNxAyht { position:relative;display:none; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #ySRZ3ucQW9OTwU83XXDuHHEEMwSgR7Hb { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #PvhdFqkcU4AdD8fgBIUL9FPycWGpPdTT { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #qdkhBzFr4hwwxBJ9yK4OSBu9uHDpKTTX { position:relative;display:none; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #liTslM4CQcp3pw0Cx2IRmZ0LJeBTutDs { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #JNbkO6IzHLdZXExzcBq50c2WoakuVnEH { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #XMMmuZrc8Q3TH2XSmybvMTcuDlX8bvrG { position:relative;display:none; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #cexXU22KWToLP5ytAfKq9ely6sdnfxyp { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #C5mgVHv7WTrHlR4nkNS5l95Q9W6Nsubf { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #VaHieVOK1T6EZ67JsHuaZ6FlMUuP6S7l { position:relative;display:none; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #hiNWXgakymOauCz3PIhXpWqP548xF3N0 { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #qC9ZpNdx1CTC40kIUpO1fh7ONMod6vSO { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #mZip87Awc69l3g3uLJ1vbD3QrWGklQEC { position:relative;z-index:2; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #ZCN3XGyam3mzUho1arNy8ir9wkTLyEka { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #Kwnvk1tFHwWQMfEJAvzyXkaMOiCBdUvt { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #VfoSl1ztKD8EvPEqu0T5Z7T8cHn8WHZo { position:relative;z-index:2; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #IFRq492XLWQhoRPle3ZZ1GZUMXgDxTNh { position:relative; }
#Oc5IfyI6FKWMKaZAeT2xVr3AEk9ThFdx { position:relative;display:block;z-index:100000;display:block; }
#yLFFmAKLBxEkyusTtUJo2pe27pkOkdTK { position:relative;display:block;z-index:100000;display:block; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #LZv3BkLNiRtDicPSBkHlbIA8B20Xg45h { position:relative; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #OxuCr2FNOpUtaaLTLO9bwx1O73rCcaQ6 { position:relative; }
#Kqyyv093vE8I6T6Mdmq6eFlKzEbSDv0I { color:#121119;display:block;width:53.8743125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15006;line-height:1;letter-spacing:0;top:2.8373575210571rem;left:10.561079025269rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#IfcsGNBmz4vH2RimpLzyAEiC5H04uEiq { color:#000000;display:block;width:32.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.6;letter-spacing:0;top:7.4970703125rem;left:21.40625rem;height:2rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b { 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; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { background-color: transparent; background-image: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container > .video-iframe-container { display: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container { display: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .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); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { border-width: 0; border-radius: 0; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { font-size:0.875rem;font-family:arial;height:1.5rem;width:75rem;position:relative;display:block; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container { background-color: transparent; background-image: none; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container > .video-iframe-container { display: none; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row > .video-iframe-container { display: none; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .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); }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container { border-width: 0; border-radius: 0; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container { font-size:0.875rem;font-family:arial;height:6.375rem;width:75rem;position:relative;display:block; }#bOQHu9Mw3AuScidTGHhIMTniSrPTuIR2 { color:#121119;display:block;width:53.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15007;line-height:1;letter-spacing:0;top:1.625rem;left:10.5625rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#aKoBmJp1LW8NWgC6z0ophoRn7ATmLBk7 { position:relative;display:block; }#aKoBmJp1LW8NWgC6z0ophoRn7ATmLBk7 > .row .container { position:relative;display:block; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi { position:relative;display:block; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi { background-color: transparent; background-image: none; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row .container > .video-iframe-container { display: none; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row > .video-iframe-container { display: none; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .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); }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi { border-width: 0; border-radius: 0; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .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; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .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:19.4375rem;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; }#ZaNExzGyoTZ8Bf0XsrmyVNz26TW5H9xq { color:#121119;display:block;width:29.749625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15007;line-height:1.6;letter-spacing:0;top:8.25rem;left:4rem;height:4.798825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gcWadZ2fKPbfF543ZIpbbzvFK1UuOTKg { color:#121119;display:block;width:53.8743125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:1.4375rem;left:11rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#CvdBzsT4blwEUD1a8uUOXTpMUIa2Maea { background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.1875rem;height:3.125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:14.8125rem;left:4rem;display:block; }
#Pbch3qMzMOrDUcvHfdvovMKfUCR1w6sW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Rl5guUfBwRgTK3mhsOPSoCHAIHeKcaP0 { position:absolute;display:block;z-index:15008;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.2493125rem;width:9.5623125rem;top:8.25rem;left:38.875rem;overflow:hidden;display:block; }
#yBwc10wTZC8GqxlPFGZUIgGbWIJxgxiW { position:absolute;display:block;z-index:15009;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.3123125rem;width:9.5623125rem;top:8.25rem;left:50.5rem;overflow:hidden;display:block; }
#OXpfCqzs8DamLGpiILOFtRB3v4Hq0XbJ { position:absolute;display:block;z-index:15010;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.0619375rem;width:9.3119375rem;top:8.25rem;left:61.75rem;overflow:hidden;display:block; }
#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd { position:relative;display:block; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd { background-color: transparent; background-image: none; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row .container > .video-iframe-container { display: none; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row > .video-iframe-container { display: none; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .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); }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd { border-width: 0; border-radius: 0; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .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; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .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:22.875rem;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; }#Sb9gXTKhDwusgdH7AOlZUUmBnXN2BCkt { color:#121119;display:block;width:53.874rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:normal;z-index:15003;line-height:1;letter-spacing:0;top:1.7470703125rem;left:12.18359375rem;height:3.125rem;text-align:center;text-align-last:center;display:block; }
#OIaXpthLnhTa11NfbdlJVwtvdim6nC6m { 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:3.81214375rem;width:12.874625rem;top:7.25rem;left:0rem;overflow:hidden;display:block; }
#XcHaLOAIWUoutPGlHfpLEg3aBof7dJZX { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:9.375rem;top:7rem;left:16.875rem;overflow:hidden;display:block; }
#tuU3TaQzxJEZ0l70US9Ny34Hu5xQEq0A { position:absolute;display:block;z-index:15006;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:6.937125rem;width:6.937125rem;top:13.8125rem;left:1.9375rem;overflow:hidden;display:block; }
#ZugvicQvIoNM5rFaNRqtsy7o7fyScdta { position:absolute;display:block;z-index:15007;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:6.875rem;width:5.56196875rem;top:13.875rem;left:36.3125rem;overflow:hidden;display:block; }
#ldxJ4u3v2rI3yMT3HR7kaIMQ8ZRDclAD { position:absolute;display:block;z-index:15008;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:9.2498125rem;width:21.3743125rem;top:13.125rem;left:43.8125rem;overflow:hidden;display:block; }
#lLte9nnwx0rNIhSCcm1HUxzh5a2TWDM8 { position:absolute;display:block;z-index:15009;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:5.37464375rem;width:5.37464375rem;top:14.625rem;left:66rem;overflow:hidden;display:block; }
#VawTV3KWWTT8TR6z3uegE8Qd2H0CzG27 { position:absolute;display:block;z-index:15010;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:6.624625rem;width:8.187125rem;top:14rem;left:23.5rem;overflow:hidden;display:block; }
#osMZswJ2MDUWcURXI3Z0RxPIn7wNxTyZ { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:7.3118125rem;top:7.5rem;left:41.875rem;overflow:hidden;display:block; }
#MMZAkI1vLzOJ4AcPtbywkcgLGkWftBOO { position:absolute;display:block;z-index:15012;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:5.812325rem;width:12.6243125rem;top:6.5rem;left:62.375rem;overflow:hidden;display:block; }
#uaAvOBmdyaugemADlXGeWKXxTFsVbT0W { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.312325rem;width:9.1868125rem;top:7.5rem;left:29.6875rem;overflow:hidden;display:block; }
#rovr9GrWBThy0spXVVZgA673f5NpfP2z { position:absolute;display:block;z-index:15014;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:5rem;width:9.0625rem;top:6.5rem;left:51.8125rem;overflow:hidden;display:block; }
#F0FcuGe34OvCmBgbvpN7EZXTg5Ns6DsX { position:absolute;display:block;z-index:15015;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:5.499825rem;width:7.9998125rem;top:14.5625rem;left:11.75rem;overflow:hidden;display:block; }
#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { 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; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { font-size:0.875rem;font-family:arial;height:28.625rem;width:75rem;position:relative;display:block; }#v6yL8iDBe11ynGgow0c72DCVayUcSNC3 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15003;line-height:1;letter-spacing:0;top:3.75rem;left:3.1871452331543rem;height:1.25rem;font-style:normal;display:block; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { box-sizing:content-box;color:#5d92ff;font-size:0.9375rem;font-weight:400;line-height:1;height:1.3734rem;width:1.3734rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15035;opacity:1;top:24.120205879211rem;left:5.7457389831543rem; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:1.3734rem; height:1.3734rem; }#pJW3DbAXqniq5dRMpnV8PmRl6Ea0lUSd { color:rgba(var(--color-tertiary-4),1);display:block;width:18.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.6;letter-spacing:0;top:6.5625rem;left:3.1871452331543rem;height:15.3935375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zTcTDarTFPSgXvliLBPXKy0ICW5lelpT { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.49946875rem;width:1.49946875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15040;opacity:1;top:24.059834480286rem;left:3.1871452331543rem; }
#zTcTDarTFPSgXvliLBPXKy0ICW5lelpT > img { max-width: 100%;max-height:100%; width:1.49946875rem; height:1.49946875rem; }#hCeNTGgaT4SS2zhf4D4bHEtbP8tqFWb1 { color:rgba(var(--color-tertiary-4),1);display:block;width:11.7498125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1;letter-spacing:0;top:3.7500009536743rem;left:28.260829925537rem;height:1.25rem;font-style:normal;display:block; }
#kxyg2v2LcXrhAlGrexX2FLL1CygT4WGb { color:rgba(var(--color-tertiary-4),1);display:block;width:13.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15013;line-height:1.6;letter-spacing:0;top:6.611328125rem;left:28.260829925537rem;height:4.1982375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-form-header {  }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:26.1875rem;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; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:26.1875rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-text {padding-top: 0; padding-bottom: 0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;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:26.1875rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:var(--paragraphs-font-family); }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.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:26.1875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:unbounded;font-size:0.875rem;overflow:hidden; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-select {padding-top: 0; padding-bottom: 0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .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; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.9375rem;margin-bottom:0.25rem;margin-left:8.875rem;display:block;box-sizing:border-box;font-size:0.875rem;font-weight:400;color:rgba(var(--color-tertiary-0),1);width:8.375rem;height:2.3125rem;font-family:var(--paragraphs-font-family);overflow:hidden;font-style:normal; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .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.625rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:24.75rem;overflow:hidden;font-style:normal; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .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; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .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:unbounded;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-container:first-of-type{padding-top:0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-container:last-of-type{padding-bottom:0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE  { background-color:#f3f3f3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.186rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.4487857818606rem;left:43.00022315979rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.1875rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-info-text { display:block;height:auto;font-family:unbounded;font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE {display:block;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE { background-color:#f3f3f3;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.186rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15041;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:9.4487857818606rem;left:43.00022315979rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #KcwCJBqqompM91mbtLpqTkT2kNRciz3o { position:relative; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #yCK9N7cQuNRQsCx2V0flED0nAN2ed42P { position:relative;display:block; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #h2RGdRacVSVO3kHNvdyXFRTwJ782KQ1r { position:relative; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #XwV9x4gkf5KftaOW5zbzF21k1R7D8gBt { position:relative; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #r9e1DSWyo4MpfTNgr96DK78RTc0uKybz { position:relative;z-index:2; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #kRmXfxnh9nTRDL5NnPTJge57k5oe9yaB { position:relative; }
#J1PwWBmgQhUn8ZDwfWofeO7O5pw5F5SH { position:relative;display:block;z-index:100000;display:block; }
#tLm8JhV6N6TNEJFqoqVNvmGsfAWUTgUN { position:relative;display:block;z-index:100000;display:block; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #xC7oGc7Ft6EheE0H7T0uThmvt5M9UWt8 { position:relative; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE #k8cQs5UPNfzwSDuu0n4TfgFdpGINrfxx { position:relative; }
#NWdMJEt9nBqfpb3Pg4k69LvW8rpWkqc1 { box-sizing:content-box;height:25.5625rem;width:30.1875rem;position:absolute;display:block;z-index:15002;background-color:#f3f3f3;background-image:none;top:1.9357604980469rem;left:42.250436782837rem;display:block; }
#TnmCpBU1BQrGg95l4KrWMHw7ewi1Dd1G { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:3.7500009536743rem;left:46.193180084229rem;height:1.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OwTcN7zDkJikqTFbtgCeiZ6LAOPkItDn { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15006;line-height:1.1;letter-spacing:0;top:6.5625009536744rem;left:46.193180084229rem;height:1.923825rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XIxu93odTlfUScgb0aqRCSBGoXrCphzR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f3f3;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; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container { background-color: transparent; background-image: none; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container > .video-iframe-container { display: none; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row > .video-iframe-container { display: none; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .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); }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container { border-width: 0; border-radius: 0; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container { font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;position:relative;display:block; }#Tp4aMtZfwUrbRKeevoTSXaUVNTC2vp05 { color:rgba(var(--color-tertiary-4),1);display:block;width:22.3118125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15007;line-height:1;letter-spacing:0;top:1.435546875rem;left:26.343215942382rem;height:0.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Z7LfJkfugMkZKK5B2QTNQ7Hy77Uv4wyn { display:block; }#Z7LfJkfugMkZKK5B2QTNQ7Hy77Uv4wyn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/bc314396-a979-43f6-b036-dc1ec349a5ca/hero3.webp");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:47.75rem;height:9.625rem;top:1.1875rem;left:0rem;font-size:3.4375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:47.75rem;height:9rem;top:11.5rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #agabSW4motaQyI0ngcdHdW8Ru1vPu1Bm { width:47.75rem;height:20.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpnGtIB4kSg52hHGeL0hnfHlLLSXfasy { width:14.1875rem;height:3.4375rem;top:23.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlZwnsLEh5pXBAAdpzWHpzWRghWE3dBM { display:block; }
 }@media only screen and (max-width: 763px) { #yLZohkTuREGmkc6e5PQ2ccSPVVIT8mML { width:14.1875rem;height:3.4375rem;top:23.25rem;left:33.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL303DDwSpCiJTE7RpXNG6TTy0ZhFDm9 { display:block; }
 }@media only screen and (max-width: 763px) { #wT4KENmJdhVbmxr96yGvNDyw6tHJ11vc { width:14.1875rem;height:3.4375rem;top:23.25rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k31Ue0Wgqv5g6uZ8kFVolTm0vXT2aM7w { display:block; }
 }@media only screen and (max-width: 763px) { #CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container { background-color: transparent; background-image: none; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container > .video-iframe-container { display: none; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row > .video-iframe-container { display: none; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .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); }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container { border-width: 0; border-radius: 0; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8gduuCcR5FQXTEZl4A6WpT8ezKDD61o { top:24.625rem;left:0rem;width:15.5625rem;height:10.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
 }@media only screen and (max-width: 763px) { #HhETDzGMtpkL8Mw309zmg6I5ahDndIHJ { top:25.5625rem;left:16.75rem;width:14.25rem;height:1.75rem;font-size:1.1875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #kzFslHDoq6zrKqLwK9wIIzCevnuF0He3 { top:28.5rem;left:16.375rem;width:15rem;height:5.3125rem;font-size:1.1875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #nJH26pmnNpyPOyTstyfBRsD77kxKliOF { top:25.5625rem;left:0rem;width:15.0625rem;height:1.75rem;font-size:1.1875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #as90XBLOdMpbsUVnf3692ZkExCJRn2Zl { top:28.4375rem;left:0rem;width:13.625rem;height:5.3125rem;font-size:1.1875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #QRNzIpfh1Q5u5f2WIpuM9t37i6PHQcuZ { top:25.5625rem;left:32.1875rem;width:15.5625rem;height:1.8125rem;font-size:1.1875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #TdVG2zMuwV2xs9KLu9pKQKie5NHFPK2L { top:28.5rem;left:34.3125rem;width:13.4375rem;height:5.3125rem;font-size:1.1875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #WvWrqK0G7I4qWL6abkzGHxzO3wSCurPl { top:1.25rem;left:0rem;width:47.75rem;height:;font-size:2.75rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #SQstitPb1Eyrw72XGdqVHzPlmTN4TWcf { width:47.75rem;height:15.1875rem;top:8.75rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuv273C2wCChqD1TB5WAhtiGBrCXTkPF { top:24.625rem;left:16.0625rem;width:15.5625rem;height:10.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
 }@media only screen and (max-width: 763px) { #IH1no7OvVkrVqkoeR4T9dxTgpHimz7ZK { top:24.625rem;left:32.0625rem;width:15.5625rem;height:10.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
 }@media only screen and (max-width: 763px) { #MqCTCsKDKawg9cFkq39EZLQCRX4o172A { display:block; }#MqCTCsKDKawg9cFkq39EZLQCRX4o172A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLEsB4maLhy8kZPX2GE0wktEzmSAbXPU { width:30.625rem;height:1.375rem;top:1.875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #khgnwmE5l8wlOf8MSHQ9vOHEpvGTbLvd { width:47.75rem;height:15.1875rem;top:8.375rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VQGrxG64kJDBl8H2s0Cggvzyr2qU1xGP { width:36.75rem;height:3.5625rem;top:4rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI { display:block; }#Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl9QTQNymFOGX71v6syRN4TywaJmEzza { width:14rem;height:25rem;top:5.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvvUvsf4tnBXVTJK13CuWkyEzv3wcpLq { width:14rem;height:;top:6.5625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oOk5QiJiI0ePebztfXG1SS50TS2cV5Gn { width:13.375rem;height:17.5rem;top:11rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h3zroW0ZxqoNDNBMB7f0Htau7G7LSzZG { width:3.5625rem;height:0.0625rem;top:10rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1n7gPekE4LOPdH9oLbiOAdcNPeG5i8G { width:14rem;height:25rem;top:5.25rem;left:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNWcIOgvM09XitTXAU9N1ZwTt0mVMmgy { width:14rem;height:;top:6.625rem;left:17rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6Sotn545VoUEXgRGT6VDl7T0G4vRxD { width:3.5625rem;height:0.0625rem;top:10.0625rem;left:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4BcbZzOwQqypXVfyrPrNB4JOsO6AlLk { width:14rem;height:25rem;top:5.1875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2JtATFZNASnXZSOyTQGdpXis4J3uQxF { width:14rem;height:23.75rem;top:31.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttOl0msbuGy67lBlqyDDUn106GFmfelQ { width:3.5625rem;height:0.0625rem;top:9.875rem;left:39.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5tLTKbatSnGVTe4K9PEMeNq4KFi0Je7 { width:3.5625rem;height:0.0625rem;top:37rem;left:4.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxDhPQTNDsLe1p1ntEf2QONvR5rWTxDP { width:14rem;height:;top:6.625rem;left:33.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iJuAIbDfSegQp0s7vcIKEPanTUPm1sWh { width:14rem;height:;top:33rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TPkEk4uLyrNBz4VIEnJMbFATDUgkTHX4 { width:47.75rem;height:3.5625rem;top:0.875rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FboaJOqQMnTt7L6c9oPITI4IBnbwCoOS { width:12.625rem;height:19.125rem;top:11.25rem;left:17.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrOZrqI6OgHN9Tmv6RVhDd78gIOfxFvl { width:13.3125rem;height:17.5rem;top:11rem;left:34.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToddRDVbHkPAbVvTK84DxM4PpotOPH5i { width:11.125rem;height:14.3125rem;top:39.25rem;left:0.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqTiL3egTQdBScL465E1bvJ2zcTycPX { width:14rem;height:23.75rem;top:31.875rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #n23QaDlP4VnQHOu5SGig8W8xbLS5ATaB { width:14rem;height:23.75rem;top:31.9375rem;left:16.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp2HB21XBVaLAJsOsF3UZIGwUKgOq9Ia { width:13rem;height:15.9375rem;top:38.4375rem;left:34.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0wNrhbiT0MuacEWXGkevOCDtHCga4Lm { width:11.8125rem;height:15.9375rem;top:38.4375rem;left:17.96875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXIdo5eKLiHMGUDZ1CBDk9Ryveli3eEN { width:3.5625rem;height:0.0625rem;top:37rem;left:22.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIRnuzg16mizua146tMgKgoQBvAGSfkE { width:3.5625rem;height:0.0625rem;top:37rem;left:39.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4TldNCiQBeCW5OivDyZUZa3EwnVPxI4 { width:14rem;height:3rem;top:33.375rem;left:17rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3itUgdZwwUWCfp1QpxXKb7JlxsV92KR { width:14rem;height:;top:33.0625rem;left:33.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luLOCk3aFCwwiQpv7nIWbszanCkUHyWG { top:60.8125rem;left:7.5625rem;width:23.5rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTN8HD7DUDMWvEBTnSyauVITAnEW9OTM { top:57.6875rem;left:29rem;width:8.0625rem;height:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN { display:block; }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGWW22RlfoEINhagvNgipngKPsWaX18o { width:12.5rem;height:5.0625rem;top:2.625rem;left:0rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3gE6MIs4kXglfpzmkToLCgGt9cNNuys { width:9.0625rem;height:3.375rem;top:8.5625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJ95GmteV46eSNK7oGqTrPLRfLprkUnm { width:16.5625rem;height:3.375rem;top:8.5625rem;left:5.5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dMWqime8wMZMdtCBmx0aZahtXwK37taM { width:12.5rem;height:5.0625rem;top:2.4375rem;left:7.5rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7WcMMLnDmpIOSoKMOQolUNaQAao7E7Z { width:16.5625rem;height:3.375rem;top:8.5625rem;left:24.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hAU0pNGDKgLVITEOgTF8CFRbUf9Svkmy { width:12.5rem;height:5.0625rem;top:2.4375rem;left:26.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD3wPF5RVdmc4iPNTnefB2rbtcvDduWr { width:15.625rem;height:3.375rem;top:8.5625rem;left:32.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nSB1AnShl5ORDAyTlHhwdBZ3JFTbhoQt { width:12.5rem;height:5.0625rem;top:2.625rem;left:35.25rem;font-size:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRIt8416UtaW3aTk0263noXyc0gh09y6 { display:block; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrGfexISp9AV4iiNviEHZOwFmHcZImkr { top:1.125rem;left:0.375rem;width:47rem;height:6.5625rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { width:14.625rem;height:18.75rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { width:12.5625rem;height:9rem;top:6.0625rem;left:0rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #I4RfVKnNg5BKySasEEDBzRAseS5WI0AQ { width:14.625rem;height:14.4375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
 }@media only screen and (max-width: 763px) { #CTmGKlidbnsR6ZgoQoNT0fTLs0mkeEHG { width:14.625rem;height:14.4375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
 }@media only screen and (max-width: 763px) { #xR7Ew8JLvTnwiU8Z708DTTAcvWhoQb7d { width:14.625rem;height:14.4375rem;top:0rem;left:0rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
 }@media only screen and (max-width: 763px) { #tGR6Dt3Ki2XO0rTPWeTSWvICX4A8UbWo { width:14.625rem;height:18.75rem;top:0rem;left:8.2490234375rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #dXNr6dM525EpSfwkQmrDOrpLd2BNixaI { width:14.625rem;height:18.75rem;top:0rem;left:24.7490234375rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #dCwOfDbD9UW8yPcqnwSAXAdeonKuUhaq { width:14.625rem;height:18.75rem;top:0rem;left:33.125rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #zT4V2E6tsCFMIoaWeZuXTlozi9z2Icbn { top:1.25rem;left:0rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKDIJTKJpuE9nKTBkz7eJK7r9rZsviyd { top:1.25rem;left:13.4375rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMJmGF17i3oLa2OtaN9SXsQbExknWOOm { top:1.25rem;left:29.90625rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue2aBNLapyiIpmTnTFvfLg9MhWQDtKOv { top:1.3125rem;left:43.5rem;width:4.25rem;height:4.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycKd6iysuQqAvxk35URi5597sE7leemK { width:12.5625rem;height:10.5rem;top:6.0625rem;left:9.2490234375rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #LqkwNusk59Jd2NUx07eTqUNGJEPqmH7G { width:12.5625rem;height:12rem;top:6.0625rem;left:25.7490234375rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #qAqTGAr8bLna7UeZ6XKwFQbD45ZXea9W { width:12.5625rem;height:12rem;top:6.0625rem;left:35.1875rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 > .row .container { border-width: 0; border-radius: 0; }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eyWedpdG5EydQ2nL2DqfslaU07GudQaH { background-color:#ff5e14;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container { background-color: transparent; background-image: none; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container > .video-iframe-container { display: none; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row > .video-iframe-container { display: none; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .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); }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container { border-width: 0; border-radius: 0; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#000000; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;color:#121119; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-text {padding-top: 0; padding-bottom: 0;}#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;color:#121119; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-select {padding-top: 0; padding-bottom: 0;}#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-button { width:13.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#1900da;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X [class*="-text"]:-moz-placeholder { color:rgba(18,17,25,0.7); }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X [class*="-text"]::-moz-placeholder { color:rgba(18,17,25,0.7); }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X [class*="-text"]:-ms-input-placeholder { color:rgba(18,17,25,0.7); }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X [class*="-text"]::-webkit-input-placeholder { color:rgba(18,17,25,0.7); }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-checkbox-label { width:44rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-radio-label { color:#161616; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X  { width:45.25rem;height:30.5rem;top:9.375rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-info-text { color:#000000; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X {display:block;}#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X { width:45.25rem;height:30.5rem;top:9.375rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #m6fPNRW8aVhO3rTRvSBW3hueWLKeidBh {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #RPD3QAbxR331wRcVWHKkU2hZsLK0e4oU {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #OD652meVvviw9tvcEtlafbnSET0HsdpG {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #WvkNt0FqxwttIlqgMAMt9PCHIfevlITO {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #gX7Wt7awCwU4VHsc33q8WztpVVNxAyht {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #ySRZ3ucQW9OTwU83XXDuHHEEMwSgR7Hb {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #PvhdFqkcU4AdD8fgBIUL9FPycWGpPdTT {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #qdkhBzFr4hwwxBJ9yK4OSBu9uHDpKTTX {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #liTslM4CQcp3pw0Cx2IRmZ0LJeBTutDs {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #JNbkO6IzHLdZXExzcBq50c2WoakuVnEH {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #XMMmuZrc8Q3TH2XSmybvMTcuDlX8bvrG {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #cexXU22KWToLP5ytAfKq9ely6sdnfxyp {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #C5mgVHv7WTrHlR4nkNS5l95Q9W6Nsubf {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #VaHieVOK1T6EZ67JsHuaZ6FlMUuP6S7l {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #hiNWXgakymOauCz3PIhXpWqP548xF3N0 {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #qC9ZpNdx1CTC40kIUpO1fh7ONMod6vSO {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #mZip87Awc69l3g3uLJ1vbD3QrWGklQEC {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #ZCN3XGyam3mzUho1arNy8ir9wkTLyEka {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #Kwnvk1tFHwWQMfEJAvzyXkaMOiCBdUvt {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #VfoSl1ztKD8EvPEqu0T5Z7T8cHn8WHZo {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #IFRq492XLWQhoRPle3ZZ1GZUMXgDxTNh {  }
 }@media only screen and (max-width: 763px) { #Oc5IfyI6FKWMKaZAeT2xVr3AEk9ThFdx { display:block; }
 }@media only screen and (max-width: 763px) { #yLFFmAKLBxEkyusTtUJo2pe27pkOkdTK { display:block; }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #LZv3BkLNiRtDicPSBkHlbIA8B20Xg45h {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #OxuCr2FNOpUtaaLTLO9bwx1O73rCcaQ6 {  }
 }@media only screen and (max-width: 763px) { #Kqyyv093vE8I6T6Mdmq6eFlKzEbSDv0I { width:47.75rem;height:3.125rem;top:2.8125rem;left:0rem;font-size:3.125rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #IfcsGNBmz4vH2RimpLzyAEiC5H04uEiq { width:32.1875rem;height:2rem;top:7.4375rem;left:7.78125rem;font-size:1rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #kFzIEWzJt28QU1iqQeZaxqShrHxOU44b { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { background-color: transparent; background-image: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container > .video-iframe-container { display: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container { display: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .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); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { border-width: 0; border-radius: 0; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp { display:block; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOQHu9Mw3AuScidTGHhIMTniSrPTuIR2 { width:47.75rem;height:3.125rem;top:1.625rem;left:0rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #aKoBmJp1LW8NWgC6z0ophoRn7ATmLBk7 { display:block; }#aKoBmJp1LW8NWgC6z0ophoRn7ATmLBk7 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi { display:block; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi { background-color: transparent; background-image: none; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row .container > .video-iframe-container { display: none; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row > .video-iframe-container { display: none; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .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); }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi { border-width: 0; border-radius: 0; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaNExzGyoTZ8Bf0XsrmyVNz26TW5H9xq { width:29.6875rem;height:4.75rem;top:8.25rem;left:0rem;font-size:0.875rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #gcWadZ2fKPbfF543ZIpbbzvFK1UuOTKg { width:47.75rem;height:3.125rem;top:1.4375rem;left:0rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #CvdBzsT4blwEUD1a8uUOXTpMUIa2Maea { width:17.1875rem;height:3.125rem;top:14.8125rem;left:0rem;background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Pbch3qMzMOrDUcvHfdvovMKfUCR1w6sW { display:block; }
 }@media only screen and (max-width: 763px) { #Rl5guUfBwRgTK3mhsOPSoCHAIHeKcaP0 { top:8.25rem;left:25.25rem;width:9.5rem;height:8.1959420593003rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBwc10wTZC8GqxlPFGZUIgGbWIJxgxiW { top:8.25rem;left:36.875rem;width:9.5rem;height:8.2580400564765rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXpfCqzs8DamLGpiILOFtRB3v4Hq0XbJ { top:8.25rem;left:38.5rem;width:9.25rem;height:8.0082559200988rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd { display:block; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd { background-color: transparent; background-image: none; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row .container > .video-iframe-container { display: none; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row > .video-iframe-container { display: none; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .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); }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd { border-width: 0; border-radius: 0; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row .container { width:47.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sb9gXTKhDwusgdH7AOlZUUmBnXN2BCkt { width:47.75rem;height:3.125rem;top:1.6875rem;left:0rem;font-size:1.5rem;color:#121119;display:block; }
 }@media only screen and (max-width: 763px) { #OIaXpthLnhTa11NfbdlJVwtvdim6nC6m { top:7.25rem;left:0rem;width:12.8125rem;height:3.7933170780255rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcHaLOAIWUoutPGlHfpLEg3aBof7dJZX { top:7rem;left:3.25rem;width:9.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuU3TaQzxJEZ0l70US9Ny34Hu5xQEq0A { top:13.8125rem;left:0rem;width:6.875rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZugvicQvIoNM5rFaNRqtsy7o7fyScdta { top:13.875rem;left:22.6875rem;width:5.5rem;height:6.7989445340981rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldxJ4u3v2rI3yMT3HR7kaIMQ8ZRDclAD { top:13.125rem;left:26.4375rem;width:21.3125rem;height:9.2223875970806rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLte9nnwx0rNIhSCcm1HUxzh5a2TWDM8 { top:14.625rem;left:42.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VawTV3KWWTT8TR6z3uegE8Qd2H0CzG27 { top:14rem;left:9.875rem;width:8.125rem;height:6.5742380748794rem;display:block; }
 }@media only screen and (max-width: 763px) { #osMZswJ2MDUWcURXI3Z0RxPIn7wNxTyZ { top:7.5rem;left:28.25rem;width:7.25rem;height:3.2836704164672rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMZAkI1vLzOJ4AcPtbywkcgLGkWftBOO { top:6.5rem;left:35.1875rem;width:12.5625rem;height:5.7832131505466rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaAvOBmdyaugemADlXGeWKXxTFsVbT0W { top:7.5rem;left:16.0625rem;width:9.125rem;height:3.2893556441517rem;display:block; }
 }@media only screen and (max-width: 763px) { #rovr9GrWBThy0spXVVZgA673f5NpfP2z { top:6.5rem;left:38.1875rem;width:9.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0FcuGe34OvCmBgbvpN7EZXTg5Ns6DsX { top:14.5625rem;left:0rem;width:7.9375rem;height:5.4567459604326rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { background-color:#121119;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6yL8iDBe11ynGgow0c72DCVayUcSNC3 { width:11.75rem;height:1.25rem;top:3.75rem;left:0rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { width:1.3125rem;height:1.3125rem;top:24.0625rem;left:0rem;color:#5d92ff;display:block; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:1.3125rem; height:1.3125rem; } }@media only screen and (max-width: 763px) { #pJW3DbAXqniq5dRMpnV8PmRl6Ea0lUSd { width:18.875rem;height:15.375rem;top:6.5625rem;left:0rem;font-size:0.75rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #zTcTDarTFPSgXvliLBPXKy0ICW5lelpT { top:24rem;left:0rem;width:1.4375rem;height:1.4375rem;display:block; }
#zTcTDarTFPSgXvliLBPXKy0ICW5lelpT > img { max-width: 100%;max-height:100%; width:1.4375rem; height:1.4375rem; } }@media only screen and (max-width: 763px) { #hCeNTGgaT4SS2zhf4D4bHEtbP8tqFWb1 { width:11.6875rem;height:1.25rem;top:3.75rem;left:14.635829925537rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #kxyg2v2LcXrhAlGrexX2FLL1CygT4WGb { width:13.9375rem;height:4.1875rem;top:6.5625rem;left:14.635829925537rem;font-size:0.75rem;color:rgba(255,255,255,0.6);display:block; }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-regular-label { width:26.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-text { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-text {padding-top: 0; padding-bottom: 0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-textarea { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-select { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-select {padding-top: 0; padding-bottom: 0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-button { width:8.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:8.875rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-checkbox-label { width:24.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE  { width:26.125rem;height:15.5625rem;top:9.4375rem;left:19.125rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .radio-container { width:26.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE {display:block;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE { width:26.125rem;height:15.5625rem;top:9.4375rem;left:19.125rem; }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #KcwCJBqqompM91mbtLpqTkT2kNRciz3o {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #yCK9N7cQuNRQsCx2V0flED0nAN2ed42P {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #h2RGdRacVSVO3kHNvdyXFRTwJ782KQ1r {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #XwV9x4gkf5KftaOW5zbzF21k1R7D8gBt {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #r9e1DSWyo4MpfTNgr96DK78RTc0uKybz {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #kRmXfxnh9nTRDL5NnPTJge57k5oe9yaB {  }
 }@media only screen and (max-width: 763px) { #J1PwWBmgQhUn8ZDwfWofeO7O5pw5F5SH { display:block; }
 }@media only screen and (max-width: 763px) { #tLm8JhV6N6TNEJFqoqVNvmGsfAWUTgUN { display:block; }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #xC7oGc7Ft6EheE0H7T0uThmvt5M9UWt8 {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #k8cQs5UPNfzwSDuu0n4TfgFdpGINrfxx {  }
 }@media only screen and (max-width: 763px) { #NWdMJEt9nBqfpb3Pg4k69LvW8rpWkqc1 { top:1.875rem;left:17.5625rem;width:30.1875rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnmCpBU1BQrGg95l4KrWMHw7ewi1Dd1G { width:22.25rem;height:1.25rem;top:3.75rem;left:25.5rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #OwTcN7zDkJikqTFbtgCeiZ6LAOPkItDn { width:22.25rem;height:1.875rem;top:6.5625rem;left:25.5rem;font-size:0.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XIxu93odTlfUScgb0aqRCSBGoXrCphzR { display:block; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tp4aMtZfwUrbRKeevoTSXaUVNTC2vp05 { width:22.25rem;height:0.8125rem;top:1.375rem;left:12.717233657837rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); } }@media only screen and (max-width: 763px) { #Z7LfJkfugMkZKK5B2QTNQ7Hy77Uv4wyn { position:relative;z-index:auto;display:block; }#Z7LfJkfugMkZKK5B2QTNQ7Hy77Uv4wyn > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/3f760f37-8e0c-4aa6-9469-df0d1ce4ea9a/glowingpadlockshieldprotectingdataflowcyberspace.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.adaptive-delivery-prevent-bg, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyload, #ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH.lazyloading { background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { background-color: transparent; background-image: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { display: none; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .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); }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { border-width: 0; border-radius: 0; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ad1Mex2sJuTvOmD8yMmdzuFC0AHbTCKH > .row .container { width:20rem;height:49.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LTnEqbx8PMLfFhGdbU1QoacO3fasQfBb { width:20rem;height:13.999rem;top:1.3134765625rem;left:0rem;font-size:2rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Zl1M4QkHMBqlWa6rRRWVIDi89ZHuVXL2 { width:17.5rem;height:18.19726875rem;top:15.244140625rem;left:1.25rem;font-size:1rem;line-height:1.3;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #agabSW4motaQyI0ngcdHdW8Ru1vPu1Bm { width:18.5625rem;height:32.9375rem;top:1.3134765625rem;left:0.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpnGtIB4kSg52hHGeL0hnfHlLLSXfasy { width:14.1875rem;height:3.4375rem;top:35.3125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IlZwnsLEh5pXBAAdpzWHpzWRghWE3dBM { display:block; }
 }@media only screen and (max-width: 763px) { #yLZohkTuREGmkc6e5PQ2ccSPVVIT8mML { width:14.1875rem;height:3.4375rem;top:44.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mL303DDwSpCiJTE7RpXNG6TTy0ZhFDm9 { display:block; }
 }@media only screen and (max-width: 763px) { #wT4KENmJdhVbmxr96yGvNDyw6tHJ11vc { width:14.1875rem;height:3.4375rem;top:40.1875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k31Ue0Wgqv5g6uZ8kFVolTm0vXT2aM7w { display:block; }
 }@media only screen and (max-width: 763px) { #CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container { background-color: transparent; background-image: none; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container > .video-iframe-container { display: none; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row > .video-iframe-container { display: none; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .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); }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container { border-width: 0; border-radius: 0; }#CZHyAhU2DdTxCPNUInTNJmGFW9UPweDy > .row .container { width:20rem;height:71.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #R8gduuCcR5FQXTEZl4A6WpT8ezKDD61o { width:19.875rem;height:5rem;top:51.9375rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
 }@media only screen and (max-width: 763px) { #HhETDzGMtpkL8Mw309zmg6I5ahDndIHJ { width:15.625rem;height:1.5rem;top:52.5rem;left:2.1875rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #kzFslHDoq6zrKqLwK9wIIzCevnuF0He3 { width:17.5rem;height:2.625rem;top:54rem;left:1.25rem;font-size:0.875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #nJH26pmnNpyPOyTstyfBRsD77kxKliOF { width:15.625rem;height:1.5rem;top:58.0625rem;left:2.25rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #as90XBLOdMpbsUVnf3692ZkExCJRn2Zl { width:17.5rem;height:2.625rem;top:60.1875rem;left:1.3125rem;font-size:0.875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #QRNzIpfh1Q5u5f2WIpuM9t37i6PHQcuZ { width:15.625rem;height:1.5rem;top:65.25rem;left:2.25rem;font-size:1rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #TdVG2zMuwV2xs9KLu9pKQKie5NHFPK2L { width:17.5rem;height:2.625rem;top:66.8125rem;left:1.3125rem;font-size:0.875rem;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #WvWrqK0G7I4qWL6abkzGHxzO3wSCurPl { width:20rem;height:9.597625rem;top:1.25rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#010304;display:block; }
 }@media only screen and (max-width: 763px) { #SQstitPb1Eyrw72XGdqVHzPlmTN4TWcf { width:20rem;height:39.887725rem;top:10.8466796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fuv273C2wCChqD1TB5WAhtiGBrCXTkPF { width:19.875rem;height:5.25rem;top:58.0625rem;left:0.0625rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
 }@media only screen and (max-width: 763px) { #IH1no7OvVkrVqkoeR4T9dxTgpHimz7ZK { width:19.875rem;height:5.5rem;top:64.625rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ba5538;border-left:0.0625rem solid #ba5538;border-right:0.0625rem solid #ba5538;border-bottom:0.0625rem solid #ba5538;display:block; }
 }@media only screen and (max-width: 763px) { #MqCTCsKDKawg9cFkq39EZLQCRX4o172A { display:block; }#MqCTCsKDKawg9cFkq39EZLQCRX4o172A > .row .container { width:20rem;height:53.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OLEsB4maLhy8kZPX2GE0wktEzmSAbXPU { width:20rem;height:2.125rem;top:0.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #khgnwmE5l8wlOf8MSHQ9vOHEpvGTbLvd { width:20rem;height:43.6865375rem;top:8.94921875rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VQGrxG64kJDBl8H2s0Cggvzyr2qU1xGP { width:14.8125rem;height:5.19921875rem;top:3.75rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI { display:block; }#Q3LZthPpuLVT42TKw3Dl351Fy4RrOdTI > .row .container { width:20rem;height:166.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fl9QTQNymFOGX71v6syRN4TywaJmEzza { width:14rem;height:23.4375rem;top:12.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvvUvsf4tnBXVTJK13CuWkyEzv3wcpLq { width:14rem;height:3rem;top:13.25rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oOk5QiJiI0ePebztfXG1SS50TS2cV5Gn { width:14.125rem;height:17.53125rem;top:17.875rem;left:2.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h3zroW0ZxqoNDNBMB7f0Htau7G7LSzZG { width:3.5625rem;height:0.0625rem;top:17.125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B1n7gPekE4LOPdH9oLbiOAdcNPeG5i8G { width:14rem;height:24.8125rem;top:37.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNWcIOgvM09XitTXAU9N1ZwTt0mVMmgy { width:14rem;height:3rem;top:38.5625rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Tm6Sotn545VoUEXgRGT6VDl7T0G4vRxD { width:3.5625rem;height:0.0625rem;top:41.75rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G4BcbZzOwQqypXVfyrPrNB4JOsO6AlLk { width:14rem;height:23.4375rem;top:63.4375rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i2JtATFZNASnXZSOyTQGdpXis4J3uQxF { width:14rem;height:19.4375rem;top:87.875rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttOl0msbuGy67lBlqyDDUn106GFmfelQ { width:3.5625rem;height:0.0625rem;top:67.5625rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J5tLTKbatSnGVTe4K9PEMeNq4KFi0Je7 { width:3.5625rem;height:0.0625rem;top:91.125rem;left:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxDhPQTNDsLe1p1ntEf2QONvR5rWTxDP { width:14rem;height:3rem;top:64.375rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iJuAIbDfSegQp0s7vcIKEPanTUPm1sWh { width:14rem;height:3rem;top:87.875rem;left:3rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TPkEk4uLyrNBz4VIEnJMbFATDUgkTHX4 { width:14.8125rem;height:10.3984375rem;top:0.75rem;left:2.59375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #FboaJOqQMnTt7L6c9oPITI4IBnbwCoOS { width:12.625rem;height:19.125rem;top:42.625rem;left:3.6875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SrOZrqI6OgHN9Tmv6RVhDd78gIOfxFvl { width:13.3125rem;height:17.53125rem;top:68.5rem;left:3.34375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToddRDVbHkPAbVvTK84DxM4PpotOPH5i { width:11.125rem;height:14.34375rem;top:92.453125rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rhqTiL3egTQdBScL465E1bvJ2zcTycPX { width:14rem;height:21.375rem;top:130.8125rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n23QaDlP4VnQHOu5SGig8W8xbLS5ATaB { width:14rem;height:21.125rem;top:108.5rem;left:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fp2HB21XBVaLAJsOsF3UZIGwUKgOq9Ia { width:13rem;height:15.9375rem;top:135.75rem;left:3.5rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f0wNrhbiT0MuacEWXGkevOCDtHCga4Lm { width:11.8125rem;height:15.9375rem;top:113.1875rem;left:4.09375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZXIdo5eKLiHMGUDZ1CBDk9Ryveli3eEN { width:3.5625rem;height:0.0625rem;top:112.5rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NIRnuzg16mizua146tMgKgoQBvAGSfkE { width:3.5625rem;height:0.0625rem;top:135rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #H4TldNCiQBeCW5OivDyZUZa3EwnVPxI4 { width:14rem;height:3rem;top:109.25rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #B3itUgdZwwUWCfp1QpxXKb7JlxsV92KR { width:14rem;height:3rem;top:131.4375rem;left:3rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #luLOCk3aFCwwiQpv7nIWbszanCkUHyWG { width:20rem;height:3.736325rem;top:154.5146484375rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #iTN8HD7DUDMWvEBTnSyauVITAnEW9OTM { width:8.0625rem;height:8.0625rem;top:158.1875rem;left:5.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/ff86baf8-f666-4f95-b6bd-da734975d502/rekaosobyjestnalaptopiezzamkiemnanim.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN.adaptive-delivery-prevent-bg, #fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN.lazyload, #fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN.lazyloading { background-image: none; }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row .container { background-color: transparent; background-image: none; }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row .container > .video-iframe-container { display: none; }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row > .video-iframe-container { display: none; }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .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); }#fRdNcXQTo4mRc0FZnmNpm54bJAmu3kWN > .row .container { width:20rem;height:39.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cGWW22RlfoEINhagvNgipngKPsWaX18o { width:12.5rem;height:3.57421875rem;top:2.4375rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q3gE6MIs4kXglfpzmkToLCgGt9cNNuys { width:9.0625rem;height:3.375rem;top:6.3125rem;left:5.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #eJ95GmteV46eSNK7oGqTrPLRfLprkUnm { width:15.625rem;height:3.375rem;top:14.6875rem;left:2.1875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dMWqime8wMZMdtCBmx0aZahtXwK37taM { width:12.5rem;height:3.57421875rem;top:11.125rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7WcMMLnDmpIOSoKMOQolUNaQAao7E7Z { width:16.5625rem;height:3.375rem;top:33.4375rem;left:1.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hAU0pNGDKgLVITEOgTF8CFRbUf9Svkmy { width:12.5rem;height:3.57421875rem;top:20.625rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wD3wPF5RVdmc4iPNTnefB2rbtcvDduWr { width:15.375rem;height:3.375rem;top:24.1875rem;left:2.3125rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nSB1AnShl5ORDAyTlHhwdBZ3JFTbhoQt { width:12.5rem;height:3.57421875rem;top:29.875rem;left:3.75rem;font-size:2.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZRIt8416UtaW3aTk0263noXyc0gh09y6 { display:block; }#ZRIt8416UtaW3aTk0263noXyc0gh09y6 > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NrGfexISp9AV4iiNviEHZOwFmHcZImkr { width:17.0625rem;height:9.597625rem;top:0.41015625rem;left:1.46875rem;font-size:2rem;text-align:center;text-align-last:center;color:#990000;display:block; }
 }@media only screen and (max-width: 763px) { #nQlxuprTMV516C1vEvlI8033ek8Wc9Cc { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { background-color: transparent; background-image: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { display: none; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .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); }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { border-width: 0; border-radius: 0; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nQlxuprTMV516C1vEvlI8033ek8Wc9Cc > .row .container { width:20rem;height:59.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w3QLcRPfi4vdnqu1QZ2N3SpBKuvStJii { width:17.625rem;height:12.5625rem;top:1rem;left:1.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:block; }
 }@media only screen and (max-width: 763px) { #rldhgnQsh0vIARnXHtBvbO00JKRxDIHR { width:12.1230625rem;height:5.25rem;top:6.75rem;left:3.9375rem;font-size:0.875rem;color:#121119;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I4RfVKnNg5BKySasEEDBzRAseS5WI0AQ { width:17.625rem;height:12.5625rem;top:14.0625rem;left:1.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #CTmGKlidbnsR6ZgoQoNT0fTLs0mkeEHG { width:17.625rem;height:15.3125rem;top:42.6875rem;left:1.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #xR7Ew8JLvTnwiU8Z708DTTAcvWhoQb7d { width:17.625rem;height:14.5625rem;top:27.3125rem;left:1.1875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;z-index:15002;display:block; }
 }@media only screen and (max-width: 763px) { #tGR6Dt3Ki2XO0rTPWeTSWvICX4A8UbWo { width:14.625rem;height:18.75rem;top:0rem;left:2.6875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
 }@media only screen and (max-width: 763px) { #dXNr6dM525EpSfwkQmrDOrpLd2BNixaI { width:14.625rem;height:18.75rem;top:0rem;left:2.6875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
 }@media only screen and (max-width: 763px) { #dCwOfDbD9UW8yPcqnwSAXAdeonKuUhaq { width:14.625rem;height:18.75rem;top:48.531604766846rem;left:2.6875rem;background-color:#ffffff;background-image:none;box-shadow: 0.0625rem 0.0625rem 1.25rem rgba(18,17,25,0.05) ;display:none; }
 }@media only screen and (max-width: 763px) { #zT4V2E6tsCFMIoaWeZuXTlozi9z2Icbn { width:4.25rem;height:4.25rem;top:1.8125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dKDIJTKJpuE9nKTBkz7eJK7r9rZsviyd { width:4.25rem;height:4.25rem;top:14.9375rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vMJmGF17i3oLa2OtaN9SXsQbExknWOOm { width:4.25rem;height:4.25rem;top:28.125rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ue2aBNLapyiIpmTnTFvfLg9MhWQDtKOv { width:4.25rem;height:4.25rem;top:43.6875rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycKd6iysuQqAvxk35URi5597sE7leemK { width:14.625rem;height:6.5625rem;top:19.1875rem;left:2.6875rem;font-size:0.875rem;color:#121119;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqkwNusk59Jd2NUx07eTqUNGJEPqmH7G { width:17.5625rem;height:9rem;top:32.375rem;left:1.46875rem;font-size:1rem;color:#121119;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qAqTGAr8bLna7UeZ6XKwFQbD45ZXea9W { width:17.5rem;height:9rem;top:48.5625rem;left:1.34375rem;font-size:1rem;color:#121119;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 > .row .container { background-color: transparent; background-image: none; }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 > .row .container > .video-iframe-container { display: none; }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 > .row > .video-iframe-container { display: none; }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 > .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); }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 > .row .container { border-width: 0; border-radius: 0; }#fy3URRWoQTR4OOTg0Z9KW0d9nSDF7Lo1 > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eyWedpdG5EydQ2nL2DqfslaU07GudQaH { background-color:#f3f3f3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container { background-color: transparent; background-image: none; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container > .video-iframe-container { display: none; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row > .video-iframe-container { display: none; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .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); }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container { border-width: 0; border-radius: 0; }#eyWedpdG5EydQ2nL2DqfslaU07GudQaH > .row .container { width:20rem;height:41.3662109375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;color:#000000; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;color:#121119;text-align:left;text-align-last:left; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-text {padding-top: 0; padding-bottom: 0;}#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0.0625rem solid #eae7fe;border-left:0.0625rem solid #eae7fe;border-right:0.0625rem solid #eae7fe;border-bottom:0.0625rem solid #eae7fe;color:#121119;text-align:left;text-align-last:left; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;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;color:#161616; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-select {padding-top: 0; padding-bottom: 0;}#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-input-button { width:5.25rem;margin-top:0.25rem;margin-right:12.25rem;margin-bottom:0.25rem;margin-left:0;background-color:#990000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;color:#ffffff;font-size:0.875rem;overflow:hidden;height:1.9375rem; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X [class*="-text"]:-moz-placeholder { color:rgba(18,17,25,0.7); }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X [class*="-text"]::-moz-placeholder { color:rgba(18,17,25,0.7); }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X [class*="-text"]:-ms-input-placeholder { color:rgba(18,17,25,0.7); }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X [class*="-text"]::-webkit-input-placeholder { color:rgba(18,17,25,0.7); }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#000000;font-size:0.625rem;overflow:hidden;height:auto; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-radio-label { color:#161616; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X  { width:17.5rem;height:auto;top:6.6788005828856rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X .widget-info-text { color:#000000; }
#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X {display:block;}#vZo3K4KU7VEQRg8lthTngOhfJITwFC6X { width:17.5rem;height:auto;top:6.6788005828856rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0; }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #m6fPNRW8aVhO3rTRvSBW3hueWLKeidBh {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #RPD3QAbxR331wRcVWHKkU2hZsLK0e4oU {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #OD652meVvviw9tvcEtlafbnSET0HsdpG {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #WvkNt0FqxwttIlqgMAMt9PCHIfevlITO {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #gX7Wt7awCwU4VHsc33q8WztpVVNxAyht {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #ySRZ3ucQW9OTwU83XXDuHHEEMwSgR7Hb {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #PvhdFqkcU4AdD8fgBIUL9FPycWGpPdTT {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #qdkhBzFr4hwwxBJ9yK4OSBu9uHDpKTTX {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #liTslM4CQcp3pw0Cx2IRmZ0LJeBTutDs {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #JNbkO6IzHLdZXExzcBq50c2WoakuVnEH {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #XMMmuZrc8Q3TH2XSmybvMTcuDlX8bvrG {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #cexXU22KWToLP5ytAfKq9ely6sdnfxyp {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #C5mgVHv7WTrHlR4nkNS5l95Q9W6Nsubf {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #VaHieVOK1T6EZ67JsHuaZ6FlMUuP6S7l {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #hiNWXgakymOauCz3PIhXpWqP548xF3N0 {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #qC9ZpNdx1CTC40kIUpO1fh7ONMod6vSO {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #mZip87Awc69l3g3uLJ1vbD3QrWGklQEC {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #ZCN3XGyam3mzUho1arNy8ir9wkTLyEka {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #Kwnvk1tFHwWQMfEJAvzyXkaMOiCBdUvt {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #VfoSl1ztKD8EvPEqu0T5Z7T8cHn8WHZo {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #IFRq492XLWQhoRPle3ZZ1GZUMXgDxTNh {  }
 }@media only screen and (max-width: 763px) { #Oc5IfyI6FKWMKaZAeT2xVr3AEk9ThFdx { display:block; }
 }@media only screen and (max-width: 763px) { #yLFFmAKLBxEkyusTtUJo2pe27pkOkdTK { display:block; }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #LZv3BkLNiRtDicPSBkHlbIA8B20Xg45h {  }
 }@media only screen and (max-width: 763px) { #vZo3K4KU7VEQRg8lthTngOhfJITwFC6X #OxuCr2FNOpUtaaLTLO9bwx1O73rCcaQ6 {  }
 }@media only screen and (max-width: 763px) { #Kqyyv093vE8I6T6Mdmq6eFlKzEbSDv0I { width:20rem;height:1.79980625rem;top:0.99960708618162rem;left:0rem;font-size:1.5rem;line-height:1.2;color:#000000;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #IfcsGNBmz4vH2RimpLzyAEiC5H04uEiq { width:15.374625rem;height:3.19921875rem;top:3.4827766418457rem;left:2.3117896318436rem;font-size:1rem;color:#121119;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFzIEWzJt28QU1iqQeZaxqShrHxOU44b { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { background-color: transparent; background-image: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container > .video-iframe-container { display: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row > .video-iframe-container { display: none; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .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); }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { border-width: 0; border-radius: 0; }#kFzIEWzJt28QU1iqQeZaxqShrHxOU44b > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp { display:block; }#JnywA1fmxtc0J6hbs7bbbzC9cIV2yvvp > .row .container { width:20rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bOQHu9Mw3AuScidTGHhIMTniSrPTuIR2 { width:11.8105625rem;height:3.5996125rem;top:1.25rem;left:4.0625rem;font-size:1.5rem;line-height:1.2;color:#121119;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #aKoBmJp1LW8NWgC6z0ophoRn7ATmLBk7 { display:block; }#aKoBmJp1LW8NWgC6z0ophoRn7ATmLBk7 > .row .container { position:relative;display:block; } }@media only screen and (max-width: 763px) { #G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi { display:block; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi { background-color: transparent; background-image: none; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row .container > .video-iframe-container { display: none; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row > .video-iframe-container { display: none; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .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); }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi { border-width: 0; border-radius: 0; }#G6fB7Lha3ZhVDkh4IlasRnWI4aG2K2Mi > .row .container { width:20rem;height:17.8125rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZaNExzGyoTZ8Bf0XsrmyVNz26TW5H9xq { width:20rem;height:5.59765625rem;top:5.5113716125488rem;left:0rem;font-size:0.875rem;color:#121119;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gcWadZ2fKPbfF543ZIpbbzvFK1UuOTKg { width:17.5rem;height:3.5996125rem;top:0.99964523315431rem;left:1.2491122484207rem;font-size:1.5rem;line-height:1.2;color:#121119;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #CvdBzsT4blwEUD1a8uUOXTpMUIa2Maea { width:17.1875rem;height:3.125rem;top:14.625rem;left:1.375rem;background-color:rgba(255,255,255,0.2);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Pbch3qMzMOrDUcvHfdvovMKfUCR1w6sW { display:block; }
 }@media only screen and (max-width: 763px) { #Rl5guUfBwRgTK3mhsOPSoCHAIHeKcaP0 { width:5.499825rem;height:4.74964375rem;top:12.0625rem;left:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBwc10wTZC8GqxlPFGZUIgGbWIJxgxiW { width:5.5rem;height:4.75rem;top:12.0625rem;left:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OXpfCqzs8DamLGpiILOFtRB3v4Hq0XbJ { width:5.5625rem;height:4.75rem;top:12.0625rem;left:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd { display:block; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd { background-color: transparent; background-image: none; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row .container > .video-iframe-container { display: none; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row > .video-iframe-container { display: none; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .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); }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd { border-width: 0; border-radius: 0; }#pc4O0bTS5PeZ9Ivf6GrQHgKDsAoJW7gd > .row .container { width:20rem;height:33.75rem;background-color:transparent;background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sb9gXTKhDwusgdH7AOlZUUmBnXN2BCkt { width:14.124625rem;height:3.5996125rem;top:1.1851921081543rem;left:2.9367896318436rem;font-size:1.5rem;line-height:1.2;color:#121119;text-align:center;text-align-last:center;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #OIaXpthLnhTa11NfbdlJVwtvdim6nC6m { width:9.0625rem;height:2.6242875rem;top:5.9375rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcHaLOAIWUoutPGlHfpLEg3aBof7dJZX { width:6.937125rem;height:3.18714375rem;top:5.625rem;left:11.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tuU3TaQzxJEZ0l70US9Ny34Hu5xQEq0A { width:4.31196875rem;height:4.31196875rem;top:16.75rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZugvicQvIoNM5rFaNRqtsy7o7fyScdta { width:3.499025rem;height:4.375rem;top:22.6240234375rem;left:12.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ldxJ4u3v2rI3yMT3HR7kaIMQ8ZRDclAD { width:11.0618125rem;height:4.62446875rem;top:28.4375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lLte9nnwx0rNIhSCcm1HUxzh5a2TWDM8 { width:4.12464375rem;height:4.12464375rem;top:22.75rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VawTV3KWWTT8TR6z3uegE8Qd2H0CzG27 { width:5.1242875rem;height:4.12464375rem;top:28.6875rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #osMZswJ2MDUWcURXI3Z0RxPIn7wNxTyZ { width:4.93696875rem;height:2.1875rem;top:10.125rem;left:12.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MMZAkI1vLzOJ4AcPtbywkcgLGkWftBOO { width:8.812125rem;height:3.937325rem;top:12.8125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uaAvOBmdyaugemADlXGeWKXxTFsVbT0W { width:6.7498125rem;height:2.374825rem;top:10.0625rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rovr9GrWBThy0spXVVZgA673f5NpfP2z { width:6.4994375rem;height:3.5617875rem;top:13rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #F0FcuGe34OvCmBgbvpN7EZXTg5Ns6DsX { width:4.936525rem;height:3.374025rem;top:17.7490234375rem;left:12.1845703125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { background-color: transparent; background-image: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row > .video-iframe-container { display: none; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .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); }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { border-width: 0; border-radius: 0; }#pVGCLyDpuLmfkJC66t8LbzuJQ3f3nLVo > .row .container { width:20rem;height:57.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v6yL8iDBe11ynGgow0c72DCVayUcSNC3 { width:13.999rem;height:1.00043125rem;top:1.25rem;left:3rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi { display:flex;width:1.37305rem;height:1.37305rem;top:27.924775rem;left:9.3125rem;color:#5d92ff; }
#PiMBmrwsJ1A1Lw9KCNDTr1aFyBJAXddi > img { max-width: 100%;max-height:100%; width:1.37305rem; height:1.37305rem; } }@media only screen and (max-width: 763px) { #pJW3DbAXqniq5dRMpnV8PmRl6Ea0lUSd { width:18.874rem;height:13.19140625rem;top:5.75rem;left:0.5625rem;font-size:0.75rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zTcTDarTFPSgXvliLBPXKy0ICW5lelpT { display:flex;width:1.436525rem;height:1.436525rem;top:25.23825rem;left:9.25rem; }
#zTcTDarTFPSgXvliLBPXKy0ICW5lelpT > img { max-width: 100%;max-height:100%; width:1.436525rem; height:1.436525rem; } }@media only screen and (max-width: 763px) { #hCeNTGgaT4SS2zhf4D4bHEtbP8tqFWb1 { width:11.6865rem;height:1.00043125rem;top:3.5rem;left:4.125rem;font-size:1rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kxyg2v2LcXrhAlGrexX2FLL1CygT4WGb { width:13.9355625rem;height:3.79785rem;top:20.191375rem;left:3rem;font-size:0.75rem;color:rgba(255,255,255,0.6);text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:lato; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-text {padding-top: 0; padding-bottom: 0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-family:lato; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-select {padding-top: 0; padding-bottom: 0;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-input-button { width:5.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:5.9375rem;height:2.25rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]:-moz-placeholder { font-size:0.75rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]::-moz-placeholder { font-size:0.75rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]:-ms-input-placeholder { font-size:0.75rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE  { width:17.5rem;height:auto;top:37.6083984375rem;left:0rem; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#pbmVGek7vCIxgclKllK9qTosvTHDm4LE {display:block;}#pbmVGek7vCIxgclKllK9qTosvTHDm4LE { width:17.5rem;height:auto;top:37.6083984375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #KcwCJBqqompM91mbtLpqTkT2kNRciz3o {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #yCK9N7cQuNRQsCx2V0flED0nAN2ed42P {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #h2RGdRacVSVO3kHNvdyXFRTwJ782KQ1r {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #XwV9x4gkf5KftaOW5zbzF21k1R7D8gBt {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #r9e1DSWyo4MpfTNgr96DK78RTc0uKybz {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #kRmXfxnh9nTRDL5NnPTJge57k5oe9yaB {  }
 }@media only screen and (max-width: 763px) { #J1PwWBmgQhUn8ZDwfWofeO7O5pw5F5SH { display:block; }
 }@media only screen and (max-width: 763px) { #tLm8JhV6N6TNEJFqoqVNvmGsfAWUTgUN { display:block; }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #xC7oGc7Ft6EheE0H7T0uThmvt5M9UWt8 {  }
 }@media only screen and (max-width: 763px) { #pbmVGek7vCIxgclKllK9qTosvTHDm4LE #k8cQs5UPNfzwSDuu0n4TfgFdpGINrfxx {  }
 }@media only screen and (max-width: 763px) { #NWdMJEt9nBqfpb3Pg4k69LvW8rpWkqc1 { width:20rem;height:24.6875rem;top:30.547825rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TnmCpBU1BQrGg95l4KrWMHw7ewi1Dd1G { width:20rem;height:1.00043125rem;top:32.362278125rem;left:0rem;font-size:1rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #OwTcN7zDkJikqTFbtgCeiZ6LAOPkItDn { width:20rem;height:1.6493rem;top:35.174778125rem;left:0rem;font-size:0.75rem;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #XIxu93odTlfUScgb0aqRCSBGoXrCphzR { display:block; }#XIxu93odTlfUScgb0aqRCSBGoXrCphzR > .row .container { width:20rem;height:3.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tp4aMtZfwUrbRKeevoTSXaUVNTC2vp05 { width:20rem;height:0.875rem;top:1.25rem;left:0rem;font-size:0.875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
 }