.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;
}
sub {
  font-size: smaller;
  vertical-align: sub;
}
sup {
  font-size: smaller;
  vertical-align: super;
}
:root { --color-primary-0:252,225,227;--color-primary-1:245,166,170;--color-primary-2:238,106,113;--color-primary-3:226,9,23;--color-primary-4:226,6,19;--color-secondary-0:255,255,255;--color-secondary-1:206,206,206;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@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;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { position:relative;display:block; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { background-color: transparent; background-image: none; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container > .video-iframe-container { display: none; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row > .video-iframe-container { display: none; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .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); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { border-width: 0; border-radius: 0; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { position:absolute;display:block;z-index:15044;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.5rem;width:14.9375rem;top:0.4375rem;left:0.90625rem;overflow:hidden;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(var(--color-tertiary-0),0.94);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:32.3125rem;width:60rem;overflow:visible;position:relative;display:block; }#x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15044;line-height:1;letter-spacing:0;top:2.03125rem;left:0.8125rem;height:6.25rem;text-align:left;text-align-last:left;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; }
#V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { position:absolute;display:block;z-index:15033;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid rgba(var(--color-secondary-0),1);border-left:0.1875rem solid rgba(var(--color-secondary-0),1);border-right:0.1875rem solid rgba(var(--color-secondary-0),1);border-bottom:0.1875rem solid rgba(var(--color-secondary-0),1);border-top-left-radius:50rem;border-top-right-radius:50rem;border-bottom-left-radius:50rem;border-bottom-right-radius:50rem;box-shadow: none;height:6.5rem;width:6.5rem;top:2.03125rem;left:50.6875rem;display:block; }
#JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15039;line-height:.9;letter-spacing:0;top:5.552734375rem;left:49.625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#g2TnpBxHraBixe31yBVS5vxD3NFm8cIx { color:rgba(var(--color-tertiary-0),1);display:block;width:9rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:15040;line-height:.9;letter-spacing:0;top:3.71875rem;left:49.625rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dFINkPbUMF7zqFqMQUaPRfxevlIpOOEu { color:rgba(var(--color-tertiary-0),1);display:block;width:26.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.875rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:12.84375rem;left:0.8125rem;height:3.75rem;text-align:left;text-align-last:left;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; }
#krCSHBzEQvWkay9QBLcvDhma1AZvCv6e { color:rgba(var(--color-tertiary-0),1);display:block;width:29.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:400;z-index:15046;line-height:1;letter-spacing:0;top:19.71875rem;left:1.5625rem;height:1.5629875rem;text-align:left;text-align-last:left;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; }
#wLICoRLGz8STQTbDrv9Vuq3MQac830wG { position:absolute;display:block;z-index:15047;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.8125rem;width:8.25rem;top:29rem;left:51.75rem;overflow:hidden;display:block; }
#PgHR8uahOVIaZvhzx7wuMTidWTTdLE6s { position:absolute;display:block;z-index:15048;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.3125rem;width:16.0625rem;top:16.96875rem;left:6.5rem;overflow:hidden;display:block; }
#gfkP5bgTiluFRUIvRIbTKfy9kiHOiSFd { position:absolute;display:block;z-index:15050;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:14.5rem;width:5.4375rem;top:16.59375rem;left:0.8125rem;overflow:hidden;display:block; }
#XRl1A02ErDT6FAvcKWBeytnvg3mFTPZ6 { color:rgba(var(--color-tertiary-4),1);display:block;width:14.1875rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.125rem;font-weight:700;z-index:15045;line-height:1;letter-spacing:0;top:8.90625rem;left:0.8125rem;height:3.125rem;text-align:left;text-align-last:left;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; }
#L9xLOl7JHp83Udtod47CtiwnWo0rECAN { position:absolute;display:block;z-index:15032;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:31.0625rem;width:60rem;top:0rem;left:12.1875rem;overflow:hidden;display:block; }
#TqfhASJ0vRfN7k9oPDCgNP4hoqF6AShy { position:absolute;display:block;z-index:15048;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.3125rem;width:16.0625rem;top:17.5625rem;left:6.5rem;overflow:hidden;display:none; }
#TbvoHMAyQbK0VeFA8l5tBTJgWhuo3zKT { position:absolute;display:block;z-index:15031;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:43.4375rem;top:26.75rem;left:-0.0625rem;display:block; }
#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { position:relative;display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { background-color: transparent; background-image: none; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container > .video-iframe-container { display: none; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row > .video-iframe-container { display: none; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .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); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { border-width: 0; border-radius: 0; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZemWrTAdEvPvCLGQQepgz7AMyUeHslQq { color:rgba(var(--color-tertiary-4),1);display:block;width:28.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0rem;height:3.2504875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { color:#ff00de;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.5625rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:5.5283203125rem;left:0rem;height:;text-align:left;text-align-last:left;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; }
#FlgUbFCbI0iHHPimnequkehekMs7QE7Z { color:rgba(255,0,253,0.8);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:normal;z-index:15003;line-height:1.8;letter-spacing:0;top:11.388671875rem;left:0rem;height:3.125rem;text-align:justify;text-align-last:initial;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; }
#rQy94bc9np4fp6IkZVwC0XrraldSePpA { border-top:0;border-left:0;border-right:0;border-bottom:0.8125rem solid rgba(var(--color-primary-4),1);background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#rQy94bc9np4fp6IkZVwC0XrraldSePpA > .row .container { background-color: transparent; background-image: none; }#rQy94bc9np4fp6IkZVwC0XrraldSePpA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQy94bc9np4fp6IkZVwC0XrraldSePpA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQy94bc9np4fp6IkZVwC0XrraldSePpA > .row .container > .video-iframe-container { display: none; }#rQy94bc9np4fp6IkZVwC0XrraldSePpA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rQy94bc9np4fp6IkZVwC0XrraldSePpA > .row > .video-iframe-container { display: none; }#rQy94bc9np4fp6IkZVwC0XrraldSePpA > .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); }#rQy94bc9np4fp6IkZVwC0XrraldSePpA > .row .container { border-width: 0; border-radius: 0; }#rQy94bc9np4fp6IkZVwC0XrraldSePpA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rQy94bc9np4fp6IkZVwC0XrraldSePpA > .row .container { font-size:0.875rem;font-family:arial;height:16.125rem;width:60rem;position:relative;display:block; }#foia7Hf2tswUQ5kHWeBuVhvdwHfxQ3Fo { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:6.5rem;width:28.125rem;top:0.8125rem;left:0rem;display:block; }
#uCH1L0zyOzgW3Lp11RvxZxOKC0UcJZTe { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:6.5rem;width:28.125rem;top:0.8125rem;left:31.875rem;display:block; }
#lryvVf9qmUhbgJqL8IaDWeOlRT98oNFQ { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:6.5rem;width:28.125rem;top:8.9375rem;left:0rem;display:block; }
#PCNwwUSL5rsXvJ5GrKM4KCpiO3R4EHNA { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:6.5rem;width:28.125rem;top:8.9375rem;left:31.875rem;display:block; }
#Cl02KBbDeTyg2TIdmf1oKrQPpXqsQEbJ { 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:5rem;width:5rem;top:1.5rem;left:1.1875rem;overflow:hidden;display:block; }
#gO9y8GcZPcVeODcQADxzok8UnkLdhmo9 { color:#ff00fd;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:2.35546875rem;left:7.1875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#au1Cx8ZWfleiT69ZSVQJGRPoaTi9Q2Hu { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:5rem;top:9.625rem;left:1rem;overflow:hidden;display:block; }
#XtuMZw5cFyTTlpTA738Xnz508mdMbC7T { color:#ff00fd;display:block;width:22.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:10.48046875rem;left:7.1875rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oLAq5TvHxQG3axiA71yuFklM7IpteAts { 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:5rem;width:5rem;top:1.5rem;left:32.5625rem;overflow:hidden;display:block; }
#kZglclXkUgohEZwJTHqTkdSQlZGzPacv { color:#ff00fd;display:block;width:21.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:2.35546875rem;left:38.4375rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WnyUX4cVN1zFXOsKmGTH58NcRK6u54Bq { 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:5rem;width:5rem;top:9.65625rem;left:32.625rem;overflow:hidden;display:block; }
#pHrTrA8RGLghdV7o6ICT02Q3fhFk0y9X { color:#ff00fd;display:block;width:21.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:10.48046875rem;left:38.5625rem;height:3.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 { position:relative;display:block; }#TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 { background-color: transparent; background-image: none; }#TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 > .row .container > .video-iframe-container { display: none; }#TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 > .row > .video-iframe-container { display: none; }#TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 > .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); }#TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 { border-width: 0; border-radius: 0; }#TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#gKW2AQv58WH6cNSEVCTRJnD8BJIkbul9 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:2.5625rem;left:7.5rem;height:;display:block; }
#Kw1albbPnw3cm37idSmSuZJ1tL7SRvVn { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.15625rem;left:16.125rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl { border-top:0;border-left:0;border-right:0;border-bottom:0.8125rem solid rgba(var(--color-primary-4),1);background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { background-color: transparent; background-image: none; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container > .video-iframe-container { display: none; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row > .video-iframe-container { display: none; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .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); }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { border-width: 0; border-radius: 0; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { font-size:0.875rem;font-family:arial;height:66.6875rem;width:60rem;position:relative;display:block; }#kmeHW3kFzPGOsPW2LzpECAPpKc5zRzy2 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:30.25rem;width:28rem;top:0.6875rem;left:0rem;display:block; }
#QZ8hlivGBzqMsQnbeX8dntqrxr7yRceb { color:rgba(var(--color-tertiary-4),1);display:block;width:28.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:19.1669921875rem;left:0rem;height:4.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gD02m41ZaGPqKOIRckIFmWsdXo2vOvn7 { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:30.375rem;width:28.125rem;top:0.6875rem;left:31.875rem;display:block; }
#Dp1k0zLBvrExAuRWc8WSXSZCnOzxtlW7 { position:absolute;display:block;z-index:15048;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.9375rem;width:18.0625rem;top:4.6875rem;left:1.3125rem;overflow:hidden;display:block; }
#WESu0RNZWMEQkqy8hF8kN14JvtaT1dmc { position:absolute;display:block;z-index:15049;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.875rem;width:11.25rem;top:1.375rem;left:17.9375rem;overflow:hidden;display:block; }
#CQyKxhmyLkTi7qnWiyZDq6Nd3eDh5wzz { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:18.4375rem;left:31.875rem;height:5.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yVwNDksV7QCOtIQe8mZNsFyarihgpE6n { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:51.76953125rem;left:0.875rem;height:5.75rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XrybtwH76Kd5uIZiBudtqECnrDT7JJRh { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:56.58203125rem;left:31.75rem;height:1.4375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#MC4QrTK2hK4LlFuNBsTdDINtVStR6aFP { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.8125rem;height:1.875rem;text-decoration:none;z-index:15052;text-align:center;text-align-last:center;top:24.6875rem;left:3.375rem;display:block; }
#Mkf1bDqLGvvTaTP1Q8m2wPmewXrTvDmn { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#pC4sw1U2ThEM9lAZQuHmbN2iA7ML6Tyf { position:absolute;display:block;z-index:15049;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.9375rem;width:18.0625rem;top:4.6875rem;left:32.40625rem;overflow:hidden;display:block; }
#fTNnkxtuEnVciafbP0FxBA02TypAzTLF { position:absolute;display:block;z-index:15050;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.875rem;width:11.25rem;top:1.5625rem;left:48.75rem;overflow:hidden;display:block; }
#KEtvVC0FXqIQaBWw2u2W755nOOwMCkV5 { position:absolute;display:block;z-index:15049;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.9375rem;width:18.0625rem;top:36.59375rem;left:1.3125rem;overflow:hidden;display:block; }
#Q5oa3iq5Vc81ogHDR3TE3ahoRQuf9G1r { position:absolute;display:block;z-index:15050;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.875rem;width:11.25rem;top:33.46875rem;left:17.9375rem;overflow:hidden;display:block; }
#fSscuw13s1TvCym9Xe9G4vwFF50ea94G { position:absolute;display:block;z-index:15050;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:21.875rem;width:21.875rem;top:32.125rem;left:38.125rem;overflow:hidden;display:block; }
#CPoXGVk9mtsaAbBT46TgWkWP8pXBhmKu { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.8125rem;width:10.9375rem;top:35.96875rem;left:33.9375rem;overflow:hidden;display:block; }
#TqknF90vCA5gHHP0Wg7PJmEUfBIqTEXU { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:1.875rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:59.1787109375rem;left:3.5625rem;display:block; }
#oO4yMgaeFumKi7BhRfNuzPmHXrtrw4ds { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lZsvkrpHtGkUqOi2K7NnUOlbcLrKeeVo { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.9375rem;height:1.875rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:24.6875rem;left:34.96875rem;display:block; }
#yi6zZyxnrmrAozi9LMLXIFOf7Hzy2Txv { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#FsaFCtoOeBEeLJpnSeQXty1tl93PQPHA { position:absolute;display:block;z-index:15001;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:33.125rem;width:28.3125rem;top:32.23828125rem;left:-0.125rem;display:block; }
#WVvThkONc2Bgmhu92a7FzOIMRcDK1XPr { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-secondary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-secondary-4),0.09) ;height:33.125rem;width:28.125rem;top:32.1875rem;left:31.875rem;display:block; }
#bsyZCxFXhwzVRuQp8L5J8WSvW15ZiBH7 { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.875rem;height:1.875rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:27.9375rem;left:3.375rem;display:block; }
#wPcxAovcufUUQBJoGfugt2e06fTwfE21 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#V9HadcWhTezOhRy5EL8yAt0LwLxJ8weZ { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:27.9375rem;left:14.9375rem;display:block; }
#RAC7b8G184BLMnpkdh75DH8wGiV6bgEx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#awd1E6Zw4CgkK4yehR7n1ZZ6aARHrGi6 { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.0625rem;height:1.875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:27.9375rem;left:34.9375rem;display:block; }
#FW1LostM0z3ZiyNChcacGvf1S6zcLSAO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ZTwUkrUhOWhnAtTsKh0ehaSOpI6B9G0N { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.8125rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:27.9375rem;left:46.6875rem;display:block; }
#ebbWJJDzhzaRahELkfSrZLCkZvlMH3gD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#re9dllwkgPLHpdp97FkE4nQmFsBslCTZ { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10rem;height:1.875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:62rem;left:3.375rem;display:block; }
#Wh3Rge3blv3i5aw7p1WZXr9X3zb4ec4g { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ml6LvstykVcshxTbV1lO1L4WQZxLkDiU { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.9375rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:62rem;left:15.8125rem;display:block; }
#H6tg16hme2ouxhOhlatNzpRdByziJKm4 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#H3gtQtXB0vS99gqMHmHh5UoOosFalSF7 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:23.55078125rem;left:19.375rem;display:block; }
#KSGGiNhKDAu8G3FCPtFualI4JWQ4uS3E { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Ev6XbqBUyqHIAVqMUfIO3Jn1uy75aaXx { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:58.04296875rem;left:20.4375rem;display:block; }
#FanHbvvbJPF3LzfP7k9kmufb9hPdStKN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#C3xXTsOO9MRZ4RZLpKTTbVDW90xThOxx { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:3.5rem;height:3.375rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:23.55078125rem;left:51.28125rem;display:block; }
#FG9dVsK1U1HgJU1VBmvs2oqQKwOkwMHR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA { position:relative;display:block; }#QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA { background-color: transparent; background-image: none; }#QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA > .row .container > .video-iframe-container { display: none; }#QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA > .row > .video-iframe-container { display: none; }#QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA > .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); }#QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA { border-width: 0; border-radius: 0; }#QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:4.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ZM0T8ctpUMh226CS43r7WMECprJDzTsl { color:rgba(var(--color-tertiary-4),1);display:block;width:28.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:1.21875rem;left:15.9375rem;height:1.6875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 { position:relative;display:block; }#WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 { background-color: transparent; background-image: none; }#WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 > .row .container > .video-iframe-container { display: none; }#WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 > .row > .video-iframe-container { display: none; }#WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 > .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); }#WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 { border-width: 0; border-radius: 0; }#WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xNyTAka5Fq0gHAua0bBK6cT7FWLSEsQG { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.15625rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#REes2IkqIEW6dGc3ZGtJV8ciEalGWVUF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.0625rem;width:13.0625rem;top:4.625rem;left:3.40625rem;overflow:hidden;display:block; }
#Oe4M8CFL4IRviWAAhMFB0cUeiPIo0dTW { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:17.6875rem;left:3.71875rem;display:block; }
#WpGT7JoASWuJO8TWgUh9rBTqEu8T6W3k { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tRfd3BsKtT63gnEPQRInfL75T8ZZiO4G { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:20.0625rem;left:5.46875rem;display:block; }
#AZhOT2NB005ID8yaboz2lexFOBd3pazi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BJdk0ThqDdlHKn8npm12uTdwhyQdKTFB { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:22.5625rem;left:5.46875rem;display:block; }
#JRB7zhRO7B7lDNtO85IParIEWXWgTu5t { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BQrng6p3bFA6KTIc79kkdDZVzSO0vVa3 { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.625rem;left:19.96875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#PcJr20nHozaM22FsZsgQUMWUhwSJE0Ox { position:absolute;display:block;z-index:15058;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:13.1875rem;top:4.5625rem;left:23.34375rem;overflow:hidden;display:block; }
#royZRTUmJwGQeGaBTVx18ouNra7LiLQJ { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:1.875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:17.6875rem;left:23.71875rem;display:block; }
#DfIRgrERJhHDiwpIeEG4NstXbWMs6ONO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#r7MeaOqogIJrai6d1ALBFeJ4bMuuVTNs { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:20.0625rem;left:25.46875rem;display:block; }
#RTpFNebJP4pEWeavUHfMhMJkv2a9OqzC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bowk1ceQztRqNypzT7zlV1D9X1NZw21E { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:22.5625rem;left:25.46875rem;display:block; }
#RuBdAg30Qvkly25pbQilDvwCQTrWXcKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#sLHEIuy3NQ6Txu5wfEnUnJMZ9DZim5Bf { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.625rem;left:40.0625rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RdULDi2bREiMMJQ1QPN1V5HCalNp57aX { position:absolute;display:block;z-index:15059;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.6875rem;width:12.6875rem;top:4.8125rem;left:43.59375rem;overflow:hidden;display:block; }
#c5OxasTUhOewb2yNkwMCGphfshgwunh1 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:17.6875rem;left:44.28125rem;display:block; }
#ozUJRvxTLgRJzT3aXP8PFvHJUT97GsLU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xvkvOWqQBrNTNoF0GnXKrHqGvoVCHsSh { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:20.0625rem;left:46.03125rem;display:block; }
#CIewcCpFdkG3TP9Rp6eWoTIUex7sNXrL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nNVJyAqnZdMO3F0MMTqIE0it4aioSPp7 { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:22.5625rem;left:46.03125rem;display:block; }
#Sm7vZtuIQ3Ad7ggtiS10R1H6zJJfN9zK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv { position:relative;display:block; }#QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv { background-color: transparent; background-image: none; }#QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv > .row .container > .video-iframe-container { display: none; }#QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv > .row > .video-iframe-container { display: none; }#QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv > .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); }#QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv { border-width: 0; border-radius: 0; }#QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:25.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#ixMvzFJRGf14DmqXEBFbH7iKc0sn3667 { color:rgba(var(--color-tertiary-4),1);display:block;width:19.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.625rem;left:0.15625rem;height:4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wBLpcBsvcaBQT9geXrL5P0AKr2dzZKr3 { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:17.6875rem;left:3.71875rem;display:block; }
#yA1fBud8vDUPLTBz6ba2M6n6qkKktw9F { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xBe7mP11oDe1ytZHBPEu1hIofNwNvhTy { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:20.0625rem;left:5.46875rem;display:block; }
#uSIqyVE2LqXgPXoxQOaVGeepGTgCgw2q { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Unf2wJPPLW1MoChx9IXdtZuL7Ja704PS { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:22.5625rem;left:5.46875rem;display:block; }
#TezzJqHq137x67cob4MSqnFwzcoLUlL7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nL8vbAN3uC80mTZ2MHJMZQbuM1ZwTT9x { color:rgba(var(--color-tertiary-4),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:0.625rem;left:19.96875rem;height:3rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pVQzpRyMTnG79dQtfTvOFTfU3UrGpAST { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:1.875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:17.6875rem;left:23.71875rem;display:block; }
#JFdsQyJyQQNrBJbS5RMqmu4pWmyy3HoW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GZIGaqohu1xKFKzzhOusnCPfclVA352C { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:20.0625rem;left:25.46875rem;display:block; }
#pMnMzCwVD08klwZsbWZtBqKG5MoURbE2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vtBAuHTROiVNnieocAbTTG7dBSOoMmgT { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:22.5625rem;left:25.46875rem;display:block; }
#HLHO60CA1KySXgO1SwgBMoA2qTlEeRtM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#siBQWTzR17Cugn14PykWeKriF8ZJaXwG { color:rgba(var(--color-tertiary-4),1);display:block;width:21rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:0.625rem;left:40.0625rem;height:2rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#CtJBz9yRpcZiaJ5B3CrrCEuTVfycu6Iv { background-color:rgba(var(--color-primary-4),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;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:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:12.4375rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:17.6875rem;left:44.28125rem;display:block; }
#Sm3oB5GqzZ8C5napxRzCuef9ZzhLhqA5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rSKWiS6E0GvXfRksQZmAqhrJQxT4QDSn { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:20.0625rem;left:46.03125rem;display:block; }
#MvCVw9vrkJNRA2sn6mgGoclxQAVy8Vgx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UtE34EFRQi2DNbNIlNMGI5ntQTZQRTbC { background-color:rgba(var(--color-secondary-0),0.01);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);border-top-left-radius:1.375rem;border-top-right-radius:1.375rem;border-bottom-left-radius:1.375rem;border-bottom-right-radius:1.375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-4),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.9375rem;height:1.875rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:22.5625rem;left:46.03125rem;display:block; }
#mdl0VaTh1NVOueEJUIRTgzb6TGNfe7Z2 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CtnhNmLq8mRRu766cZRxnyBUIgw1adnA { position:absolute;display:block;z-index:15060;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.125rem;width:13.125rem;top:4.625rem;left:3.6875rem;overflow:hidden;display:block; }
#xhc6p5GnwCIrV6E0Pq5fsMTuim2Lkghf { position:absolute;display:block;z-index:15061;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.3125rem;width:13.3125rem;top:4.5625rem;left:23.34375rem;overflow:hidden;display:block; }
#Jy4vLSBx9NQdVWUI0iGEZ6PyGSG6chql { position:absolute;display:block;z-index:15062;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:17.6875rem;width:17.6875rem;top:1.9375rem;left:42.375rem;overflow:hidden;display:block; }
#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { border-top:0.625rem solid rgba(var(--color-primary-3),1);border-left:0;border-right:0;border-bottom:0.625rem solid rgba(var(--color-primary-3),1);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; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { background-color: transparent; background-image: none; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container > .video-iframe-container { display: none; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row > .video-iframe-container { display: none; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .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); }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { border-width: 0; border-radius: 0; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { font-size:0.875rem;font-family:arial;height:38.5rem;width:60rem;position:relative;display:block; }#e2VI9ITkM9SgiaC9xHQF4NvXakotU6Dn { color:rgba(var(--color-tertiary-4),1);display:block;width:30.1248125rem;position:absolute;font-family:var(--headlines-font-family);font-size:3.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:0.875rem;left:1.75rem;height:4.1875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#J2BgkUUplqifekcDGR3u0dMOaR8mflpN { color:#ff00fd;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.75rem;height:27.5rem;text-align:justify;text-align-last:initial;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; }
#Hp5G1341DOLhDVc9Wq8qKpzLkuuoJgx3 { color:#ff00e8;display:block;width:27.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:6.4375rem;left:31.125rem;height:23.75rem;text-align:justify;text-align-last:initial;display:block; }
#NZ7fT7X749pOff1NWk7bIHTLP2sl4H5r { 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:4.62456875rem;width:10.8105625rem;top:33.0625rem;left:47.5625rem;overflow:hidden;display:block; }
#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#eef2f1;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; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { background-color: transparent; background-image: none; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container > .video-iframe-container { display: none; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row > .video-iframe-container { display: none; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .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); }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { border-width: 0; border-radius: 0; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { font-size:0.875rem;font-family:arial;height:38.4375rem;width:60rem;position:relative;display:block; }#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-form-header {  }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-regular-label { height:auto;display:block;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:34.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:34.4375rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:33rem;overflow:hidden;font-style:normal; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .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; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:first-of-type{padding-top:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:last-of-type{padding-bottom:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.375rem;left:11.5302734375rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.4375rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.375rem;left:11.5302734375rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TB1XJy6tRZOnVexkdN7d6Nh6PnyLWgt0 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #gWvBogoHEUfyC2JC0oiaJHX40W9eMhbI { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #vWIXplflo31srTVTzHooC7F3e0MATM4K { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #aGVRAr1TzphwMzgHCnAMK2Ti5LLhHSUE { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #EkHEJTP9cmbUwmRWX7xr2vcdIrWBTa7F { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tP6bOpWLh7kvE7ngKai0KT1ihXzHa8i7 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #lTCNSkvtPmvv2Jl1GDSAJhOmvfihFb8a { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #MvrmEhoOsckDkO2bBtUdPnKbxa3xA6tf { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TDsD4cQIEUcTfRz7dq9OVJzp3a5if3uv { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #Ea3GC4TTP2pu4NTd8A00BN1DcrqRT3M2 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I8G8hHMEXzg6sDUIr9khLlWZ1BXEQX1F { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #xi1bazGGZST7xi2UMlqB11dJW0b4qoqH { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #QsSTgKz3DDbWWlDkTlAgQkmlCW8fMfvy { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #i9FNrZb5Eqonlw3IT3osCEWkRs7eKwZS { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TkQrr1DlpG4gv7xBo00P04US32THHEEv { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #SqKw6e765dpUVQT9TlfJ6EPiWMFXF5Tx { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #PbXFNK9yFOtShCU0vrXR2K81GmAG7rAD { position:relative;z-index:2; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #rDnDUNpl8MftBfUrxTXOLGTv5I0P4xeu { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #bMknrsQI5WXWwQVfqC5u1PcvG83KaTUB { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #c6oceikSoKgAyT7kJkAUceQCT1R89fuA { position:relative; }
#kDg0qR5paDKKuSf1Kxpz7hOtR0VM6Tn6 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2rem;left:18.3125rem;height:1.25rem;display:block; }
#CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { 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-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.75rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:9.4375rem;height:2rem;text-decoration:none;z-index:15002;text-align:center;text-align-last:center;top:35.375rem;left:25.28125rem;display:block; }
#NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.adaptive-delivery-prevent-bg, #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.lazyload, #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.lazyloading { background-image: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { background-color: transparent; background-image: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container > .video-iframe-container { display: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container { display: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .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); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { border-width: 0; border-radius: 0; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { font-size:0.875rem;font-family:arial;height:34.9375rem;width:60rem;position:relative;display:block; }#iwFkWFNaqJ1tnOTwZMQs1erMF8HKiOHc { color:rgba(var(--color-tertiary-4),1);display:block;width:30.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:300;z-index:15012;line-height:1.8;letter-spacing:0;top:7.5625rem;left:1.25rem;height:4.6875rem;font-style:normal;display:block; }
#GL5sM4wZzz0bD6JmeL3Ez5QzVVlsymuR { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15009;line-height:1.1;letter-spacing:0;top:1.6640625rem;left:1.25rem;height:;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; }
#WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:15.619140625rem;left:1.25rem;height:2.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:13.859375rem;left:1.25rem;height:;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; }
#uQTg6rX6aLubfbo2kT5wrvXBReCCAvKD { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.125rem;top:25.80859375rem;left:1.25rem;overflow:hidden;display:block; }
#z6aRnfbKC7osnJAe1a0FC9JJwX7TocMc { position:absolute;display:block;z-index:15021;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:29.1875rem;width:38.375rem;top:1.6640625rem;left:21.125rem;overflow:hidden;display:block; }
#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET { background-color:rgba(var(--color-tertiary-4),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { background-color: transparent; background-image: none; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container > .video-iframe-container { display: none; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row > .video-iframe-container { display: none; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .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); }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { border-width: 0; border-radius: 0; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { font-size:0.875rem;font-family:arial;height:6.5625rem;width:60rem;overflow:visible;position:relative;display:block; }#Gw8GBTdA06VosnWlxpaIXTNymhTn4OxD { 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:2.8125rem;width:16.75rem;top:1.71875rem;left:1.4375rem;overflow:hidden;display:block; }
#IUUiB9qr7FBqP5P7eZ34cFenLaTgFgSR { color:rgba(var(--color-tertiary-0),1);display:block;width:8.375rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.576171875rem;left:51.625rem;height:3.375rem;display:block; }
#rsqzhJokFSMRwAefnN2i4ofyLlk2dny5 { z-index:15003;top:2.21875rem;left:26.25rem;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;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.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wH4o4BBQa2glyrX8lxLgEQy6itEIcPs0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-3),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { background-color: transparent; background-image: none; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container > .video-iframe-container { display: none; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row > .video-iframe-container { display: none; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .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); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { border-width: 0; border-radius: 0; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { display:block; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { top:0.4375rem;left:0rem;width:14.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:26.5625rem;height:6.25rem;top:2rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:6.5rem;height:6.5rem;top:2rem;left:40.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:9rem;height:1.25rem;top:5.5rem;left:38.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g2TnpBxHraBixe31yBVS5vxD3NFm8cIx { width:9rem;height:1.25rem;top:3.6875rem;left:38.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFINkPbUMF7zqFqMQUaPRfxevlIpOOEu { width:26.0625rem;height:3.75rem;top:12.8125rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #krCSHBzEQvWkay9QBLcvDhma1AZvCv6e { width:29.9375rem;height:1.5625rem;top:19.6875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wLICoRLGz8STQTbDrv9Vuq3MQac830wG { top:29rem;left:39.5rem;width:8.25rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgHR8uahOVIaZvhzx7wuMTidWTTdLE6s { top:16.9375rem;left:0.375rem;width:16.0625rem;height:12.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfkP5bgTiluFRUIvRIbTKfy9kiHOiSFd { top:16.5625rem;left:0rem;width:5.4375rem;height:14.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRl1A02ErDT6FAvcKWBeytnvg3mFTPZ6 { width:14.1875rem;height:3.125rem;top:8.875rem;left:0rem;font-size:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #L9xLOl7JHp83Udtod47CtiwnWo0rECAN { top:0rem;left:0rem;width:47.75rem;height:24.720572916667rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqfhASJ0vRfN7k9oPDCgNP4hoqF6AShy { top:17.5625rem;left:0.375rem;width:16.0625rem;height:12.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbvoHMAyQbK0VeFA8l5tBTJgWhuo3zKT { top:26.75rem;left:0rem;width:43.4375rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZemWrTAdEvPvCLGQQepgz7AMyUeHslQq { top:1.4375rem;left:0rem;width:28.3125rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:47.75rem;height:;top:5.5rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:47.75rem;height:;top:11.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQy94bc9np4fp6IkZVwC0XrraldSePpA { display:block; }#rQy94bc9np4fp6IkZVwC0XrraldSePpA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foia7Hf2tswUQ5kHWeBuVhvdwHfxQ3Fo { top:0.8125rem;left:0rem;width:28.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCH1L0zyOzgW3Lp11RvxZxOKC0UcJZTe { top:0.8125rem;left:19.625rem;width:28.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #lryvVf9qmUhbgJqL8IaDWeOlRT98oNFQ { top:8.9375rem;left:0rem;width:28.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCNwwUSL5rsXvJ5GrKM4KCpiO3R4EHNA { top:8.9375rem;left:19.625rem;width:28.125rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl02KBbDeTyg2TIdmf1oKrQPpXqsQEbJ { top:1.5rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9y8GcZPcVeODcQADxzok8UnkLdhmo9 { top:2.3125rem;left:1rem;width:22.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #au1Cx8ZWfleiT69ZSVQJGRPoaTi9Q2Hu { top:9.625rem;left:0rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtuMZw5cFyTTlpTA738Xnz508mdMbC7T { top:10.4375rem;left:1rem;width:22.875rem;height:3.375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oLAq5TvHxQG3axiA71yuFklM7IpteAts { top:1.5rem;left:23.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZglclXkUgohEZwJTHqTkdSQlZGzPacv { top:2.3125rem;left:24.875rem;width:21.5625rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WnyUX4cVN1zFXOsKmGTH58NcRK6u54Bq { top:9.625rem;left:23.875rem;width:5rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHrTrA8RGLghdV7o6ICT02Q3fhFk0y9X { top:10.4375rem;left:24.875rem;width:21.4375rem;height:3.4375rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 { display:block; }#TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKW2AQv58WH6cNSEVCTRJnD8BJIkbul9 { top:2.5625rem;left:4.4375rem;width:12.5rem;height:;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1albbPnw3cm37idSmSuZJ1tL7SRvVn { top:1.125rem;left:0rem;width:28.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl { display:block; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmeHW3kFzPGOsPW2LzpECAPpKc5zRzy2 { top:0.6875rem;left:0rem;width:28rem;height:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ8hlivGBzqMsQnbeX8dntqrxr7yRceb { top:19.125rem;left:0rem;width:28.4375rem;height:4.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD02m41ZaGPqKOIRckIFmWsdXo2vOvn7 { top:0.6875rem;left:19.625rem;width:28.125rem;height:30.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp1k0zLBvrExAuRWc8WSXSZCnOzxtlW7 { top:4.6875rem;left:0rem;width:18.0625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WESu0RNZWMEQkqy8hF8kN14JvtaT1dmc { top:1.375rem;left:12.625rem;width:11.25rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQyKxhmyLkTi7qnWiyZDq6Nd3eDh5wzz { top:18.4375rem;left:19.625rem;width:28.125rem;height:5.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVwNDksV7QCOtIQe8mZNsFyarihgpE6n { top:51.75rem;left:0rem;width:28.25rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrybtwH76Kd5uIZiBudtqECnrDT7JJRh { top:56.5625rem;left:19.5rem;width:28.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC4QrTK2hK4LlFuNBsTdDINtVStR6aFP { width:12.8125rem;height:1.875rem;top:24.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkf1bDqLGvvTaTP1Q8m2wPmewXrTvDmn { display:block; }
 }@media only screen and (max-width: 763px) { #pC4sw1U2ThEM9lAZQuHmbN2iA7ML6Tyf { top:4.6875rem;left:23.875rem;width:18.0625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTNnkxtuEnVciafbP0FxBA02TypAzTLF { top:1.5625rem;left:36.5rem;width:11.25rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEtvVC0FXqIQaBWw2u2W755nOOwMCkV5 { top:36.5625rem;left:0rem;width:18.0625rem;height:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5oa3iq5Vc81ogHDR3TE3ahoRQuf9G1r { top:33.4375rem;left:12.625rem;width:11.25rem;height:16.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSscuw13s1TvCym9Xe9G4vwFF50ea94G { top:32.125rem;left:25.875rem;width:21.875rem;height:21.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPoXGVk9mtsaAbBT46TgWkWP8pXBhmKu { top:35.9375rem;left:24.75rem;width:10.9375rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqknF90vCA5gHHP0Wg7PJmEUfBIqTEXU { width:12.4375rem;height:1.875rem;top:59.125rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO4yMgaeFumKi7BhRfNuzPmHXrtrw4ds { display:block; }
 }@media only screen and (max-width: 763px) { #lZsvkrpHtGkUqOi2K7NnUOlbcLrKeeVo { width:12.9375rem;height:1.875rem;top:24.6875rem;left:25.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi6zZyxnrmrAozi9LMLXIFOf7Hzy2Txv { display:block; }
 }@media only screen and (max-width: 763px) { #FsaFCtoOeBEeLJpnSeQXty1tl93PQPHA { top:32.1875rem;left:0rem;width:28.3125rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVvThkONc2Bgmhu92a7FzOIMRcDK1XPr { top:32.1875rem;left:19.625rem;width:28.125rem;height:33.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsyZCxFXhwzVRuQp8L5J8WSvW15ZiBH7 { width:9.875rem;height:1.875rem;top:27.9375rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPcxAovcufUUQBJoGfugt2e06fTwfE21 { display:block; }
 }@media only screen and (max-width: 763px) { #V9HadcWhTezOhRy5EL8yAt0LwLxJ8weZ { width:9.8125rem;height:1.875rem;top:27.9375rem;left:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAC7b8G184BLMnpkdh75DH8wGiV6bgEx { display:block; }
 }@media only screen and (max-width: 763px) { #awd1E6Zw4CgkK4yehR7n1ZZ6aARHrGi6 { width:10.0625rem;height:1.875rem;top:27.9375rem;left:25.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW1LostM0z3ZiyNChcacGvf1S6zcLSAO { display:block; }
 }@media only screen and (max-width: 763px) { #ZTwUkrUhOWhnAtTsKh0ehaSOpI6B9G0N { width:9.8125rem;height:1.875rem;top:27.9375rem;left:37.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebbWJJDzhzaRahELkfSrZLCkZvlMH3gD { display:block; }
 }@media only screen and (max-width: 763px) { #re9dllwkgPLHpdp97FkE4nQmFsBslCTZ { width:10rem;height:1.875rem;top:62rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh3Rge3blv3i5aw7p1WZXr9X3zb4ec4g { display:block; }
 }@media only screen and (max-width: 763px) { #ml6LvstykVcshxTbV1lO1L4WQZxLkDiU { width:9.9375rem;height:1.875rem;top:62rem;left:12.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6tg16hme2ouxhOhlatNzpRdByziJKm4 { display:block; }
 }@media only screen and (max-width: 763px) { #H3gtQtXB0vS99gqMHmHh5UoOosFalSF7 { width:3.5rem;height:3.375rem;top:23.5rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSGGiNhKDAu8G3FCPtFualI4JWQ4uS3E { display:block; }
 }@media only screen and (max-width: 763px) { #Ev6XbqBUyqHIAVqMUfIO3Jn1uy75aaXx { width:3.5rem;height:3.375rem;top:58rem;left:17.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FanHbvvbJPF3LzfP7k9kmufb9hPdStKN { display:block; }
 }@media only screen and (max-width: 763px) { #C3xXTsOO9MRZ4RZLpKTTbVDW90xThOxx { width:3.5rem;height:3.375rem;top:23.5rem;left:42.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG9dVsK1U1HgJU1VBmvs2oqQKwOkwMHR { display:block; }
 }@media only screen and (max-width: 763px) { #QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA { display:block; }#QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZM0T8ctpUMh226CS43r7WMECprJDzTsl { top:1.1875rem;left:9.8125rem;width:28.125rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 { display:block; }#WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNyTAka5Fq0gHAua0bBK6cT7FWLSEsQG { top:0.625rem;left:0rem;width:19.9375rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REes2IkqIEW6dGc3ZGtJV8ciEalGWVUF { top:4.625rem;left:1.34375rem;width:13.0625rem;height:13.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe4M8CFL4IRviWAAhMFB0cUeiPIo0dTW { width:12.4375rem;height:1.875rem;top:17.6875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpGT7JoASWuJO8TWgUh9rBTqEu8T6W3k { display:block; }
 }@media only screen and (max-width: 763px) { #tRfd3BsKtT63gnEPQRInfL75T8ZZiO4G { width:8.9375rem;height:1.875rem;top:20.0625rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZhOT2NB005ID8yaboz2lexFOBd3pazi { display:block; }
 }@media only screen and (max-width: 763px) { #BJdk0ThqDdlHKn8npm12uTdwhyQdKTFB { width:8.9375rem;height:1.875rem;top:22.5625rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRB7zhRO7B7lDNtO85IParIEWXWgTu5t { display:block; }
 }@media only screen and (max-width: 763px) { #BQrng6p3bFA6KTIc79kkdDZVzSO0vVa3 { top:0.625rem;left:0rem;width:20.0625rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcJr20nHozaM22FsZsgQUMWUhwSJE0Ox { top:4.5625rem;left:17.15625rem;width:13.1875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #royZRTUmJwGQeGaBTVx18ouNra7LiLQJ { width:12.4375rem;height:1.875rem;top:17.6875rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfIRgrERJhHDiwpIeEG4NstXbWMs6ONO { display:block; }
 }@media only screen and (max-width: 763px) { #r7MeaOqogIJrai6d1ALBFeJ4bMuuVTNs { width:8.9375rem;height:1.875rem;top:20.0625rem;left:19.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTpFNebJP4pEWeavUHfMhMJkv2a9OqzC { display:block; }
 }@media only screen and (max-width: 763px) { #bowk1ceQztRqNypzT7zlV1D9X1NZw21E { width:8.9375rem;height:1.875rem;top:22.5625rem;left:19.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuBdAg30Qvkly25pbQilDvwCQTrWXcKo { display:block; }
 }@media only screen and (max-width: 763px) { #sLHEIuy3NQ6Txu5wfEnUnJMZ9DZim5Bf { top:0.625rem;left:26.625rem;width:21rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdULDi2bREiMMJQ1QPN1V5HCalNp57aX { top:4.8125rem;left:33.28125rem;width:12.6875rem;height:12.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5OxasTUhOewb2yNkwMCGphfshgwunh1 { width:12.4375rem;height:1.875rem;top:17.6875rem;left:33.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozUJRvxTLgRJzT3aXP8PFvHJUT97GsLU { display:block; }
 }@media only screen and (max-width: 763px) { #xvkvOWqQBrNTNoF0GnXKrHqGvoVCHsSh { width:8.9375rem;height:1.875rem;top:20.0625rem;left:35.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIewcCpFdkG3TP9Rp6eWoTIUex7sNXrL { display:block; }
 }@media only screen and (max-width: 763px) { #nNVJyAqnZdMO3F0MMTqIE0it4aioSPp7 { width:8.9375rem;height:1.875rem;top:22.5625rem;left:35.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm7vZtuIQ3Ad7ggtiS10R1H6zJJfN9zK { display:block; }
 }@media only screen and (max-width: 763px) { #QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv { display:block; }#QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixMvzFJRGf14DmqXEBFbH7iKc0sn3667 { top:0.625rem;left:0rem;width:19.9375rem;height:4rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBLpcBsvcaBQT9geXrL5P0AKr2dzZKr3 { width:12.4375rem;height:1.875rem;top:17.6875rem;left:1.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA1fBud8vDUPLTBz6ba2M6n6qkKktw9F { display:block; }
 }@media only screen and (max-width: 763px) { #xBe7mP11oDe1ytZHBPEu1hIofNwNvhTy { width:8.9375rem;height:1.875rem;top:20.0625rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSIqyVE2LqXgPXoxQOaVGeepGTgCgw2q { display:block; }
 }@media only screen and (max-width: 763px) { #Unf2wJPPLW1MoChx9IXdtZuL7Ja704PS { width:8.9375rem;height:1.875rem;top:22.5625rem;left:3.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TezzJqHq137x67cob4MSqnFwzcoLUlL7 { display:block; }
 }@media only screen and (max-width: 763px) { #nL8vbAN3uC80mTZ2MHJMZQbuM1ZwTT9x { top:0.625rem;left:0rem;width:20.0625rem;height:3rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVQzpRyMTnG79dQtfTvOFTfU3UrGpAST { width:12.4375rem;height:1.875rem;top:17.6875rem;left:17.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFdsQyJyQQNrBJbS5RMqmu4pWmyy3HoW { display:block; }
 }@media only screen and (max-width: 763px) { #GZIGaqohu1xKFKzzhOusnCPfclVA352C { width:8.9375rem;height:1.875rem;top:20.0625rem;left:19.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMnMzCwVD08klwZsbWZtBqKG5MoURbE2 { display:block; }
 }@media only screen and (max-width: 763px) { #vtBAuHTROiVNnieocAbTTG7dBSOoMmgT { width:8.9375rem;height:1.875rem;top:22.5625rem;left:19.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLHO60CA1KySXgO1SwgBMoA2qTlEeRtM { display:block; }
 }@media only screen and (max-width: 763px) { #siBQWTzR17Cugn14PykWeKriF8ZJaXwG { top:0.625rem;left:26.625rem;width:21rem;height:2rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtJBz9yRpcZiaJ5B3CrrCEuTVfycu6Iv { width:12.4375rem;height:1.875rem;top:17.6875rem;left:33.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm3oB5GqzZ8C5napxRzCuef9ZzhLhqA5 { display:block; }
 }@media only screen and (max-width: 763px) { #rSKWiS6E0GvXfRksQZmAqhrJQxT4QDSn { width:8.9375rem;height:1.875rem;top:20.0625rem;left:35.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvCVw9vrkJNRA2sn6mgGoclxQAVy8Vgx { display:block; }
 }@media only screen and (max-width: 763px) { #UtE34EFRQi2DNbNIlNMGI5ntQTZQRTbC { width:8.9375rem;height:1.875rem;top:22.5625rem;left:35.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdl0VaTh1NVOueEJUIRTgzb6TGNfe7Z2 { display:block; }
 }@media only screen and (max-width: 763px) { #CtnhNmLq8mRRu766cZRxnyBUIgw1adnA { top:4.625rem;left:1.625rem;width:13.125rem;height:13.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhc6p5GnwCIrV6E0Pq5fsMTuim2Lkghf { top:4.5625rem;left:17.15625rem;width:13.3125rem;height:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy4vLSBx9NQdVWUI0iGEZ6PyGSG6chql { top:1.9375rem;left:29.9375rem;width:17.6875rem;height:17.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { display:block; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2VI9ITkM9SgiaC9xHQF4NvXakotU6Dn { top:0.875rem;left:0rem;width:30.0625rem;height:4.1875rem;font-size:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2BgkUUplqifekcDGR3u0dMOaR8mflpN { top:6.4375rem;left:0rem;width:27.1875rem;height:31.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5G1341DOLhDVc9Wq8qKpzLkuuoJgx3 { top:6.4375rem;left:20.5625rem;width:27.1875rem;height:27.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ7fT7X749pOff1NWk7bIHTLP2sl4H5r { top:33.0625rem;left:37rem;width:10.75rem;height:4.5986611762801rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-regular-label { width:34.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { width:33.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { width:34.4375rem;height:auto;top:4.375rem;left:5.4052734375rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { width:34.4375rem;height:auto;top:4.375rem;left:5.4052734375rem; }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TB1XJy6tRZOnVexkdN7d6Nh6PnyLWgt0 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #gWvBogoHEUfyC2JC0oiaJHX40W9eMhbI {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #vWIXplflo31srTVTzHooC7F3e0MATM4K {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #aGVRAr1TzphwMzgHCnAMK2Ti5LLhHSUE {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #EkHEJTP9cmbUwmRWX7xr2vcdIrWBTa7F {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tP6bOpWLh7kvE7ngKai0KT1ihXzHa8i7 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #lTCNSkvtPmvv2Jl1GDSAJhOmvfihFb8a {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #MvrmEhoOsckDkO2bBtUdPnKbxa3xA6tf {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TDsD4cQIEUcTfRz7dq9OVJzp3a5if3uv {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #Ea3GC4TTP2pu4NTd8A00BN1DcrqRT3M2 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I8G8hHMEXzg6sDUIr9khLlWZ1BXEQX1F {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #xi1bazGGZST7xi2UMlqB11dJW0b4qoqH {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #QsSTgKz3DDbWWlDkTlAgQkmlCW8fMfvy {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #i9FNrZb5Eqonlw3IT3osCEWkRs7eKwZS {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TkQrr1DlpG4gv7xBo00P04US32THHEEv {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #SqKw6e765dpUVQT9TlfJ6EPiWMFXF5Tx {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #PbXFNK9yFOtShCU0vrXR2K81GmAG7rAD {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #rDnDUNpl8MftBfUrxTXOLGTv5I0P4xeu {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #bMknrsQI5WXWwQVfqC5u1PcvG83KaTUB {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #c6oceikSoKgAyT7kJkAUceQCT1R89fuA {  }
 }@media only screen and (max-width: 763px) { #kDg0qR5paDKKuSf1Kxpz7hOtR0VM6Tn6 { top:2rem;left:12.1875rem;width:25.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:9.4375rem;height:2rem;top:35.375rem;left:19.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block; }
 }@media only screen and (max-width: 763px) { #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 { display:block; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwFkWFNaqJ1tnOTwZMQs1erMF8HKiOHc { top:7.5625rem;left:0rem;width:30.4375rem;height:4.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GL5sM4wZzz0bD6JmeL3Ez5QzVVlsymuR { width:16.8125rem;height:;top:1.625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { width:16.8125rem;height:2.1875rem;top:15.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { width:16.8125rem;height:;top:13.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQTg6rX6aLubfbo2kT5wrvXBReCCAvKD { top:25.75rem;left:0rem;width:5.125rem;height:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z6aRnfbKC7osnJAe1a0FC9JJwX7TocMc { top:1.625rem;left:9.375rem;width:38.375rem;height:29.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET { display:block; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw8GBTdA06VosnWlxpaIXTNymhTn4OxD { top:1.6875rem;left:0rem;width:16.75rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUUiB9qr7FBqP5P7eZ34cFenLaTgFgSR { top:1.5625rem;left:39.375rem;width:8.375rem;height:3.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rsqzhJokFSMRwAefnN2i4ofyLlk2dny5 { top:2.1875rem;left:20.125rem;width:7.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH4o4BBQa2glyrX8lxLgEQy6itEIcPs0 { display:block; }
 }@media only screen and (max-width: 763px) { #PNRxlGqFsdzaPb0JJkv7xJbghOENBChh { display:block; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { display:block; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container { width:20rem;height:4.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { width:14.9375rem;height:2.5rem;top:1.25rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:#ffffff;background-image:none;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .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); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:20rem;height:38.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #x3QeHsQKQNVXEJfS0ZKPuDISGLJUEk0T { width:20rem;height:5.375rem;top:11.125rem;left:0rem;font-size:2.25rem;text-align:left;text-align-last:left;line-height:1.2;color:#000000;display:block; }
 }@media only screen and (max-width: 763px) { #V3uMucKUQu8l6PkF5rFlIUc0K0qdlTap { width:4rem;height:4rem;top:0.2490234375rem;left:5.3125rem;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #JwwnZW3h1ZNsar2KCo5nKM8E1t5iOCZs { width:7.1875rem;height:0.8125rem;top:2.3583984375rem;left:3.90625rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #g2TnpBxHraBixe31yBVS5vxD3NFm8cIx { width:7.9375rem;height:0.8125rem;top:1.2021484375rem;left:3.53125rem;font-size:0.9375rem;text-align:center;text-align-last:center;z-index:15046;display:block; }
 }@media only screen and (max-width: 763px) { #dFINkPbUMF7zqFqMQUaPRfxevlIpOOEu { width:20rem;height:3.375rem;top:18.8564453125rem;left:0rem;font-size:1.4375rem;text-align:left;text-align-last:left;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #krCSHBzEQvWkay9QBLcvDhma1AZvCv6e { width:20rem;height:1.3125rem;top:17.6318359375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;line-height:1.2;color:#ffffff;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #wLICoRLGz8STQTbDrv9Vuq3MQac830wG { width:6.1875rem;height:2.125rem;top:7.75rem;left:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PgHR8uahOVIaZvhzx7wuMTidWTTdLE6s { width:15rem;height:11.5625rem;top:22.767578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gfkP5bgTiluFRUIvRIbTKfy9kiHOiSFd { width:5.1875rem;height:13.625rem;top:21.017578125rem;left:14.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRl1A02ErDT6FAvcKWBeytnvg3mFTPZ6 { width:20rem;height:2.375rem;top:16.2333984375rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;line-height:1.2;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #L9xLOl7JHp83Udtod47CtiwnWo0rECAN { width:20rem;height:10.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqfhASJ0vRfN7k9oPDCgNP4hoqF6AShy { width:4.5625rem;height:3.5rem;top:4.3125rem;left:0rem;z-index:15049;display:block; }
 }@media only screen and (max-width: 763px) { #TbvoHMAyQbK0VeFA8l5tBTJgWhuo3zKT { width:20rem;height:1.5625rem;top:35.892578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { width:20rem;height:23.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZemWrTAdEvPvCLGQQepgz7AMyUeHslQq { width:20rem;height:2rem;top:0.625rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:20rem;height:8.75rem;top:3.625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #FlgUbFCbI0iHHPimnequkehekMs7QE7Z { width:20rem;height:10.125rem;top:13.0087890625rem;left:0rem;font-size:0.9375rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #rQy94bc9np4fp6IkZVwC0XrraldSePpA { display:block; }#rQy94bc9np4fp6IkZVwC0XrraldSePpA > .row .container { width:20rem;height:39.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #foia7Hf2tswUQ5kHWeBuVhvdwHfxQ3Fo { width:20rem;height:9rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uCH1L0zyOzgW3Lp11RvxZxOKC0UcJZTe { width:20rem;height:8.6875rem;top:21.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lryvVf9qmUhbgJqL8IaDWeOlRT98oNFQ { width:20rem;height:10rem;top:10.099609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PCNwwUSL5rsXvJ5GrKM4KCpiO3R4EHNA { width:20rem;height:9.0625rem;top:30.599609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Cl02KBbDeTyg2TIdmf1oKrQPpXqsQEbJ { width:5rem;height:5rem;top:0rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gO9y8GcZPcVeODcQADxzok8UnkLdhmo9 { width:20rem;height:3.375rem;top:5.125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #au1Cx8ZWfleiT69ZSVQJGRPoaTi9Q2Hu { width:5rem;height:5rem;top:10.099609375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XtuMZw5cFyTTlpTA738Xnz508mdMbC7T { width:20rem;height:3.375rem;top:16.080078125rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oLAq5TvHxQG3axiA71yuFklM7IpteAts { width:5rem;height:5rem;top:21.099609375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZglclXkUgohEZwJTHqTkdSQlZGzPacv { width:20rem;height:3.375rem;top:26.224609375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WnyUX4cVN1zFXOsKmGTH58NcRK6u54Bq { width:5rem;height:5rem;top:30.599609375rem;left:7.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pHrTrA8RGLghdV7o6ICT02Q3fhFk0y9X { width:20rem;height:3.375rem;top:35.599609375rem;left:0rem;font-size:1.3125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 { display:block; }#TOtGfkc2h9KTsSrruE8ufxgAxeeql8n4 > .row .container { width:20rem;height:8.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gKW2AQv58WH6cNSEVCTRJnD8BJIkbul9 { width:12.5rem;height:0;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kw1albbPnw3cm37idSmSuZJ1tL7SRvVn { width:20rem;height:5.0625rem;top:1.875rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl { display:block; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { width:20rem;height:125.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmeHW3kFzPGOsPW2LzpECAPpKc5zRzy2 { width:20rem;height:25rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ8hlivGBzqMsQnbeX8dntqrxr7yRceb { width:20rem;height:4.3125rem;top:14.43359375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD02m41ZaGPqKOIRckIFmWsdXo2vOvn7 { width:20rem;height:27.25rem;top:25.96875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dp1k0zLBvrExAuRWc8WSXSZCnOzxtlW7 { width:14.125rem;height:10.1875rem;top:2.43359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WESu0RNZWMEQkqy8hF8kN14JvtaT1dmc { width:9.25rem;height:13.8125rem;top:0.62109375rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQyKxhmyLkTi7qnWiyZDq6Nd3eDh5wzz { width:20rem;height:5.75rem;top:40.9375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yVwNDksV7QCOtIQe8mZNsFyarihgpE6n { width:20rem;height:5.75rem;top:67.3095703125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrybtwH76Kd5uIZiBudtqECnrDT7JJRh { width:20rem;height:2.875rem;top:97.4765625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MC4QrTK2hK4LlFuNBsTdDINtVStR6aFP { width:11.9375rem;height:1.875rem;top:19.4140625rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mkf1bDqLGvvTaTP1Q8m2wPmewXrTvDmn { display:block; }
 }@media only screen and (max-width: 763px) { #pC4sw1U2ThEM9lAZQuHmbN2iA7ML6Tyf { width:15.5625rem;height:11.0625rem;top:28.71875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTNnkxtuEnVciafbP0FxBA02TypAzTLF { width:9.625rem;height:14.625rem;top:26.40625rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KEtvVC0FXqIQaBWw2u2W755nOOwMCkV5 { width:14.6875rem;height:10.5rem;top:54.6533203125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q5oa3iq5Vc81ogHDR3TE3ahoRQuf9G1r { width:9.875rem;height:14.9375rem;top:52.4345703125rem;left:10.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSscuw13s1TvCym9Xe9G4vwFF50ea94G { width:16.25rem;height:16.25rem;top:81.2265625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CPoXGVk9mtsaAbBT46TgWkWP8pXBhmKu { width:10.9375rem;height:7.8125rem;top:82.875rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqknF90vCA5gHHP0Wg7PJmEUfBIqTEXU { width:12.25rem;height:1.875rem;top:73.90625rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oO4yMgaeFumKi7BhRfNuzPmHXrtrw4ds { display:block; }
 }@media only screen and (max-width: 763px) { #lZsvkrpHtGkUqOi2K7NnUOlbcLrKeeVo { width:12.125rem;height:1.875rem;top:47.4091796875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yi6zZyxnrmrAozi9LMLXIFOf7Hzy2Txv { display:block; }
 }@media only screen and (max-width: 763px) { #FsaFCtoOeBEeLJpnSeQXty1tl93PQPHA { width:20rem;height:24.625rem;top:55.33203125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WVvThkONc2Bgmhu92a7FzOIMRcDK1XPr { width:20rem;height:20.625rem;top:81.2265625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bsyZCxFXhwzVRuQp8L5J8WSvW15ZiBH7 { width:8.9375rem;height:1.875rem;top:22.20703125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPcxAovcufUUQBJoGfugt2e06fTwfE21 { display:block; }
 }@media only screen and (max-width: 763px) { #V9HadcWhTezOhRy5EL8yAt0LwLxJ8weZ { width:8.9375rem;height:1.875rem;top:22.20703125rem;left:10.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RAC7b8G184BLMnpkdh75DH8wGiV6bgEx { display:block; }
 }@media only screen and (max-width: 763px) { #awd1E6Zw4CgkK4yehR7n1ZZ6aARHrGi6 { width:8.9375rem;height:1.875rem;top:77.08203125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FW1LostM0z3ZiyNChcacGvf1S6zcLSAO { display:block; }
 }@media only screen and (max-width: 763px) { #ZTwUkrUhOWhnAtTsKh0ehaSOpI6B9G0N { width:8.9375rem;height:1.875rem;top:77.08203125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ebbWJJDzhzaRahELkfSrZLCkZvlMH3gD { display:block; }
 }@media only screen and (max-width: 763px) { #re9dllwkgPLHpdp97FkE4nQmFsBslCTZ { width:8.9375rem;height:1.875rem;top:50.1845703125rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wh3Rge3blv3i5aw7p1WZXr9X3zb4ec4g { display:block; }
 }@media only screen and (max-width: 763px) { #ml6LvstykVcshxTbV1lO1L4WQZxLkDiU { width:8.9375rem;height:1.875rem;top:50.1220703125rem;left:10.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H6tg16hme2ouxhOhlatNzpRdByziJKm4 { display:block; }
 }@media only screen and (max-width: 763px) { #H3gtQtXB0vS99gqMHmHh5UoOosFalSF7 { width:3.5rem;height:3.375rem;top:103.1015625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KSGGiNhKDAu8G3FCPtFualI4JWQ4uS3E { display:block; }
 }@media only screen and (max-width: 763px) { #Ev6XbqBUyqHIAVqMUfIO3Jn1uy75aaXx { width:3.5rem;height:3.375rem;top:107.7265625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FanHbvvbJPF3LzfP7k9kmufb9hPdStKN { display:block; }
 }@media only screen and (max-width: 763px) { #C3xXTsOO9MRZ4RZLpKTTbVDW90xThOxx { width:3.5rem;height:3.375rem;top:112.3515625rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FG9dVsK1U1HgJU1VBmvs2oqQKwOkwMHR { display:block; }
 }@media only screen and (max-width: 763px) { #QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA { display:block; }#QgKVdJ7AMsein0HSRaWHt5wzogUqn7KA > .row .container { width:20rem;height:7.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZM0T8ctpUMh226CS43r7WMECprJDzTsl { width:20rem;height:1.6875rem;top:1.25rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 { display:block; }#WhvFIzWQvvnByN6iiMwygdU8tXeb0kq9 > .row .container { width:20rem;height:84.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xNyTAka5Fq0gHAua0bBK6cT7FWLSEsQG { width:13.0625rem;height:3rem;top:1.25rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #REes2IkqIEW6dGc3ZGtJV8ciEalGWVUF { width:13.0625rem;height:13.0625rem;top:5.5rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oe4M8CFL4IRviWAAhMFB0cUeiPIo0dTW { width:12.4375rem;height:1.875rem;top:18.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpGT7JoASWuJO8TWgUh9rBTqEu8T6W3k { display:block; }
 }@media only screen and (max-width: 763px) { #tRfd3BsKtT63gnEPQRInfL75T8ZZiO4G { width:8.9375rem;height:1.875rem;top:21.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AZhOT2NB005ID8yaboz2lexFOBd3pazi { display:block; }
 }@media only screen and (max-width: 763px) { #BJdk0ThqDdlHKn8npm12uTdwhyQdKTFB { width:8.9375rem;height:1.875rem;top:24.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRB7zhRO7B7lDNtO85IParIEWXWgTu5t { display:block; }
 }@media only screen and (max-width: 763px) { #BQrng6p3bFA6KTIc79kkdDZVzSO0vVa3 { width:13.0625rem;height:3rem;top:27.9375rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PcJr20nHozaM22FsZsgQUMWUhwSJE0Ox { width:13.1875rem;height:13.1875rem;top:32.1875rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #royZRTUmJwGQeGaBTVx18ouNra7LiLQJ { width:12.4375rem;height:1.875rem;top:45.375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DfIRgrERJhHDiwpIeEG4NstXbWMs6ONO { display:block; }
 }@media only screen and (max-width: 763px) { #r7MeaOqogIJrai6d1ALBFeJ4bMuuVTNs { width:8.9375rem;height:1.875rem;top:48.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTpFNebJP4pEWeavUHfMhMJkv2a9OqzC { display:block; }
 }@media only screen and (max-width: 763px) { #bowk1ceQztRqNypzT7zlV1D9X1NZw21E { width:8.9375rem;height:1.875rem;top:51.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RuBdAg30Qvkly25pbQilDvwCQTrWXcKo { display:block; }
 }@media only screen and (max-width: 763px) { #sLHEIuy3NQ6Txu5wfEnUnJMZ9DZim5Bf { width:13.0625rem;height:5rem;top:54.75rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RdULDi2bREiMMJQ1QPN1V5HCalNp57aX { width:12.6875rem;height:12.6875rem;top:61rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5OxasTUhOewb2yNkwMCGphfshgwunh1 { width:12.4375rem;height:1.875rem;top:74.9375rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ozUJRvxTLgRJzT3aXP8PFvHJUT97GsLU { display:block; }
 }@media only screen and (max-width: 763px) { #xvkvOWqQBrNTNoF0GnXKrHqGvoVCHsSh { width:8.9375rem;height:1.875rem;top:78.0625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CIewcCpFdkG3TP9Rp6eWoTIUex7sNXrL { display:block; }
 }@media only screen and (max-width: 763px) { #nNVJyAqnZdMO3F0MMTqIE0it4aioSPp7 { width:8.9375rem;height:1.875rem;top:81.1875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm7vZtuIQ3Ad7ggtiS10R1H6zJJfN9zK { display:block; }
 }@media only screen and (max-width: 763px) { #QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv { display:block; }#QSwFWi4KIWx3CbUkWW6Wh3lk12LpwKlv > .row .container { width:20rem;height:82.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ixMvzFJRGf14DmqXEBFbH7iKc0sn3667 { width:13.0625rem;height:4rem;top:1.25rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wBLpcBsvcaBQT9geXrL5P0AKr2dzZKr3 { width:12.4375rem;height:1.875rem;top:18.5625rem;left:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yA1fBud8vDUPLTBz6ba2M6n6qkKktw9F { display:block; }
 }@media only screen and (max-width: 763px) { #xBe7mP11oDe1ytZHBPEu1hIofNwNvhTy { width:8.9375rem;height:1.875rem;top:21.6875rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uSIqyVE2LqXgPXoxQOaVGeepGTgCgw2q { display:block; }
 }@media only screen and (max-width: 763px) { #Unf2wJPPLW1MoChx9IXdtZuL7Ja704PS { width:8.9375rem;height:1.875rem;top:24.8125rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TezzJqHq137x67cob4MSqnFwzcoLUlL7 { display:block; }
 }@media only screen and (max-width: 763px) { #nL8vbAN3uC80mTZ2MHJMZQbuM1ZwTT9x { width:13.0625rem;height:3rem;top:27.9375rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pVQzpRyMTnG79dQtfTvOFTfU3UrGpAST { width:12.4375rem;height:1.875rem;top:45.375rem;left:3.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFdsQyJyQQNrBJbS5RMqmu4pWmyy3HoW { display:block; }
 }@media only screen and (max-width: 763px) { #GZIGaqohu1xKFKzzhOusnCPfclVA352C { width:8.9375rem;height:1.875rem;top:48.5rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pMnMzCwVD08klwZsbWZtBqKG5MoURbE2 { display:block; }
 }@media only screen and (max-width: 763px) { #vtBAuHTROiVNnieocAbTTG7dBSOoMmgT { width:8.9375rem;height:1.875rem;top:51.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HLHO60CA1KySXgO1SwgBMoA2qTlEeRtM { display:block; }
 }@media only screen and (max-width: 763px) { #siBQWTzR17Cugn14PykWeKriF8ZJaXwG { width:13.0625rem;height:3rem;top:54.75rem;left:3.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CtJBz9yRpcZiaJ5B3CrrCEuTVfycu6Iv { width:12.4375rem;height:1.875rem;top:71.8125rem;left:3.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sm3oB5GqzZ8C5napxRzCuef9ZzhLhqA5 { display:block; }
 }@media only screen and (max-width: 763px) { #rSKWiS6E0GvXfRksQZmAqhrJQxT4QDSn { width:8.9375rem;height:1.875rem;top:74.8125rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MvCVw9vrkJNRA2sn6mgGoclxQAVy8Vgx { display:block; }
 }@media only screen and (max-width: 763px) { #UtE34EFRQi2DNbNIlNMGI5ntQTZQRTbC { width:8.9375rem;height:1.875rem;top:77.875rem;left:5.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mdl0VaTh1NVOueEJUIRTgzb6TGNfe7Z2 { display:block; }
 }@media only screen and (max-width: 763px) { #CtnhNmLq8mRRu766cZRxnyBUIgw1adnA { width:13.125rem;height:13.125rem;top:5.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xhc6p5GnwCIrV6E0Pq5fsMTuim2Lkghf { width:13.3125rem;height:13.3125rem;top:31.5rem;left:3.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jy4vLSBx9NQdVWUI0iGEZ6PyGSG6chql { width:17.6875rem;height:17.6875rem;top:55.9375rem;left:1.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { display:block; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { width:20rem;height:89.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #e2VI9ITkM9SgiaC9xHQF4NvXakotU6Dn { width:20rem;height:2.4375rem;top:1.25rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #J2BgkUUplqifekcDGR3u0dMOaR8mflpN { width:20rem;height:40rem;top:5.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5G1341DOLhDVc9Wq8qKpzLkuuoJgx3 { width:20rem;height:35rem;top:48.4326171875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NZ7fT7X749pOff1NWk7bIHTLP2sl4H5r { width:10.8125rem;height:4.625rem;top:83.7255859375rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { width:20rem;height:42.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { width:17.5rem;height:26.0625rem;top:3.79980625rem;left:0rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { width:17.5rem;height:26.0625rem;top:3.79980625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TB1XJy6tRZOnVexkdN7d6Nh6PnyLWgt0 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #gWvBogoHEUfyC2JC0oiaJHX40W9eMhbI {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #vWIXplflo31srTVTzHooC7F3e0MATM4K {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #aGVRAr1TzphwMzgHCnAMK2Ti5LLhHSUE {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #EkHEJTP9cmbUwmRWX7xr2vcdIrWBTa7F {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tP6bOpWLh7kvE7ngKai0KT1ihXzHa8i7 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #lTCNSkvtPmvv2Jl1GDSAJhOmvfihFb8a {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #MvrmEhoOsckDkO2bBtUdPnKbxa3xA6tf {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TDsD4cQIEUcTfRz7dq9OVJzp3a5if3uv {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #Ea3GC4TTP2pu4NTd8A00BN1DcrqRT3M2 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I8G8hHMEXzg6sDUIr9khLlWZ1BXEQX1F {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #xi1bazGGZST7xi2UMlqB11dJW0b4qoqH {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #QsSTgKz3DDbWWlDkTlAgQkmlCW8fMfvy {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #i9FNrZb5Eqonlw3IT3osCEWkRs7eKwZS {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TkQrr1DlpG4gv7xBo00P04US32THHEEv {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #SqKw6e765dpUVQT9TlfJ6EPiWMFXF5Tx {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #PbXFNK9yFOtShCU0vrXR2K81GmAG7rAD {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #rDnDUNpl8MftBfUrxTXOLGTv5I0P4xeu {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #bMknrsQI5WXWwQVfqC5u1PcvG83KaTUB {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #c6oceikSoKgAyT7kJkAUceQCT1R89fuA {  }
 }@media only screen and (max-width: 763px) { #kDg0qR5paDKKuSf1Kxpz7hOtR0VM6Tn6 { width:12.5rem;height:2.5rem;top:1.25rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:9.4375rem;height:1.9375rem;top:37.6875rem;left:5.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block; }
 }@media only screen and (max-width: 763px) { #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 { background-color:transparent;background-image:url("https://images.assets-landingi.com/d41GddHY/polkole.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.adaptive-delivery-prevent-bg, #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.lazyload, #aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5.lazyloading { background-image: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { background-color: transparent; background-image: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container > .video-iframe-container { display: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row > .video-iframe-container { display: none; }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .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); }#aHa6WbZbcZt3qqb07XFX76M6ZZdMtie5 > .row .container { width:20rem;height:70.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iwFkWFNaqJ1tnOTwZMQs1erMF8HKiOHc { width:17rem;height:8.75rem;top:8.7373046875rem;left:1.5rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GL5sM4wZzz0bD6JmeL3Ez5QzVVlsymuR { width:16.8125rem;height:4.375rem;top:2.57421875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { width:16.8125rem;height:2.1875rem;top:21.9248046875rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { width:16.8125rem;height:1.0625rem;top:19.53515625rem;left:1.59375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uQTg6rX6aLubfbo2kT5wrvXBReCCAvKD { width:4.1875rem;height:4.25rem;top:41.8369140625rem;left:7.90625rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #z6aRnfbKC7osnJAe1a0FC9JJwX7TocMc { width:20rem;height:15.2109375rem;top:25.4619140625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET { display:block; }#s7UsUmZPeBOxnFvbT96WbdBqEkTTZKET > .row .container { width:20rem;height:13.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Gw8GBTdA06VosnWlxpaIXTNymhTn4OxD { width:16.75rem;height:2.8125rem;top:0.8125rem;left:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IUUiB9qr7FBqP5P7eZ34cFenLaTgFgSR { width:8.375rem;height:3.375rem;top:8.6875rem;left:5.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rsqzhJokFSMRwAefnN2i4ofyLlk2dny5 { top:5.3125rem;left:6.25rem;width:7.5rem;height:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wH4o4BBQa2glyrX8lxLgEQy6itEIcPs0 { display:block; }
 }@media only screen and (max-width: 763px) { #PNRxlGqFsdzaPb0JJkv7xJbghOENBChh { display:block; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { width:20rem;height:1.875rem;position:relative;display:block; } }