.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:255,217,217;--color-primary-1:255,128,128;--color-primary-2:255,0,0;--color-primary-3:128,0,0;--color-primary-4:38,0,0;--color-secondary-0:255,255,255;--color-secondary-1:241,241,241;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:47,47,47;--color-tertiary-0:255,255,255;--color-tertiary-1:151,149,151;--color-tertiary-2:69,69,69;--color-tertiary-3:45,41,41;--color-tertiary-4:0,0,0;--headlines-font-family:"Open Sans";--paragraphs-font-family:"Open Sans"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#f1f1f1;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP { position:relative;display:none; }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP { border-width: 0; border-radius: 0; }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP > .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; }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP > .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:18.75rem;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:none; }#zgVR2MgJtztJpIZ4ShbI38WWzyTcC1Wg { color:rgba(var(--color-primary-2),1);display:block;width:20.8125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15041;line-height:1.1;letter-spacing:0;top:10.6875rem;left:48.875rem;height:1.51220625rem;font-style:normal;display:none; }
#SHCPnzH0BtirtLHtsbtTyefhrKgGokfy { color:rgba(var(--color-tertiary-4),1);display:block;width:20.8125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15040;line-height:1.1;letter-spacing:0;top:12.650390625rem;left:48.875rem;height:2.19921875rem;font-style:normal;display:none; }
#fNudsWA01lWFV1233MsGslPdbc5s0n3T { color:#ffffff;display:block;width:31rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15018;line-height:1.2;letter-spacing:0;top:0rem;left:16.712890625rem;height:3.44921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZRuv2Ev9WCeknvJpAHbJGz36DxpipTO6 { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:-6.4375rem;left:16.712890625rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MP4Tn5T3h0DgXpg4uctTmBbV43CFPDfW { position:absolute;display:block;z-index:15032;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:9.5rem;top:-8.9375rem;left:16.712890625rem;overflow:hidden;display:block; }
#XRItscFDv9WuiKD1MHK3JoybnaoeKqH3 { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.0625rem;width:7.3125rem;top:-18.4375rem;left:16.712890625rem;overflow:hidden;display:block; }
#fCapXxI2ZvTCpyNyaGn25Ogviqx1NZ9G { position:absolute;display:block;z-index:15000;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:11rem;width:67.25rem;display:none; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-form-header {  }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#2f2f2f;width:22.0625rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.1; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-text {padding-top: 0; padding-bottom: 0;}#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:22.0625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-select {padding-top: 0; padding-bottom: 0;}#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .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; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-button { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(262deg, #ff0000, #c30909);background-image: -moz-linear-gradient(262deg, #ff0000, #c30909);background-image: -ms-linear-gradient(262deg, #ff0000, #c30909);background-image: -o-linear-gradient(262deg, #ff0000, #c30909);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c30909' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c30909' );";background-image: linear-gradient(262deg, #ff0000, #c30909);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:22.0625rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX [class*="-text"]:-moz-placeholder { color:#2f2f2f;font-family:"open sans";font-size:0.875rem; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX [class*="-text"]::-moz-placeholder { color:#2f2f2f;font-family:"open sans";font-size:0.875rem; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX [class*="-text"]:-ms-input-placeholder { color:#2f2f2f;font-family:"open sans";font-size:0.875rem; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX [class*="-text"]::-webkit-input-placeholder { color:#2f2f2f;font-family:"open sans";font-size:0.875rem; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:20.875rem;overflow:hidden;font-style:normal; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .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; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-container:first-of-type{padding-top:0;}#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-container:last-of-type{padding-bottom:0;}#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:47.5rem;top:8.875rem;z-index:15024;position:absolute; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.0625rem;display:block;vertical-align:top; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2.125rem;line-height:3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX {display:block;}#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:47.5rem;top:8.875rem;z-index:15024;position:absolute;display:none; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #kS3QxMpGrScTt5plwx3RWZTBfsiHvVV0 { position:relative;display:block;z-index:15000; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #aXn5pkvewZ3raZ48KGPXt3T7SlFW8DFM { position:relative;display:block;z-index:15000; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #iUukSf7s2pik5HyDSAsfRT3DvviqNwPO { position:relative;display:block;z-index:15000; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #o7K4ImTQroZBNmww4kHLRx9QWfm9L7n0 { position:relative;display:block;z-index:15000; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #NydtPXiqCrlnFQCqEqp4H4b2bPs4nQnI { position:relative;display:block;z-index:15000; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #mDWQEwMGWftJ0doE9ZHSy4nQh4D7TEqn { position:relative;display:block;z-index:15000; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #FyToCAa75SXQWtWB4aE8g0ffpHbcS5pM { position:relative; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #Tkd2hHKtpLnzPRTZhlwo1781oW5f68Ay { position:relative;display:block; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #ZmMCz9wsETPF6GHInPd37HLkPhuAHrpx { position:relative; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #h4dSIPpqqQVmr1eT0TbJtJ9bErwP6lhZ { position:relative; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #E4R899303DRsLvBz5wws5mI3Pwcgrwgx { position:relative;display:block; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #AA3ieOFTkB2BpdnZcOrZoEPeGwQ16ywx { position:relative; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #qv2JeLPCKtGCmPsGifqqhM9JBPRDgsXr { position:relative; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #F5f5m7d1AB7vJMo2v6VcswJf0WFTeeNg { position:relative;display:block; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #czg3OS4G7WsidvIn8DiBTFlecrtqRBTy { position:relative; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #QbWOzmGtX4rPCF2eBRkpTkeXzcE6On3L { position:relative; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #I98G6hBEquQLBkZAQJ4ANZSThRCTum79 { position:relative;display:block; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #azG8IKWP7sJ4fLfSumvC7aEXRzTJhEfo { position:relative; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #pvzn0GVKK1OZ0q5UGtKPzDgaAS0PsHkG { position:relative; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #SM9rBOTEzhWnUWrGSrSmcR9igyzpekmw { position:relative;display:block; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #buH3MzGwrDdNFeCL4kPzvERhm9Rt8S4C { position:relative; }
#Ok0zh0NfBAZ0OUD93hB9IUlP1AqtVaQT { position:relative;display:block; }
#p3GXVwGDLWHENTEVvRaREa7JJvlbZtJP { position:relative;display:block; }
#Mn47XmPefgO6EgXn9qZeS9x7SAaQZh11 { position:relative;display:block; }
#omeKTDFGyF7XwwWPwPoyo4vo65TEkp3Z { position:relative;display:block; }
#Za5fOWBLsPbOUInECXWTW5VGl0XzktWp { position:relative;display:block; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #cGbnW1GqEWmmDzI6QRPxiA4eurOw3OCA { position:relative; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #DQh9Dk2WFrFVhdD1f4x6zsXfzMRG8bk7 { position:relative; }
#NyQlVWTmsJNIUqOs8ATT6SUAXSTFTVnD { 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:7.5625rem;width:8.25rem;top:4.546875rem;left:19.41748046875rem;overflow:hidden;display:none; }
#Ppvyrv9ABbsk4LLILdRpaTMdyhydU3fR { position:absolute;display:block;z-index:15000;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:81.8125rem;width:62.5rem;display:none; }
#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 { position:relative;display:none; }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 { border-width: 0; border-radius: 0; }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 > .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; }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 > .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:18.75rem;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:none; }#xyUnUK4xAxW8de1hRrJQ9RNrZOitzIVG { box-sizing:content-box;height:4.4375rem;width:34.5625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:26.625rem;left:34.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }
#uDrLqNDbcbr52p7D7IKCf1Wd8le9uFqk { box-sizing:content-box;height:4.4375rem;width:34.375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:32.0625rem;left:34.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }
#O7Ri6AMPC8euZs20gmo3Z8J30bnS5G4h { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.4375rem;left:39.375rem;height:2.11230625rem;display:none; }
#H6DRBE4ghkwiwa9AiQ0vro4BdnT6mXlo { box-sizing:content-box;height:4.4375rem;width:34.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:15.4375rem;left:34.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }
#cDKQPlHfSlusT8646bLEu2a78qTzwt7T { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5625rem;left:39.1875rem;height:1.13720625rem;font-style:normal;display:none; }
#UpApVNbFEVODtebkvsylTzgtJ530vXWF { color:rgba(var(--color-primary-2),1);display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:0.625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:21.875rem;left:63.4375rem;height:0.8125rem;text-align:center;text-align-last:center;display:none; }
#zRnFP2PmmQITprTPTnhZnk4BH5hoBzbE { background-color:transparent;background-image: -webkit-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:38.9375rem;left:34.25rem;display:none; }
#JQLVeRxFy7PzmNgEKZfz3aunK9x4qk2H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cT1MwSiw4vnpgOHqLmXCDSGra0dNIt5V { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.125rem;left:39.375rem;height:1.13720625rem;font-style:normal;display:none; }
#O3Qk8bIuaQzVSpxfFJuyULcR2I9g4gzZ { box-sizing:content-box;height:1.0625rem;width:5.0625rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:62.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#ihucF4bQJstv84bw9g8CTvbaENlZo1WB { color:rgba(var(--color-primary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:16.3125rem;left:63.40625rem;height:0.8125rem;text-align:center;text-align-last:center;display:none; }
#PM6lTJ73dg79v64EPsmnrpFiwvWTzdv6 { color:#2f2f2f;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.6875rem;left:35rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#mtahe37DRDfDWO70m7uTnoClg4hvsCit { 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:2.375rem;width:2.375rem;top:16.625rem;left:35.4375rem;overflow:hidden;display:none; }
#APhF0AL1X2I6Oz0u6TK4muxI34U3mikd { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:22.4375rem;left:35.4375rem;overflow:hidden;display:none; }
#SrJVOVScIwANkMTghGW78aUJpRNBCLxa { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:27.9375rem;left:35.5625rem;overflow:hidden;display:none; }
#NJp2XlCFd6mo8geeG4OokE6zdqtTSfEq { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:33.375rem;left:35.5625rem;overflow:hidden;display:none; }
#AHFagkuG6U6TdmEJrQ5TOLqRmTTnO5QB { color:#1c1c1b;display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15029;line-height:.9;letter-spacing:0;top:7.0625rem;left:34.25rem;height:2.53125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#iIv1XgET94G74Tqmw02hrioVUSfllcOo { 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:1.5rem;width:9.5rem;top:5rem;left:34.25rem;overflow:hidden;display:none; }
#z25JRQcVnwaHSgz9AwV32FalHmhUzEJi { box-sizing:content-box;height:4.4375rem;width:34.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:15.4375rem;left:34.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }
#dMgneKs1I7tk9R7eRpTbtFkNkdSHT0QR { box-sizing:content-box;height:1.0625rem;width:5.0625rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:62.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#tJ9FCZ1wuKwKiSbdNenXyzyThOZvgSmp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:5.1875rem;top:11.8125rem;left:9.25rem;display:none; }
#e90k8TW8KFUmOaisLRpT8xu79AwfoRxP { box-sizing:content-box;height:4.4375rem;width:34.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:15.4375rem;left:34.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }
#kPydIEMFV9WgEwvniBhD0T8X7z4xy6cW { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5625rem;left:39.1875rem;height:1.13720625rem;font-style:normal;display:none; }
#mwSIfGZdqHVXJ8zP76oxkAHKvtfZesVV { color:rgba(var(--color-primary-2),1);display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:0.625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:21.875rem;left:63.4375rem;height:0.8125rem;text-align:center;text-align-last:center;display:none; }
#Ti0OSBzQl7ohpeovS7E8vFQbd2eJwe35 { box-sizing:content-box;height:1.0625rem;width:5.0625rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:62.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#PSTpQ3S22Q4AOPxugrqHSqwVJLPhUCzk { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.5rem;top:31.8125rem;left:3.875rem;display:none; }
#pnOR8Ri1PfUkINyee6WvvfeJBdAen690 { box-sizing:content-box;height:4.4375rem;width:34.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:15.4375rem;left:34.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:none; }
#x0k7TELgppnBKu3uTRokZyx9ZTUDJzze { box-sizing:content-box;height:1.0625rem;width:5.0625rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:62.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#FasQGODU0wEF1WpRTopHPbCy0OM8J9up { color:rgba(var(--color-primary-2),1);display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:0.625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:21.875rem;left:63.4375rem;height:0.8125rem;text-align:center;text-align-last:center;display:none; }
#T06ude20J3hQiqctwguTPbwzswyQPbM6 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5625rem;left:39.1875rem;height:1.13720625rem;font-style:normal;display:none; }
#lz8TAWniaZdVei6d8q9p4TrBX6fgcZh9 { color:rgba(var(--color-tertiary-4),1);display:block;width:15.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.75rem;top:37.875rem;left:3.875rem;display:none; }
#v3k14FANZmAksenENkMQxdbbAspTQHf6 { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:34.125rem;top:5.71875rem;left:-5.3325389948007rem;overflow:hidden;display:none; }
#p3pL7AdXpI1NWEBOxEoKgmMqbuWlZo1e { 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:7.5625rem;width:8.25rem;top:4.546875rem;left:19.41748046875rem;overflow:hidden;display:none; }
#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;background-image:url("https://images.assets-landingi.com/uc/5cb9bf65-0861-487f-b7db-b21e1727c4e5/Artboard28.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.adaptive-delivery-prevent-bg, #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.lazyload, #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.lazyloading { background-image: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { background-color: transparent; background-image: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container > .video-iframe-container { display: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container { display: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .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); }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { border-width: 0; border-radius: 0; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { font-size:0.875rem;font-family:arial;height:48.875rem;width:75rem;position:relative;display:block; }#eVki0HhkTzS8fNroAb0ZQ6AUDBQ5rUea { color:#ffffff;display:block;width:26rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15011;line-height:.9;letter-spacing:0;top:12.4375rem;left:1.75rem;height:7.59375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#efslXVT53a1QoP1FHcXhXqT7U63egn05 { position:absolute;display:block;z-index:14996;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:13.1875rem;width:14.3125rem;top:24.0625rem;left:25.78125rem;overflow:hidden;display:none; }
#UQSyTGTpK3mZAKbJJEck7f2i8AL0mbqC { position:absolute;display:block;z-index:14997;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:13.1875rem;width:14.3125rem;top:29.78125rem;left:17.25rem;overflow:hidden;display:none; }
#XslIqtDUH7yJZ3IyIg2hWtynCNTTdKo2 { position:absolute;display:block;z-index:15018;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:7.9375rem;width:11.9375rem;top:27.25rem;left:34.1875rem;overflow:hidden;display:none; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-form-header {  }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#2f2f2f;width:21.75rem;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;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.1; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.75rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.75rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:21.75rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .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; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-button { border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;background-color:transparent;background-image: -webkit-linear-gradient(262deg, #ff0000, #c30909);background-image: -moz-linear-gradient(262deg, #ff0000, #c30909);background-image: -ms-linear-gradient(262deg, #ff0000, #c30909);background-image: -o-linear-gradient(262deg, #ff0000, #c30909);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c30909' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff0000', endColorstr='#c30909' );";background-image: linear-gradient(262deg, #ff0000, #c30909);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:21.75rem;height:3.4375rem;font-family:"open sans";overflow:hidden; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 [class*="-text"]:-moz-placeholder { color:#2f2f2f;font-family:"open sans";font-size:0.875rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 [class*="-text"]::-moz-placeholder { color:#2f2f2f;font-family:"open sans";font-size:0.875rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 [class*="-text"]:-ms-input-placeholder { color:#2f2f2f;font-family:"open sans";font-size:0.875rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 [class*="-text"]::-webkit-input-placeholder { color:#2f2f2f;font-family:"open sans";font-size:0.875rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .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:"open sans";line-height:1.3;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:20.5625rem;overflow:hidden;font-style:normal; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .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; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .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:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-container:first-of-type{padding-top:0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-container:last-of-type{padding-bottom:0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:54.75rem;top:7.875rem;z-index:15045;position:absolute; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:21.75rem;display:block;vertical-align:top; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:2.125rem;line-height:3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 {display:block;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.75rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0.0625rem 0.125rem 0.625rem rgba(0,0,0,0.15) ;left:54.75rem;top:7.875rem;z-index:15045;position:absolute; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #yqCqnZwZiEExESr036NoVZRPHHLuRmzI { position:relative;display:block;z-index:15000; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #lQNPOGT61TNLpTWcGeLMUlvWvQ3lLTDs { position:relative;display:block;z-index:15000; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #OOaELl3WQIOpIg4l6aDdRBcRqxcteUrN { position:relative;display:block;z-index:15000; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #QUd9Ffop09r7tkHMoJWWrKcgm23bQatd { position:relative;display:block;z-index:15000; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #daVxUbJSX41HFG4fJUTfTov6JBBUpn1t { position:relative;display:block;z-index:15000; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #d3SuMkDvuCcQxI96nbQpeDOtiAsCepsR { position:relative;display:block;z-index:15000; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #glBgvF0dgCfDhTziy8h7G6n689fg2XVk { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #wZAsNB0CMMTDAwtsrHtX0zmcc4xSboyM { position:relative;display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #nuPGZAdtHovrgL8928oIov4oo0upXgl7 { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #hJgVDv3IRB548tOXTqkRdwiIwICL92Pt { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #tDKLqReqpeueWqUeEI2dT7Uk8oEi4XQD { position:relative;display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #JkMtpF2ZM3n8ECQDhr5y9xoq8lXTur41 { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #Gngl98R4xAmnTbzklmUTLQzWcVdD6Gx4 { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #CroA8RqWCvXGUH8Ar9UCxmD3rFDGPUOG { position:relative;display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #tVf122wvxbFv3sM9cnXwLcpgbkTcLmwL { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #bfiRh4pkudxHqDbphspnX8NFtLuLiQAI { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #AoZcB9VvmWOrTCG7MC0IEvQl4Vfota9S { position:relative;display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #uSBxByusBwP8213S3tCpK7EXHl6GUTKM { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #C8u2BTBn8LCzAB7ExynihVapAg8TgM15 { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #te0TLZS4wRWrOA79Sq3HZxkqmHl9HTWz { position:relative;display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #mE39wvOslaqro50pfHTLLWAngbSzUrKp { position:relative; }
#AmKJJwBwgGMWIrgGoVxaQ4FxPSZ8HUWT { position:relative;display:block; }
#O76dDvUkT3AyVdEtKWOkzcEVA8pygfMm { position:relative;display:block; }
#m7ExD2LbRrbi6miMNIIcb5uwTgX4DTDU { position:relative;display:block; }
#zqZVVfbF5y7f1Q8zT16Mt7sVnnoKpmxS { position:relative;display:block; }
#tBGWvWHr5iMtCC3nfaA7T1uZoELoe9iL { position:relative;display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #Ss47TUF2uU4R3xZFOPSulzno8MxSAZyi { position:relative; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #s7iHGq1BCFzbVpdrNnUzHIWn68NmVgp3 { position:relative; }
#BPL5HtropFkawiJdWZVtw2k8fDVPGmz3 { color:#ffffff;display:block;width:23.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.4375rem;font-weight:300;z-index:15012;line-height:1.2;letter-spacing:0;top:21.0625rem;left:1.75rem;height:5.173825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Uygw9g7H1KzgE53k2a0sgSgqvUD7qWqr { 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:1.5rem;width:9.5rem;top:9.9375rem;left:1.75rem;overflow:hidden;display:block; }
#iehervI7WTnORJTGMF2fuWNhvatkhxo2 { 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:1.875rem;width:4.5625rem;top:3.25rem;left:1.75rem;overflow:hidden;display:block; }
#A7WioTlT1nVNRSMeLfkJhnATlqupC7gk { color:rgba(var(--color-tertiary-4),1);display:block;width:21.875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:15046;line-height:1.1;letter-spacing:0;top:11.875rem;left:55.9375rem;height:2.19921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q0AwZaFd9HaBcAfwGVr3CrsSHcP7yr7a { color:rgba(var(--color-primary-2),1);display:block;width:13.3125rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:15047;line-height:1.1;letter-spacing:0;top:9.931640625rem;left:60.21875rem;height:1.51220625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BnbdzgOxo0q8RLNFz6pvo2vQLiCmZQdw { position:absolute;display:block;z-index:15042;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.5rem;width:12.6875rem;top:27.90625rem;left:1.75rem;overflow:hidden;display:block; }
#ikkUmTtyrQaBXbbQdrpGRLChTQO2FpFi { 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:3.5rem;width:12.75rem;top:27.96875rem;left:15.125rem;overflow:hidden;display:block; }
#mkA3QCAllTwUvFssT4tFBs4WGdSxrDcQ { position:absolute;display:block;z-index:14995;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:40.5rem;width:30.9375rem;top:6.25rem;left:23.75rem;overflow:hidden;display:block; }
#neROg1ry8eUqmGC4lQ7svDreznvFXTT3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/a9d441d1-7bf5-45d0-a7ac-4e8747892a2a/Artboard5_1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#neROg1ry8eUqmGC4lQ7svDreznvFXTT3.adaptive-delivery-prevent-bg, #neROg1ry8eUqmGC4lQ7svDreznvFXTT3.lazyload, #neROg1ry8eUqmGC4lQ7svDreznvFXTT3.lazyloading { background-image: none; }#neROg1ry8eUqmGC4lQ7svDreznvFXTT3 > .row .container { background-color: transparent; background-image: none; }#neROg1ry8eUqmGC4lQ7svDreznvFXTT3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neROg1ry8eUqmGC4lQ7svDreznvFXTT3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neROg1ry8eUqmGC4lQ7svDreznvFXTT3 > .row .container > .video-iframe-container { display: none; }#neROg1ry8eUqmGC4lQ7svDreznvFXTT3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#neROg1ry8eUqmGC4lQ7svDreznvFXTT3 > .row > .video-iframe-container { display: none; }#neROg1ry8eUqmGC4lQ7svDreznvFXTT3 > .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); }#neROg1ry8eUqmGC4lQ7svDreznvFXTT3 > .row .container { border-width: 0; border-radius: 0; }#neROg1ry8eUqmGC4lQ7svDreznvFXTT3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#neROg1ry8eUqmGC4lQ7svDreznvFXTT3 > .row .container { font-size:0.875rem;font-family:arial;height:46.3125rem;width:75rem;position:relative;display:block; }#UZm4kqPNo2JH4ZpFE3An7ecyHHQIt69W { color:#1c1c1b;display:block;width:37.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15029;line-height:.9;letter-spacing:0;top:7.0625rem;left:34.25rem;height:2.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#c0wgrwI6BewqK0mHuxKOMZbTGRBZ4aR6 { color:#2f2f2f;display:block;width:33.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:10.6875rem;left:35rem;height:2.9248rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Rh0oyl8OUTXHsPBAcSmyDENpmVkbR0TB { position:absolute;display:block;z-index:15008;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36rem;width:34.125rem;top:5.71875rem;left:-5.3325389948007rem;overflow:hidden;display:block; }
#RIxRLEGVJn3BytyX5TW0COwMevUyhaif { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15021;line-height:1.3;letter-spacing:0;top:28.5625rem;left:39.5625rem;height:2.11230625rem;display:block; }
#HWaREWpUVZ6GWRhCto9CQZE2JMThtVbH { box-sizing:content-box;height:4.4375rem;width:34.5625rem;position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:26.625rem;left:34.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#g4JRzTSUJx1WZRUTl4vtAaXUGuO4rt7G { box-sizing:content-box;height:4.4375rem;width:34.75rem;position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:21.125rem;left:34.25rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#W4S3Mwm7PS3EcQ0JGStKZ1cSc7uTTBdJ { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:22.75rem;left:39.1875rem;height:2.11230625rem;display:block; }
#mNMwei1zeC4NEaN5VUHdf0qcy542pLHq { color:rgba(var(--color-tertiary-4),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:17.4375rem;left:39.375rem;height:2.11230625rem;display:block; }
#n9XBL0dwQesOddS5mpMnDeZobEmeOKod { 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:2.375rem;width:2.375rem;top:16.625rem;left:35.4375rem;overflow:hidden;display:block; }
#ypI3HCVcciWtuqAtMFx5iWbE8Tsz1tSz { position:absolute;display:block;z-index:15030;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:22.4375rem;left:35.4375rem;overflow:hidden;display:block; }
#HaUFNT73MeUuyXQDQneWx5zbulTXBKdF { position:absolute;display:block;z-index:15033;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:27.9375rem;left:35.5625rem;overflow:hidden;display:block; }
#uEBKyg9Q9QVzhTOCTHB316em3INRfEh9 { box-sizing:content-box;height:4.4375rem;width:34.375rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:32.0625rem;left:34.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#zToxO2KOMbWp7cc7CDVBvNfLXgHmvtXk { color:rgba(var(--color-tertiary-4),1);display:block;width:26.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:34.625rem;left:39.5625rem;height:1.05625rem;display:block; }
#fabonNNu4mrNE84OchV4fU7mMvR6EBLP { position:absolute;display:block;z-index:15036;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:2.375rem;top:33.375rem;left:35.5625rem;overflow:hidden;display:block; }
#LTekTxv62yZqQmS2ABFrOP2M4rkB2viF { box-sizing:content-box;height:4.4375rem;width:34.75rem;position:absolute;display:block;z-index:15010;background-color:rgba(var(--color-secondary-0),1);background-image:none;box-shadow: none;border-top:0.125rem solid rgba(112,112,112,0.16);border-left:0.125rem solid rgba(112,112,112,0.16);border-right:0.125rem solid rgba(112,112,112,0.16);border-bottom:0.125rem solid rgba(112,112,112,0.16);top:15.4375rem;left:34.375rem;border-top-left-radius:0.875rem;border-top-right-radius:0.875rem;border-bottom-left-radius:0.875rem;border-bottom-right-radius:0.875rem;display:block; }
#mE5HRcpsMxEpG8THPP2zOUcqNxhWX7Kz { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:16.125rem;left:39.375rem;height:1.1375rem;font-style:normal;display:block; }
#gHFEQmwWXHiqMHEg2ZkwU64FCpTdWywu { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:21.5625rem;left:39.1875rem;height:1.1375rem;font-style:normal;display:block; }
#mCuheWPb48ObA46KxOZ8Sfem83ZHGaI2 { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:27.3125rem;left:39.5625rem;height:1.1375rem;font-style:normal;display:block; }
#BX3GvdR7gNVAfXtQ2C7ThvG4Tnvxoowt { color:rgba(var(--color-tertiary-4),1);display:block;width:16.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:33.4375rem;left:39.5625rem;height:1.1375rem;font-style:normal;display:block; }
#AyJm7IavGKdVGaHtJq1QmkQlAeHBF2Dv { 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:7.5625rem;width:8.25rem;top:4.546875rem;left:19.41748046875rem;overflow:hidden;display:block; }
#J9XiKBidGsIe1xBMO4lZuJuV5GWeM7VO { box-sizing:content-box;height:1.0625rem;width:5.0625rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:16.1875rem;left:62.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#DkTLG9rAhT9uBAT0hUThmOcmvniduG7p { color:rgba(var(--color-primary-2),1);display:block;width:4.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15039;line-height:1.3;letter-spacing:0;top:16.3125rem;left:63.40625rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#S4bT8m73IrNpoxlu6a00qUwBGesOplee { box-sizing:content-box;height:1.0625rem;width:5.0625rem;position:absolute;display:block;z-index:15040;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:21.75rem;left:62.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#A5iC2LO8FXCmfXpELQweNtFtGe2vqciV { color:rgba(var(--color-primary-2),1);display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:0.625rem;font-weight:normal;z-index:15041;line-height:1.3;letter-spacing:0;top:21.875rem;left:63.4375rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#W2TDPI7ge9pWmfXSm6IK9b313nTL72tV { box-sizing:content-box;height:1.0625rem;width:5.0625rem;position:absolute;display:block;z-index:15042;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:27.1875rem;left:62.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#UsNmnkNxQG2uQOE9m1DZum9T917iHicr { color:rgba(var(--color-primary-2),1);display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:0.625rem;font-weight:normal;z-index:15043;line-height:1.3;letter-spacing:0;top:27.3125rem;left:63.4375rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#zrDXL3B2mvAKhXrKNtBBcrT7MghUR9Qe { box-sizing:content-box;height:1.0625rem;width:5.0625rem;position:absolute;display:block;z-index:15044;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:32.6875rem;left:62.9375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#KzUT7ViIP4C29ALPVt8SW4LPgcKuO8kN { color:rgba(var(--color-primary-2),1);display:block;width:4.25rem;position:absolute;font-family:roboto;font-size:0.625rem;font-weight:normal;z-index:15045;line-height:1.3;letter-spacing:0;top:32.8125rem;left:63.4375rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#luiyMq0ullNSRdtng6cmW5Dwlpla5LJk { 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:1.5rem;width:9.5rem;top:5rem;left:34.25rem;overflow:hidden;display:block; }
#ePHThDRnFkMU8CcTQmky4BUH0Veuq7T8 { background-color:transparent;background-image: -webkit-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15046;text-align:center;text-align-last:center;top:38.9375rem;left:34.25rem;display:block; }
#KWtNEkVNFJi0Xy7Sy6VUsx8mwsOcJt60 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e6eaed;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; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container { background-color: transparent; background-image: none; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container > .video-iframe-container { display: none; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row > .video-iframe-container { display: none; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .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); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container { border-width: 0; border-radius: 0; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container { font-size:0.875rem;font-family:arial;height:40.125rem;width:75rem;position:relative;display:block; }#gLOuVWBTvxFwQSsznfxwyELqEq0EcxFO { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:19.25rem;left:47.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#WDrWmRlBKO9RQvT4TfIfMmFB9SKAo5Kz { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;height:18.9375rem;width:13.75rem;top:12.25rem;left:46.9375rem;display:block; }
#sTGsVHCGZvPpo1xeUoLZF3i3xqhWt7mg { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.875rem;left:14.75rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TvKZmtUosPIBhWkxUacseznBARJoyEkp { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;height:18.875rem;width:13.75rem;top:12.25rem;left:14.375rem;display:block; }
#BTruqq96s2maxUZTPhe3iezQgSoFuDCb { color:#000000;display:block;width:13.125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.8125rem;left:30.9375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#r72RCvLIL7kU3mKd8qJZKS5IFMAwEIXX { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;height:19rem;width:13.75rem;top:12.1875rem;left:30.6875rem;display:block; }
#FfG9WCzV0lIsQ2bxfHU1qoVng3bhiUDW { color:#333333;display:block;width:12rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:21.787109375rem;left:31.5rem;height:5.5996125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lJVNRS1SVExLABNmO3qyMS5JCLFZSiFf { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.6;letter-spacing:0;top:21.787109375rem;left:47.5625rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#M7PJPAlWIDU5opq5stmCnVui8pFtsaKS { color:#333333;display:block;width:11.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:21.787109375rem;left:15.40625rem;height:4.19970625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WCrINpBTKSEguPBecuUCEZJ12e7C995I { display:block;width:49.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15002;line-height:1;letter-spacing:0;top:4.625rem;left:12.625rem;height:5rem;text-align:center;text-align-last:center;font-style:normal;color:#000000;display:block; }
#zhxLABnnLTNMRTcKZsQbtmWIKGZoQJ8Q { 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:4.5625rem;width:4.5rem;top:14.21875rem;left:19.017857142857rem;overflow:hidden;display:block; }
#K7dbwEvdt29cxX4fXxTXgnebc11PbQh6 { 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:4rem;width:3.9375rem;top:14.1875rem;left:35.53125rem;overflow:hidden;display:block; }
#A8ymRxQNlTB7EN1mox6RbOvwvTICdH7k { position:absolute;display:block;z-index:15016;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:4rem;width:3.875rem;top:14.1875rem;left:51.90625rem;overflow:hidden;display:block; }
#sWEkCl6ImOC6kf2rHLK0ygoTSsLyzziN { box-sizing:content-box;height:4rem;width:25.5rem;position:absolute;display:block;z-index:15039;background-color:#e6eaed;background-image:none;box-shadow: none;border-top:0;border-left:0;border-right:0;border-bottom:0;top:37rem;left:24.705078125rem;border-top-left-radius:2.375rem;border-top-right-radius:2.375rem;border-bottom-left-radius:2.375rem;border-bottom-right-radius:2.375rem;display:block; }
#GRMiBIPC5PoWRqoXvQnwFsJwTLTa8I9l { box-sizing:content-box;height:1.0625rem;width:10rem;position:absolute;display:block;z-index:15041;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:2.625rem;left:32.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#eLeBMdT3DdzFsTufFxJW59DorrxefxOW { color:rgba(var(--color-primary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15042;line-height:1.3;letter-spacing:0;top:2.875rem;left:31.6875rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#XpLRSlTv4dly8pumL9uk2VpEXERGdUsT { background-color:transparent;background-image: -webkit-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:33.9375rem;left:28.125rem;display:block; }
#dbhGG5CBBZp1hD7w58FQ5475kpwqg3oU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#loBVbZSdhIvNESDCywGWWpnPJuoroZor { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f1f1;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; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { background-color: transparent; background-image: none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container > .video-iframe-container { display: none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container { display: none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .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); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { border-width: 0; border-radius: 0; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { font-size:0.875rem;font-family:arial;height:42.1875rem;width:75rem;position:relative;display:block; }#CqZx0C62u1wz02l31pvczCS3i6SrqX6N { color:#454545;display:block;width:12.5rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:24.125rem;left:5.4375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cdU8BWrdhkfa93gr0zuKSdwnlU8c1eWv { color:#979597;display:block;width:14.3125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:26.125rem;left:4.5625rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GW7W0009hOMkruPDup4VuaoIuTPxE45q { color:#454545;display:block;width:11rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:24.125rem;left:55.375rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VhydWnr7J74BTpKPfNX0nWLXnqVb7RnE { color:#979597;display:block;width:15.5rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:25.5rem;left:53.125rem;height:4.142575rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GStVOXn9NLbO5sBQuyhrA3Pw7TODHwaK { color:#979597;display:block;width:14.8125rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:12.6875rem;left:53.5rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#i0TTAGbUsNcAvzWAlGTIhNJnU57R220y { color:#454545;display:block;width:15.6875rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:11.3125rem;left:53.0625rem;height:1.38125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DreeS3XmG5cpTPOePpWk9saCn6NdbIsq { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:21.25rem;left:59.75rem; }
#hBuaCl60rh0nA3ZFi2Ig9laoCI3EAuTf { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:1.75rem;width:1.75rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;top:21.4375rem;left:10.8125rem; }
#fiIzCDiLB3QVlOts5DJK707LKdmBzK4D { box-sizing:content-box;color:#5d92ff;font-size:1.625rem;font-weight:400;line-height:1;height:1.8125rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;top:9.0625rem;left:59.8125rem; }
#w8vo6u8e6KkGDULAV7NbOqReTm3cmcBu { position:absolute;display:block;z-index:14997;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:36.8125rem;width:27.9375rem;top:3.9375rem;left:20.8125rem;overflow:hidden;display:block; }
#nZ81Uty8FZHWK4w9fWmkHi6eBoEbzKpK { box-sizing:content-box;color:#5d92ff;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;top:8.875rem;left:10.625rem; }
#XalOBLong3CQz7F7WKlDTrkfQBb59Iq9 { color:#454545;display:block;width:11.125rem;position:absolute;font-family:raleway;font-size:1.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.3125rem;left:6.125rem;height:1.38125rem;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; }
#FFC0CX9rQIksZlpbpTy8G7lT9WpufCdU { color:#979597;display:block;width:16.9375rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:12.6875rem;left:3.25rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hUggCfrXHgMWHtoApA8b2Lna25ZTyizs { position:absolute;display:block;z-index:14998;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:50.375rem;width:38.0625rem;top:2.392578125rem;left:23.322401774398rem;overflow:hidden;display:none; }
#NuUcvcuMzx1rWfuNU7RzPTSw06rm1iXg { position:absolute;display:block;z-index:15030;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:10.75rem;width:11.75rem;top:12.5rem;left:26.8125rem;overflow:hidden;display:block; }
#xBCrxdfd8mDGyRvyL0UG4qP4JxgoypOT { box-sizing:content-box;height:9.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00303', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00303', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:-0.0625rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:none; }
#ydCDxM8TXGk07LeLXulcW0D2oCwnxrE2 { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:5.125rem;left:3.625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#zxaNBshLidQ0vkdy78yWgUKMPnhs0IUT { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:5.125rem;left:3.625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#HdTMCRCRKHieK7zEnTMsWFi4DFpmm5sh { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:5.15625rem;left:52rem;display:none; }
#WJFGvzRbFKSFMxC0afNl1UTTt11ml9s4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT { position:relative;display:none; }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT { border-width: 0; border-radius: 0; }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT > .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; }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT > .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:18.75rem;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:none; }#oClnHJ7CfrKsvVhgxpHzaaG9MZcN4oHV { color:#ffffff;display:block;width:34.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.8125rem;font-weight:700;z-index:15017;line-height:.9;letter-spacing:0;top:-6.4375rem;left:16.712890625rem;height:5.0625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#d837uhZfnnkBrJ0zOPRTwWe3fEk3MAEk { box-sizing:content-box;height:1.0625rem;width:10rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:4.6875rem;left:27.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:none; }
#ntP0ba3endLy9x5BTctrOQX2a0T5gpZF { color:rgba(var(--color-primary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:4.9375rem;left:26.75rem;height:0.8125rem;text-align:center;text-align-last:center;display:none; }
#T7X3lN7BcCnUDaaeNIgbDDsGTSiKseAe { color:#f1f1f1;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:16.8125rem;left:27.75rem;height:2.53125rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#T3akfnVmmoeSJ38A1Tc1HdNAkAmXlm5r { color:#f1f1f1;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:27.125rem;left:27.75rem;height:3.3rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#drMCESeIFFgirdGXa0nL3BB8hmFz1BpO { background-color:transparent;background-image: -webkit-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15047;text-align:center;text-align-last:center;top:33.9375rem;left:28.125rem;display:none; }
#AFOxPaqLBCI8hKEXsFoiHrm9Eo8gTu9e { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 { position:relative;display:block; }#bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 { background-color: transparent; background-image: none; }#bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 > .row .container > .video-iframe-container { display: none; }#bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 > .row > .video-iframe-container { display: none; }#bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 > .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); }#bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 { border-width: 0; border-radius: 0; }#bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-1),1);background-image:none;font-size:0.875rem;font-family:arial;height:14.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#edm9kw3z2pMFi1dv1TOd7w1tlzSTS0nu { box-sizing:content-box;height:9.75rem;width:75rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00303', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#d00303', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(121deg, #d00303, rgba(var(--color-primary-2),1));background-size:auto !important;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:2.0625rem;left:-0.0625rem;border-top-left-radius:1.75rem;border-top-right-radius:1.75rem;border-bottom-left-radius:1.75rem;border-bottom-right-radius:1.75rem;display:block; }
#dTLlgVWrTPw96xHu0UA2we6qV1BRQdFo { color:#ffffff;display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15030;line-height:.9;letter-spacing:0;top:5.125rem;left:3.625rem;height:2.25rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zrLrhHXnlPAac5aAvPq4FTJvpi6z9BOG { color:#ffffff;display:block;width:45.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:300;z-index:15031;line-height:.9;letter-spacing:0;top:8.3125rem;left:5rem;height:1.125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zNk0KMaOl3mTdoASPIRl9dZAMgDN1Ale { background-color:rgba(var(--color-secondary-0),1);background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:5.15625rem;left:52rem;display:block; }
#gFlvRdKdFmvhohH1tuogCbWTUX10Kq7K { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/16447af9-e32c-4a6c-9900-23b1d4ad52f2/mulhertalho03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.adaptive-delivery-prevent-bg, #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.lazyload, #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.lazyloading { background-image: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { background-color: transparent; background-image: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container > .video-iframe-container { display: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row > .video-iframe-container { display: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .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); }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { border-width: 0; border-radius: 0; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { width:75rem;height:40.0625rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#lVVSZ8WPWbc4LrWJ1B1llcLMkqEIxp1o { color:#f1f1f1;display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:16.8125rem;left:27.75rem;height:2.53125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S1IHtTNudk8o6urlexLf8J0urUXI96T5 { color:#f1f1f1;display:block;width:42.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15006;line-height:1;letter-spacing:0;top:6.375rem;left:27.75rem;height:9.75rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#BR8Vo9Lb4VZ3BOUJcI3h2rCpNmS63FZT { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.375rem;width:75rem;display:none; }
#hatOeTMI7gbgCg6dKNIa6xrCnwocQTgV { position:absolute;display:block;z-index:15045;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:4.5rem;width:16.0625rem;top:20.8125rem;left:45.375rem;overflow:hidden;display:block; }
#pG6Q5w3Bb0ZCHQ4vyNbLddJGZaUczT7W { position:absolute;display:block;z-index:15044;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: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.2) ;height:4.4375rem;width:15.75rem;top:20.875rem;left:27.75rem;overflow:hidden;display:block; }
#yX6Q4Nnei82UBmPQZfiLqydliZP9feAx { position:absolute;display:block;z-index:15031;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:7.5rem;width:8.1875rem;top:5.375rem;left:-2.6132675152231rem;overflow:hidden;display:block; }
#JcF2457MF6lElTGhfUHfEEJaL6chfxKR { color:#f1f1f1;display:block;width:31.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:300;z-index:15007;line-height:1.1;letter-spacing:0;top:27.125rem;left:27.75rem;height:3.298825rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Id9lV7Fiw1GcpLNsLyc6W0OB3PPxpQix { box-sizing:content-box;height:1.0625rem;width:10rem;position:absolute;display:block;z-index:15043;background-color:rgba(var(--color-primary-2),0.23);background-image:none;box-shadow: none;border-top:0.0625rem solid rgba(var(--color-primary-2),1);border-left:0.0625rem solid rgba(var(--color-primary-2),1);border-right:0.0625rem solid rgba(var(--color-primary-2),1);border-bottom:0.0625rem solid rgba(var(--color-primary-2),1);top:4.6875rem;left:27.5rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#c15loek7v04aBSKOqAarT49FRoMVNt0l { color:rgba(var(--color-primary-2),1);display:block;width:11.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.625rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:4.9375rem;left:26.75rem;height:0.8125rem;text-align:center;text-align-last:center;display:block; }
#dXfAcWTZbSAf3Zusa1p11nGo7WicQXhu { background-color:transparent;background-image: -webkit-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-3),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(255deg, rgba(var(--color-primary-3),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-secondary-0),1);border-left:0.0625rem solid rgba(var(--color-secondary-0),1);border-right:0.0625rem solid rgba(var(--color-secondary-0),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(var(--color-primary-4),0.2) ;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:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.6875rem;height:3.75rem;text-decoration:none;z-index:15048;text-align:center;text-align-last:center;top:32.3125rem;left:27.75rem;display:block; }
#iZNUFD8WTIhVLzRPcZq2qcVSalyQkhV1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wxXMwwLbbZeS7ruTmaOcusdxe5fUFVCx { position:relative;display:none; }#wxXMwwLbbZeS7ruTmaOcusdxe5fUFVCx { border-width: 0; border-radius: 0; }#wxXMwwLbbZeS7ruTmaOcusdxe5fUFVCx > .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; }#wxXMwwLbbZeS7ruTmaOcusdxe5fUFVCx > .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:62.1875rem;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:none; }#P48hKASxEDiicRGyMB3tdyIS4OIrEuBO { position:absolute;display:block;z-index:15000;height:21.75rem;width:38.75rem;top:6.3125rem;left:5.25rem;display:block; }
#WJBmdDLxyfeODt4OMZHQErsG3g2bs5oA { color:rgba(var(--color-tertiary-4),1);display:block;width:20rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.75rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:4.89990234375rem;left:6.4375rem;height:0.9746125rem;font-style:normal;display:block; }
#qb3PDV8qNrNgbpm5udA914vsKoFkeTv3 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:16.28125rem;left:50.1875rem;height:1.29980625rem;display:block; }
#STQZVg2OgLQ4dVrlh0iTB9Fu4ZiGIl60 { position:absolute;display:block;z-index:15004;height:21.75rem;width:38.75rem;top:31.25rem;left:5.25rem;display:block; }
#ZVHhgGuKxX1faDXEo98pUTnaU74C7Lb2 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:39.125rem;left:6.4375rem;height:1.29980625rem;display:block; }
#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { border-width: 0; border-radius: 0; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { font-size:0.875rem;font-family:arial;height:19.875rem;width:75rem;position:relative;display:block; }#anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16.625rem;left:25.9375rem;height:1.3999rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#koodwxDDtBOk5IVcbPFDq8KmedbQxaZo { color:rgba(var(--color-tertiary-0),1);display:block;width:49.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15013;line-height:1.6;letter-spacing:0;top:12.06201171875rem;left:12.9375rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#MefikNSs2uM4RRtlmlHEboD6iwpra1rO { color:rgba(var(--color-tertiary-0),1);display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.6;letter-spacing:0;top:10.46240234375rem;left:25.96875rem;height:1.5996125rem;text-align:center;text-align-last:center;display:block; }
#wHQRqBTwvwOgGHBokUmf7UBrvBP1yXqz { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:10.5625rem;top:4.4375rem;left:32.21875rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP { display:block; }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgVR2MgJtztJpIZ4ShbI38WWzyTcC1Wg { top:10.6875rem;left:26.9375rem;width:20.8125rem;height:1.5rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SHCPnzH0BtirtLHtsbtTyefhrKgGokfy { top:12.625rem;left:26.9375rem;width:20.8125rem;height:2.1875rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #fNudsWA01lWFV1233MsGslPdbc5s0n3T { top:9.25rem;left:0rem;width:15.25rem;height:1.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRuv2Ev9WCeknvJpAHbJGz36DxpipTO6 { top:-5.8125rem;left:3.712890625rem;width:34.75rem;height:5.0625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MP4Tn5T3h0DgXpg4uctTmBbV43CFPDfW { top:-8.3125rem;left:3.712890625rem;width:9.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRItscFDv9WuiKD1MHK3JoybnaoeKqH3 { top:-17.8125rem;left:3.712890625rem;width:7.3125rem;height:3.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCapXxI2ZvTCpyNyaGn25Ogviqx1NZ9G { width:47.75rem;height:7.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-regular-label { display:block;width:22.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-text { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-text {padding-top: 0; padding-bottom: 0;}#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-textarea { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-select { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-select {padding-top: 0; padding-bottom: 0;}#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-button { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-checkbox-label { width:20.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX  { width:22.0625rem;height:auto;top:8.875rem;left:23.1875rem; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .radio-container { width:22.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX {display:block;}#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX { width:22.0625rem;height:auto;top:8.875rem;left:23.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #kS3QxMpGrScTt5plwx3RWZTBfsiHvVV0 {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #aXn5pkvewZ3raZ48KGPXt3T7SlFW8DFM {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #iUukSf7s2pik5HyDSAsfRT3DvviqNwPO {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #o7K4ImTQroZBNmww4kHLRx9QWfm9L7n0 {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #NydtPXiqCrlnFQCqEqp4H4b2bPs4nQnI {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #mDWQEwMGWftJ0doE9ZHSy4nQh4D7TEqn {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #FyToCAa75SXQWtWB4aE8g0ffpHbcS5pM {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #Tkd2hHKtpLnzPRTZhlwo1781oW5f68Ay { display:block; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #ZmMCz9wsETPF6GHInPd37HLkPhuAHrpx {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #h4dSIPpqqQVmr1eT0TbJtJ9bErwP6lhZ {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #E4R899303DRsLvBz5wws5mI3Pwcgrwgx { display:block; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #AA3ieOFTkB2BpdnZcOrZoEPeGwQ16ywx {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #qv2JeLPCKtGCmPsGifqqhM9JBPRDgsXr {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #F5f5m7d1AB7vJMo2v6VcswJf0WFTeeNg { display:block; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #czg3OS4G7WsidvIn8DiBTFlecrtqRBTy {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #QbWOzmGtX4rPCF2eBRkpTkeXzcE6On3L {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #I98G6hBEquQLBkZAQJ4ANZSThRCTum79 { display:block; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #azG8IKWP7sJ4fLfSumvC7aEXRzTJhEfo {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #pvzn0GVKK1OZ0q5UGtKPzDgaAS0PsHkG {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #SM9rBOTEzhWnUWrGSrSmcR9igyzpekmw { display:block; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #buH3MzGwrDdNFeCL4kPzvERhm9Rt8S4C {  }
 }@media only screen and (max-width: 763px) { #Ok0zh0NfBAZ0OUD93hB9IUlP1AqtVaQT { display:block; }
 }@media only screen and (max-width: 763px) { #p3GXVwGDLWHENTEVvRaREa7JJvlbZtJP { display:block; }
 }@media only screen and (max-width: 763px) { #Mn47XmPefgO6EgXn9qZeS9x7SAaQZh11 { display:block; }
 }@media only screen and (max-width: 763px) { #omeKTDFGyF7XwwWPwPoyo4vo65TEkp3Z { display:block; }
 }@media only screen and (max-width: 763px) { #Za5fOWBLsPbOUInECXWTW5VGl0XzktWp { display:block; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #cGbnW1GqEWmmDzI6QRPxiA4eurOw3OCA {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #DQh9Dk2WFrFVhdD1f4x6zsXfzMRG8bk7 {  }
 }@media only screen and (max-width: 763px) { #NyQlVWTmsJNIUqOs8ATT6SUAXSTFTVnD { top:4.5rem;left:5.79248046875rem;width:8.25rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ppvyrv9ABbsk4LLILdRpaTMdyhydU3fR { width:47.6875rem;height:62.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 { display:none; }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #xyUnUK4xAxW8de1hRrJQ9RNrZOitzIVG { top:26.625rem;left:12.9375rem;width:34.5625rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #uDrLqNDbcbr52p7D7IKCf1Wd8le9uFqk { top:32.0625rem;left:13.125rem;width:34.375rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #O7Ri6AMPC8euZs20gmo3Z8J30bnS5G4h { top:17.4375rem;left:21.4375rem;width:26.3125rem;height:2.0625rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #H6DRBE4ghkwiwa9AiQ0vro4BdnT6mXlo { top:15.4375rem;left:12.75rem;width:34.75rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #cDKQPlHfSlusT8646bLEu2a78qTzwt7T { top:21.5625rem;left:25.5625rem;width:16.125rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #UpApVNbFEVODtebkvsylTzgtJ530vXWF { top:21.875rem;left:43.5rem;width:4.25rem;height:0.8125rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #zRnFP2PmmQITprTPTnhZnk4BH5hoBzbE { width:19.6875rem;height:3.75rem;top:38.9375rem;left:20.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #JQLVeRxFy7PzmNgEKZfz3aunK9x4qk2H { display:block; }
 }@media only screen and (max-width: 763px) { #cT1MwSiw4vnpgOHqLmXCDSGra0dNIt5V { top:16.125rem;left:25.75rem;width:16.125rem;height:1.125rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #O3Qk8bIuaQzVSpxfFJuyULcR2I9g4gzZ { top:16.1875rem;left:42.6875rem;width:5.0625rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihucF4bQJstv84bw9g8CTvbaENlZo1WB { top:16.3125rem;left:43.5rem;width:4.25rem;height:0.8125rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #PM6lTJ73dg79v64EPsmnrpFiwvWTzdv6 { top:6.5rem;left:0rem;width:17.3125rem;height:2.25rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #mtahe37DRDfDWO70m7uTnoClg4hvsCit { top:16.625rem;left:21.8125rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #APhF0AL1X2I6Oz0u6TK4muxI34U3mikd { top:22.4375rem;left:21.8125rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #SrJVOVScIwANkMTghGW78aUJpRNBCLxa { top:27.9375rem;left:21.9375rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #NJp2XlCFd6mo8geeG4OokE6zdqtTSfEq { top:33.375rem;left:21.9375rem;width:2.375rem;height:2.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AHFagkuG6U6TdmEJrQ5TOLqRmTTnO5QB { top:7.0625rem;left:10.5rem;width:37.25rem;height:2.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #iIv1XgET94G74Tqmw02hrioVUSfllcOo { top:5rem;left:20.625rem;width:9.5rem;height:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #z25JRQcVnwaHSgz9AwV32FalHmhUzEJi { top:15.4375rem;left:12.75rem;width:34.75rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #dMgneKs1I7tk9R7eRpTbtFkNkdSHT0QR { top:16.1875rem;left:42.6875rem;width:5.0625rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tJ9FCZ1wuKwKiSbdNenXyzyThOZvgSmp { top:11.8125rem;left:0rem;width:12.5rem;height:5.1875rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #e90k8TW8KFUmOaisLRpT8xu79AwfoRxP { top:15.4375rem;left:12.75rem;width:34.75rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #kPydIEMFV9WgEwvniBhD0T8X7z4xy6cW { top:30.3125rem;left:0rem;width:16.125rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #mwSIfGZdqHVXJ8zP76oxkAHKvtfZesVV { top:30.3125rem;left:1.0500011444092rem;width:4.25rem;height:0.625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #Ti0OSBzQl7ohpeovS7E8vFQbd2eJwe35 { top:16.1875rem;left:42.6875rem;width:5.0625rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #PSTpQ3S22Q4AOPxugrqHSqwVJLPhUCzk { top:31.8125rem;left:0rem;width:15.0625rem;height:1.5rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pnOR8Ri1PfUkINyee6WvvfeJBdAen690 { top:15.4375rem;left:12.75rem;width:34.75rem;height:4.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #x0k7TELgppnBKu3uTRokZyx9ZTUDJzze { top:16.1875rem;left:42.6875rem;width:5.0625rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FasQGODU0wEF1WpRTopHPbCy0OM8J9up { top:36.4375rem;left:1.125rem;width:4.25rem;height:0.625rem;font-size:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #T06ude20J3hQiqctwguTPbwzswyQPbM6 { top:36.25rem;left:0rem;width:9rem;height:1rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lz8TAWniaZdVei6d8q9p4TrBX6fgcZh9 { top:37.875rem;left:0rem;width:15.0625rem;height:0.75rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #v3k14FANZmAksenENkMQxdbbAspTQHf6 { top:5.6875rem;left:0rem;width:34.125rem;height:36rem;display:none; }
 }@media only screen and (max-width: 763px) { #p3pL7AdXpI1NWEBOxEoKgmMqbuWlZo1e { top:4.5rem;left:5.79248046875rem;width:8.25rem;height:7.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns { display:block; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eVki0HhkTzS8fNroAb0ZQ6AUDBQ5rUea { top:12.4375rem;left:0rem;width:26rem;height:7.5625rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #efslXVT53a1QoP1FHcXhXqT7U63egn05 { width:14.3125rem;height:13.1875rem;top:24.0625rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UQSyTGTpK3mZAKbJJEck7f2i8AL0mbqC { width:14.3125rem;height:13.1875rem;top:29.75rem;left:3.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #XslIqtDUH7yJZ3IyIg2hWtynCNTTdKo2 { top:27.25rem;left:20.5625rem;width:11.9375rem;height:7.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-regular-label { display:block;width:21.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-text { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-text {padding-top: 0; padding-bottom: 0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-textarea { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-select { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-select {padding-top: 0; padding-bottom: 0;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-input-button { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-checkbox-label { width:20.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7  { width:21.75rem;height:auto;top:7.875rem;left:20.875rem; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .radio-container { width:21.75rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 {display:block;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 { width:21.75rem;height:auto;top:7.875rem;left:20.875rem; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #yqCqnZwZiEExESr036NoVZRPHHLuRmzI {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #lQNPOGT61TNLpTWcGeLMUlvWvQ3lLTDs {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #OOaELl3WQIOpIg4l6aDdRBcRqxcteUrN {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #QUd9Ffop09r7tkHMoJWWrKcgm23bQatd {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #daVxUbJSX41HFG4fJUTfTov6JBBUpn1t {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #d3SuMkDvuCcQxI96nbQpeDOtiAsCepsR {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #glBgvF0dgCfDhTziy8h7G6n689fg2XVk {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #wZAsNB0CMMTDAwtsrHtX0zmcc4xSboyM { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #nuPGZAdtHovrgL8928oIov4oo0upXgl7 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #hJgVDv3IRB548tOXTqkRdwiIwICL92Pt {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #tDKLqReqpeueWqUeEI2dT7Uk8oEi4XQD { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #JkMtpF2ZM3n8ECQDhr5y9xoq8lXTur41 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #Gngl98R4xAmnTbzklmUTLQzWcVdD6Gx4 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #CroA8RqWCvXGUH8Ar9UCxmD3rFDGPUOG { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #tVf122wvxbFv3sM9cnXwLcpgbkTcLmwL {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #bfiRh4pkudxHqDbphspnX8NFtLuLiQAI {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #AoZcB9VvmWOrTCG7MC0IEvQl4Vfota9S { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #uSBxByusBwP8213S3tCpK7EXHl6GUTKM {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #C8u2BTBn8LCzAB7ExynihVapAg8TgM15 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #te0TLZS4wRWrOA79Sq3HZxkqmHl9HTWz { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #mE39wvOslaqro50pfHTLLWAngbSzUrKp {  }
 }@media only screen and (max-width: 763px) { #AmKJJwBwgGMWIrgGoVxaQ4FxPSZ8HUWT { display:block; }
 }@media only screen and (max-width: 763px) { #O76dDvUkT3AyVdEtKWOkzcEVA8pygfMm { display:block; }
 }@media only screen and (max-width: 763px) { #m7ExD2LbRrbi6miMNIIcb5uwTgX4DTDU { display:block; }
 }@media only screen and (max-width: 763px) { #zqZVVfbF5y7f1Q8zT16Mt7sVnnoKpmxS { display:block; }
 }@media only screen and (max-width: 763px) { #tBGWvWHr5iMtCC3nfaA7T1uZoELoe9iL { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #Ss47TUF2uU4R3xZFOPSulzno8MxSAZyi {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #s7iHGq1BCFzbVpdrNnUzHIWn68NmVgp3 {  }
 }@media only screen and (max-width: 763px) { #BPL5HtropFkawiJdWZVtw2k8fDVPGmz3 { top:21.0625rem;left:0rem;width:23.3125rem;height:5.125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uygw9g7H1KzgE53k2a0sgSgqvUD7qWqr { top:9.9375rem;left:0rem;width:9.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iehervI7WTnORJTGMF2fuWNhvatkhxo2 { top:3.25rem;left:0rem;width:4.5625rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7WioTlT1nVNRSMeLfkJhnATlqupC7gk { top:11.875rem;left:25.875rem;width:21.875rem;height:2.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0AwZaFd9HaBcAfwGVr3CrsSHcP7yr7a { top:9.875rem;left:34.4375rem;width:13.3125rem;height:1.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnbdzgOxo0q8RLNFz6pvo2vQLiCmZQdw { top:27.875rem;left:0rem;width:12.6875rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikkUmTtyrQaBXbbQdrpGRLChTQO2FpFi { top:27.9375rem;left:1.5rem;width:12.75rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkA3QCAllTwUvFssT4tFBs4WGdSxrDcQ { top:6.25rem;left:10.125rem;width:30.9375rem;height:40.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #neROg1ry8eUqmGC4lQ7svDreznvFXTT3 { display:block; }#neROg1ry8eUqmGC4lQ7svDreznvFXTT3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UZm4kqPNo2JH4ZpFE3An7ecyHHQIt69W { top:7.0625rem;left:10.5rem;width:37.25rem;height:2.5rem;font-size:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #c0wgrwI6BewqK0mHuxKOMZbTGRBZ4aR6 { top:10.6875rem;left:14.125rem;width:33.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rh0oyl8OUTXHsPBAcSmyDENpmVkbR0TB { top:5.6875rem;left:0rem;width:34.125rem;height:36rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIxRLEGVJn3BytyX5TW0COwMevUyhaif { top:28.5625rem;left:21.0625rem;width:26.6875rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWaREWpUVZ6GWRhCto9CQZE2JMThtVbH { top:26.625rem;left:12.9375rem;width:34.5625rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g4JRzTSUJx1WZRUTl4vtAaXUGuO4rt7G { top:21.125rem;left:12.75rem;width:34.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4S3Mwm7PS3EcQ0JGStKZ1cSc7uTTBdJ { top:22.75rem;left:22.375rem;width:25.375rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNMwei1zeC4NEaN5VUHdf0qcy542pLHq { top:17.4375rem;left:21.4375rem;width:26.3125rem;height:2.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9XBL0dwQesOddS5mpMnDeZobEmeOKod { top:16.625rem;left:21.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypI3HCVcciWtuqAtMFx5iWbE8Tsz1tSz { top:22.4375rem;left:21.8125rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaUFNT73MeUuyXQDQneWx5zbulTXBKdF { top:27.9375rem;left:21.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEBKyg9Q9QVzhTOCTHB316em3INRfEh9 { top:32.0625rem;left:13.125rem;width:34.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zToxO2KOMbWp7cc7CDVBvNfLXgHmvtXk { top:34.625rem;left:21.0625rem;width:26.6875rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fabonNNu4mrNE84OchV4fU7mMvR6EBLP { top:33.375rem;left:21.9375rem;width:2.375rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTekTxv62yZqQmS2ABFrOP2M4rkB2viF { top:15.4375rem;left:12.75rem;width:34.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE5HRcpsMxEpG8THPP2zOUcqNxhWX7Kz { top:16.125rem;left:25.75rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHFEQmwWXHiqMHEg2ZkwU64FCpTdWywu { top:21.5625rem;left:25.5625rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCuheWPb48ObA46KxOZ8Sfem83ZHGaI2 { top:27.3125rem;left:25.9375rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX3GvdR7gNVAfXtQ2C7ThvG4Tnvxoowt { top:33.4375rem;left:25.9375rem;width:16.125rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJm7IavGKdVGaHtJq1QmkQlAeHBF2Dv { top:4.5rem;left:5.79248046875rem;width:8.25rem;height:7.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9XiKBidGsIe1xBMO4lZuJuV5GWeM7VO { top:16.1875rem;left:42.6875rem;width:5.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkTLG9rAhT9uBAT0hUThmOcmvniduG7p { top:16.3125rem;left:43.5rem;width:4.25rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4bT8m73IrNpoxlu6a00qUwBGesOplee { top:21.75rem;left:42.6875rem;width:5.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5iC2LO8FXCmfXpELQweNtFtGe2vqciV { top:21.875rem;left:43.5rem;width:4.25rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2TDPI7ge9pWmfXSm6IK9b313nTL72tV { top:27.1875rem;left:42.6875rem;width:5.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsNmnkNxQG2uQOE9m1DZum9T917iHicr { top:27.3125rem;left:43.5rem;width:4.25rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrDXL3B2mvAKhXrKNtBBcrT7MghUR9Qe { top:32.6875rem;left:42.6875rem;width:5.0625rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzUT7ViIP4C29ALPVt8SW4LPgcKuO8kN { top:32.8125rem;left:43.5rem;width:4.25rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luiyMq0ullNSRdtng6cmW5Dwlpla5LJk { top:5rem;left:20.625rem;width:9.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePHThDRnFkMU8CcTQmky4BUH0Veuq7T8 { width:19.6875rem;height:3.75rem;top:38.9375rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWtNEkVNFJi0Xy7Sy6VUsx8mwsOcJt60 { display:block; }
 }@media only screen and (max-width: 763px) { #RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw { display:block; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLOuVWBTvxFwQSsznfxwyELqEq0EcxFO { width:13.125rem;height:1.625rem;top:19.25rem;left:18.625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WDrWmRlBKO9RQvT4TfIfMmFB9SKAo5Kz { width:13.75rem;height:18.9375rem;top:12.25rem;left:18rem;display:block; }
 }@media only screen and (max-width: 763px) { #sTGsVHCGZvPpo1xeUoLZF3i3xqhWt7mg { width:13.125rem;height:1.625rem;top:18.875rem;left:2.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvKZmtUosPIBhWkxUacseznBARJoyEkp { width:13.75rem;height:18.875rem;top:12.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BTruqq96s2maxUZTPhe3iezQgSoFuDCb { width:13.125rem;height:1.625rem;top:18.8125rem;left:17.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r72RCvLIL7kU3mKd8qJZKS5IFMAwEIXX { width:13.75rem;height:19rem;top:12.1875rem;left:17rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfG9WCzV0lIsQ2bxfHU1qoVng3bhiUDW { width:12rem;height:5.5625rem;top:21.75rem;left:17.8125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJVNRS1SVExLABNmO3qyMS5JCLFZSiFf { width:12.5rem;height:4.1875rem;top:21.75rem;left:19.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #M7PJPAlWIDU5opq5stmCnVui8pFtsaKS { width:11.8125rem;height:4.1875rem;top:21.75rem;left:4.0625rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WCrINpBTKSEguPBecuUCEZJ12e7C995I { width:47.75rem;height:5rem;top:4.625rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhxLABnnLTNMRTcKZsQbtmWIKGZoQJ8Q { top:14.1875rem;left:12rem;width:4.5rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7dbwEvdt29cxX4fXxTXgnebc11PbQh6 { top:14.1875rem;left:21.84375rem;width:3.9375rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8ymRxQNlTB7EN1mox6RbOvwvTICdH7k { top:14.1875rem;left:31.75rem;width:3.875rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #sWEkCl6ImOC6kf2rHLK0ygoTSsLyzziN { top:37rem;left:0rem;width:25.5rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #GRMiBIPC5PoWRqoXvQnwFsJwTLTa8I9l { top:2.625rem;left:18.75rem;width:10rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLeBMdT3DdzFsTufFxJW59DorrxefxOW { top:2.875rem;left:18rem;width:11.625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpLRSlTv4dly8pumL9uk2VpEXERGdUsT { width:19.6875rem;height:3.75rem;top:33.9375rem;left:12.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbhGG5CBBZp1hD7w58FQ5475kpwqg3oU { display:block; }
 }@media only screen and (max-width: 763px) { #loBVbZSdhIvNESDCywGWWpnPJuoroZor { display:block; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqZx0C62u1wz02l31pvczCS3i6SrqX6N { width:12.5rem;height:1.375rem;top:24.125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdU8BWrdhkfa93gr0zuKSdwnlU8c1eWv { width:14.3125rem;height:4.125rem;top:26.125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GW7W0009hOMkruPDup4VuaoIuTPxE45q { width:11rem;height:1.375rem;top:24.125rem;left:36.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhydWnr7J74BTpKPfNX0nWLXnqVb7RnE { width:15.5rem;height:4.125rem;top:25.5rem;left:32.25rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GStVOXn9NLbO5sBQuyhrA3Pw7TODHwaK { width:14.8125rem;height:2.75rem;top:12.6875rem;left:32.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0TTAGbUsNcAvzWAlGTIhNJnU57R220y { width:15.6875rem;height:1.375rem;top:11.3125rem;left:32.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DreeS3XmG5cpTPOePpWk9saCn6NdbIsq { top:21.25rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBuaCl60rh0nA3ZFi2Ig9laoCI3EAuTf { top:21.4375rem;left:0rem;width:1.75rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiIzCDiLB3QVlOts5DJK707LKdmBzK4D { top:9.0625rem;left:45.6875rem;width:2.0625rem;height:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8vo6u8e6KkGDULAV7NbOqReTm3cmcBu { width:27.9375rem;height:36.8125rem;top:3.9375rem;left:7.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nZ81Uty8FZHWK4w9fWmkHi6eBoEbzKpK { top:8.875rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XalOBLong3CQz7F7WKlDTrkfQBb59Iq9 { width:11.125rem;height:1.375rem;top:11.3125rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FFC0CX9rQIksZlpbpTy8G7lT9WpufCdU { width:16.9375rem;height:2.75rem;top:12.6875rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hUggCfrXHgMWHtoApA8b2Lna25ZTyizs { width:38.0625rem;height:50.375rem;top:2.375rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NuUcvcuMzx1rWfuNU7RzPTSw06rm1iXg { top:12.5rem;left:13.1875rem;width:11.75rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBCrxdfd8mDGyRvyL0UG4qP4JxgoypOT { top:2.0625rem;left:0rem;width:47.75rem;height:9.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #ydCDxM8TXGk07LeLXulcW0D2oCwnxrE2 { top:5.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #zxaNBshLidQ0vkdy78yWgUKMPnhs0IUT { top:36.4375rem;left:0rem;width:15.25rem;height:3.75rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #HdTMCRCRKHieK7zEnTMsWFi4DFpmm5sh { width:19.6875rem;height:3.75rem;top:5.125rem;left:28.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #WJFGvzRbFKSFMxC0afNl1UTTt11ml9s4 { display:block; }
 }@media only screen and (max-width: 763px) { #DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT { display:none; }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #oClnHJ7CfrKsvVhgxpHzaaG9MZcN4oHV { top:7rem;left:0rem;width:16.3125rem;height:6.25rem;font-size:2.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #d837uhZfnnkBrJ0zOPRTwWe3fEk3MAEk { top:4.6875rem;left:13.875rem;width:10rem;height:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ntP0ba3endLy9x5BTctrOQX2a0T5gpZF { top:4.9375rem;left:13.125rem;width:11.625rem;height:0.8125rem;font-size:0.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #T7X3lN7BcCnUDaaeNIgbDDsGTSiKseAe { width:30.1875rem;height:2.5rem;top:16.8125rem;left:14.125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #T3akfnVmmoeSJ38A1Tc1HdNAkAmXlm5r { width:17rem;height:5.5rem;top:21.4375rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #drMCESeIFFgirdGXa0nL3BB8hmFz1BpO { width:19.6875rem;height:3.75rem;top:33.9375rem;left:12.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFOxPaqLBCI8hKEXsFoiHrm9Eo8gTu9e { display:block; }
 }@media only screen and (max-width: 763px) { #bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 { display:block; }#bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #edm9kw3z2pMFi1dv1TOd7w1tlzSTS0nu { top:2.0625rem;left:0rem;width:47.75rem;height:9.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTLlgVWrTPw96xHu0UA2we6qV1BRQdFo { top:5.125rem;left:0rem;width:47.75rem;height:2.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrLrhHXnlPAac5aAvPq4FTJvpi6z9BOG { top:8.3125rem;left:0rem;width:45.875rem;height:1.125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zNk0KMaOl3mTdoASPIRl9dZAMgDN1Ale { width:19.6875rem;height:3.75rem;top:5.125rem;left:28.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFlvRdKdFmvhohH1tuogCbWTUX10Kq7K { display:block; }
 }@media only screen and (max-width: 763px) { #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk { display:block; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lVVSZ8WPWbc4LrWJ1B1llcLMkqEIxp1o { width:30.1875rem;height:2.5rem;top:16.8125rem;left:14.125rem;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S1IHtTNudk8o6urlexLf8J0urUXI96T5 { width:42.9375rem;height:9.75rem;top:6.375rem;left:4.8125rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BR8Vo9Lb4VZ3BOUJcI3h2rCpNmS63FZT { width:47.75rem;height:22.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hatOeTMI7gbgCg6dKNIa6xrCnwocQTgV { top:20.8125rem;left:31.1875rem;width:16.0625rem;height:4.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG6Q5w3Bb0ZCHQ4vyNbLddJGZaUczT7W { top:20.875rem;left:14.125rem;width:15.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX6Q4Nnei82UBmPQZfiLqydliZP9feAx { top:5.375rem;left:0rem;width:8.1875rem;height:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcF2457MF6lElTGhfUHfEEJaL6chfxKR { width:31.8125rem;height:3.25rem;top:27.125rem;left:14.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Id9lV7Fiw1GcpLNsLyc6W0OB3PPxpQix { top:4.6875rem;left:13.875rem;width:10rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c15loek7v04aBSKOqAarT49FRoMVNt0l { top:4.9375rem;left:13.125rem;width:11.625rem;height:0.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXfAcWTZbSAf3Zusa1p11nGo7WicQXhu { width:19.6875rem;height:3.75rem;top:32.3125rem;left:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZNUFD8WTIhVLzRPcZq2qcVSalyQkhV1 { display:block; }
 }@media only screen and (max-width: 763px) { #wxXMwwLbbZeS7ruTmaOcusdxe5fUFVCx { display:block; }#wxXMwwLbbZeS7ruTmaOcusdxe5fUFVCx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P48hKASxEDiicRGyMB3tdyIS4OIrEuBO { top:6.3125rem;left:0rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJBmdDLxyfeODt4OMZHQErsG3g2bs5oA { top:4.875rem;left:0rem;width:20rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb3PDV8qNrNgbpm5udA914vsKoFkeTv3 { top:16.25rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQZVg2OgLQ4dVrlh0iTB9Fu4ZiGIl60 { top:31.25rem;left:0rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVHhgGuKxX1faDXEo98pUTnaU74C7Lb2 { top:39.125rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { top:16.625rem;left:12.3125rem;width:23.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #koodwxDDtBOk5IVcbPFDq8KmedbQxaZo { top:12rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MefikNSs2uM4RRtlmlHEboD6iwpra1rO { top:10.4375rem;left:12.34375rem;width:23.0625rem;height:1.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #wHQRqBTwvwOgGHBokUmf7UBrvBP1yXqz { top:4.4375rem;left:18.59375rem;width:10.5625rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:rgba(var(--color-secondary-1),1);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) { #DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/5cb9bf65-0861-487f-b7db-b21e1727c4e5/Artboard28.jpg");background-position:bottom left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP.adaptive-delivery-prevent-bg, #DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP.lazyload, #DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP.lazyloading { background-image: none; }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP > .row .container { background-color: transparent; background-image: none; }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP > .row .container > .video-iframe-container { display: none; }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP > .row > .video-iframe-container { display: none; }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP > .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); }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP > .row .container { border-width: 0; border-radius: 0; }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DKn4kAeFIfT93IUozrpxqtpbEPdX2dkP > .row .container { width:20rem;height:63.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zgVR2MgJtztJpIZ4ShbI38WWzyTcC1Wg { width:11.0625rem;height:1.51220625rem;top:13.75rem;left:4.5rem;font-size:1.375rem;z-index:15054;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SHCPnzH0BtirtLHtsbtTyefhrKgGokfy { width:13.9375rem;height:1.6494125rem;top:15.5rem;left:3.125rem;font-size:0.75rem;z-index:15053;text-align:center;text-align-last:center;color:rgba(var(--color-secondary-0),1);font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #fNudsWA01lWFV1233MsGslPdbc5s0n3T { width:15.25rem;height:1.75rem;top:9.25rem;left:2.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #ZRuv2Ev9WCeknvJpAHbJGz36DxpipTO6 { width:16.3125rem;height:3.125rem;top:5.5625rem;left:1.84375rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-secondary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #MP4Tn5T3h0DgXpg4uctTmBbV43CFPDfW { width:10.125rem;height:1.5986842105263rem;top:-8.3125rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #XRItscFDv9WuiKD1MHK3JoybnaoeKqH3 { width:4.875rem;height:2rem;top:1.375rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fCapXxI2ZvTCpyNyaGn25Ogviqx1NZ9G { top:2rem;left:10rem;width:4.75rem;height:0.75rem;z-index:15050;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-regular-label { display:block;width:14.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto;text-align:left;text-align-last:left; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-text { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.4375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-text {padding-top: 0; padding-bottom: 0;}#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-textarea { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3.375rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-select { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:1.375rem;text-align:left;text-align-last:left; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-select {padding-top: 0; padding-bottom: 0;}#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-input-button { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.8125rem; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX [class*="-text"]:-moz-placeholder { font-size:0.75rem;text-align:left;text-align-last:left; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX [class*="-text"]::-moz-placeholder { font-size:0.75rem;text-align:left;text-align-last:left; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX [class*="-text"]:-ms-input-placeholder { font-size:0.75rem;text-align:left;text-align-last:left; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX [class*="-text"]::-webkit-input-placeholder { font-size:0.75rem;text-align:left;text-align-last:left; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-checkbox-label { width:13.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX  { width:14.875rem;height:auto;top:12.9375rem;left:1.6875rem;z-index:15016;background-color:rgba(255,255,255,0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .radio-container { width:14.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX .widget-info-text { font-size:1.5625rem;overflow:hidden;height:auto; }
#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX {display:block;}#p1qZUmMWdURnK22SCIxhW1QxBx7q9guX { width:14.875rem;height:auto;top:12.9375rem;left:1.6875rem;z-index:15016;background-color:rgba(255,255,255,0.46);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #kS3QxMpGrScTt5plwx3RWZTBfsiHvVV0 {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #aXn5pkvewZ3raZ48KGPXt3T7SlFW8DFM {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #iUukSf7s2pik5HyDSAsfRT3DvviqNwPO {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #o7K4ImTQroZBNmww4kHLRx9QWfm9L7n0 {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #NydtPXiqCrlnFQCqEqp4H4b2bPs4nQnI {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #mDWQEwMGWftJ0doE9ZHSy4nQh4D7TEqn {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #FyToCAa75SXQWtWB4aE8g0ffpHbcS5pM {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #Tkd2hHKtpLnzPRTZhlwo1781oW5f68Ay { display:block; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #ZmMCz9wsETPF6GHInPd37HLkPhuAHrpx {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #h4dSIPpqqQVmr1eT0TbJtJ9bErwP6lhZ {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #E4R899303DRsLvBz5wws5mI3Pwcgrwgx { display:block; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #AA3ieOFTkB2BpdnZcOrZoEPeGwQ16ywx {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #qv2JeLPCKtGCmPsGifqqhM9JBPRDgsXr {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #F5f5m7d1AB7vJMo2v6VcswJf0WFTeeNg { display:block; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #czg3OS4G7WsidvIn8DiBTFlecrtqRBTy {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #QbWOzmGtX4rPCF2eBRkpTkeXzcE6On3L {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #I98G6hBEquQLBkZAQJ4ANZSThRCTum79 { display:block; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #azG8IKWP7sJ4fLfSumvC7aEXRzTJhEfo {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #pvzn0GVKK1OZ0q5UGtKPzDgaAS0PsHkG {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #SM9rBOTEzhWnUWrGSrSmcR9igyzpekmw { display:block; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #buH3MzGwrDdNFeCL4kPzvERhm9Rt8S4C {  }
 }@media only screen and (max-width: 763px) { #Ok0zh0NfBAZ0OUD93hB9IUlP1AqtVaQT { display:block; }
 }@media only screen and (max-width: 763px) { #p3GXVwGDLWHENTEVvRaREa7JJvlbZtJP { display:block; }
 }@media only screen and (max-width: 763px) { #Mn47XmPefgO6EgXn9qZeS9x7SAaQZh11 { display:block; }
 }@media only screen and (max-width: 763px) { #omeKTDFGyF7XwwWPwPoyo4vo65TEkp3Z { display:block; }
 }@media only screen and (max-width: 763px) { #Za5fOWBLsPbOUInECXWTW5VGl0XzktWp { display:block; }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #cGbnW1GqEWmmDzI6QRPxiA4eurOw3OCA {  }
 }@media only screen and (max-width: 763px) { #p1qZUmMWdURnK22SCIxhW1QxBx7q9guX #DQh9Dk2WFrFVhdD1f4x6zsXfzMRG8bk7 {  }
 }@media only screen and (max-width: 763px) { #NyQlVWTmsJNIUqOs8ATT6SUAXSTFTVnD { width:5.1875rem;height:4.75rem;top:44.875rem;left:5.53125rem;z-index:15052;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ppvyrv9ABbsk4LLILdRpaTMdyhydU3fR { top:37.46044921875rem;left:0rem;width:20rem;height:26.4375rem;z-index:15051;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 > .row .container { background-color: transparent; background-image: none; }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 > .row .container > .video-iframe-container { display: none; }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 > .row > .video-iframe-container { display: none; }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 > .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); }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 > .row .container { border-width: 0; border-radius: 0; }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RerAgqTu1p1NKFJqCdoOBihDBCeZayf6 > .row .container { width:20rem;height:54.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyUnUK4xAxW8de1hRrJQ9RNrZOitzIVG { width:19.75rem;height:4.4375rem;top:31.09375rem;left:-0.8125rem;z-index:15040;display:none; }
 }@media only screen and (max-width: 763px) { #uDrLqNDbcbr52p7D7IKCf1Wd8le9uFqk { width:19.75rem;height:4.4375rem;top:36.53125rem;left:-0.8125rem;z-index:15043;display:none; }
 }@media only screen and (max-width: 763px) { #O7Ri6AMPC8euZs20gmo3Z8J30bnS5G4h { width:12.9375rem;height:2.25rem;top:24.1875rem;left:3.875rem;font-size:0.625rem;z-index:15045;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #H6DRBE4ghkwiwa9AiQ0vro4BdnT6mXlo { width:19.75rem;height:4.8125rem;top:22.125rem;left:0rem;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #cDKQPlHfSlusT8646bLEu2a78qTzwt7T { width:16.125rem;height:1.05625rem;top:28.875rem;left:3.875rem;font-size:0.8125rem;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #UpApVNbFEVODtebkvsylTzgtJ530vXWF { width:4.25rem;height:0.65rem;top:29rem;left:14.625rem;font-size:0.5rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #zRnFP2PmmQITprTPTnhZnk4BH5hoBzbE { width:19.6875rem;height:2.5625rem;top:46.812502384186rem;left:0.1875rem;z-index:15074;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQLVeRxFy7PzmNgEKZfz3aunK9x4qk2H { display:block; }
 }@media only screen and (max-width: 763px) { #cT1MwSiw4vnpgOHqLmXCDSGra0dNIt5V { width:16.125rem;height:1.05625rem;top:22.9375rem;left:3.875rem;font-size:0.8125rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #O3Qk8bIuaQzVSpxfFJuyULcR2I9g4gzZ { width:4.1875rem;height:0.9375rem;top:22.875rem;left:14.8125rem;z-index:15066;display:block; }
 }@media only screen and (max-width: 763px) { #ihucF4bQJstv84bw9g8CTvbaENlZo1WB { width:4.25rem;height:0.65rem;top:23rem;left:14.875rem;font-size:0.5rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #PM6lTJ73dg79v64EPsmnrpFiwvWTzdv6 { width:18.25rem;height:1.6494125rem;top:4.9687500894069rem;left:0.875rem;font-size:0.75rem;text-align:center;text-align-last:center;line-height:1.1;color:rgba(var(--color-tertiary-4),1);z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #mtahe37DRDfDWO70m7uTnoClg4hvsCit { width:2.375rem;height:2.375rem;top:23.4375rem;left:0.8125rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #APhF0AL1X2I6Oz0u6TK4muxI34U3mikd { width:2.375rem;height:2.375rem;top:29.25rem;left:0.875rem;z-index:15058;display:block; }
 }@media only screen and (max-width: 763px) { #SrJVOVScIwANkMTghGW78aUJpRNBCLxa { width:2.375rem;height:2.375rem;top:35.125000476837rem;left:0.875rem;z-index:15061;display:block; }
 }@media only screen and (max-width: 763px) { #NJp2XlCFd6mo8geeG4OokE6zdqtTSfEq { width:2.375rem;height:2.375rem;top:41.187502384186rem;left:0.875rem;z-index:15064;display:block; }
 }@media only screen and (max-width: 763px) { #AHFagkuG6U6TdmEJrQ5TOLqRmTTnO5QB { width:17.875rem;height:1.25rem;top:3.4062501192093rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #iIv1XgET94G74Tqmw02hrioVUSfllcOo { width:6.375rem;height:0.9375rem;top:2.21875rem;left:6.875rem;z-index:15055;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #z25JRQcVnwaHSgz9AwV32FalHmhUzEJi { width:19.75rem;height:4.8125rem;top:28.125rem;left:0rem;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #dMgneKs1I7tk9R7eRpTbtFkNkdSHT0QR { width:4.1875rem;height:0.9375rem;top:28.875rem;left:14.75rem;z-index:15067;display:block; }
 }@media only screen and (max-width: 763px) { #tJ9FCZ1wuKwKiSbdNenXyzyThOZvgSmp { top:30.125rem;left:3.875rem;width:12.25rem;height:2.25rem;z-index:15075;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #e90k8TW8KFUmOaisLRpT8xu79AwfoRxP { width:19.75rem;height:4.8125rem;top:33.937500476837rem;left:0rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #kPydIEMFV9WgEwvniBhD0T8X7z4xy6cW { width:9rem;height:1.05625rem;top:34.625000476837rem;left:3.875rem;font-size:0.8125rem;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #mwSIfGZdqHVXJ8zP76oxkAHKvtfZesVV { width:4.25rem;height:0.65rem;top:34.687500476837rem;left:14.6875rem;font-size:0.5rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #Ti0OSBzQl7ohpeovS7E8vFQbd2eJwe35 { width:4.1875rem;height:0.9375rem;top:34.500000476837rem;left:14.6875rem;z-index:15069;display:block; }
 }@media only screen and (max-width: 763px) { #PSTpQ3S22Q4AOPxugrqHSqwVJLPhUCzk { top:35.937500476837rem;left:3.9375rem;width:12.9375rem;height:2.25rem;z-index:15076;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #pnOR8Ri1PfUkINyee6WvvfeJBdAen690 { width:19.75rem;height:4.8125rem;top:39.875002384186rem;left:0rem;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #x0k7TELgppnBKu3uTRokZyx9ZTUDJzze { width:4.1875rem;height:0.9375rem;top:40.625002384186rem;left:14.875rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #FasQGODU0wEF1WpRTopHPbCy0OM8J9up { width:4.25rem;height:0.65rem;top:40.750002384186rem;left:14.75rem;font-size:0.5rem;z-index:15072;display:block; }
 }@media only screen and (max-width: 763px) { #T06ude20J3hQiqctwguTPbwzswyQPbM6 { width:9rem;height:1.05625rem;top:40.562502384186rem;left:3.875rem;font-size:0.8125rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #lz8TAWniaZdVei6d8q9p4TrBX6fgcZh9 { top:42.000002384186rem;left:3.9375rem;width:11.25rem;height:1.5rem;z-index:15077;font-size:0.625rem;line-height:1.2;display:block; }
 }@media only screen and (max-width: 763px) { #v3k14FANZmAksenENkMQxdbbAspTQHf6 { width:13.375rem;height:14.125rem;top:7.42421913147rem;left:3.15625rem;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #p3pL7AdXpI1NWEBOxEoKgmMqbuWlZo1e { width:5.1875rem;height:4.75rem;top:8.0171880722044rem;left:1.75rem;z-index:15030;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns { background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/e40c4001-a9b5-44f2-a28a-c266f8313709/teste4jpg.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.adaptive-delivery-prevent-bg, #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.lazyload, #WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns.lazyloading { background-image: none; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { border-width: 0; border-radius: 0; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WQpvfgTX9Z26lEl4oT9nvuqVI0BF93Ns > .row .container { width:20rem;height:158.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #eVki0HhkTzS8fNroAb0ZQ6AUDBQ5rUea { width:20rem;height:3.125rem;top:4.8749997615814rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #efslXVT53a1QoP1FHcXhXqT7U63egn05 { width:14.3125rem;height:13.1875rem;top:24.0625rem;left:2.8125rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #UQSyTGTpK3mZAKbJJEck7f2i8AL0mbqC { width:14.3125rem;height:13.1875rem;top:16.375rem;left:2.53125rem;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #XslIqtDUH7yJZ3IyIg2hWtynCNTTdKo2 { width:7.9375rem;height:5.125rem;top:31.25rem;left:1.25rem;z-index:14994;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 .widget-regular-label { display:block; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7  { width:15rem;height:auto; }
#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 {display:block;}#Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 { width:15rem;height:auto; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #yqCqnZwZiEExESr036NoVZRPHHLuRmzI {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #lQNPOGT61TNLpTWcGeLMUlvWvQ3lLTDs {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #OOaELl3WQIOpIg4l6aDdRBcRqxcteUrN {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #QUd9Ffop09r7tkHMoJWWrKcgm23bQatd {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #daVxUbJSX41HFG4fJUTfTov6JBBUpn1t {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #d3SuMkDvuCcQxI96nbQpeDOtiAsCepsR {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #glBgvF0dgCfDhTziy8h7G6n689fg2XVk {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #wZAsNB0CMMTDAwtsrHtX0zmcc4xSboyM { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #nuPGZAdtHovrgL8928oIov4oo0upXgl7 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #hJgVDv3IRB548tOXTqkRdwiIwICL92Pt {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #tDKLqReqpeueWqUeEI2dT7Uk8oEi4XQD { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #JkMtpF2ZM3n8ECQDhr5y9xoq8lXTur41 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #Gngl98R4xAmnTbzklmUTLQzWcVdD6Gx4 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #CroA8RqWCvXGUH8Ar9UCxmD3rFDGPUOG { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #tVf122wvxbFv3sM9cnXwLcpgbkTcLmwL {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #bfiRh4pkudxHqDbphspnX8NFtLuLiQAI {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #AoZcB9VvmWOrTCG7MC0IEvQl4Vfota9S { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #uSBxByusBwP8213S3tCpK7EXHl6GUTKM {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #C8u2BTBn8LCzAB7ExynihVapAg8TgM15 {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #te0TLZS4wRWrOA79Sq3HZxkqmHl9HTWz { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #mE39wvOslaqro50pfHTLLWAngbSzUrKp {  }
 }@media only screen and (max-width: 763px) { #AmKJJwBwgGMWIrgGoVxaQ4FxPSZ8HUWT { display:block; }
 }@media only screen and (max-width: 763px) { #O76dDvUkT3AyVdEtKWOkzcEVA8pygfMm { display:block; }
 }@media only screen and (max-width: 763px) { #m7ExD2LbRrbi6miMNIIcb5uwTgX4DTDU { display:block; }
 }@media only screen and (max-width: 763px) { #zqZVVfbF5y7f1Q8zT16Mt7sVnnoKpmxS { display:block; }
 }@media only screen and (max-width: 763px) { #tBGWvWHr5iMtCC3nfaA7T1uZoELoe9iL { display:block; }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #Ss47TUF2uU4R3xZFOPSulzno8MxSAZyi {  }
 }@media only screen and (max-width: 763px) { #Z0TxsNafNMFKnSc3poh5ht4h8cAPJ9J7 #s7iHGq1BCFzbVpdrNnUzHIWn68NmVgp3 {  }
 }@media only screen and (max-width: 763px) { #BPL5HtropFkawiJdWZVtw2k8fDVPGmz3 { width:20rem;height:8rem;top:86.6875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Uygw9g7H1KzgE53k2a0sgSgqvUD7qWqr { width:10.125rem;height:1.625rem;top:46.9375rem;left:4.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iehervI7WTnORJTGMF2fuWNhvatkhxo2 { width:7.3125rem;height:3.0625rem;top:104.125rem;left:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #A7WioTlT1nVNRSMeLfkJhnATlqupC7gk { width:20rem;height:2.19921875rem;top:111.19921875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #q0AwZaFd9HaBcAfwGVr3CrsSHcP7yr7a { width:20rem;height:1.51220625rem;top:108.4375rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BnbdzgOxo0q8RLNFz6pvo2vQLiCmZQdw { width:15.75rem;height:4.4375rem;top:114.6484375rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ikkUmTtyrQaBXbbQdrpGRLChTQO2FpFi { width:16.0625rem;height:4.5rem;top:120.3359375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mkA3QCAllTwUvFssT4tFBs4WGdSxrDcQ { width:20rem;height:26.181818181818rem;top:126.0859375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #neROg1ry8eUqmGC4lQ7svDreznvFXTT3 { display:none; }#neROg1ry8eUqmGC4lQ7svDreznvFXTT3 > .row .container { width:20rem;height:54.6875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #UZm4kqPNo2JH4ZpFE3An7ecyHHQIt69W { width:20rem;height:4rem;top:26.348625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #c0wgrwI6BewqK0mHuxKOMZbTGRBZ4aR6 { width:20rem;height:4.5rem;top:31.598625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #Rh0oyl8OUTXHsPBAcSmyDENpmVkbR0TB { width:20rem;height:21.098901098901rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RIxRLEGVJn3BytyX5TW0COwMevUyhaif { width:20rem;height:auto;top:28.5625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HWaREWpUVZ6GWRhCto9CQZE2JMThtVbH { width:19.75rem;height:4.4375rem;top:26.625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #g4JRzTSUJx1WZRUTl4vtAaXUGuO4rt7G { width:19.75rem;height:4.4375rem;top:43.76659375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W4S3Mwm7PS3EcQ0JGStKZ1cSc7uTTBdJ { width:20rem;height:2.1125rem;top:45.39159375rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNMwei1zeC4NEaN5VUHdf0qcy542pLHq { width:20rem;height:3.16875rem;top:39.348625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n9XBL0dwQesOddS5mpMnDeZobEmeOKod { width:2.375rem;height:2.375rem;top:38.536125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypI3HCVcciWtuqAtMFx5iWbE8Tsz1tSz { width:2.375rem;height:2.375rem;top:45.07909375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HaUFNT73MeUuyXQDQneWx5zbulTXBKdF { width:2.375rem;height:2.375rem;top:27.9375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uEBKyg9Q9QVzhTOCTHB316em3INRfEh9 { width:19.75rem;height:4.4375rem;top:32.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #zToxO2KOMbWp7cc7CDVBvNfLXgHmvtXk { width:20rem;height:auto;top:34.625rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fabonNNu4mrNE84OchV4fU7mMvR6EBLP { width:2.375rem;height:2.375rem;top:33.375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTekTxv62yZqQmS2ABFrOP2M4rkB2viF { width:19.75rem;height:4.4375rem;top:37.348625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE5HRcpsMxEpG8THPP2zOUcqNxhWX7Kz { width:16.125rem;height:1.1375rem;top:38.036125rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gHFEQmwWXHiqMHEg2ZkwU64FCpTdWywu { width:16.125rem;height:1.1375rem;top:44.20409375rem;left:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCuheWPb48ObA46KxOZ8Sfem83ZHGaI2 { width:16.125rem;height:auto;top:27.3125rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BX3GvdR7gNVAfXtQ2C7ThvG4Tnvxoowt { width:16.125rem;height:auto;top:33.4375rem;left:1.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AyJm7IavGKdVGaHtJq1QmkQlAeHBF2Dv { width:8.25rem;height:7.5625rem;top:0.078125rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #J9XiKBidGsIe1xBMO4lZuJuV5GWeM7VO { width:5.0625rem;height:1.0625rem;top:38.098625rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DkTLG9rAhT9uBAT0hUThmOcmvniduG7p { width:4.25rem;height:0.8125rem;top:38.223625rem;left:15.40625rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S4bT8m73IrNpoxlu6a00qUwBGesOplee { width:5.0625rem;height:1.0625rem;top:44.39159375rem;left:14.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #A5iC2LO8FXCmfXpELQweNtFtGe2vqciV { width:4.25rem;height:0.8125rem;top:44.51659375rem;left:15.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2TDPI7ge9pWmfXSm6IK9b313nTL72tV { width:5.0625rem;height:1.0625rem;top:27.1875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UsNmnkNxQG2uQOE9m1DZum9T917iHicr { width:4.25rem;height:auto;top:27.3125rem;left:7.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrDXL3B2mvAKhXrKNtBBcrT7MghUR9Qe { width:5.0625rem;height:1.0625rem;top:32.6875rem;left:7.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KzUT7ViIP4C29ALPVt8SW4LPgcKuO8kN { width:4.25rem;height:auto;top:32.8125rem;left:7.875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #luiyMq0ullNSRdtng6cmW5Dwlpla5LJk { width:9.5rem;height:1.5rem;top:23.598625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePHThDRnFkMU8CcTQmky4BUH0Veuq7T8 { width:19.6875rem;height:3.75rem;top:49.70409375rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWtNEkVNFJi0Xy7Sy6VUsx8mwsOcJt60 { display:block; }
 }@media only screen and (max-width: 763px) { #RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container { background-color: transparent; background-image: none; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container > .video-iframe-container { display: none; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row > .video-iframe-container { display: none; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .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); }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container { border-width: 0; border-radius: 0; }#RrbbOS0mBoUzdiyrOyRrotXZTJsw38hw > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gLOuVWBTvxFwQSsznfxwyELqEq0EcxFO { width:8.75rem;height:1.1375rem;top:41.0625rem;left:5.625rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #WDrWmRlBKO9RQvT4TfIfMmFB9SKAo5Kz { width:10.9375rem;height:11.875rem;top:36.8125rem;left:4.5625rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #sTGsVHCGZvPpo1xeUoLZF3i3xqhWt7mg { width:10.8125rem;height:1.1375rem;top:13.4375rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #TvKZmtUosPIBhWkxUacseznBARJoyEkp { width:10.9375rem;height:11.875rem;top:9.0625rem;left:4.5625rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #BTruqq96s2maxUZTPhe3iezQgSoFuDCb { width:10.9375rem;height:1.1375rem;top:27rem;left:4.5rem;text-align:center;text-align-last:center;font-size:0.875rem;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #r72RCvLIL7kU3mKd8qJZKS5IFMAwEIXX { width:10.9375rem;height:11.875rem;top:22.9375rem;left:4.5625rem;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 0.1875rem 0.1875rem 0.3125rem rgba(var(--color-tertiary-4),0.3) ;display:block; }
 }@media only screen and (max-width: 763px) { #FfG9WCzV0lIsQ2bxfHU1qoVng3bhiUDW { width:9.5625rem;height:4.1235375rem;top:28.625rem;left:5.25rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #lJVNRS1SVExLABNmO3qyMS5JCLFZSiFf { width:8.25rem;height:3.298825rem;top:42.875rem;left:5.875rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #M7PJPAlWIDU5opq5stmCnVui8pFtsaKS { width:7.9375rem;height:3.298825rem;top:15.125rem;left:6.125rem;text-align:center;text-align-last:center;font-size:0.75rem;line-height:1.1;font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #WCrINpBTKSEguPBecuUCEZJ12e7C995I { width:15.875rem;height:3.75rem;top:3.5rem;left:2.0625rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #zhxLABnnLTNMRTcKZsQbtmWIKGZoQJ8Q { width:2.875rem;height:2.9375rem;top:9.9375rem;left:8.5625rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #K7dbwEvdt29cxX4fXxTXgnebc11PbQh6 { width:2.625rem;height:2.6875rem;top:23.9375rem;left:8.6875rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #A8ymRxQNlTB7EN1mox6RbOvwvTICdH7k { width:2.5625rem;height:2.625rem;top:37.75rem;left:8.75rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #sWEkCl6ImOC6kf2rHLK0ygoTSsLyzziN { width:20rem;height:4rem;top:57.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #GRMiBIPC5PoWRqoXvQnwFsJwTLTa8I9l { width:10rem;height:1.0625rem;top:1.9375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #eLeBMdT3DdzFsTufFxJW59DorrxefxOW { width:11.625rem;height:0.8125rem;top:2.125rem;left:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XpLRSlTv4dly8pumL9uk2VpEXERGdUsT { width:18.5875rem;height:2.3375rem;top:51.125rem;left:0.65625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dbhGG5CBBZp1hD7w58FQ5475kpwqg3oU { display:block; }
 }@media only screen and (max-width: 763px) { #loBVbZSdhIvNESDCywGWWpnPJuoroZor { background-color:rgba(var(--color-secondary-1),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { background-color: transparent; background-image: none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container > .video-iframe-container { display: none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container { display: none; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .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); }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { border-width: 0; border-radius: 0; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#loBVbZSdhIvNESDCywGWWpnPJuoroZor > .row .container { width:20rem;height:55.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CqZx0C62u1wz02l31pvczCS3i6SrqX6N { width:8.0625rem;height:1.75rem;top:13.625rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;color:rgba(var(--color-tertiary-2),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #cdU8BWrdhkfa93gr0zuKSdwnlU8c1eWv { width:7.5625rem;height:2.5rem;top:15.62460899353rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.625rem;color:rgba(var(--color-tertiary-1),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GW7W0009hOMkruPDup4VuaoIuTPxE45q { width:9.3125rem;height:0.875rem;top:19.0625rem;left:3.25rem;text-align:left;text-align-last:left;font-size:0.875rem;color:rgba(var(--color-tertiary-2),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #VhydWnr7J74BTpKPfNX0nWLXnqVb7RnE { width:9.3125rem;height:1.875rem;top:20.062110900879rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.625rem;color:rgba(var(--color-tertiary-1),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #GStVOXn9NLbO5sBQuyhrA3Pw7TODHwaK { width:7.4375rem;height:1.875rem;top:10.375rem;left:3.1875rem;text-align:left;text-align-last:left;font-size:0.625rem;color:rgba(var(--color-tertiary-1),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #i0TTAGbUsNcAvzWAlGTIhNJnU57R220y { width:10.3125rem;height:1.75rem;top:8.4375rem;left:3.0625rem;text-align:left;text-align-last:left;font-size:0.875rem;color:rgba(var(--color-tertiary-2),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #DreeS3XmG5cpTPOePpWk9saCn6NdbIsq { width:1.8125rem;height:1.8125rem;top:19.1875rem;left:0.76835942268369rem;display:block; }
 }@media only screen and (max-width: 763px) { #hBuaCl60rh0nA3ZFi2Ig9laoCI3EAuTf { width:1.75rem;height:1.75rem;top:13.62460899353rem;left:0.79999995231631rem;display:block; }
 }@media only screen and (max-width: 763px) { #fiIzCDiLB3QVlOts5DJK707LKdmBzK4D { width:1.6875rem;height:1.5rem;top:8.6125011444094rem;left:0.73710942268369rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8vo6u8e6KkGDULAV7NbOqReTm3cmcBu { width:20rem;height:26.353467561521rem;top:10.505859375rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;display:none; }
 }@media only screen and (max-width: 763px) { #nZ81Uty8FZHWK4w9fWmkHi6eBoEbzKpK { width:1.75rem;height:1.75rem;top:3.8375005722046rem;left:0.66835939884188rem;display:block; }
 }@media only screen and (max-width: 763px) { #XalOBLong3CQz7F7WKlDTrkfQBb59Iq9 { width:6.25rem;height:0.875rem;top:4.125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.875rem;color:rgba(var(--color-tertiary-2),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #FFC0CX9rQIksZlpbpTy8G7lT9WpufCdU { width:7.8125rem;height:1.875rem;top:5.125rem;left:3.125rem;text-align:left;text-align-last:left;font-size:0.625rem;color:rgba(var(--color-tertiary-1),1);line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #hUggCfrXHgMWHtoApA8b2Lna25ZTyizs { width:20rem;height:26.5625rem;top:6.4371099472044rem;left:3.59375rem;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #NuUcvcuMzx1rWfuNU7RzPTSw06rm1iXg { width:7rem;height:6.375rem;top:3.9375rem;left:15.216948376773rem;display:block; }
 }@media only screen and (max-width: 763px) { #xBCrxdfd8mDGyRvyL0UG4qP4JxgoypOT { width:20rem;height:25.125rem;top:28.9375rem;left:0rem;z-index:15001;border-top-left-radius:1.125rem;border-top-right-radius:1.125rem;border-bottom-left-radius:1.125rem;border-bottom-right-radius:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ydCDxM8TXGk07LeLXulcW0D2oCwnxrE2 { width:14.0625rem;height:3.75rem;top:33.937500953674rem;left:2.25rem;font-size:1.25rem;text-align:left;text-align-last:left;line-height:1;color:rgba(var(--color-secondary-0),1);z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #zxaNBshLidQ0vkdy78yWgUKMPnhs0IUT { width:12.125rem;height:3.375rem;top:38.374988555908rem;left:2.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1;color:rgba(var(--color-secondary-0),1);z-index:15032;font-weight:300;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #HdTMCRCRKHieK7zEnTMsWFi4DFpmm5sh { width:15.0875rem;height:2.6875rem;top:47.6875rem;left:2.5rem;z-index:15049;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJFGvzRbFKSFMxC0afNl1UTTt11ml9s4 { display:block; }
 }@media only screen and (max-width: 763px) { #DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/1f336e23-5270-4709-98ee-b0a52bcdfea9/mulhertalhojpg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT.adaptive-delivery-prevent-bg, #DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT.lazyload, #DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT.lazyloading { background-image: none; }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT > .row .container { background-color: transparent; background-image: none; }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT > .row .container > .video-iframe-container { display: none; }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT > .row > .video-iframe-container { display: none; }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT > .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); }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT > .row .container { border-width: 0; border-radius: 0; }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DGBdNSz8iTMLTRf9MgnZ562cgBLL9zzT > .row .container { width:20rem;height:40.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #oClnHJ7CfrKsvVhgxpHzaaG9MZcN4oHV { width:14.5625rem;height:6.25rem;top:7rem;left:1.25rem;font-size:1.5625rem;text-align:left;text-align-last:left;line-height:1;color:rgba(var(--color-secondary-0),1);z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #d837uhZfnnkBrJ0zOPRTwWe3fEk3MAEk { width:10rem;height:1.0625rem;top:5.25rem;left:1.1875rem;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #ntP0ba3endLy9x5BTctrOQX2a0T5gpZF { width:11.625rem;height:0.8125rem;top:5.5rem;left:0.4375rem;font-size:0.625rem;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #T7X3lN7BcCnUDaaeNIgbDDsGTSiKseAe { width:17.3125rem;height:1.1rem;top:14.650001049042rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.1;color:rgba(var(--color-primary-2),1);font-family:var(--paragraphs-font-family);z-index:15007;font-weight:700;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #T3akfnVmmoeSJ38A1Tc1HdNAkAmXlm5r { width:14rem;height:4.8120125rem;top:15.937500238419rem;left:1.25rem;text-align:left;text-align-last:left;font-size:0.875rem;line-height:1.1;color:rgba(var(--color-secondary-0),1);font-family:var(--paragraphs-font-family);z-index:15008;display:block; }
 }@media only screen and (max-width: 763px) { #drMCESeIFFgirdGXa0nL3BB8hmFz1BpO { width:12.625rem;height:2.375rem;top:22.687501192093rem;left:1.25rem;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;z-index:15048;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #AFOxPaqLBCI8hKEXsFoiHrm9Eo8gTu9e { display:block; }
 }@media only screen and (max-width: 763px) { #bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 { display:none; }#bE67TyaKB4P1kPZ3IcChNdZVNgJ8uFB0 > .row .container { width:20rem;height:23rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #edm9kw3z2pMFi1dv1TOd7w1tlzSTS0nu { width:20rem;height:9.75rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dTLlgVWrTPw96xHu0UA2we6qV1BRQdFo { width:20rem;height:6rem;top:4.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #zrLrhHXnlPAac5aAvPq4FTJvpi6z9BOG { width:20rem;height:2.5rem;top:7.0625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1;color:rgba(var(--color-tertiary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #zNk0KMaOl3mTdoASPIRl9dZAMgDN1Ale { width:19.6875rem;height:3.75rem;top:4.34375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFlvRdKdFmvhohH1tuogCbWTUX10Kq7K { display:block; }
 }@media only screen and (max-width: 763px) { #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk { background-color:rgba(var(--color-secondary-1),1);background-image:url("https://images.assets-landingi.com/uc/2d0298a6-f5ac-45ec-8c4d-9cb43cd7c90b/talholadycrop_1208x834_2200preview.crop_1073x834_135,0.preview.png");background-position:center 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;display:none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.adaptive-delivery-prevent-bg, #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.lazyload, #n1KDJnFn0wkvL8Plfup1edhko3rOeJfk.lazyloading { background-image: none; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { border-width: 0; border-radius: 0; }#n1KDJnFn0wkvL8Plfup1edhko3rOeJfk > .row .container { width:20rem;height:67.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #lVVSZ8WPWbc4LrWJ1B1llcLMkqEIxp1o { width:19.1875rem;height:1.71875rem;top:1.25rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.5625rem;line-height:1.1;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #S1IHtTNudk8o6urlexLf8J0urUXI96T5 { width:20rem;height:8rem;top:9.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-2),1);display:block; }
 }@media only screen and (max-width: 763px) { #BR8Vo9Lb4VZ3BOUJcI3h2rCpNmS63FZT { top:29rem;left:0.375rem;width:8.375rem;height:3.9375rem;z-index:15010;overflow:hidden;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }
 }@media only screen and (max-width: 763px) { #hatOeTMI7gbgCg6dKNIa6xrCnwocQTgV { width:16.0625rem;height:4.5rem;top:52.375rem;left:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG6Q5w3Bb0ZCHQ4vyNbLddJGZaUczT7W { width:15.75rem;height:4.4375rem;top:46.6875rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yX6Q4Nnei82UBmPQZfiLqydliZP9feAx { width:7.3125rem;height:6.6875rem;top:34.1875rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcF2457MF6lElTGhfUHfEEJaL6chfxKR { width:20rem;height:4.4rem;top:58.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.1;color:rgba(var(--color-tertiary-4),1);font-family:var(--paragraphs-font-family);display:block; }
 }@media only screen and (max-width: 763px) { #Id9lV7Fiw1GcpLNsLyc6W0OB3PPxpQix { width:10rem;height:1.0625rem;top:44.25rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #c15loek7v04aBSKOqAarT49FRoMVNt0l { width:11.625rem;height:0;top:42.1875rem;left:4.1875rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXfAcWTZbSAf3Zusa1p11nGo7WicQXhu { width:19.6875rem;height:3.75rem;top:62.625rem;left:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZNUFD8WTIhVLzRPcZq2qcVSalyQkhV1 { display:block; }
 }@media only screen and (max-width: 763px) { #wxXMwwLbbZeS7ruTmaOcusdxe5fUFVCx { display:none; }#wxXMwwLbbZeS7ruTmaOcusdxe5fUFVCx > .row .container { width:20rem;height:54.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #P48hKASxEDiicRGyMB3tdyIS4OIrEuBO { width:20rem;height:21.75rem;top:3.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJBmdDLxyfeODt4OMZHQErsG3g2bs5oA { width:20rem;height:0;top:1.25rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qb3PDV8qNrNgbpm5udA914vsKoFkeTv3 { width:12.5rem;height:0;top:26.4375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #STQZVg2OgLQ4dVrlh0iTB9Fu4ZiGIl60 { width:20rem;height:21.75rem;top:28.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZVHhgGuKxX1faDXEo98pUTnaU74C7Lb2 { width:12.5rem;height:0;top:51.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK { position:relative;z-index:auto;background-color:rgba(var(--color-secondary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { background-color: transparent; background-image: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row > .video-iframe-container { display: none; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .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); }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { border-width: 0; border-radius: 0; }#dHfKIflVVDUxyCgfNnKT5ZKI4ATqrdTK > .row .container { width:20rem;height:29.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #anfX8B9eU1Zab7yrWHeOikHVp5ExaW7R { width:20rem;height:1.3999rem;top:26.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;font-family:var(--paragraphs-font-family);color:rgba(var(--color-tertiary-0),1);display:block; }
 }@media only screen and (max-width: 763px) { #koodwxDDtBOk5IVcbPFDq8KmedbQxaZo { width:20rem;height:1.5996125rem;top:16.9375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MefikNSs2uM4RRtlmlHEboD6iwpra1rO { width:20rem;height:1.5996125rem;top:14.0625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wHQRqBTwvwOgGHBokUmf7UBrvBP1yXqz { width:10.5625rem;height:2.3125rem;top:10.5rem;left:4.6875rem;display:block; }
 }