.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:223,248,231;--color-primary-1:148,231,176;--color-primary-2:41,206,96;--color-primary-3:21,103,48;--color-primary-4:6,31,14;--color-secondary-0:255,255,255;--color-secondary-1:247,247,247;--color-secondary-2:227,227,227;--color-secondary-3:136,136,136;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:247,247,247;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:Poppins;--paragraphs-font-family:Open Sans; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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:rgba(var(--color-tertiary-0),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; }#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); }#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); }#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 > .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:39.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#m3Tq2O9rcVr6ZNNIFKgpSWh4kb1RzMLo { color:#1d2128;display:block;width:33.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:10.93359375rem;left:0rem;height:9.75rem;text-align:left;text-align-last:left;display:block; }
#v1KgGmwAzg1E0HAnHcTdUDwByhywoJv8 { background-color:#1d2128;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:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.4375rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:33.1845703125rem;left:0rem;display:block; }
#HiTNs9b3IR6zhp7TsQpcNN90dktE1der { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T088CogMRSGITgVGILmnH4WSwZTbam8U { 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:3.87109375rem;width:10.0595625rem;top:1.25rem;left:24.96875rem;overflow:hidden;display:block; }
#VMcPQXOGMBagzvnSTaFESKVdJuzpS9xZ { color:rgba(var(--color-tertiary-4),1);display:block;width:7.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:8.8636360168456rem;left:0rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#WJ27R6auBDibNbyydHanSmWPlPVcAPEs { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15003;line-height:1.5;letter-spacing:0;top:22.435546875rem;left:0rem;height:7.96875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#yfx43HB0A0RSp5pNaNPLrE4GpCO41hqr { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.375rem;width:26.8125rem;top:7.8932294845581rem;left:33.1875rem;overflow:hidden;display:block; }
#WbtM0fbZ0Pv78zLbDqrTKoDEs943CpUf { color:rgba(var(--color-tertiary-4),1);display:block;width:8.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:8.8636360168456rem;left:7.4998245239256rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#FH1EffvLw1Z6HudGcL2tqxUCuCOHCixd { color:rgba(var(--color-tertiary-4),1);display:block;width:32.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15004;line-height:1.5;letter-spacing:0;top:22.5rem;left:0rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:none; }
#qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 { 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; }#qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 > .row .container { background-color: transparent; background-image: none; }#qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 > .row .container > .video-iframe-container { display: none; }#qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 > .row > .video-iframe-container { display: none; }#qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 > .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); }#qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 > .row .container { border-width: 0; border-radius: 0; }#qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 > .row .container { font-size:0.875rem;font-family:arial;height:24.8125rem;width:60rem;position:relative;display:block; }#H7MdEq4zEEu4R4n3xVtoTNDg0gA6VUkE { color:#1d2128;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:8.75rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:16.433769226074rem;left:0rem;height:11.375rem;text-align:center;text-align-last:center;display:block; }
#axDLMfUTrflzlIfaldwSnU63o0gq896p { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem #dcdcdc ;height:10.75rem;width:17.562125rem;top:2.4371447563171rem;left:0rem;display:block; }
#zh5zO74RmIlf5GaE4yPnJDtTEdkvi4W6 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem #dcdcdc ;height:10.75rem;width:17.562125rem;top:2.4371447563171rem;left:42.438743591309rem;display:block; }
#NJbFrtJUH6c4JWmisQLwDsSecCA7z6uL { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-1),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;box-shadow: 0.0625rem 0.0625rem 0.4375rem #dcdcdc ;height:10.75rem;width:17.56125rem;top:2.4371447563171rem;left:21.218040466309rem;display:block; }
#G8TNH8PGBVqLwXxwHGTdBtnzTOgJFWyf { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.49946875rem;width:1.49946875rem;top:3.6871447563171rem;left:8.0619659423825rem;overflow:hidden;display:block; }
#wqBkQcUO10xUMQgwI8yEEr0Khqn9KIRl { color:rgba(var(--color-tertiary-4),1);display:block;width:8.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15005;line-height:1.5;letter-spacing:0;top:6.0140268802643rem;left:4.4051856994629rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GfiKw4HbztBitoplCEHH7IteyieP5g4K { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:8.9321731328962rem;left:3.7171516418457rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XdDun7XebUVXmWAHKP0QELtgmRoWmgaR { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.49946875rem;width:1.49946875rem;top:3.9375rem;left:29.249824523926rem;overflow:hidden;display:block; }
#ZkqTxrUUVsNqrCbUusVDoQTncOIBV2C6 { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:6.0921518802643rem;left:24.936965942382rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XXOTBqrlMk7zJ2glU6FmxeqbZKZx1DJn { color:rgba(var(--color-tertiary-4),1);display:block;width:9.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:8.9339486956594rem;left:25.062141418457rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ufzPNpZO7DVwg4euBtTgTvXUFsZxT85R { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:1rem;top:3.9375rem;left:50.46875rem;overflow:hidden;display:block; }
#Pf996lwHM5hJaZko9Dc4aSGdwpsyuTze { color:rgba(var(--color-tertiary-4),1);display:block;width:10.1243125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:6.0140268802643rem;left:46.156784057618rem;height:1.21875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wAdtifXOpNKGbpMLUmAuxMqcJWQ5tPfD { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:8.931640625rem;left:43.75rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BeioQIc1CSPiTk2FGT7ZR0Hqf7TOTMZX { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2128;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; }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row .container { background-color: transparent; background-image: none; }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row .container > .video-iframe-container { display: none; }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row > .video-iframe-container { display: none; }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .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); }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row .container { border-width: 0; border-radius: 0; }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row .container { font-size:0.875rem;font-family:arial;height:42.3125rem;width:60rem;position:relative;display:block; }#QRQcemGBGDiiLRNsbDV20eS39TLDCzcN { color:rgba(var(--color-tertiary-1),1);display:block;width:26.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.375rem;left:27.5rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#lAWV7WTxmbtaNw1J2JHOxTyv8ux62vN5 { color:rgba(var(--color-tertiary-1),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.1875rem;left:27.5rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#LZQXzXfCIbOwX5WsS6rK0mMVKANroA8T { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.93489375rem;width:5.1862rem;top:8.3125rem;left:21.25rem;overflow:hidden;display:block; }
#kWfKGFfnOpJvKU4agywVVXLbkw8OB9kE { color:rgba(var(--color-tertiary-0),1);display:block;width:17.5615rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:7.236328125rem;left:2.5rem;height:5.19921875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ak7GTQQr5TXdIrAcHqJaMQa41bKz5TCM { 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:2.9350125rem;width:5.187325rem;top:13.125rem;left:21.25rem;overflow:hidden;display:block; }
#yHuVUJHqBp1oneIS9iSbaU6liTNxrHXn { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.93408125rem;width:5.1870125rem;top:21.9375rem;left:21.25rem;overflow:hidden;display:block; }
#PIX4ai2SWqSSGz9Dpvqic8e5IApAzbD3 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.93456875rem;width:5.1870125rem;top:17.75rem;left:21.25rem;overflow:hidden;display:block; }
#wUedwhzpcyKQUGh57rHixze8oSPn1iJg { color:rgba(var(--color-tertiary-1),1);display:block;width:28.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:17.69140625rem;left:27.5rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#zqoi6BJySpUyTSgmdzGzsA3rfIxhfCUr { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:8.3125rem;width:18.875rem;top:40.1884765625rem;left:0rem;display:block; }
#k0wzPA4PeCLw0QmRdMST3uvKBfh7lMov { color:rgba(var(--color-tertiary-1),1);display:block;width:28.6865rem;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:22.69140625rem;left:27.5rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#ulJvda1HD0xNnGti2ck4ae6IbPXxDXzi { 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:2.93359375rem;width:5.186525rem;top:26.041015625rem;left:21.25rem;overflow:hidden;display:block; }
#RAZbFDv6Pm3DHUTCggGTUl6J6eiet643 { color:rgba(var(--color-tertiary-1),1);display:block;width:28.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.77734375rem;left:27.5rem;height:1.4619125rem;text-align:left;text-align-last:left;display:block; }
#mrTJBxV5J5XQZ5S8OEXdT6muQEkSVqGp { 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:2.93359375rem;width:5.186525rem;top:30.3125rem;left:21.25rem;overflow:hidden;display:block; }
#JQ9B9Q7MUqyN63EytsEEzegXBPy03oFw { color:rgba(var(--color-tertiary-1),1);display:block;width:28.6855625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.31640625rem;left:27.5rem;height:2.923825rem;text-align:left;text-align-last:left;display:block; }
#d4HTg8tB3mMvND5TABOPTZ6ulQSTklZL { color:rgba(var(--color-primary-2),1);display:block;width:15.124rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:41.638671875rem;left:2.5rem;height:5.4121125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#i4VDomHGcDCdAxF24dm68ptGvqIcDVhb { 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; }#i4VDomHGcDCdAxF24dm68ptGvqIcDVhb > .row .container { background-color: transparent; background-image: none; }#i4VDomHGcDCdAxF24dm68ptGvqIcDVhb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4VDomHGcDCdAxF24dm68ptGvqIcDVhb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4VDomHGcDCdAxF24dm68ptGvqIcDVhb > .row .container > .video-iframe-container { display: none; }#i4VDomHGcDCdAxF24dm68ptGvqIcDVhb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#i4VDomHGcDCdAxF24dm68ptGvqIcDVhb > .row > .video-iframe-container { display: none; }#i4VDomHGcDCdAxF24dm68ptGvqIcDVhb > .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); }#i4VDomHGcDCdAxF24dm68ptGvqIcDVhb > .row .container { border-width: 0; border-radius: 0; }#i4VDomHGcDCdAxF24dm68ptGvqIcDVhb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#i4VDomHGcDCdAxF24dm68ptGvqIcDVhb > .row .container { font-size:0.875rem;font-family:arial;height:8.9375rem;width:60rem;position:relative;display:block; }#tHfkGNMGtqP1BRAMuoCs0OF5nXk7ND1Q { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5rem;border-top-right-radius:0.5rem;border-bottom-left-radius:0.5rem;border-bottom-right-radius:0.5rem;box-shadow: none;height:12.6875rem;width:21.8125rem;top:38.25106048584rem;left:-1.8125rem;display:none; }
#v1lO9UtfUgQTXoJW0mGlJvBesgeI2T4h { color:rgba(var(--color-primary-2),1);display:block;width:15.1243125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:0.31427383422851rem;left:2.5rem;height:5.41193125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f { 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; }#MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f > .row .container { background-color: transparent; background-image: none; }#MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f > .row .container > .video-iframe-container { display: none; }#MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f > .row > .video-iframe-container { display: none; }#MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f > .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); }#MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f > .row .container { border-width: 0; border-radius: 0; }#MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f > .row .container { font-size:0.875rem;font-family:arial;height:29.3125rem;width:60rem;position:relative;display:block; }#qHDC38giNHRESGIg51TZIiKB9zQ1ce69 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.124rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15013;line-height:1.5;letter-spacing:0;top:6.375rem;left:8.75rem;height:19.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#LWwBvvdRF80WLuqN8pr7c64Ep1rk02LL { color:#1d2128;display:block;width:13.8743125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:0.5625rem;left:8.875rem;height:1.70605625rem;text-align:left;text-align-last:left;display:block; }
#fNSeKxTckqF9NRMUGBbmHab1nHFW5CEZ { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15008;line-height:1.5;letter-spacing:0;top:2.6875rem;left:8.875rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fyxFTxBNnKe8hfGxT3P0oz4uRrUIKBHL { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9332375rem;width:5.187325rem;top:0rem;left:2.625rem;overflow:hidden;display:block; }
#vQinsWp5NTStgFwAyBwd2VooRoZA0ipH { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.875rem;width:12.9375rem;top:6.4365234375rem;left:37.5rem;overflow:hidden;display:block; }
#k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-1),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; }#k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 > .row .container { background-color: transparent; background-image: none; }#k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 > .row .container > .video-iframe-container { display: none; }#k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 > .row > .video-iframe-container { display: none; }#k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 > .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); }#k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 > .row .container { border-width: 0; border-radius: 0; }#k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 > .row .container { font-size:0.875rem;font-family:arial;height:73.1875rem;width:60rem;position:relative;display:block; }#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-form-header { font-size:0.875rem; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:bold;color:#1e1e1e;width:27.5rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;overflow:hidden;vertical-align:top;text-align:left;text-align-last:left;line-height:1.4; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(29,33,40,0.15);border-left:0.0625rem solid rgba(29,33,40,0.15);border-right:0.0625rem solid rgba(29,33,40,0.15);border-bottom:0.0625rem solid rgba(29,33,40,0.15);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:27.5rem;box-sizing:border-box;height:2.8125rem;color:rgba(var(--color-primary-2),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.1; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-text {padding-top: 0; padding-bottom: 0;}#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid rgba(29,33,40,0.15);border-left:0.0625rem solid rgba(29,33,40,0.15);border-right:0.0625rem solid rgba(29,33,40,0.15);border-bottom:0.0625rem solid rgba(29,33,40,0.15);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:27.5rem;box-sizing:border-box;height:7.5rem;color:rgba(var(--color-primary-2),1);font-size:1rem;overflow:hidden;font-family:var(--paragraphs-font-family);vertical-align:top;line-height:1.1; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:transparent;background-image:none;border-top:0.0625rem solid rgba(var(--color-secondary-4),1);border-right:0.0625rem solid rgba(var(--color-secondary-4),1);border-bottom:0.0625rem solid rgba(var(--color-secondary-4),1);border-left:0.0625rem solid rgba(var(--color-secondary-4),1);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:27.5rem;box-sizing:border-box;height:2.8125rem;color:#161616;font-family:arial;font-size:0.875rem;overflow:hidden;vertical-align:top; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-select {padding-top: 0; padding-bottom: 0;}#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-checkbox { width:0.99964375rem;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; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#f9a03c;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:27.5rem;height:3.75rem;font-family:var(--paragraphs-font-family);overflow:hidden;box-shadow: none; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l [class*="-text"]:-moz-placeholder { color:rgba(29,33,40,0.6);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l [class*="-text"]::-moz-placeholder { color:rgba(29,33,40,0.6);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l [class*="-text"]:-ms-input-placeholder { color:rgba(29,33,40,0.6);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l [class*="-text"]::-webkit-input-placeholder { color:rgba(29,33,40,0.6);font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;font-style:normal; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:var(--paragraphs-font-family);line-height:1.5;font-size:0.75rem;font-weight:400;color:#1d2128;vertical-align:top;width:26.31479375rem;overflow:hidden;font-style:normal;float:none; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .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; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:arial;font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.5;float:none; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-container:first-of-type{padding-top:0;}#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-container:last-of-type{padding-bottom:0;}#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.50229375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:14.994140625rem;top:23.8125rem;z-index:15000;position:absolute;font-size:0.875rem; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:27.5rem;display:block;vertical-align:top; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-info-text { display:block;height:auto;font-family:var(--paragraphs-font-family);font-size:0.75rem;line-height:1.6;font-weight:400;color:#1d2128;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l {display:block;}#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:27.50229375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;left:14.994140625rem;top:23.8125rem;z-index:15000;position:absolute;font-size:0.875rem; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #b48vZGKuSFBopcTs4p8uM8vCcTdLfbXQ { position:relative; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #AxwMLwgRgIX4BI4d4aG0w8dycQaBg2h1 { position:relative;display:block; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #fCR6eGOUp59NmcKup1J0gt2r5E7Dbbov { position:relative; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #c8HCWKyZpWrX7Psgy6kcc0eGh0kPHU9T { position:relative; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #gT5M05LUZhxWEiEtExls9zr0vLvdkxOD { position:relative;display:block; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #aKQI8dTo0rd4k1zSTBkUVIRbUM5HvPuR { position:relative; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #cya2QGnn5lz557LvbxrsA1LXQnkWR5Es { position:relative; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #zrfLLRT0Ar3vkCrJJhXwgr1lufPyk9dz { position:relative;display:block; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #TsEheoG0N8K01qQd8ETrn83eUOZJa9qi { position:relative; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #gTkl4BtMsD5lWaruM1c5otfLyV1Ielm0 { position:relative; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #gTkl4BtMsD5lWaruM1c5otfLyV1Ielm0 .container-column{width:33%;;}#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #mfoTzPvdZOFH2BTqNdL2J7aCyqwscJ3O { position:relative;display:block; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #uRf4PzPXTHxIECV52t4iPTVDF2p9GPqA { position:relative;z-index:2; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #hrlEtcutzttrtnTPHtvCy9MTOm0wPuWs { position:relative; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #icVaxXsOZkryBgadR19GUfuiLfGbOrhv { position:relative;z-index:2; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #rTWtwvUNoBEaRtpwzEaLUTCTfQ81M3aE { position:relative; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #u4aBR8G5cvfHnP1yihfeOu6pq0Ild6lt { position:relative;z-index:2; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #oKweKa1NsMxKIvCwaHw98qX8UnmiVzlF { position:relative; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #Gb5UO91rKH6Tc43I113tZtLhW7Fx4CgH { position:relative; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #R59Q1lw3A7UkDquvfkGuMGbSHF0OSMyL { position:relative;z-index:2; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #xcWqWOQ7OEoPHxNAKkPOyLJ04ZfAIEDi { position:relative; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #oTXperbK3C4B101GM9uCL2iei8OBi1Ni { position:relative; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #omGJfG1T6frTo7d0Nm37UHt14d4wrFmT { position:relative; }
#PH1v43cmoBoaGM1IDK3J81R3zW8qvm85 { color:rgba(var(--color-tertiary-4),1);display:block;width:29.9345625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:15.6875rem;left:15.03125rem;height:5.5244125rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HidkrFInahX2JQgGQZEtBT7aJ6TisvOw { 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:16.1860625rem;width:13.4375rem;top:57.0625rem;left:46.562498092651rem;overflow:hidden;display:block; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y .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-reverse;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;color:rgba(var(--color-primary-2),1);padding-top:0.563125rem;padding-right:0.481875rem;padding-bottom:0.563125rem;padding-left:0.481875rem;display:block;align-items:center;width:2.89375rem;min-width:2.89375rem;height:3.023125rem;position:relative;font-family:var(--paragraphs-font-family);font-size:2.25375rem;font-weight:700;line-height:48.37px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y .widget-text.counter-label { background-color:;background-image:none;color:#1d2128;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.35125rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.85625rem;height:1.0625rem;position:relative;font-family:var(--paragraphs-font-family);font-size:0.845625rem;font-weight:400;line-height:19.05px;text-align:center;text-align-last:center;text-transform:none;top:5%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y { border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;box-shadow: 0rem 0rem 0.5625rem 0rem rgba(29,33,40,0.06) ;display:flex;justify-content:space-between;width:19.4375rem;height:5.563125rem;padding-top:0.70375rem;padding-right:0.68875rem;padding-bottom:0.70375rem;padding-left:0.68875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.6875rem;left:19.5908203125rem;z-index:15003; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #D035ZoksHoHXZPe7Z3CNaXa88IogJfHh { display:flex;position:relative;top:0rem;left:0rem; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #Zmq9mWyUqr2vZndFx7Jf7CLGC0zgz03p { width:auto; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #tGqFdvAao0Q31NSVJKRvTMaR4nifmvx7 {  }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #DD6xGfUX5SL00If028vl0NXmp3AnkVJv { display:flex;position:relative;top:0rem;left:0rem; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #JDPK4yL7NRBNt1g4C42XfFXi35B2z1Pt {  }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #urbacKVKnrcZHTWtf2rwWuZZ5ZXtrCo9 {  }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #oMO4E2GxBa4b51DQyRv6kqthNcz1x57Q { display:flex;position:relative;top:0rem;left:0rem; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #t4hRPivwNf6P46uQ2yl9bE1PwPssDEFO {  }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #eGkLwVvCA3LihxlpzCQPM14g2VI4OnKG {  }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #ey6UMuTiUmUeITTxEATaPfDPuGMDkbEW { display:flex;position:relative;top:0rem;left:0rem; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #yT1eLPgxXEp4L9McdTUyDx6tGpWFnV72 {  }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #blNDSstzvCO86nLO1hIG49FzMTU7TxzO {  }
#DvhfQLvUzu3KpEHhH3x6VkZp469VRhJd { color:rgba(var(--color-tertiary-4),1);display:block;width:29.933625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.3125rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:2.8125rem;left:15.0322265625rem;height:1.70605625rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d2128;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; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container { background-color: transparent; background-image: none; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container > .video-iframe-container { display: none; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row > .video-iframe-container { display: none; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .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); }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container { border-width: 0; border-radius: 0; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container { font-size:0.875rem;font-family:arial;height:13.0625rem;width:60rem;position:relative;display:block; }#gqF9Re2AXcDs0tfgMHuNLd0gZoB0ZF6n { color:rgba(var(--color-tertiary-4),1);display:block;width:14.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:9.125rem;left:45.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#TD7n8Qd0AzZWeqLcDNealTthXxOigbpD { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:4.0625rem;top:4.1875rem;left:50rem;overflow:hidden;display:block; }
#LJSfMPUTKmREqQ18eLyUTWRJQduTW5lV { color:rgba(var(--color-tertiary-0),1);display:block;width:31.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15002;line-height:1.4;letter-spacing:0;top:2.9367980957031rem;left:0.062145233154297rem;height:1.575rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QXtPdF66qkyEHDHKrCc4WD7MHyoLXTlL { color:rgba(var(--color-tertiary-0),1);display:block;width:22.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15003;line-height:1.4;letter-spacing:0;top:5.4375rem;left:0.0625rem;height:1.225rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ocZ7J6KFia3e0nStfGBpwsTUWcHFJhGe { background-color:#1d2128;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid rgba(var(--color-secondary-1),1);border-left:0.125rem solid rgba(var(--color-secondary-1),1);border-right:0.125rem solid rgba(var(--color-secondary-1),1);border-bottom:0.125rem solid rgba(var(--color-secondary-1),1);border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.5rem;height:2.875rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:7.9375rem;left:0rem;display:block; }
#v5mMr5p3yFf6AQywVxHuAb9BB11c9VEm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-4),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container { background-color: transparent; background-image: none; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container > .video-iframe-container { display: none; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row > .video-iframe-container { display: none; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .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); }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container { border-width: 0; border-radius: 0; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container { font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;position:relative;display:block; }#PQdaxQU0XqGTxnwq1l1J1WpSM0mN1T0q { 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:3.75rem;width:3.75rem;top:0.375rem;left:45rem;overflow:hidden;display:block; }
#BIHqUdxggi2LHNZ8r97xcfOfr8DzarhT { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.375rem;left:48.75rem;overflow:hidden;display:block; }
#MZiEs0C3T0xqf1hHvseB1K4C9weC42nF { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.375rem;left:52.5rem;overflow:hidden;display:block; }
#xKaxbOzkEPh8ggTStuVXTwDWWSkLZ7t3 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.75rem;width:3.75rem;top:0.375rem;left:56.25rem;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) { #m3Tq2O9rcVr6ZNNIFKgpSWh4kb1RzMLo { top:10.875rem;left:0rem;width:33.1875rem;height:9.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #v1KgGmwAzg1E0HAnHcTdUDwByhywoJv8 { width:20.25rem;height:3.4375rem;top:33.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiTNs9b3IR6zhp7TsQpcNN90dktE1der { display:block; }
 }@media only screen and (max-width: 763px) { #T088CogMRSGITgVGILmnH4WSwZTbam8U { top:1.25rem;left:18.875rem;width:10rem;height:3.8481730691568rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMcPQXOGMBagzvnSTaFESKVdJuzpS9xZ { top:8.8125rem;left:0rem;width:7.5rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WJ27R6auBDibNbyydHanSmWPlPVcAPEs { top:22.375rem;left:0rem;width:32.5625rem;height:7.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yfx43HB0A0RSp5pNaNPLrE4GpCO41hqr { top:7.875rem;left:20.9375rem;width:26.8125rem;height:25.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbtM0fbZ0Pv78zLbDqrTKoDEs943CpUf { top:8.8125rem;left:1.3748245239257rem;width:8.875rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FH1EffvLw1Z6HudGcL2tqxUCuCOHCixd { top:29.375rem;left:0rem;width:19.6875rem;height:12rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 { display:block; }#qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7MdEq4zEEu4R4n3xVtoTNDg0gA6VUkE { top:16.375rem;left:0rem;width:47.75rem;height:11.3125rem;font-size:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #axDLMfUTrflzlIfaldwSnU63o0gq896p { top:2.375rem;left:0rem;width:17.5625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh5zO74RmIlf5GaE4yPnJDtTEdkvi4W6 { top:2.375rem;left:30.1875rem;width:17.5625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJbFrtJUH6c4JWmisQLwDsSecCA7z6uL { top:2.375rem;left:15.093040466309rem;width:17.5625rem;height:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8TNH8PGBVqLwXxwHGTdBtnzTOgJFWyf { top:3.625rem;left:1.9369659423828rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqBkQcUO10xUMQgwI8yEEr0Khqn9KIRl { top:6rem;left:0rem;width:8.75rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #GfiKw4HbztBitoplCEHH7IteyieP5g4K { top:8.875rem;left:0rem;width:9.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdDun7XebUVXmWAHKP0QELtgmRoWmgaR { top:3.9375rem;left:23.124824523926rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkqTxrUUVsNqrCbUusVDoQTncOIBV2C6 { top:6.0625rem;left:18.811965942382rem;width:10.0625rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XXOTBqrlMk7zJ2glU6FmxeqbZKZx1DJn { top:8.875rem;left:18.9365234375rem;width:9.8125rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ufzPNpZO7DVwg4euBtTgTvXUFsZxT85R { top:3.9375rem;left:44.34375rem;width:1rem;height:1.6252227355996rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf996lwHM5hJaZko9Dc4aSGdwpsyuTze { top:6rem;left:37.6875rem;width:10.0625rem;height:1.1875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAdtifXOpNKGbpMLUmAuxMqcJWQ5tPfD { top:8.875rem;left:32.8125rem;width:14.9375rem;height:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeioQIc1CSPiTk2FGT7ZR0Hqf7TOTMZX { display:none; }
 }@media only screen and (max-width: 763px) { #SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 { display:block; }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRQcemGBGDiiLRNsbDV20eS39TLDCzcN { top:8.375rem;left:21.375rem;width:26.3125rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAWV7WTxmbtaNw1J2JHOxTyv8ux62vN5 { top:13.1875rem;left:19.0625rem;width:28.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LZQXzXfCIbOwX5WsS6rK0mMVKANroA8T { top:8.3125rem;left:15.125rem;width:5.125rem;height:2.9003027342808rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWfKGFfnOpJvKU4agywVVXLbkw8OB9kE { top:7.1875rem;left:0rem;width:17.5rem;height:5.1875rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ak7GTQQr5TXdIrAcHqJaMQa41bKz5TCM { top:13.125rem;left:15.125rem;width:5.125rem;height:2.8997575146654rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHuVUJHqBp1oneIS9iSbaU6liTNxrHXn { top:21.9375rem;left:15.125rem;width:5.125rem;height:2.8987940805742rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIX4ai2SWqSSGz9Dpvqic8e5IApAzbD3 { top:17.75rem;left:15.125rem;width:5.125rem;height:2.8987940805742rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUedwhzpcyKQUGh57rHixze8oSPn1iJg { top:17.6875rem;left:19.0625rem;width:28.6875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zqoi6BJySpUyTSgmdzGzsA3rfIxhfCUr { top:40.1875rem;left:0rem;width:18.875rem;height:8.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k0wzPA4PeCLw0QmRdMST3uvKBfh7lMov { top:22.6875rem;left:19.125rem;width:28.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ulJvda1HD0xNnGti2ck4ae6IbPXxDXzi { top:26rem;left:15.125rem;width:5.125rem;height:2.8987940805742rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAZbFDv6Pm3DHUTCggGTUl6J6eiet643 { top:26.75rem;left:19.125rem;width:28.625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrTJBxV5J5XQZ5S8OEXdT6muQEkSVqGp { top:30.3125rem;left:15.125rem;width:5.125rem;height:2.8987940805742rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ9B9Q7MUqyN63EytsEEzegXBPy03oFw { top:30.3125rem;left:19.125rem;width:28.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d4HTg8tB3mMvND5TABOPTZ6ulQSTklZL { top:41.625rem;left:0rem;width:15.0625rem;height:5.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i4VDomHGcDCdAxF24dm68ptGvqIcDVhb { display:block; }#i4VDomHGcDCdAxF24dm68ptGvqIcDVhb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHfkGNMGtqP1BRAMuoCs0OF5nXk7ND1Q { top:38.25rem;left:0rem;width:21.8125rem;height:12.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #v1lO9UtfUgQTXoJW0mGlJvBesgeI2T4h { top:2.5rem;left:0rem;width:15rem;height:;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f { display:block; }#MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHDC38giNHRESGIg51TZIiKB9zQ1ce69 { top:6.375rem;left:2.625rem;width:25.0625rem;height:19.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LWwBvvdRF80WLuqN8pr7c64Ep1rk02LL { top:0.5625rem;left:2.75rem;width:13.8125rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fNSeKxTckqF9NRMUGBbmHab1nHFW5CEZ { top:2.6875rem;left:2.75rem;width:17.5625rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #fyxFTxBNnKe8hfGxT3P0oz4uRrUIKBHL { top:0rem;left:0rem;width:5.125rem;height:2.8980399664065rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQinsWp5NTStgFwAyBwd2VooRoZA0ipH { top:6.375rem;left:31.375rem;width:12.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 { display:block; }#k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-regular-label { width:27.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-text { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-text {padding-top: 0; padding-bottom: 0;}#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-textarea { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-select { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-select {padding-top: 0; padding-bottom: 0;}#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-button { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-checkbox-label { width:26.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l  { width:27.5rem;height:auto;top:23.8125rem;left:8.869140625rem; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .radio-container { width:27.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l {display:block;}#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l { width:27.5rem;height:auto;top:23.8125rem;left:8.869140625rem; }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #b48vZGKuSFBopcTs4p8uM8vCcTdLfbXQ {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #AxwMLwgRgIX4BI4d4aG0w8dycQaBg2h1 { display:block; }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #fCR6eGOUp59NmcKup1J0gt2r5E7Dbbov {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #c8HCWKyZpWrX7Psgy6kcc0eGh0kPHU9T {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #gT5M05LUZhxWEiEtExls9zr0vLvdkxOD { display:block; }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #aKQI8dTo0rd4k1zSTBkUVIRbUM5HvPuR {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #cya2QGnn5lz557LvbxrsA1LXQnkWR5Es {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #zrfLLRT0Ar3vkCrJJhXwgr1lufPyk9dz {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #TsEheoG0N8K01qQd8ETrn83eUOZJa9qi {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #gTkl4BtMsD5lWaruM1c5otfLyV1Ielm0 {  }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #gTkl4BtMsD5lWaruM1c5otfLyV1Ielm0 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #mfoTzPvdZOFH2BTqNdL2J7aCyqwscJ3O {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #uRf4PzPXTHxIECV52t4iPTVDF2p9GPqA {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #hrlEtcutzttrtnTPHtvCy9MTOm0wPuWs {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #icVaxXsOZkryBgadR19GUfuiLfGbOrhv {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #rTWtwvUNoBEaRtpwzEaLUTCTfQ81M3aE {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #u4aBR8G5cvfHnP1yihfeOu6pq0Ild6lt {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #oKweKa1NsMxKIvCwaHw98qX8UnmiVzlF {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #Gb5UO91rKH6Tc43I113tZtLhW7Fx4CgH {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #R59Q1lw3A7UkDquvfkGuMGbSHF0OSMyL { z-index:2; }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #xcWqWOQ7OEoPHxNAKkPOyLJ04ZfAIEDi {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #oTXperbK3C4B101GM9uCL2iei8OBi1Ni {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #omGJfG1T6frTo7d0Nm37UHt14d4wrFmT {  }
 }@media only screen and (max-width: 763px) { #PH1v43cmoBoaGM1IDK3J81R3zW8qvm85 { top:15.6875rem;left:8.9375rem;width:29.875rem;height:5.5rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HidkrFInahX2JQgGQZEtBT7aJ6TisvOw { top:57.0625rem;left:34.3125rem;width:13.4375rem;height:16.1859375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y .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; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y .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; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y { display:flex;width:18rem;height:5.0625rem;top:6.1875rem;left:14.249645233154rem; }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #D035ZoksHoHXZPe7Z3CNaXa88IogJfHh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #Zmq9mWyUqr2vZndFx7Jf7CLGC0zgz03p {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #tGqFdvAao0Q31NSVJKRvTMaR4nifmvx7 {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #DD6xGfUX5SL00If028vl0NXmp3AnkVJv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #JDPK4yL7NRBNt1g4C42XfFXi35B2z1Pt {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #urbacKVKnrcZHTWtf2rwWuZZ5ZXtrCo9 {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #oMO4E2GxBa4b51DQyRv6kqthNcz1x57Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #t4hRPivwNf6P46uQ2yl9bE1PwPssDEFO {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #eGkLwVvCA3LihxlpzCQPM14g2VI4OnKG {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #ey6UMuTiUmUeITTxEATaPfDPuGMDkbEW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #yT1eLPgxXEp4L9McdTUyDx6tGpWFnV72 {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #blNDSstzvCO86nLO1hIG49FzMTU7TxzO {  }
 }@media only screen and (max-width: 763px) { #DvhfQLvUzu3KpEHhH3x6VkZp469VRhJd { top:2.8125rem;left:8.9375rem;width:29.875rem;height:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX { display:block; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqF9Re2AXcDs0tfgMHuNLd0gZoB0ZF6n { top:9.125rem;left:32.8125rem;width:14.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TD7n8Qd0AzZWeqLcDNealTthXxOigbpD { top:4.1875rem;left:43.6875rem;width:4.0625rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSfMPUTKmREqQ18eLyUTWRJQduTW5lV { top:2.875rem;left:0rem;width:31.4375rem;height:1.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QXtPdF66qkyEHDHKrCc4WD7MHyoLXTlL { top:5.4375rem;left:0rem;width:22.4375rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ocZ7J6KFia3e0nStfGBpwsTUWcHFJhGe { width:12.5rem;height:2.875rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5mMr5p3yFf6AQywVxHuAb9BB11c9VEm { display:block; }
 }@media only screen and (max-width: 763px) { #abxFZTRnFXycKZpy5x95WQsxVtAWT5tX { display:block; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQdaxQU0XqGTxnwq1l1J1WpSM0mN1T0q { top:0.375rem;left:38.875rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIHqUdxggi2LHNZ8r97xcfOfr8DzarhT { top:0.375rem;left:42.625rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZiEs0C3T0xqf1hHvseB1K4C9weC42nF { top:0.375rem;left:44rem;width:3.75rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKaxbOzkEPh8ggTStuVXTwDWWSkLZ7t3 { top:0.375rem;left:44rem;width:3.75rem;height:3.75rem;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:20rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #m3Tq2O9rcVr6ZNNIFKgpSWh4kb1RzMLo { width:16.0625rem;height:7.1484375rem;top:7.1865234375rem;left:1.96875rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v1KgGmwAzg1E0HAnHcTdUDwByhywoJv8 { width:18.5625rem;height:3rem;top:42.6220703125rem;left:0.71875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HiTNs9b3IR6zhp7TsQpcNN90dktE1der { display:block; }
 }@media only screen and (max-width: 763px) { #T088CogMRSGITgVGILmnH4WSwZTbam8U { width:7.75rem;height:2.9375rem;top:1rem;left:5.7177734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMcPQXOGMBagzvnSTaFESKVdJuzpS9xZ { width:9.375rem;height:0.975rem;top:5.625rem;left:0.99999994039537rem;font-size:0.75rem;text-align:right;text-align-last:right;display:block; }
 }@media only screen and (max-width: 763px) { #WJ27R6auBDibNbyydHanSmWPlPVcAPEs { width:17.5rem;height:12rem;top:27.62343788147rem;left:1.25rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:none; }
 }@media only screen and (max-width: 763px) { #yfx43HB0A0RSp5pNaNPLrE4GpCO41hqr { width:11.6875rem;height:11.0625rem;top:16.6875rem;left:4.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WbtM0fbZ0Pv78zLbDqrTKoDEs943CpUf { width:6.25rem;height:0.975rem;top:5.6489701271057rem;left:10.874644815922rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FH1EffvLw1Z6HudGcL2tqxUCuCOHCixd { width:19.6875rem;height:12rem;top:29.25rem;left:0.1875rem;font-size:1rem;text-align:center;text-align-last:center;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 { display:block; }#qC3UDXIT9EpXvXxNWLZDv5UvTePLJkU3 > .row .container { width:20rem;height:25.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #H7MdEq4zEEu4R4n3xVtoTNDg0gA6VUkE { width:20rem;height:2.5996125rem;top:22.0244140625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #axDLMfUTrflzlIfaldwSnU63o0gq896p { width:17.5625rem;height:5.125rem;top:1.4375rem;left:1.1869673132896rem;display:block; }
 }@media only screen and (max-width: 763px) { #zh5zO74RmIlf5GaE4yPnJDtTEdkvi4W6 { width:17.5625rem;height:5.125rem;top:14.0625rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #NJbFrtJUH6c4JWmisQLwDsSecCA7z6uL { width:17.5625rem;height:5.125rem;top:7.7501754760744rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #G8TNH8PGBVqLwXxwHGTdBtnzTOgJFWyf { width:1.375rem;height:1.375rem;top:2.6244659423828rem;left:2.4991121888161rem;display:block; }
 }@media only screen and (max-width: 763px) { #wqBkQcUO10xUMQgwI8yEEr0Khqn9KIRl { width:8.75rem;height:1.21875rem;top:2.7828483581543rem;left:4.9991121888161rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GfiKw4HbztBitoplCEHH7IteyieP5g4K { width:9.747875rem;height:1.5rem;top:4.2499980926514rem;left:4.9991121888161rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XdDun7XebUVXmWAHKP0QELtgmRoWmgaR { width:1.375rem;height:1.375rem;top:8.8742904663088rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkqTxrUUVsNqrCbUusVDoQTncOIBV2C6 { width:10.06125rem;height:1.21875rem;top:9.0955238342288rem;left:4.9387426972389rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #XXOTBqrlMk7zJ2glU6FmxeqbZKZx1DJn { width:9.747875rem;height:1.5rem;top:10.4375rem;left:4.9991121888161rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ufzPNpZO7DVwg4euBtTgTvXUFsZxT85R { width:0.875rem;height:1.5rem;top:14.999645233154rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pf996lwHM5hJaZko9Dc4aSGdwpsyuTze { width:10.060375rem;height:1.21875rem;top:15.345348358154rem;left:4.9991121888161rem;font-size:0.8125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #wAdtifXOpNKGbpMLUmAuxMqcJWQ5tPfD { width:11.1869375rem;height:1.29980625rem;top:16.8125rem;left:4.9991121888161rem;font-size:1rem;text-align:left;text-align-last:left;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #BeioQIc1CSPiTk2FGT7ZR0Hqf7TOTMZX { top:24rem;left:0rem;width:20rem;height:1.061525rem;z-index:15009;background-color:#1d2128;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 { display:block; }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 { background-color: transparent; background-image: none; }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row .container > .video-iframe-container { display: none; }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row > .video-iframe-container { display: none; }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .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); }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 { border-width: 0; border-radius: 0; }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SwJ62UwFoPVHN3upDtAzeTesPFkhvmJ1 > .row .container { width:20rem;height:42.625rem;background-color:#1d2128;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QRQcemGBGDiiLRNsbDV20eS39TLDCzcN { width:11.875rem;height:3.8994125rem;top:5.888671875rem;left:6.248046875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #lAWV7WTxmbtaNw1J2JHOxTyv8ux62vN5 { width:11.875rem;height:3.8994125rem;top:12.2021484375rem;left:6.2490234375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LZQXzXfCIbOwX5WsS6rK0mMVKANroA8T { width:4.0625rem;height:2.374825rem;top:5.498046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kWfKGFfnOpJvKU4agywVVXLbkw8OB9kE { width:17.5rem;height:1.7875rem;top:1.6086654663086rem;left:1.2500000596046rem;font-size:1.375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ak7GTQQr5TXdIrAcHqJaMQa41bKz5TCM { width:4.1875rem;height:2.375rem;top:11.748046875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHuVUJHqBp1oneIS9iSbaU6liTNxrHXn { width:4.1875rem;height:2.375rem;top:17.91015625rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PIX4ai2SWqSSGz9Dpvqic8e5IApAzbD3 { width:4.1875rem;height:2.375rem;top:24.25rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wUedwhzpcyKQUGh57rHixze8oSPn1iJg { width:11.875rem;height:3.8994125rem;top:18.34765625rem;left:6.248046875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #zqoi6BJySpUyTSgmdzGzsA3rfIxhfCUr { width:20rem;height:12.6875rem;top:64.875707626344rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #k0wzPA4PeCLw0QmRdMST3uvKBfh7lMov { width:12.375rem;height:3.8994125rem;top:24.6259765625rem;left:6.1875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ulJvda1HD0xNnGti2ck4ae6IbPXxDXzi { width:4.1875rem;height:2.3125rem;top:30.625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAZbFDv6Pm3DHUTCggGTUl6J6eiet643 { width:12.0625rem;height:2.5996125rem;top:30.9375rem;left:6.216796875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #mrTJBxV5J5XQZ5S8OEXdT6muQEkSVqGp { width:4.1875rem;height:2.3125rem;top:35.4609375rem;left:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JQ9B9Q7MUqyN63EytsEEzegXBPy03oFw { width:12.25rem;height:3.8994125rem;top:36.0234375rem;left:6.248046875rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #d4HTg8tB3mMvND5TABOPTZ6ulQSTklZL { width:15.06125rem;height:0;top:2.2860450744629rem;left:2.4991121888161rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #i4VDomHGcDCdAxF24dm68ptGvqIcDVhb { display:block; }#i4VDomHGcDCdAxF24dm68ptGvqIcDVhb > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tHfkGNMGtqP1BRAMuoCs0OF5nXk7ND1Q { width:20rem;height:6.9993125rem;top:0.47319030761719rem;left:0rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #v1lO9UtfUgQTXoJW0mGlJvBesgeI2T4h { width:15.060375rem;height:3.7246125rem;top:2.5363979339599rem;left:2.4991121888161rem;font-size:1.375rem;text-align:center;text-align-last:center;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f { display:block; }#MOuTPxn5vlPKdqvkJPt8J2xVeD8Z1W2f > .row .container { width:20rem;height:44.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qHDC38giNHRESGIg51TZIiKB9zQ1ce69 { width:16.375rem;height:22.5rem;top:18.875rem;left:2.125rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LWwBvvdRF80WLuqN8pr7c64Ep1rk02LL { width:12.625rem;height:1.3808625rem;top:14.848545074463rem;left:6.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fNSeKxTckqF9NRMUGBbmHab1nHFW5CEZ { width:12.75rem;height:1.125rem;top:16.53515625rem;left:6.875rem;font-size:0.75rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #fyxFTxBNnKe8hfGxT3P0oz4uRrUIKBHL { width:4.1875rem;height:2.375rem;top:14.410865783691rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vQinsWp5NTStgFwAyBwd2VooRoZA0ipH { width:8.0625rem;height:11.75rem;top:0.93750238418581rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 { display:block; }#k1uNLkxpMthbrGWcKSVH7ad7qXyzGGt7 > .row .container { width:20rem;height:66.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;display:block; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:2.25rem; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-text {padding-top: 0; padding-bottom: 0;}#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-select {padding-top: 0; padding-bottom: 0;}#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:3rem;font-size:1rem;overflow:hidden; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l [class*="-text"]:-moz-placeholder { font-size:0.875rem; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l [class*="-text"]::-moz-placeholder { font-size:0.875rem; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l [class*="-text"]:-ms-input-placeholder { font-size:0.875rem; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l [class*="-text"]::-webkit-input-placeholder { font-size:0.875rem; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.75rem;overflow:hidden;height:auto; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l  { width:17.5rem;height:auto;top:18.0986328125rem;left:0rem; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l .widget-info-text { font-size:0.75rem;overflow:hidden;height:auto; }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l {display:block;}#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l { width:17.5rem;height:auto;top:18.0986328125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #b48vZGKuSFBopcTs4p8uM8vCcTdLfbXQ {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #AxwMLwgRgIX4BI4d4aG0w8dycQaBg2h1 { display:block; }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #fCR6eGOUp59NmcKup1J0gt2r5E7Dbbov {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #c8HCWKyZpWrX7Psgy6kcc0eGh0kPHU9T {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #gT5M05LUZhxWEiEtExls9zr0vLvdkxOD { display:block; }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #aKQI8dTo0rd4k1zSTBkUVIRbUM5HvPuR {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #cya2QGnn5lz557LvbxrsA1LXQnkWR5Es {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #zrfLLRT0Ar3vkCrJJhXwgr1lufPyk9dz { display:block; }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #TsEheoG0N8K01qQd8ETrn83eUOZJa9qi {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #gTkl4BtMsD5lWaruM1c5otfLyV1Ielm0 {  }
#idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #gTkl4BtMsD5lWaruM1c5otfLyV1Ielm0 .container-column{width:50%;} }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #mfoTzPvdZOFH2BTqNdL2J7aCyqwscJ3O {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #uRf4PzPXTHxIECV52t4iPTVDF2p9GPqA {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #hrlEtcutzttrtnTPHtvCy9MTOm0wPuWs {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #icVaxXsOZkryBgadR19GUfuiLfGbOrhv {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #rTWtwvUNoBEaRtpwzEaLUTCTfQ81M3aE {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #u4aBR8G5cvfHnP1yihfeOu6pq0Ild6lt {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #oKweKa1NsMxKIvCwaHw98qX8UnmiVzlF {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #Gb5UO91rKH6Tc43I113tZtLhW7Fx4CgH {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #R59Q1lw3A7UkDquvfkGuMGbSHF0OSMyL { z-index:2; }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #xcWqWOQ7OEoPHxNAKkPOyLJ04ZfAIEDi {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #oTXperbK3C4B101GM9uCL2iei8OBi1Ni {  }
 }@media only screen and (max-width: 763px) { #idaOPQmUR3vEFzJNoBuEXIc7mqwDdZ6l #omGJfG1T6frTo7d0Nm37UHt14d4wrFmT {  }
 }@media only screen and (max-width: 763px) { #PH1v43cmoBoaGM1IDK3J81R3zW8qvm85 { width:17.3125rem;height:3.57421875rem;top:12.973190307618rem;left:1.3125rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HidkrFInahX2JQgGQZEtBT7aJ6TisvOw { width:13.4375rem;height:16.1875rem;top:80.4883046875rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y .widget-text.counter-number { padding-top:0.394375rem;padding-right:0.343125rem;padding-bottom:0.394375rem;padding-left:0.343125rem;width:2.05625rem;min-width:2.05625rem;height:2.11875rem;font-size:1.576875rem;line-height:33.9px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.24625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.7425rem;height:0.836875rem;font-size:0.59125rem;line-height:13.39px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y { display:flex;width:15rem;height:3.990625rem;top:5rem;left:1.875rem;padding-top:0.63rem;padding-right:0.61375rem;padding-bottom:0.63rem;padding-left:0.61375rem;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #D035ZoksHoHXZPe7Z3CNaXa88IogJfHh { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #Zmq9mWyUqr2vZndFx7Jf7CLGC0zgz03p {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #tGqFdvAao0Q31NSVJKRvTMaR4nifmvx7 {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #DD6xGfUX5SL00If028vl0NXmp3AnkVJv { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #JDPK4yL7NRBNt1g4C42XfFXi35B2z1Pt {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #urbacKVKnrcZHTWtf2rwWuZZ5ZXtrCo9 {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #oMO4E2GxBa4b51DQyRv6kqthNcz1x57Q { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #t4hRPivwNf6P46uQ2yl9bE1PwPssDEFO {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #eGkLwVvCA3LihxlpzCQPM14g2VI4OnKG {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #ey6UMuTiUmUeITTxEATaPfDPuGMDkbEW { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #yT1eLPgxXEp4L9McdTUyDx6tGpWFnV72 {  }
 }@media only screen and (max-width: 763px) { #l6WCpvCqyEiEbPMl7K0RhD4roVzMwT1y #blNDSstzvCO86nLO1hIG49FzMTU7TxzO {  }
 }@media only screen and (max-width: 763px) { #DvhfQLvUzu3KpEHhH3x6VkZp469VRhJd { width:20rem;height:1.3808625rem;top:3.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX { display:block; }#E2ikeW8b03Cri0EShNpgXNQTqTfCLVtX > .row .container { width:20rem;height:20.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gqF9Re2AXcDs0tfgMHuNLd0gZoB0ZF6n { width:13.75rem;height:1.3rem;top:2.4375rem;left:4.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TD7n8Qd0AzZWeqLcDNealTthXxOigbpD { width:4.0625rem;height:5rem;top:0.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #LJSfMPUTKmREqQ18eLyUTWRJQduTW5lV { width:15.125rem;height:2.79948125rem;top:7.4375rem;left:2.4375rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QXtPdF66qkyEHDHKrCc4WD7MHyoLXTlL { width:14.9375rem;height:2.44921875rem;top:11.3125rem;left:2.53125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ocZ7J6KFia3e0nStfGBpwsTUWcHFJhGe { width:12.5rem;height:2.875rem;top:15.125rem;left:3.75rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v5mMr5p3yFf6AQywVxHuAb9BB11c9VEm { display:block; }
 }@media only screen and (max-width: 763px) { #abxFZTRnFXycKZpy5x95WQsxVtAWT5tX { display:block; }#abxFZTRnFXycKZpy5x95WQsxVtAWT5tX > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PQdaxQU0XqGTxnwq1l1J1WpSM0mN1T0q { width:3.75rem;height:3.75rem;top:1.5625rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BIHqUdxggi2LHNZ8r97xcfOfr8DzarhT { width:3.75rem;height:3.75rem;top:1.5625rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MZiEs0C3T0xqf1hHvseB1K4C9weC42nF { width:3.75rem;height:3.75rem;top:1.5625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xKaxbOzkEPh8ggTStuVXTwDWWSkLZ7t3 { width:3.75rem;height:3.75rem;top:1.5625rem;left:15rem;display:block; }
 }