.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,231,217;--color-primary-1:255,177,128;--color-primary-2:255,98,0;--color-primary-3:128,49,0;--color-primary-4:38,15,0;--color-secondary-0:255,255,255;--color-secondary-1:224,224,224;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Roboto Slab";--paragraphs-font-family:"Roboto Slab"; }@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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/62b06b79-1187-4fbb-9ad0-2a306c61b609/audiencebusinessconference.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-4),0.77); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;overflow:visible;position:relative;display:block; }#xPgxsR0I6IFTQbTByOQKkV7y64T7UCaQ { 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.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0.0625rem 0rem 0.1875rem rgba(154,173,183,0.48) ;box-sizing:border-box;color:rgba(var(--color-secondary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.75rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:34.375rem;left:8.125rem;display:block; }
#EW2oNqoDdJhdzOeOTwEpvSATWJefDX6M { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#LQCKdVXVNfe5t1KDyrKzLMTnfOAMdzLt { color:rgba(var(--color-primary-2),1);display:block;width:32.75rem;position:absolute;font-family:roboto;font-size:2.5rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(var(--color-tertiary-4),0.27);top:7rem;left:8.124218940735rem;height:6.5rem;font-style:normal;display:block; }
#B48ZLECQCz3mOtfOFQU7enKkP26bt0Tn { color:rgba(var(--color-tertiary-0),1);display:block;width:33.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:15.65625rem;left:8.124218940735rem;height:17.95625rem;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; }
#crxT1gZn4B6BFu6oKukOJwNmzQZhTvaX { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.1875rem;top:2.5625076293945rem;left:65.812502384187rem;overflow:hidden;display:block; }
#iaBQryv6qwClh1XgKW2bEe6xm8Hz8Oue { position:absolute;display:block;z-index:15011;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.625rem;width:6.6875rem;top:2.5625rem;left:8.641406059265rem;overflow:hidden;display:block; }
#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { background-color: transparent; background-image: none; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container > .video-iframe-container { display: none; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row > .video-iframe-container { display: none; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .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); }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { border-width: 0; border-radius: 0; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { font-size:0.875rem;font-family:arial;height:33.9375rem;width:75rem;position:relative;display:block; }#cTr15WrHZ77oqB8egFg04CofT061vJdb { color:#000066;display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:400;z-index:15004;line-height:1;letter-spacing:0;top:2.7906265258789rem;left:7.374218940735rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rNG1Hqcal7rHLBJ8wrI7p8W1XLTqmCwT { background-color:rgba(var(--color-primary-2),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:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.625rem;height:2.6875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:29.25rem;left:30.187500953674rem;display:block; }
#J20Ssc4U1XBBAGd1srQzfXn9GZq0dsQd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C7cxKH9zhvx7qTT1nz10kygNLbEa2WoX { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.75rem;width:29.6875rem;top:6.1666669845581rem;left:41.725912570953rem;overflow:hidden;display:block; }
#wJL61NaLNOwov50OFktyllm7cUTR8syc { color:rgba(var(--color-tertiary-4),1);display:block;width:32.875rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:7.063281059265rem;left:7.374218940735rem;height:19.0125rem;display:block; }
#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ac8c9a25-05ab-4c6c-ad64-5c8c8d2b6b92/bg_placeholder.jpg");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; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6.adaptive-delivery-prevent-bg, #RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6.lazyload, #RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6.lazyloading { background-image: none; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container { background-color: transparent; background-image: none; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container > .video-iframe-container { display: none; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-secondary-4),0.9); }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row > .video-iframe-container { display: none; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .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); }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container { border-width: 0; border-radius: 0; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:75rem;position:relative;display:block; }#ClUugiJObSvsTcS0NMkozl8cObRg8srD { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15017;line-height:1.7;letter-spacing:0;top:13.5625rem;left:31.625000953674rem;height:2.55rem;font-style:normal;display:block; }
#K8k7CCooUpUx37N5CIcZh8DqJP9797T5 { color:rgba(var(--color-tertiary-1),1);display:block;width:21.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15018;line-height:1.7;letter-spacing:0;top:16.112500190735rem;left:31.625000953674rem;height:10.2rem;font-style:normal;display:block; }
#MPTMkH42lsGTUz7hAbs5DTSCU07Vf7CF { color:rgba(var(--color-primary-2),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15015;line-height:1.7;letter-spacing:0;top:18.125rem;left:0rem;height:1.7rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NJplAe5Azm5rfIM48TpoO6RDVvbsdX32 { color:rgba(var(--color-tertiary-0),1);display:block;width:25rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:20.4375rem;left:0rem;height:3.675rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#h4RrDVnJ8zter9TlPPR53cWKywALuy5O { position:absolute;display:block;z-index:15022;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:1.875rem;display:block; }
#gp2mA22UX1sK8xBOHQeGQBIMU3C6kSq5 { position:absolute;display:block;z-index:15023;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:4.25rem;display:block; }
#tfWz3b6de9QOvSQNlv48WwMTqtsqR7Z5 { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:6.625rem;display:block; }
#kGeCrZ0625ReMnBUpQFDLyx9na6z5eKN { position:absolute;display:block;z-index:15025;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:9rem;display:block; }
#Tw30VphydKOH1HHOtR1nPedyC8VHpgnw { color:rgba(var(--color-tertiary-1),1);display:block;width:19.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:32.550000190735rem;left:31.625000953674rem;height:8.5rem;font-style:normal;display:block; }
#zFE24b9k7WP8XnWm16JbeZX0tSrc7uCs { color:rgba(var(--color-tertiary-0),1);display:block;width:21.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:29.187500953674rem;left:31.625000953674rem;height:2.55rem;font-style:normal;display:block; }
#E6m3bCBcDqLEl0AJcsxAPvZyrC8KGuaa { color:rgba(var(--color-tertiary-1),1);display:block;width:19.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15026;line-height:1.7;letter-spacing:0;top:32.550000190735rem;left:54.625000953674rem;height:8.5rem;font-style:normal;display:block; }
#zDtUFeIZVwPAhZ1H9iPE6vbdKvUMyHRQ { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15025;line-height:1.7;letter-spacing:0;top:29.187500953674rem;left:54.625000953674rem;height:2.55rem;font-style:normal;display:block; }
#DSuN0RAIi7DDTaRtfJy59rMT8vOffnNM { color:rgba(var(--color-tertiary-1),1);display:block;width:19.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15022;line-height:1.7;letter-spacing:0;top:16.112499713897rem;left:54.000000953674rem;height:8.5rem;font-style:normal;display:block; }
#KqWOI1iTuwUsIDHeO4rTpXGprandEdI3 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15021;line-height:1.7;letter-spacing:0;top:13.500000476837rem;left:54.000000953674rem;height:2.55rem;font-style:normal;display:block; }
#yb6ZJz9TDrEXvPOE4Qs2nRsk21JSbNEc { color:rgba(var(--color-secondary-0),1);display:block;width:25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.7;letter-spacing:0;top:25.1748046875rem;left:0rem;height:15.3rem;display:block; }
#r5xhlimkvUAabWLt5sQu5TkhlCTKb5kz { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:41.875rem;width:45.625rem;top:11.25rem;left:29.375000953674rem;display:block; }
#oxtpkzd9PFTZW4bfTDOU1MAWEfLIVr47 { color:rgba(var(--color-tertiary-1),1);display:block;width:36.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15023;line-height:1.7;letter-spacing:0;top:46.287109375rem;left:31.625rem;height:5.1rem;font-style:normal;display:block; }
#FuQ8FWsFaVUzcOqGX0ZiigPBCI2u9tUD { color:rgba(var(--color-tertiary-0),1);display:block;width:38.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15022;line-height:1.7;letter-spacing:0;top:43.7998046875rem;left:31.625rem;height:2.55rem;font-style:normal;display:block; }
#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #080808, rgba(var(--color-tertiary-4),1));background-image: -moz-linear-gradient(180deg, #080808, rgba(var(--color-tertiary-4),1));background-image: -ms-linear-gradient(180deg, #080808, rgba(var(--color-tertiary-4),1));background-image: -o-linear-gradient(180deg, #080808, rgba(var(--color-tertiary-4),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='rgba(var(--color-tertiary-4),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#080808', endColorstr='rgba(var(--color-tertiary-4),1)' );";background-image: linear-gradient(180deg, #080808, rgba(var(--color-tertiary-4),1));background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container { background-color: transparent; background-image: none; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container > .video-iframe-container { display: none; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row > .video-iframe-container { display: none; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .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); }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container { border-width: 0; border-radius: 0; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container { font-size:0.875rem;font-family:arial;height:23.125rem;width:75rem;position:relative;display:block; }#SKyPH74T0alTReu8ZdmX3PnOAx6pi5Sl { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15005;line-height:1;letter-spacing:0;top:2.4359383583069rem;left:0rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;display:block; }
#chtp9KyGKVhp7XbPcaVcTi6WyiwsyQ2I { color:rgba(var(--color-secondary-0),1);display:block;width:46.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:6.52344417572rem;left:0rem;height:13.8125rem;display:block; }
#kTZsuBW4z6sdyftytmDtHsxBUw6NINXM { position:absolute;display:block;z-index:15009;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:16.6875rem;width:25.1875rem;top:4.6234378814697rem;left:49.718471979516rem;overflow:hidden;display:block; }
#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container { background-color: transparent; background-image: none; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container > .video-iframe-container { display: none; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row > .video-iframe-container { display: none; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .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); }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container { border-width: 0; border-radius: 0; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container { font-size:0.875rem;font-family:arial;height:36.5rem;width:75rem;position:relative;display:block; }#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:rgba(var(--color-tertiary-0),1);padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;display:block;align-items:center;width:2.625rem;min-width:2.625rem;height:2.6875rem;position:relative;font-family:roboto;font-size:2rem;font-weight:700;line-height:43px;text-align:center;text-align-last:center;top:0rem;left:0rem; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg .widget-text.counter-label { background-color:;background-image:none;color:rgba(var(--color-tertiary-4),1);padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.5rem;height:1.0625rem;position:relative;font-family:roboto;font-size:0.75rem;font-weight:400;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:18rem;height:5.0625rem;padding-top:0.625rem;padding-right:0.625rem;padding-bottom:0.625rem;padding-left:0.625rem;position:absolute;font-family:roboto;font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:18.90625rem;left:0rem;z-index:5000; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #fTXD5CqIsFiesT0h9Ct8qJN3iPis9BTg { display:flex;position:relative;top:0rem;left:0rem; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #F2WyRHu8W7r4sXuZhrO4rpFpWv4HxE7F { width:auto; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #ZrNw2nAIQz1TnbKf5Iwdxc2ELZBDrT5r {  }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #t8PpLbyX4v8aUJr5JSMIw8zVthHsQT0p { display:flex;position:relative;top:0rem;left:0rem; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #Uqmi4PQUUStkadzTp3IbvnSPyCtqqtXw {  }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #KFdhwpQazLeru8G5JF2gO1N7obahvRoT {  }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #NReHgUzVuKuUCHIITKL7DHh6WWPr2snL { display:flex;position:relative;top:0rem;left:0rem; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #OPNO1xFDewxCaeGCsSmAXqQyGLb3WqSE {  }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #rLPHVgTKttfEthcltUfaTpC6fz41Gwbc {  }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #qT3B8N01IfcZ4R3dHMLOAPeWTxCheFZG { display:flex;position:relative;top:0rem;left:0rem; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #M7wDC0NluRX9LhFab9GxJIkTHnRfQ1J7 {  }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #wStUQ0Bh1hnDsWLuICTyiT2Z1MuPi4NS {  }
#XxVazpO4GwXnzL2k6w1QA4im1ZmXWmNQ { color:rgba(var(--color-tertiary-0),1);display:block;width:47.75rem;position:absolute;font-family:roboto;font-size:1.1875rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:23.625rem;left:13.8125rem;height:1.54375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ngEiVy6AWVUqi1TmXCGNTPF7X6qFUePU { color:rgba(var(--color-tertiary-4),1);display:block;width:22.125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:16.625rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#l9413704Pm99I8f4tDdRqZnkXN8m28o3 { color:rgba(var(--color-tertiary-4),1);display:block;width:37.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:8rem;left:0rem;height:6.175rem;text-align:left;text-align-last:left;display:block; }
#qkqRvpC1eIDTQvHlKT7805JQMROPlf1m { color:rgba(var(--color-primary-2),1);display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.0625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.2734375rem;left:0rem;height:2.68125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fo3EwwyME2FfapCeff0iK5mGlXtofZOf { position:absolute;display:block;z-index:15017;height:21.75rem;width:38.75rem;top:4.96875rem;left:30.749218940735rem;display:block; }
#Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-secondary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O > .row .container { background-color: transparent; background-image: none; }#Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O > .row .container > .video-iframe-container { display: none; }#Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O > .row > .video-iframe-container { display: none; }#Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O > .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); }#Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O > .row .container { border-width: 0; border-radius: 0; }#Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O > .row .container { font-size:0.875rem;font-family:arial;height:53.8125rem;width:75rem;position:relative;display:block; }#eO0Qbx8vdkhqTE62MvAwR58BXvNst6BH { position:absolute;display:block;z-index:15012;background-color:transparent;background-image: -webkit-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(250deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:11.9375rem;left:0rem;display:block; }
#yhDk82GW1ApFnH6PhUST3URtT5TEFBRR { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:16.5rem;left:2.5rem; }
#Txi4B22bcVRfwVkICZ2dVV11icslTRfP { color:rgba(var(--color-tertiary-0),1);display:block;width:32.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15020;line-height:1.7;letter-spacing:0;top:18.762496948243rem;left:2.34375rem;height:5.1rem;font-style:normal;display:block; }
#y9Ktbe5sfppR9mufHfD95DMH6h1iIp0O { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15021;line-height:1.7;letter-spacing:0;top:24.5rem;left:2.5rem;height:5.1rem;font-style:normal;display:block; }
#o9Pb4xoRvVWQ9AP1giltupZBw6Lagzyy { position:absolute;display:block;z-index:15016;background-color:transparent;background-image: -webkit-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(288deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:11.9375rem;left:37.500000953674rem;display:block; }
#fDwAc9bH29Bvkuo46useVWrkdTfXJNI0 { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15025;line-height:1.7;letter-spacing:0;top:23.137496948243rem;left:40.000000953674rem;height:5.1rem;font-style:normal;display:block; }
#Pg9P08uRXduiN7kD9AfEDOMWTFUhsXwF { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15023;opacity:1;top:16.5rem;left:40.000000953674rem; }
#RS6bs0IwhHSCiD9USlgaoVCPW9OSIt2E { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15024;line-height:1.7;letter-spacing:0;top:19.287506103516rem;left:40.000000953674rem;height:2.55rem;font-style:normal;display:block; }
#kqmxTSZIqrkbFBDTIpTTEX6LVMDUq831 { position:absolute;display:block;z-index:15020;background-color:transparent;background-image: -webkit-linear-gradient(351deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(351deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(351deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(351deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(351deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:30.6875rem;left:0rem;display:block; }
#ygwW2ioeHck0stBDRtFCHOXTAiv3urP6 { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15029;line-height:1.7;letter-spacing:0;top:41.5rem;left:2.5rem;height:5.1rem;font-style:normal;display:block; }
#Q2x5dF8EaczyQvDfpsUnkTU8orE0odTv { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15027;opacity:1;top:35.25rem;left:2.5rem; }
#xza177QJm7Ietphn0JTrEiqCsUMZdLJw { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15028;line-height:1.7;letter-spacing:0;top:38.3125rem;left:2.5rem;height:2.55rem;font-style:normal;display:block; }
#d0FzxGZTMMc3DyEeNByAdpqa9kkTUbEA { position:absolute;display:block;z-index:15024;background-color:transparent;background-image: -webkit-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -moz-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -ms-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-image: -o-linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-4),0)', endColorstr='rgba(var(--color-primary-1),0.2)' );";background-image: linear-gradient(120deg, rgba(var(--color-primary-4),0), rgba(var(--color-primary-1),0.2));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.75rem;width:37.5rem;top:30.6875rem;left:37.500000953674rem;display:block; }
#ULACmgGNoRFET7KvsaxF3ybxTOQcKMnc { color:rgba(var(--color-tertiary-1),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15033;line-height:1.7;letter-spacing:0;top:41.5rem;left:40.000000953674rem;height:5.1rem;font-style:normal;display:block; }
#hZwP3CFeTdJwCk8X0su9LHc2SpL09Uf3 { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15032;line-height:1.7;letter-spacing:0;top:38.3125rem;left:40.000000953674rem;height:2.55rem;font-style:normal;display:block; }
#urmbOucskPiQk11uwASUkC8mKe7Vk3SA { box-sizing:content-box;color:#5d92ff;font-size:1.4375rem;font-weight:400;line-height:1;height:2.125rem;width:2.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15031;opacity:1;top:35.25rem;left:40.000000953674rem; }
#tiSd2EOErOKqRdm6BdC8feR7pllpOp99 { color:rgba(var(--color-primary-2),1);display:block;width:52.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15010;line-height:1.4;letter-spacing:0;top:3.875rem;left:9.3726568222044rem;height:3.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i0tE5XLS5T7uyBpfiDfLVB6br1OmaN4o { position:absolute;display:block;z-index:15027;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:66.625rem;display:block; }
#JcnbnOHSwq55tM9pn9uQNCLeZluo1MD3 { position:absolute;display:block;z-index:15028;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:69rem;display:block; }
#gvcaJzup6GPrxXlpb7QmINq0cEIbBbtW { position:absolute;display:block;z-index:15029;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:71.375rem;display:block; }
#dSebP9WxfJbnvnLSIoW9lpfKn1koqGyx { position:absolute;display:block;z-index:15026;background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -moz-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -ms-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-image: -o-linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),0.3)', endColorstr='rgba(var(--color-primary-4),0)' );";background-image: linear-gradient(180deg, rgba(var(--color-primary-2),0.3), rgba(var(--color-primary-4),0));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.25rem;width:0.5rem;top:0rem;left:64.25rem;display:block; }
#daACmr85EhCTpElNmgTBqgFAesCBtdAW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#daACmr85EhCTpElNmgTBqgFAesCBtdAW > .row .container { background-color: transparent; background-image: none; }#daACmr85EhCTpElNmgTBqgFAesCBtdAW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daACmr85EhCTpElNmgTBqgFAesCBtdAW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daACmr85EhCTpElNmgTBqgFAesCBtdAW > .row .container > .video-iframe-container { display: none; }#daACmr85EhCTpElNmgTBqgFAesCBtdAW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#daACmr85EhCTpElNmgTBqgFAesCBtdAW > .row > .video-iframe-container { display: none; }#daACmr85EhCTpElNmgTBqgFAesCBtdAW > .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); }#daACmr85EhCTpElNmgTBqgFAesCBtdAW > .row .container { border-width: 0; border-radius: 0; }#daACmr85EhCTpElNmgTBqgFAesCBtdAW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#daACmr85EhCTpElNmgTBqgFAesCBtdAW > .row .container { font-size:0.875rem;font-family:arial;height:43.4375rem;width:75rem;position:relative;display:block; }#i6yFdHbnfXzcVwKTsUoy9PIUXvuh5hD8 { color:#000066;display:block;width:75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:4.25rem;left:0rem;height:2.6rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-form-header {  }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;color:#fbfbfb;width:29.3125rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left;font-style:normal; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.3125rem;box-sizing:border-box;height:2.75rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-text {padding-top: 0; padding-bottom: 0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.3125rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:29.3125rem;box-sizing:border-box;height:2.75rem;color:#000000;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-select {padding-top: 0; padding-bottom: 0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .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; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-button { background-color:#000000;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:5.8125rem;margin-bottom:0.25rem;margin-left:6.4375rem;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:16.375rem;height:2.875rem;font-family:"open sans";overflow:hidden;box-shadow: none;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;line-height:1.2; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT [class*="-text"]:-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT [class*="-text"]::-moz-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT [class*="-text"]:-ms-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT [class*="-text"]::-webkit-input-placeholder { color:#9e9e9e;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .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.875rem;font-weight:400;color:#ffffff;vertical-align:top;width:28.0625rem;overflow:hidden;font-style:normal; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .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; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.25rem;vertical-align:middle;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-container:first-of-type{padding-top:0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-container:last-of-type{padding-bottom:0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT  { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff6200, #ed765e);background-image: -moz-linear-gradient(45deg, #ff6200, #ed765e);background-image: -ms-linear-gradient(45deg, #ff6200, #ed765e);background-image: -o-linear-gradient(45deg, #ff6200, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #ff6200, #ed765e);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.592968940735rem;top:8.75rem;z-index:15005;position:absolute; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:29.3125rem;display:block;vertical-align:top; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.875rem;line-height:1.3;font-weight:700;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT {display:block;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT { background-color:transparent;background-image: -webkit-linear-gradient(45deg, #ff6200, #ed765e);background-image: -moz-linear-gradient(45deg, #ff6200, #ed765e);background-image: -ms-linear-gradient(45deg, #ff6200, #ed765e);background-image: -o-linear-gradient(45deg, #ff6200, #ed765e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ed765e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6200', endColorstr='#ed765e' );";background-image: linear-gradient(45deg, #ff6200, #ed765e);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:29.3125rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:21.592968940735rem;top:8.75rem;z-index:15005;position:absolute; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #SkF1uT1VgylXrhIEb7Etn9nDCmKnZUBy { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #dKAvT4kFoTlPKgN54fxObIkqfQomQTdX { position:relative;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #xXWu1lJ9z573MJaivtuTTHiihQmEcLcN { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #By1OFcV57hewcv2JpLdKgaR85unyfp9D { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #RSxDHIAqfBkU74eMpTT12hpa4p3nyN1U { position:relative;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #kSTzrr3Bunb5mp2TAnyNN7uI4CiyXiw6 { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #mSvCLD2SZnkNvaUmvBKdiF0hA6g0utbl { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #W0TE08aKqBhI9h5sRxTcFgoKPzofNnlq { position:relative;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #uKvMkfBnv48sWykIyGbhT7EJX5opFLsw { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #HGUfBZuoWGFXeeDUXUonBVEWr4MTAfr1 { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #nbT3STCASUCKr9zexcDTn6ur6B12Ry4L { position:relative;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #Pa6NO7XQs2WlOSLIr60VHRBuam6rCPW3 { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #OQclZVTaUJS0wU34Mn5HqlaXSIMngLtp { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #MB2kfbqQsoZeZywRKbMsaZ1TSUnyQt1X { position:relative;display:block; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #br0cKVNdFZVJPygUF8Ogs4B8QEJEsefT { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #W2ADxkyBVfxTPTH5S7L0DrGzzQohVNMG { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #ycqGsg6iem03eJlH5ZeaNJEBClnU8Ms6 { position:relative;z-index:2; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #bNR99pyW8TC8TRicboxUxOn6nkxlkLor { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #NH9gcc1WIrS7qyhxCQX7bxtzUDTZwtt2 { position:relative; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #EQDsyXtoqFAt0AkHbrMANzAbixw9c5qc { position:relative; }
#lcLRW9kMMiZo0DvskMowecpOSO8mPfay { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5625rem;width:1.6875rem;top:32.375rem;left:62.5625rem;overflow:hidden;display:block; }
#M3AffelOwtWPIwpvLNStNlmoaxwKLoey { 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:1.5rem;width:1.6875rem;top:3.5625rem;left:14.5rem;overflow:hidden;display:block; }
#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container { background-color: transparent; background-image: none; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container > .video-iframe-container { display: none; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row > .video-iframe-container { display: none; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .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); }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container { border-width: 0; border-radius: 0; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:75rem;overflow:visible;position:relative;display:block; }#AD36sGO3yUlC5tMrJTEwuDhAmzLyflHc { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.3125rem;left:20.4375rem;height:1.4625rem;display:block; }
#cdy59uHrV2x1VThyiFnAfvb2Tcvmkh5G { position:absolute;display:block;z-index:15001;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.4375rem;width:2.4375rem;top:1.9375rem;left:28.25rem;overflow:hidden;display:none; }
#Tw6tUkNhz47XfZ4CiCFNORf5vrGNRyIM { 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:6.375rem;width:6.375rem;top:0rem;left:28.750000953674rem;overflow:hidden;display:block; }
#SXzI964xMcEaw88sp6T3vlc0hqB7uQRy { color:rgba(var(--color-secondary-0),1);display:block;width:0.625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:2.6312522888184rem;left:35.812500953674rem;height:1.3rem;font-style:normal;display:block; }
#dLwkqiUv5NrBEbQO8pHPelvwwAB6XM9i { position:absolute;display:block;z-index:15007;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.5rem;width:4.6875rem;top:2.03125rem;left:38.250000953674rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPgxsR0I6IFTQbTByOQKkV7y64T7UCaQ { width:14.5625rem;height:2.75rem;top:34.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW2oNqoDdJhdzOeOTwEpvSATWJefDX6M { display:block; }
 }@media only screen and (max-width: 763px) { #LQCKdVXVNfe5t1KDyrKzLMTnfOAMdzLt { top:7rem;left:0rem;width:32.75rem;height:6.5rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #B48ZLECQCz3mOtfOFQU7enKkP26bt0Tn { top:15.625rem;left:0rem;width:33.75rem;height:17.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #crxT1gZn4B6BFu6oKukOJwNmzQZhTvaX { top:2.5625rem;left:39.5625rem;width:8.1875rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBQryv6qwClh1XgKW2bEe6xm8Hz8Oue { top:2.5625rem;left:0rem;width:6.6875rem;height:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOCocbtaskSlJBBoHxhuar8u9OFeTRsG { display:block; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTr15WrHZ77oqB8egFg04CofT061vJdb { width:32.5rem;height:2.1875rem;top:2.75rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNG1Hqcal7rHLBJ8wrI7p8W1XLTqmCwT { width:14.625rem;height:2.6875rem;top:29.25rem;left:16.562500953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20Ssc4U1XBBAGd1srQzfXn9GZq0dsQd { display:block; }
 }@media only screen and (max-width: 763px) { #C7cxKH9zhvx7qTT1nz10kygNLbEa2WoX { width:29.6875rem;height:19.75rem;top:6.125rem;left:18.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJL61NaLNOwov50OFktyllm7cUTR8syc { top:7.0625rem;left:0rem;width:32.875rem;height:19rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 { display:block; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClUugiJObSvsTcS0NMkozl8cObRg8srD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #K8k7CCooUpUx37N5CIcZh8DqJP9797T5 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MPTMkH42lsGTUz7hAbs5DTSCU07Vf7CF { top:18.125rem;left:0rem;width:25rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJplAe5Azm5rfIM48TpoO6RDVvbsdX32 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4RrDVnJ8zter9TlPPR53cWKywALuy5O { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp2mA22UX1sK8xBOHQeGQBIMU3C6kSq5 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfWz3b6de9QOvSQNlv48WwMTqtsqR7Z5 { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGeCrZ0625ReMnBUpQFDLyx9na6z5eKN { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw30VphydKOH1HHOtR1nPedyC8VHpgnw { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zFE24b9k7WP8XnWm16JbeZX0tSrc7uCs { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6m3bCBcDqLEl0AJcsxAPvZyrC8KGuaa { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDtUFeIZVwPAhZ1H9iPE6vbdKvUMyHRQ { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DSuN0RAIi7DDTaRtfJy59rMT8vOffnNM { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KqWOI1iTuwUsIDHeO4rTpXGprandEdI3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yb6ZJz9TDrEXvPOE4Qs2nRsk21JSbNEc { top:18rem;left:0rem;width:22.5rem;height:11.8945rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #r5xhlimkvUAabWLt5sQu5TkhlCTKb5kz { width:45.625rem;height:41.875rem;top:11.25rem;left:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxtpkzd9PFTZW4bfTDOU1MAWEfLIVr47 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FuQ8FWsFaVUzcOqGX0ZiigPBCI2u9tUD { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S { display:block; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKyPH74T0alTReu8ZdmX3PnOAx6pi5Sl { width:47.75rem;height:2.1875rem;top:2.375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chtp9KyGKVhp7XbPcaVcTi6WyiwsyQ2I { top:6.5rem;left:0rem;width:46.1875rem;height:13.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTZsuBW4z6sdyftytmDtHsxBUw6NINXM { top:4.5625rem;left:22.5625rem;width:25.1875rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzFatJ9xShgH3gVg97aP18DWBZRTPpbN { display:block; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg { display:flex;width:18rem;height:5.0625rem;top:1.1875rem;left:14.84375rem; }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #fTXD5CqIsFiesT0h9Ct8qJN3iPis9BTg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #F2WyRHu8W7r4sXuZhrO4rpFpWv4HxE7F {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #ZrNw2nAIQz1TnbKf5Iwdxc2ELZBDrT5r {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #t8PpLbyX4v8aUJr5JSMIw8zVthHsQT0p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #Uqmi4PQUUStkadzTp3IbvnSPyCtqqtXw {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #KFdhwpQazLeru8G5JF2gO1N7obahvRoT {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #NReHgUzVuKuUCHIITKL7DHh6WWPr2snL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #OPNO1xFDewxCaeGCsSmAXqQyGLb3WqSE {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #rLPHVgTKttfEthcltUfaTpC6fz41Gwbc {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #qT3B8N01IfcZ4R3dHMLOAPeWTxCheFZG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #M7wDC0NluRX9LhFab9GxJIkTHnRfQ1J7 {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #wStUQ0Bh1hnDsWLuICTyiT2Z1MuPi4NS {  }
 }@media only screen and (max-width: 763px) { #XxVazpO4GwXnzL2k6w1QA4im1ZmXWmNQ { top:23.625rem;left:0rem;width:47.75rem;height:1.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ngEiVy6AWVUqi1TmXCGNTPF7X6qFUePU { top:16.625rem;left:0rem;width:22.125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #l9413704Pm99I8f4tDdRqZnkXN8m28o3 { top:8rem;left:0rem;width:37.0625rem;height:6.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qkqRvpC1eIDTQvHlKT7805JQMROPlf1m { top:1.25rem;left:0rem;width:47.75rem;height:2.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fo3EwwyME2FfapCeff0iK5mGlXtofZOf { top:4.9375rem;left:9rem;width:38.75rem;height:21.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O { display:block; }#Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eO0Qbx8vdkhqTE62MvAwR58BXvNst6BH { width:37.5rem;height:18.75rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhDk82GW1ApFnH6PhUST3URtT5TEFBRR { top:16.5rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Txi4B22bcVRfwVkICZ2dVV11icslTRfP { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y9Ktbe5sfppR9mufHfD95DMH6h1iIp0O { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #o9Pb4xoRvVWQ9AP1giltupZBw6Lagzyy { width:37.5rem;height:18.75rem;top:11.9375rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDwAc9bH29Bvkuo46useVWrkdTfXJNI0 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg9P08uRXduiN7kD9AfEDOMWTFUhsXwF { top:16.5rem;left:26.375000953674rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RS6bs0IwhHSCiD9USlgaoVCPW9OSIt2E { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqmxTSZIqrkbFBDTIpTTEX6LVMDUq831 { width:37.5rem;height:18.75rem;top:30.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygwW2ioeHck0stBDRtFCHOXTAiv3urP6 { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q2x5dF8EaczyQvDfpsUnkTU8orE0odTv { top:35.25rem;left:0rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xza177QJm7Ietphn0JTrEiqCsUMZdLJw { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d0FzxGZTMMc3DyEeNByAdpqa9kkTUbEA { width:37.5rem;height:18.75rem;top:30.6875rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULACmgGNoRFET7KvsaxF3ybxTOQcKMnc { top:20.8125rem;left:1.25rem;width:12.5625rem;height:6.796875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hZwP3CFeTdJwCk8X0su9LHc2SpL09Uf3 { top:18.25rem;left:1.25rem;width:12.5625rem;height:1.9121125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #urmbOucskPiQk11uwASUkC8mKe7Vk3SA { top:35.25rem;left:26.375000953674rem;width:2.125rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tiSd2EOErOKqRdm6BdC8feR7pllpOp99 { top:12.4375rem;left:0rem;width:22.5rem;height:3.67480625rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i0tE5XLS5T7uyBpfiDfLVB6br1OmaN4o { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcnbnOHSwq55tM9pn9uQNCLeZluo1MD3 { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvcaJzup6GPrxXlpb7QmINq0cEIbBbtW { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSebP9WxfJbnvnLSIoW9lpfKn1koqGyx { width:0.5rem;height:11.25rem;top:0rem;left:47.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #daACmr85EhCTpElNmgTBqgFAesCBtdAW { display:block; }#daACmr85EhCTpElNmgTBqgFAesCBtdAW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6yFdHbnfXzcVwKTsUoy9PIUXvuh5hD8 { top:4.25rem;left:0rem;width:47.75rem;height:2.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-regular-label { display:block;width:29.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-text { width:29.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-text {padding-top: 0; padding-bottom: 0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-textarea { width:29.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-select { width:29.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-select {padding-top: 0; padding-bottom: 0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-button { width:16.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.3125rem; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-checkbox-label { width:28.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT  { width:29.3125rem;height:auto;top:8.75rem;left:7.967968940735rem; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .radio-container { width:29.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT {display:block;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT { width:29.3125rem;height:auto;top:8.75rem;left:7.967968940735rem; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #SkF1uT1VgylXrhIEb7Etn9nDCmKnZUBy {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #dKAvT4kFoTlPKgN54fxObIkqfQomQTdX { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #xXWu1lJ9z573MJaivtuTTHiihQmEcLcN {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #By1OFcV57hewcv2JpLdKgaR85unyfp9D {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #RSxDHIAqfBkU74eMpTT12hpa4p3nyN1U { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #kSTzrr3Bunb5mp2TAnyNN7uI4CiyXiw6 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #mSvCLD2SZnkNvaUmvBKdiF0hA6g0utbl {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #W0TE08aKqBhI9h5sRxTcFgoKPzofNnlq { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #uKvMkfBnv48sWykIyGbhT7EJX5opFLsw {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #HGUfBZuoWGFXeeDUXUonBVEWr4MTAfr1 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #nbT3STCASUCKr9zexcDTn6ur6B12Ry4L { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #Pa6NO7XQs2WlOSLIr60VHRBuam6rCPW3 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #OQclZVTaUJS0wU34Mn5HqlaXSIMngLtp {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #MB2kfbqQsoZeZywRKbMsaZ1TSUnyQt1X { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #br0cKVNdFZVJPygUF8Ogs4B8QEJEsefT {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #W2ADxkyBVfxTPTH5S7L0DrGzzQohVNMG {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #ycqGsg6iem03eJlH5ZeaNJEBClnU8Ms6 { z-index:2; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #bNR99pyW8TC8TRicboxUxOn6nkxlkLor {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #NH9gcc1WIrS7qyhxCQX7bxtzUDTZwtt2 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #EQDsyXtoqFAt0AkHbrMANzAbixw9c5qc {  }
 }@media only screen and (max-width: 763px) { #lcLRW9kMMiZo0DvskMowecpOSO8mPfay { top:32.375rem;left:46.0625rem;width:1.6875rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3AffelOwtWPIwpvLNStNlmoaxwKLoey { top:3.5625rem;left:0.875rem;width:1.6875rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb { display:block; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AD36sGO3yUlC5tMrJTEwuDhAmzLyflHc { top:2.3125rem;left:6.8125rem;width:12.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cdy59uHrV2x1VThyiFnAfvb2Tcvmkh5G { width:2.4375rem;height:2.4375rem;top:1.9375rem;left:14.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tw6tUkNhz47XfZ4CiCFNORf5vrGNRyIM { width:6.375rem;height:6.375rem;top:0rem;left:15.125000953674rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXzI964xMcEaw88sp6T3vlc0hqB7uQRy { top:2.625rem;left:22.187500953674rem;width:0.625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dLwkqiUv5NrBEbQO8pHPelvwwAB6XM9i { top:2rem;left:24.625000953674rem;width:4.6875rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/868491b5-45a4-4e7f-838a-c6c1aa541d90/manwithclipboardtradingoffice.jpg");background-position:top left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.77); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:38.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xPgxsR0I6IFTQbTByOQKkV7y64T7UCaQ { width:13.6rem;height:2.475rem;top:35.11875rem;left:3.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW2oNqoDdJhdzOeOTwEpvSATWJefDX6M { display:block; }
 }@media only screen and (max-width: 763px) { #LQCKdVXVNfe5t1KDyrKzLMTnfOAMdzLt { width:20rem;height:3.9rem;top:8rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #B48ZLECQCz3mOtfOFQU7enKkP26bt0Tn { width:20rem;height:20.71875rem;top:13.15rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #crxT1gZn4B6BFu6oKukOJwNmzQZhTvaX { width:8.1875rem;height:1.625rem;top:5.125rem;left:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iaBQryv6qwClh1XgKW2bEe6xm8Hz8Oue { width:6.6875rem;height:2.625rem;top:1.25rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MOCocbtaskSlJBBoHxhuar8u9OFeTRsG { display:block; }#MOCocbtaskSlJBBoHxhuar8u9OFeTRsG > .row .container { width:20rem;height:40.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cTr15WrHZ77oqB8egFg04CofT061vJdb { width:20rem;height:1.5625rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rNG1Hqcal7rHLBJ8wrI7p8W1XLTqmCwT { width:14rem;height:2.375rem;top:36.9375rem;left:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #J20Ssc4U1XBBAGd1srQzfXn9GZq0dsQd { display:block; }
 }@media only screen and (max-width: 763px) { #C7cxKH9zhvx7qTT1nz10kygNLbEa2WoX { width:20rem;height:13.3125rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wJL61NaLNOwov50OFktyllm7cUTR8syc { width:20rem;height:17.0625rem;top:4.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 { display:block; }#RrB2RJOzIygiiC9Jz5c3XdBLvQd8hWy6 > .row .container { width:20rem;height:113.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ClUugiJObSvsTcS0NMkozl8cObRg8srD { width:17.5rem;height:2.55rem;top:31.375rem;left:0.49921876192093rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #K8k7CCooUpUx37N5CIcZh8DqJP9797T5 { width:17.5rem;height:11.9rem;top:33.925001144409rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MPTMkH42lsGTUz7hAbs5DTSCU07Vf7CF { width:20rem;height:1.7rem;top:1.1232633590698rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NJplAe5Azm5rfIM48TpoO6RDVvbsdX32 { width:20rem;height:2.8rem;top:4.2248268127441rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h4RrDVnJ8zter9TlPPR53cWKywALuy5O { width:0.5rem;height:11.25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gp2mA22UX1sK8xBOHQeGQBIMU3C6kSq5 { width:0.5rem;height:11.25rem;top:0rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tfWz3b6de9QOvSQNlv48WwMTqtsqR7Z5 { width:0.5rem;height:11.25rem;top:5.7220458984375E-6rem;left:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kGeCrZ0625ReMnBUpQFDLyx9na6z5eKN { width:0.5rem;height:11.25rem;top:39.686719894409rem;left:19.499999582768rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tw30VphydKOH1HHOtR1nPedyC8VHpgnw { width:17.5rem;height:10.2rem;top:66.987501144406rem;left:1.4992187619209rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zFE24b9k7WP8XnWm16JbeZX0tSrc7uCs { width:20rem;height:2.55rem;top:64.4375rem;left:0rem;font-size:1.5rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #E6m3bCBcDqLEl0AJcsxAPvZyrC8KGuaa { width:17.5rem;height:8.5rem;top:83.675001144406rem;left:1.2500000596046rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zDtUFeIZVwPAhZ1H9iPE6vbdKvUMyHRQ { width:17.5rem;height:2.55rem;top:80.5625rem;left:1.2500000596046rem;font-size:1.5rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DSuN0RAIi7DDTaRtfJy59rMT8vOffnNM { width:17.5rem;height:10.2rem;top:51.58749961853rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KqWOI1iTuwUsIDHeO4rTpXGprandEdI3 { width:20rem;height:2.3375rem;top:48.649219512939rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yb6ZJz9TDrEXvPOE4Qs2nRsk21JSbNEc { width:20rem;height:18.7rem;top:8.875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #r5xhlimkvUAabWLt5sQu5TkhlCTKb5kz { width:20rem;height:0.125rem;top:78.0625rem;left:-0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oxtpkzd9PFTZW4bfTDOU1MAWEfLIVr47 { width:20rem;height:8.5rem;top:100.8125rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FuQ8FWsFaVUzcOqGX0ZiigPBCI2u9tUD { width:20rem;height:4.675rem;top:95.3125rem;left:0rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S { display:block; }#h7rFoQ6fXMPehfvnM53gPkK1kMhumT6S > .row .container { width:20rem;height:39.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #SKyPH74T0alTReu8ZdmX3PnOAx6pi5Sl { width:20rem;height:3.125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #chtp9KyGKVhp7XbPcaVcTi6WyiwsyQ2I { width:20rem;height:15.6rem;top:20.6875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kTZsuBW4z6sdyftytmDtHsxBUw6NINXM { width:20rem;height:13.25rem;top:6.2007818222046rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzFatJ9xShgH3gVg97aP18DWBZRTPpbN { display:block; }#hzFatJ9xShgH3gVg97aP18DWBZRTPpbN > .row .container { width:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg { display:flex;width:18rem;height:5.0625rem;top:16.098438262939rem;left:0.37421876192093rem; }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #fTXD5CqIsFiesT0h9Ct8qJN3iPis9BTg { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #F2WyRHu8W7r4sXuZhrO4rpFpWv4HxE7F {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #ZrNw2nAIQz1TnbKf5Iwdxc2ELZBDrT5r {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #t8PpLbyX4v8aUJr5JSMIw8zVthHsQT0p { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #Uqmi4PQUUStkadzTp3IbvnSPyCtqqtXw {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #KFdhwpQazLeru8G5JF2gO1N7obahvRoT {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #NReHgUzVuKuUCHIITKL7DHh6WWPr2snL { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #OPNO1xFDewxCaeGCsSmAXqQyGLb3WqSE {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #rLPHVgTKttfEthcltUfaTpC6fz41Gwbc {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #qT3B8N01IfcZ4R3dHMLOAPeWTxCheFZG { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #M7wDC0NluRX9LhFab9GxJIkTHnRfQ1J7 {  }
 }@media only screen and (max-width: 763px) { #pAEuc9tpat5hCZw2uPnRLOZgmy2HWHHg #wStUQ0Bh1hnDsWLuICTyiT2Z1MuPi4NS {  }
 }@media only screen and (max-width: 763px) { #XxVazpO4GwXnzL2k6w1QA4im1ZmXWmNQ { width:19.875rem;height:1.21875rem;top:23.118750572204rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:rgba(var(--color-primary-4),1);display:block; }
 }@media only screen and (max-width: 763px) { #ngEiVy6AWVUqi1TmXCGNTPF7X6qFUePU { width:20rem;height:1.3rem;top:14.235939025879rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l9413704Pm99I8f4tDdRqZnkXN8m28o3 { width:20rem;height:6.90625rem;top:4.9125003814697rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qkqRvpC1eIDTQvHlKT7805JQMROPlf1m { width:20rem;height:2.275rem;top:1.5rem;left:0rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fo3EwwyME2FfapCeff0iK5mGlXtofZOf { width:14rem;height:15.25rem;top:29.41250038147rem;left:3.0000000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O { display:block; }#Uvv2hFKJy8uk0Z5huut6i0ol5Pm8Sv1O > .row .container { width:20rem;height:94.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #eO0Qbx8vdkhqTE62MvAwR58BXvNst6BH { width:20rem;height:22.125rem;top:9.1875rem;left:-0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhDk82GW1ApFnH6PhUST3URtT5TEFBRR { display:flex;width:2.125rem;height:2.125rem;top:10.375rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #Txi4B22bcVRfwVkICZ2dVV11icslTRfP { width:17.5rem;height:4.675rem;top:14.125rem;left:1.2500000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y9Ktbe5sfppR9mufHfD95DMH6h1iIp0O { width:17.5rem;height:8.5rem;top:19.3125rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #o9Pb4xoRvVWQ9AP1giltupZBw6Lagzyy { width:20rem;height:16.9375rem;top:32.8125rem;left:-0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDwAc9bH29Bvkuo46useVWrkdTfXJNI0 { width:17.5rem;height:8.5rem;top:41.299999237061rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Pg9P08uRXduiN7kD9AfEDOMWTFUhsXwF { display:flex;width:2.125rem;height:2.125rem;top:33.5625rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #RS6bs0IwhHSCiD9USlgaoVCPW9OSIt2E { width:17.5rem;height:4.675rem;top:35.625rem;left:1.875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kqmxTSZIqrkbFBDTIpTTEX6LVMDUq831 { width:20rem;height:16.25rem;top:53rem;left:-0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ygwW2ioeHck0stBDRtFCHOXTAiv3urP6 { width:17.5rem;height:8.5rem;top:61.5rem;left:1.2500000596046rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Q2x5dF8EaczyQvDfpsUnkTU8orE0odTv { display:flex;width:2.125rem;height:2.125rem;top:53.6875rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #xza177QJm7Ietphn0JTrEiqCsUMZdLJw { width:17.5rem;height:4.675rem;top:56.25rem;left:0.62421876192093rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d0FzxGZTMMc3DyEeNByAdpqa9kkTUbEA { width:20rem;height:17.5rem;top:73.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULACmgGNoRFET7KvsaxF3ybxTOQcKMnc { width:17.5rem;height:8.5rem;top:80.875rem;left:0.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hZwP3CFeTdJwCk8X0su9LHc2SpL09Uf3 { width:17.5rem;height:4.675rem;top:75.8125rem;left:0.625rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #urmbOucskPiQk11uwASUkC8mKe7Vk3SA { display:flex;width:2.125rem;height:2.125rem;top:73.75rem;left:8.3125rem; }
 }@media only screen and (max-width: 763px) { #tiSd2EOErOKqRdm6BdC8feR7pllpOp99 { width:20rem;height:5.6rem;top:2.3125038146973rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #i0tE5XLS5T7uyBpfiDfLVB6br1OmaN4o { width:0.5rem;height:11.25rem;top:11.512146353722rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JcnbnOHSwq55tM9pn9uQNCLeZluo1MD3 { width:0.5rem;height:11.25rem;top:24.493052482605rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gvcaJzup6GPrxXlpb7QmINq0cEIbBbtW { width:0.5rem;height:11.25rem;top:41.375010609627rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dSebP9WxfJbnvnLSIoW9lpfKn1koqGyx { width:0.5rem;height:11.25rem;top:1.3038120269776rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #daACmr85EhCTpElNmgTBqgFAesCBtdAW { display:block; }#daACmr85EhCTpElNmgTBqgFAesCBtdAW > .row .container { width:20rem;height:42.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #i6yFdHbnfXzcVwKTsUoy9PIUXvuh5hD8 { width:20rem;height:1.86875rem;top:1.25rem;left:0rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-regular-label { display:block;width:15rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-text { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-text {padding-top: 0; padding-bottom: 0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-textarea { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-select { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-select {padding-top: 0; padding-bottom: 0;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-input-button { width:8.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:3.3125rem;font-size:0.8125rem;overflow:hidden; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .widget-checkbox-label { width:13.75rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT  { width:15rem;height:auto;top:5.6804695129394rem;left:1.2500000596046rem; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT .radio-container { width:15rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT {display:block;}#T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT { width:15rem;height:auto;top:5.6804695129394rem;left:1.2500000596046rem; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #SkF1uT1VgylXrhIEb7Etn9nDCmKnZUBy {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #dKAvT4kFoTlPKgN54fxObIkqfQomQTdX { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #xXWu1lJ9z573MJaivtuTTHiihQmEcLcN {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #By1OFcV57hewcv2JpLdKgaR85unyfp9D {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #RSxDHIAqfBkU74eMpTT12hpa4p3nyN1U { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #kSTzrr3Bunb5mp2TAnyNN7uI4CiyXiw6 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #mSvCLD2SZnkNvaUmvBKdiF0hA6g0utbl {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #W0TE08aKqBhI9h5sRxTcFgoKPzofNnlq { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #uKvMkfBnv48sWykIyGbhT7EJX5opFLsw {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #HGUfBZuoWGFXeeDUXUonBVEWr4MTAfr1 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #nbT3STCASUCKr9zexcDTn6ur6B12Ry4L { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #Pa6NO7XQs2WlOSLIr60VHRBuam6rCPW3 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #OQclZVTaUJS0wU34Mn5HqlaXSIMngLtp {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #MB2kfbqQsoZeZywRKbMsaZ1TSUnyQt1X { display:block; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #br0cKVNdFZVJPygUF8Ogs4B8QEJEsefT {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #W2ADxkyBVfxTPTH5S7L0DrGzzQohVNMG {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #ycqGsg6iem03eJlH5ZeaNJEBClnU8Ms6 { z-index:2; }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #bNR99pyW8TC8TRicboxUxOn6nkxlkLor {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #NH9gcc1WIrS7qyhxCQX7bxtzUDTZwtt2 {  }
 }@media only screen and (max-width: 763px) { #T7u8BOe4SaAZ5NmWK455XAV5FeG2KWeT #EQDsyXtoqFAt0AkHbrMANzAbixw9c5qc {  }
 }@media only screen and (max-width: 763px) { #lcLRW9kMMiZo0DvskMowecpOSO8mPfay { width:1.4375rem;height:1.375rem;top:38.456251144409rem;left:9.2812505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3AffelOwtWPIwpvLNStNlmoaxwKLoey { width:1.4375rem;height:1.3125rem;top:3.8062505722046rem;left:9.2812505364419rem;display:block; }
 }@media only screen and (max-width: 763px) { #NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb { display:block; }#NEouJpWGfnsXe7sSBSL9SJI8fNzJWISb > .row .container { width:20rem;height:11.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AD36sGO3yUlC5tMrJTEwuDhAmzLyflHc { width:12.5rem;height:1.4625rem;top:1.25rem;left:3.75rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cdy59uHrV2x1VThyiFnAfvb2Tcvmkh5G { width:7.625rem;height:7.625rem;top:3.9625015258789rem;left:1.5367186665535rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Tw6tUkNhz47XfZ4CiCFNORf5vrGNRyIM { width:0.625rem;height:0.625rem;top:3.9625091552734rem;left:9.5625005364419rem;z-index:14997;display:block; }
 }@media only screen and (max-width: 763px) { #SXzI964xMcEaw88sp6T3vlc0hqB7uQRy { width:0.625rem;height:1.3rem;top:7.125rem;left:9.6875005364419rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dLwkqiUv5NrBEbQO8pHPelvwwAB6XM9i { width:4.6875rem;height:2.5rem;top:6.5250015258787rem;left:12.299218714237rem;display:block; }
 }