.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:251,215,217;--color-primary-1:242,136,142;--color-primary-2:233,56,66;--color-primary-3:227,6,19;--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:"Roboto";--paragraphs-font-family:"Roboto"; }@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:11.9375rem;top:0.4375rem;left:0.90625rem;overflow:hidden;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:rgba(var(--color-tertiary-0),1);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;position:relative;border-top-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:33.875rem;width:60rem;overflow:visible;position:relative;display:block; }#J8egFCLZaDZIkN0EtoPbV6csNWitf4M5 { position:absolute;display:block;z-index:15052;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.25rem;width:7.125rem;top:29.875rem;left:52.875rem;overflow:hidden;display:block; }
#DCAVx5pnkQrQ9xpyAxZdW5ydiOXUI7CZ { color:rgba(var(--color-tertiary-4),1);display:block;width:11.9375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.1875rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:2.96875rem;left:1.09375rem;height:2.8125rem;font-style:normal;display:block; }
#x2SmCtwFJm0OQOTowX5UuCTTmLl8xnsN { position:absolute;display:block;z-index:15054;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:0.625rem;width:12.5rem;top:5.75rem;left:0.8125rem;display:block; }
#CUua5oeHNwD3lKaZvILOFmuWd0oiTC6Q { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:0rem;left:49.875rem;overflow:hidden;display:block; }
#Sib9OGxEpgBUegT9huZQgpuB4agPfCln { position:absolute;display:block;z-index:15056;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:30.8125rem;width:54.875rem;top:4rem;left:2.5625rem;overflow:hidden;display:block; }
#O2i5V59wzKqDuBH58XXzx1sq00ggVnfB { box-sizing:content-box;height:0.6875rem;width:60rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;top:33.1875rem;left:0rem;display:block; }
#vHXsTt0EtfbPeZoHBZtF3Z9r7g656BmD { position:absolute;display:block;z-index:15055;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:3.125rem;width:16.1875rem;top:13.6875rem;left:0rem;display:block; }
#q8TWT0UTNgIBGtmrnal03wyAzeOTFNgO { position:absolute;display:block;z-index:15037;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:2.75rem;width:23.0625rem;top:24.9375rem;left:36.9375rem;display:block; }
#wkKtOcdrW2eLmpvWvmO2Ppz0eTwfVSnh { position:absolute;display:block;z-index:15038;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.125rem;width:23.0625rem;top:16.4375rem;left:16.8125rem;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:72.875rem;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:39.75rem;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:0.875rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:4.7177734375rem;left:0rem;height:3.25rem;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; }
#S2NWIS28RQAdNRCvQvu9DE3IQUdGpzGu { position:absolute;display:block;z-index:15006;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:20.4375rem;width:20.4375rem;top:48.625rem;left:4.375rem;overflow:hidden;display:block; }
#V6dtW7lmoDqDD13TvcXFSI2PMDCzSP9s { color:rgba(var(--color-tertiary-4),1);display:block;width:59.1875rem;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:37.75rem;left:0.40625rem;height:5.75rem;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; }
#pJIwtFEGC5qiLRdvJGOk7JgQX9qu5wsS { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:49.4375rem;left:29.5625rem;height:1.125rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NM94uRBcS0V5wTgeTTBhJTvMpZpyB8DO { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:63.625rem;left:32.875rem;display:block; }
#ruWOtfu86JCbev86NTou9eav3O8KoiNk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XPDXvfSo2CGTqVWm4C5OxK0agc8acHVe { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:52.0625rem;left:29.5625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#XPDXvfSo2CGTqVWm4C5OxK0agc8acHVe li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XPDXvfSo2CGTqVWm4C5OxK0agc8acHVe li:before{  }
#i54Qr94nwwZlrJ54RW0s8f4TbdxqiAAd { position:absolute;display:block;z-index:15056;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:60rem;top:9.625rem;left:0rem;overflow:hidden;display:block; }
#i9HmbbAEEJEG2sNZP1zXxteL27GrNr0P { box-sizing:content-box;height:0.6875rem;width:60rem;position:absolute;display:block;z-index:15039;background-color:rgba(var(--color-primary-3),1);background-image:none;top:72.1875rem;left:0rem;display:block; }
#C2FLW7c1EyoSuq1VVIxPLkdhgTTDcDHZ { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:63.625rem;left:46.0625rem;display:block; }
#NDv43820Pw9rFlOgk4aVgEnNaNuNwLXq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 { position:relative;display:block; }#zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 { background-color: transparent; background-image: none; }#zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 > .row .container > .video-iframe-container { display: none; }#zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 > .row > .video-iframe-container { display: none; }#zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 > .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); }#zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 { border-width: 0; border-radius: 0; }#zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 > .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; }#zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 > .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:8.75rem;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; }#FlsHwzgt9qPeCpA2XCrRiasirfQ3gDfk { color:rgba(var(--color-secondary-4),1);display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.1875rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:1.7177734375rem;left:0rem;height:4.875rem;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; }
#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { position:relative;display:block; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { 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 { border-width: 0; border-radius: 0; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .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; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.4375rem;width: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; }#aTxwxrd4OMpz3Dg14ikxqr7LTikVLVz9 { color:#ff00fd;display:block;width:28.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:1.46875rem;left:0.5625rem;height:16.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; }
#X3aTTPVJTJnUQBP8V5nTpJBe7GMePxE1 { 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:19.375rem;width:29.1875rem;top:0rem;left:30.564873417721rem;overflow:hidden;display:block; }
#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 { position:relative;display:block; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 { background-color: transparent; background-image: none; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row .container > .video-iframe-container { display: none; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row > .video-iframe-container { display: none; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .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); }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 { border-width: 0; border-radius: 0; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .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; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .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:1.375rem;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; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#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:32.0125rem;width:60rem;position:relative;display:block; }#kmeHW3kFzPGOsPW2LzpECAPpKc5zRzy2 { position:absolute;display:block;z-index:14997;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:31.3125rem;width:29.4375rem;top:0rem;left:0rem;display:block; }
#QZ8hlivGBzqMsQnbeX8dntqrxr7yRceb { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;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:12.5732421875rem;left:1.125rem;height:4.3125rem;text-align:left;text-align-last:left;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:31.3125rem;width:29.1875rem;top:0rem;left:30.811717987061rem;display:block; }
#CQyKxhmyLkTi7qnWiyZDq6Nd3eDh5wzz { color:rgba(var(--color-tertiary-4),1);display:block;width:27.8125rem;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:12.78125rem;left:31.875rem;height:4.3125rem;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; }
#PxfawnHkkPk5bAGWm4bgTxOkafm9R6CH { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.6875rem;left:0.875rem;overflow:hidden;display:block; }
#IT3qndLWu40kCp7cl8rEenldaLEFvbrT { 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:5.625rem;width:5.625rem;top:0.6875rem;left:31.875rem;overflow:hidden;display:block; }
#xmB5rF6eWwsBf8UvRgIB7g60XTS9i7vt { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.84375rem;left:1.15625rem;height:8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#xmB5rF6eWwsBf8UvRgIB7g60XTS9i7vt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xmB5rF6eWwsBf8UvRgIB7g60XTS9i7vt li:before{  }
#THACX8EvRhkwGzT5X7BKyBA8F7XN8G02 { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:28.423828125rem;left:6.4375rem;display:block; }
#E5Etd3HpUyG6gTbiMPcOJPTI3uuJCR8G { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Mm4ZQ30H2t6W7zfQgcAl8lEqHbBJXITi { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.84375rem;left:32.1552734375rem;height:9.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#Mm4ZQ30H2t6W7zfQgcAl8lEqHbBJXITi li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Mm4ZQ30H2t6W7zfQgcAl8lEqHbBJXITi li:before{  }
#nzyFHQAL0JO8L1V5ISSwAe8dNnJNwOfW { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:28.423828125rem;left:36.4375rem;display:block; }
#OoVK2D9F7KDptNScThIgpEXcph4ZUu1N { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nFtKWMvs7TRNam72FnWlpK0VN4rt6zR5 { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:28.423828125rem;left:16.40625rem;display:block; }
#CvgEPMvGy0X8nBIWKWhOmXklH7OqNJl1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cqSV2Gfot8K3qzoq860UEFoEFXZRASSq { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:28.423828125rem;left:47.46875rem;display:block; }
#zVV3bTHnXuK52maFiNEnUFVuBDRZD8Tc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SP6eXzJOLfI8F65JNbE6lBkFCtoI873Q { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.25rem;width:13.4375rem;top:0.6982421875rem;left:8.28125rem;overflow:hidden;display:block; }
#XnNVHOcxyHhdqDBqEcEsXkaVcBK6mFVr { 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:16.6875rem;width:13.8125rem;top:0.46875rem;left:38.4990234375rem;overflow:hidden;display:block; }
#fX4zl7J1oHkxA2Gai9oSSOKbpitncydO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#fX4zl7J1oHkxA2Gai9oSSOKbpitncydO > .row .container { background-color: transparent; background-image: none; }#fX4zl7J1oHkxA2Gai9oSSOKbpitncydO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fX4zl7J1oHkxA2Gai9oSSOKbpitncydO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fX4zl7J1oHkxA2Gai9oSSOKbpitncydO > .row .container > .video-iframe-container { display: none; }#fX4zl7J1oHkxA2Gai9oSSOKbpitncydO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fX4zl7J1oHkxA2Gai9oSSOKbpitncydO > .row > .video-iframe-container { display: none; }#fX4zl7J1oHkxA2Gai9oSSOKbpitncydO > .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); }#fX4zl7J1oHkxA2Gai9oSSOKbpitncydO > .row .container { border-width: 0; border-radius: 0; }#fX4zl7J1oHkxA2Gai9oSSOKbpitncydO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fX4zl7J1oHkxA2Gai9oSSOKbpitncydO > .row .container { font-size:0.875rem;font-family:arial;height:91.0125rem;width:60rem;position:relative;display:block; }#wdLFtialL9H0A7qIezJU35Nszimw0Wlt { position:absolute;display:block;z-index:14997;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.3125rem;width:29.4375rem;top:0rem;left:0rem;display:block; }
#tnerQH1p2X5PK4zob4wchmngu0QHc5cP { color:rgba(var(--color-tertiary-4),1);display:block;width:26.9375rem;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:12.9375rem;left:1.0625rem;height:4.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#WvH2k3bU3rTAU6V4ghnRwqTfcaCTrGkZ { 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.4375rem;width:29.1875rem;top:0rem;left:30.812496185302rem;display:block; }
#zsWNMt6SIsTWe45JG0IIrJAcJ8iDfPa6 { 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:13rem;left:31.875rem;height:4.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ezpuAkgkecrwQpNFVriKFaPu8QZtpPi4 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.875rem;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:43.349609375rem;left:32.125rem;height:4.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#RhNgGQcyRd32c4F0TTna0Th3iNFOBoD4 { position:absolute;display:block;z-index:14996;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:29.5625rem;width:29.4375rem;top:31.625rem;left:0rem;display:block; }
#Ta5RKfxZfm8iP4ZPTCo9UfJO0QdAycTi { position:absolute;display:block;z-index:14995;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:29.5rem;width:29.125rem;top:31.625rem;left:30.875rem;display:block; }
#Jcf5FECv7KM09Ulcr98W7z4zgEAvAupz { position:absolute;display:block;z-index:14994;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:27.9375rem;width:29.4375rem;top:62.25rem;left:0rem;display:block; }
#utNBCywG6SkEzlIdXHXMAWW4aT6Ht7JX { position:absolute;display:block;z-index:14993;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:27.9375rem;width:29.125rem;top:62.25rem;left:30.875rem;display:block; }
#E4kL7xb6huEQrmVQypB5NT7GPuLRBq6q { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;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:73.6181640625rem;left:1.0625rem;height:5.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zK5NwKWTWAsxclSJkgsdM10LTwKTh7cy { 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:43.1875rem;left:0.875rem;height:5.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IJTcSVK8cHFRUaSuTJrCNVgrLflz70qI { 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:15005;line-height:1.3;letter-spacing:0;top:73.6181640625rem;left:31.75rem;height:5.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#lSnN3Rp7e0xToIg86qzlK0uXQN0NK0de { position:absolute;display:block;z-index:14999;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.125rem;width:13.4375rem;top:31.537109375rem;left:38.28125rem;overflow:hidden;display:block; }
#HPlpy1yT20LMpV4VaX8GHiKO2mZAzaMZ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.3125rem;width:12.25rem;top:62.25rem;left:8.46875rem;overflow:hidden;display:block; }
#eGl7RQb5WvuV5TfFaWT91asgO8cFsF5d { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.4375rem;width:12.375rem;top:62.21875rem;left:38.181816324529rem;overflow:hidden;display:block; }
#EJfB93tZzlvoOLmzKhtnohVRtrsM41NK { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0.75rem;left:1.0625rem;overflow:hidden;display:block; }
#wq1NaSBLugAf7OR2ztrDcgSBNoQth3SB { 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:5.625rem;width:5.625rem;top:0.75rem;left:31.875rem;overflow:hidden;display:block; }
#mCRkQmTgT5hUrPN6wZZgX0w8TmmW4Rec { 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:5.625rem;width:5.625rem;top:31.625rem;left:30.8125rem;overflow:hidden;display:block; }
#Fo23EVsRFko5a82ynUT6P3RMu7pBHzb9 { 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:5.625rem;width:5.625rem;top:31.625rem;left:0rem;overflow:hidden;display:block; }
#VdHMyGUBakAUCKRtfutQ7EMbzwnb0xzR { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.955078125rem;left:1.03125rem;height:8rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#VdHMyGUBakAUCKRtfutQ7EMbzwnb0xzR li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#VdHMyGUBakAUCKRtfutQ7EMbzwnb0xzR li:before{  }
#H8QNzihqr4HxirnJGZelxJTRApFTITs9 { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:27.375rem;left:5.625rem;display:block; }
#EW6X2ZwdJtWeDoJfPgwUDpLVSwUoMw5B { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cWHDa7lvWSZ9ZygH3kIticXCSTU3d8yt { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.080078125rem;left:31.8427734375rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#cWHDa7lvWSZ9ZygH3kIticXCSTU3d8yt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#cWHDa7lvWSZ9ZygH3kIticXCSTU3d8yt li:before{  }
#HEaTMwlFZZWlm77maxiCkwMxWAWeRIOE { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:27.375rem;left:36.4375rem;display:block; }
#VMZwr55TDRUq4O1KF7tfS9Fsz2fRqLdF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#eCTi07QFXC3oiKQKl1CzpC9SaW5ZVscg { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:49.7431640625rem;left:1.15625rem;height:7.6875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#eCTi07QFXC3oiKQKl1CzpC9SaW5ZVscg li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#eCTi07QFXC3oiKQKl1CzpC9SaW5ZVscg li:before{  }
#VxF2aCCBinWwwtdG96Vcm4XQ05ymh2X3 { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:58.673828125rem;left:5.625rem;display:block; }
#T6pIuXbtq0SMCNUfX9tJf01it4eHlZLN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#b0zOPtnJIaR0RwrQBhIQmJAvhCgWWhEK { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:49.7431640625rem;left:31.9990234375rem;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#b0zOPtnJIaR0RwrQBhIQmJAvhCgWWhEK li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#b0zOPtnJIaR0RwrQBhIQmJAvhCgWWhEK li:before{  }
#O3L6cGPTk6OewoNDTMF1CUIG1k6AVHAt { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:58.673828125rem;left:36.4375rem;display:block; }
#muxuDsPNNGTNlJ3T4Qf4VaScNLxQWTFP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#T7gTX9aBdubmc4JcFPu4VFXnS2xMfrvm { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:79.875rem;left:1.1875rem;height:6.5625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#T7gTX9aBdubmc4JcFPu4VFXnS2xMfrvm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#T7gTX9aBdubmc4JcFPu4VFXnS2xMfrvm li:before{  }
#ooaTUdNWGJdsgAva2IgT9vnhUN4iJZp9 { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:87.6875rem;left:36.4375rem;display:block; }
#mwk4FKAiRDZ5Hqv0bQ9VqCfiCvn5kaqq { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yJcCtgzX4f1UT3kPuR9lxyiV6Qugt4mM { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:80rem;left:32rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#yJcCtgzX4f1UT3kPuR9lxyiV6Qugt4mM li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#yJcCtgzX4f1UT3kPuR9lxyiV6Qugt4mM li:before{  }
#bxf9UTwwlfPxhdiwApmdW9xiTUwlbpeU { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:87.6875rem;left:5.625rem;display:block; }
#dz7QC1ocUkAUiLfZMFeRG7gnoPbKyJU1 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#gC85uc8fbUehGGcZHp4MBnPD8lxgnUpx { 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:17.75rem;width:11.4375rem;top:31.625rem;left:9.28125rem;overflow:hidden;display:block; }
#emCeIpRU0EVm3mko4GKFAiVlq97TR7F1 { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:27.375rem;left:15.21875rem;display:block; }
#by8hnpZzFz8GWB8VBG6A31TkEHdN2uUD { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PCDEL14FM7IfqDDVQJkhvXpb9wG7bHix { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:27.375rem;left:48.1240234375rem;display:block; }
#NanVFxTgZXfIL97D0OWhJf7Bab0tNTKo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#WMCX50MUE5rLtAAGWT17KdMtnG53brLw { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:58.673828125rem;left:15.21875rem;display:block; }
#bZiQCoTuOyP3dhCiiElcWepDmpb8XKMZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#L6TkL8KQuewRsT8qPL4x8ZdaOIHUDk1x { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:58.673828125rem;left:48.125rem;display:block; }
#ins6udkV6Q0eeSOe2unWpEBTHnDHKXn3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ytUT0sUSQnhoP2aJM7x19Svyd4UpnlZH { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15057;text-align:center;text-align-last:center;top:87.6875rem;left:15.21875rem;display:block; }
#SP6FLbiLGvmFWTE1o3vG18iw5sLXX9I7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o0vxHCTSJNag6zwZzDdNv909nZgBgh2e { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:87.6875rem;left:48.1240234375rem;display:block; }
#OthUVo86rubtR8rR5J1eqs6Xnup4QbNZ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RsmdPtoidliqXDWQnGnKkS30vm1GeLBl { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.25rem;width:10.9375rem;top:0.75rem;left:9.53125rem;overflow:hidden;display:block; }
#D05Uk9O2GwHJr95lUTpMuzPp3z81CrI1 { 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:15.25rem;width:12.625rem;top:1.33203125rem;left:39.625rem;overflow:hidden;display:block; }
#Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp { 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; }#Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp > .row .container { background-color: transparent; background-image: none; }#Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp > .row .container > .video-iframe-container { display: none; }#Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp > .row > .video-iframe-container { display: none; }#Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp > .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); }#Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp > .row .container { border-width: 0; border-radius: 0; }#Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp > .row .container { font-size:0.875rem;font-family:arial;height:85.6875rem;width:60rem;position:relative;display:block; }#hq29yxy3TCkH126rz08lmp9wA3XVtEsQ { position:absolute;display:block;z-index:14997;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:27.3125rem;width:29.4375rem;top:0rem;left:0rem;display:block; }
#eE2EUQKDglkoOszs9l0XHhl87TaboWTs { color:rgba(var(--color-tertiary-4),1);display:block;width:25.5rem;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:11.787109375rem;left:1.1875rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#IaemxGyIoeRJ9A4m0313aeVqQnTVkM4O { 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:27.25rem;width:29.1875rem;top:0rem;left:30.8125rem;display:block; }
#pbU4wtryCPfsQ3GTq1BkDV8Cpi5QUez9 { 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:11.8671875rem;left:31.875rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#hc77HwKpW0W5bZZIxTuFtnXy1G1u5wXr { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;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:40.19921875rem;left:31.90625rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#a03P2bLdcv5m8EQTmlmf7MLEDDRet9fx { position:absolute;display:block;z-index:14996;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:27.3125rem;width:29.4375rem;top:28.41796875rem;left:0rem;display:block; }
#mltr40dK2a6aZxBTumBCAq49IkoDoNw0 { position:absolute;display:block;z-index:14995;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:27.3125rem;width:29.125rem;top:28.41796875rem;left:30.875rem;display:block; }
#trkZrNKV8aStH93ZMV4rRWfnZM1O9lK6 { position:absolute;display:block;z-index:14994;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:27.3125rem;width:29.4375rem;top:56.875rem;left:0rem;display:block; }
#IhswXrzLJAUI6QCZ1Lr8qIbTSGIte0bt { position:absolute;display:block;z-index:14993;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:27.3125rem;width:29.125rem;top:56.875rem;left:30.875rem;display:block; }
#Gzf45HIphIm6qJ7wsmUnJyFaAOr5KSki { color:rgba(var(--color-tertiary-4),1);display:block;width:26.1875rem;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:68.1513671875rem;left:1.40625rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#O9LavsPHOgl48tQyTRS8WGTgQcBA2pSn { 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:40.673828125rem;left:1.125rem;height:1.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#PkDrA805dNKWAoVoBboBkNAixOTRxUzZ { color:rgba(var(--color-tertiary-4),1);display:block;width:29.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:67.7138671875rem;left:30.875rem;height:2.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#QZAOAlzXzXMFzEUcmTDc2ALVRf4txyEf { position:absolute;display:block;z-index:14998;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:16.5rem;top:0rem;left:6.75rem;overflow:hidden;display:block; }
#eMvkxLVDrUPGqio2G1LydeLTl5gq8cdh { position:absolute;display:block;z-index:14999;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.375rem;width:16.375rem;top:0rem;left:37.75rem;overflow:hidden;display:block; }
#cfNafp9o7QqQAL2xiGfZzpCpHxxdPqMU { position:absolute;display:block;z-index:14999;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.625rem;width:16.625rem;top:28.41796875rem;left:37.09375rem;overflow:hidden;display:block; }
#twTdFrUrMqTh9dF0N2P4IFBTUPz1CkMA { 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:17.4375rem;width:17.4375rem;top:28.41796875rem;left:6.28125rem;overflow:hidden;display:block; }
#G06OEnFRPeZWc5xlAnss9NmmJziLvbCN { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.25rem;width:15.25rem;top:57.01953125rem;left:7.375rem;overflow:hidden;display:block; }
#WsTM34fSkurFTwJU5OMTxcKVKqcBDhZ8 { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.0625rem;width:15.0625rem;top:56.875rem;left:38.40625rem;overflow:hidden;display:block; }
#lFcqt3FtVtsTxVs4OSo6lzo0FAVI4khO { position:absolute;display:block;z-index:15057;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#VH8q0eHxupILT9DgvRggwfnG8GKtJ9vV { 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:5.625rem;width:5.625rem;top:28.41796875rem;left:30.8125rem;overflow:hidden;display:block; }
#zBJw2ctEszuU41seJk8xKi9MUSxqZNe8 { 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:5.625rem;width:5.625rem;top:56.875rem;left:0rem;overflow:hidden;display:block; }
#HFTEEFRIg3lEyRJuVR5O4ZaVS1TnEAML { 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:5.625rem;width:5.625rem;top:56.875rem;left:30.8125rem;overflow:hidden;display:block; }
#kna607STDQRmoSayP74ew9keXtM2eSlH { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:14.798828125rem;left:1.15625rem;height:9.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#kna607STDQRmoSayP74ew9keXtM2eSlH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#kna607STDQRmoSayP74ew9keXtM2eSlH li:before{  }
#eddx8p7Tk8SbL5grd6BJDJ3vKxyHsVJQ { 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:6.25rem;height:1.875rem;text-decoration:none;z-index:15053;text-align:center;text-align-last:center;top:24.6748046875rem;left:5.625rem;display:block; }
#cC1oViNPDHXXOlno4rTUTzqvmiiOO6wh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#K9Rg8iKFWsWGAOGoaddnIV1JkUSU2bgd { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:14.642578125rem;left:32rem;height:8.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#K9Rg8iKFWsWGAOGoaddnIV1JkUSU2bgd li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#K9Rg8iKFWsWGAOGoaddnIV1JkUSU2bgd li:before{  }
#RJmmTsg4IZg34qcMqQbuAA05sNLS8a1u { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:24.6748046875rem;left:36.4375rem;display:block; }
#PKBOnkpOlRGuGTsO0l14PF4Oi5kZHfK0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rGsAvBC2FNig47OvmieegTukJyBJH8et { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:43.9619140625rem;left:1.15625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#rGsAvBC2FNig47OvmieegTukJyBJH8et li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rGsAvBC2FNig47OvmieegTukJyBJH8et li:before{  }
#f4VKAyHlOmMIN7JUmIfoXPnM3TTdlCsC { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15054;text-align:center;text-align-last:center;top:53.16796875rem;left:5.625rem;display:block; }
#vfdow4PcFEMkVl4700wcmCraC0TqUa5O { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QAiy87zsOJ6JEau34Dvn1OrIFskZd4ua { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:43.8984375rem;left:31.625rem;height:8.8125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#QAiy87zsOJ6JEau34Dvn1OrIFskZd4ua li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#QAiy87zsOJ6JEau34Dvn1OrIFskZd4ua li:before{  }
#iFv0A1KVdhTUeeTKCAWmLI8e3ZZSaSGT { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:53.16796875rem;left:36.4375rem;display:block; }
#EVz7xFUoGLVBbn0J8wl5TiehrMhUeTFb { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#e9s7yQlq7TaFBIxJDBy0h1TzApD7REpE { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:71.83203125rem;left:1.21875rem;height:8.3125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }#e9s7yQlq7TaFBIxJDBy0h1TzApD7REpE li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#e9s7yQlq7TaFBIxJDBy0h1TzApD7REpE li:before{  }
#QohSiGhA5OK9IJIRntAhPyFC0yVvp5Pv { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15056;text-align:center;text-align-last:center;top:81.83203125rem;left:36.4375rem;display:block; }
#Tqs1DlU5viNXynqTyT8ywSnWLu45kk86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ugQref8h8eWupAGi8bHs237Kmg0zz0Uz { color:rgba(var(--color-tertiary-4),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:71.69921875rem;left:31.15625rem;height:;text-align:left;text-align-last:left;font-style:normal;display:block; }#ugQref8h8eWupAGi8bHs237Kmg0zz0Uz li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ugQref8h8eWupAGi8bHs237Kmg0zz0Uz li:before{  }
#iqrXHG7uo9dEofimNTJ8ddUm07ZQBDxr { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15055;text-align:center;text-align-last:center;top:81.83203125rem;left:4.8125rem;display:block; }
#q4xXMPDFU4A60MSWpJGZEfoMxl4VN7R3 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#o2HMroEp0M19NAAMG3ko0wNdW14ebeHE { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15058;text-align:center;text-align-last:center;top:24.6748046875rem;left:15.28125rem;display:block; }
#FaJErldndufmdZqTmVNG5cT5G94l1hll { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GIWhpgexr2yUXUCD727RcLwQAE53aiU4 { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:24.6748046875rem;left:47.9375rem;display:block; }
#kTuLsBF2tPVnhLvF21D2BQdhQlObSiir { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ExF4kBCF7ikrFDhpIObTbaEv80Wnv3Re { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15059;text-align:center;text-align-last:center;top:53.16796875rem;left:15.28125rem;display:block; }
#LI9bS2dBk2SCyMt4x4FPmtz0hlF5P50y { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ksfrDfg6QL932ECrSBZxsk3czgd2SekZ { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:53.16796875rem;left:47.53125rem;display:block; }
#uyA8gn6BliCUktyi5PXTOplqEkprNpCi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NTxNsGxJHhNtOlT8IGyP8stmdDhEE6S5 { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15060;text-align:center;text-align-last:center;top:81.83203125rem;left:15.28125rem;display:block; }
#blUeMuw4pM1n94RvmOMOD8UVDG9TcOnH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#S2yO81n93pZ5srvnmJmGwBkVraUeuxlG { 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:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.25rem;height:1.875rem;text-decoration:none;z-index:15061;text-align:center;text-align-last:center;top:81.83203125rem;left:47.53125rem;display:block; }
#oKoiWU4DvEMpqKtfEKubVbIW09g79NGC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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.1875rem;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:poppins;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:#e20917;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:var(--paragraphs-font-family);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:3.4999914169311rem;left:11.530467987061rem; }
#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:3.4999914169311rem;left:11.530467987061rem; }
#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 #JHKzkdHecr12aTilKmDZuJv4mzOxGveb { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #DmfMS4wZHSNbcbb41zeFcEoKZZQrB6ls { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TpIlNTITtZKhigUNJ4mQTpPzlLrH1a2k { 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 #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:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.3124914169311rem;left:23.749217987061rem;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.875rem;left:25.2802734375rem;display:block; }
#NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg { position:relative;display:block; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg { background-color: transparent; background-image: none; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .row .container > .video-iframe-container { display: none; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .row > .video-iframe-container { display: none; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .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); }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg { border-width: 0; border-radius: 0; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .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; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .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:1.625rem;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; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T { position:relative;display:block; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T { background-color: transparent; background-image: none; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row .container > .video-iframe-container { display: none; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row > .video-iframe-container { display: none; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .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); }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T { border-width: 0; border-radius: 0; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .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; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:20.375rem;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; }#KUr3dZ7cbgtlW25SzSzXvGDfFtZlTo5J { 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:20.125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;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:8.75rem;width:60rem;position:relative;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:3.619140625rem;left:2.3125rem;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:1.421875rem;left:2.3125rem;height:0.9375rem;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; }
#oscw2r3iaCSsaq5gNCfWJwCkCvMGp9g1 { position:absolute;display:block;z-index:15056;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.0625rem;width:8.0625rem;top:0.3125rem;left:38.71875rem;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:7.3125rem;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:var(--paragraphs-font-family);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:#e20917;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:#e20917;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:11.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) { #J8egFCLZaDZIkN0EtoPbV6csNWitf4M5 { top:29.875rem;left:40.625rem;width:7.125rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCAVx5pnkQrQ9xpyAxZdW5ydiOXUI7CZ { top:2.9375rem;left:0rem;width:11.9375rem;height:2.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x2SmCtwFJm0OQOTowX5UuCTTmLl8xnsN { top:5.75rem;left:0rem;width:12.5rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUua5oeHNwD3lKaZvILOFmuWd0oiTC6Q { top:0rem;left:38.1875rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Sib9OGxEpgBUegT9huZQgpuB4agPfCln { top:4rem;left:0rem;width:47.75rem;height:26.811788154897rem;display:block; }
 }@media only screen and (max-width: 763px) { #O2i5V59wzKqDuBH58XXzx1sq00ggVnfB { top:33.1875rem;left:0rem;width:47.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHXsTt0EtfbPeZoHBZtF3Z9r7g656BmD { top:13.6875rem;left:0rem;width:16.1875rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8TWT0UTNgIBGtmrnal03wyAzeOTFNgO { top:24.9375rem;left:24.6875rem;width:23.0625rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkKtOcdrW2eLmpvWvmO2Ppz0eTwfVSnh { top:16.4375rem;left:10.6875rem;width:23.0625rem;height:4.125rem;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:0.875rem;left:0rem;width:39.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:47.75rem;height:;top:4.6875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #S2NWIS28RQAdNRCvQvu9DE3IQUdGpzGu { top:48.625rem;left:0rem;width:20.4375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6dtW7lmoDqDD13TvcXFSI2PMDCzSP9s { top:37.75rem;left:0rem;width:47.75rem;height:7.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJIwtFEGC5qiLRdvJGOk7JgQX9qu5wsS { top:49.4375rem;left:20.0625rem;width:27.6875rem;height:2.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM94uRBcS0V5wTgeTTBhJTvMpZpyB8DO { width:6.25rem;height:1.875rem;top:63.625rem;left:26.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruWOtfu86JCbev86NTou9eav3O8KoiNk { display:block; }
 }@media only screen and (max-width: 763px) { #XPDXvfSo2CGTqVWm4C5OxK0agc8acHVe { top:52.0625rem;left:20.0625rem;width:27.6875rem;height:;font-size:0.875rem;display:block; }#XPDXvfSo2CGTqVWm4C5OxK0agc8acHVe li:before{  }
 }@media only screen and (max-width: 763px) { #i54Qr94nwwZlrJ54RW0s8f4TbdxqiAAd { top:9.625rem;left:0rem;width:47.75rem;height:20.343489583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9HmbbAEEJEG2sNZP1zXxteL27GrNr0P { top:72.1875rem;left:0rem;width:47.75rem;height:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2FLW7c1EyoSuq1VVIxPLkdhgTTDcDHZ { width:6.25rem;height:1.875rem;top:63.625rem;left:39.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDv43820Pw9rFlOgk4aVgEnNaNuNwLXq { display:block; }
 }@media only screen and (max-width: 763px) { #zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 { display:block; }#zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlsHwzgt9qPeCpA2XCrRiasirfQ3gDfk { width:47.75rem;height:;top:1.6875rem;left:0rem;font-size:0.875rem;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) { #aTxwxrd4OMpz3Dg14ikxqr7LTikVLVz9 { top:1.4375rem;left:0rem;width:28.875rem;height:16.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X3aTTPVJTJnUQBP8V5nTpJBe7GMePxE1 { top:0rem;left:17.875rem;width:29.1875rem;height:19.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 { display:block; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row .container { width:47.75rem;position:relative;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:0rem;left:0rem;width:29.4375rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZ8hlivGBzqMsQnbeX8dntqrxr7yRceb { top:12.5625rem;left:0rem;width:26.9375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD02m41ZaGPqKOIRckIFmWsdXo2vOvn7 { top:0rem;left:18.5625rem;width:29.1875rem;height:31.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQyKxhmyLkTi7qnWiyZDq6Nd3eDh5wzz { top:12.75rem;left:19.9375rem;width:27.8125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxfawnHkkPk5bAGWm4bgTxOkafm9R6CH { top:0.6875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT3qndLWu40kCp7cl8rEenldaLEFvbrT { top:0.6875rem;left:23.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmB5rF6eWwsBf8UvRgIB7g60XTS9i7vt { top:17.8125rem;left:0rem;width:27.6875rem;height:9.125rem;font-size:0.875rem;display:block; }#xmB5rF6eWwsBf8UvRgIB7g60XTS9i7vt li:before{  }
 }@media only screen and (max-width: 763px) { #THACX8EvRhkwGzT5X7BKyBA8F7XN8G02 { width:6.25rem;height:1.875rem;top:28.375rem;left:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Etd3HpUyG6gTbiMPcOJPTI3uuJCR8G { display:block; }
 }@media only screen and (max-width: 763px) { #Mm4ZQ30H2t6W7zfQgcAl8lEqHbBJXITi { top:17.8125rem;left:20rem;width:27.75rem;height:10.5625rem;font-size:0.875rem;display:block; }#Mm4ZQ30H2t6W7zfQgcAl8lEqHbBJXITi li:before{  }
 }@media only screen and (max-width: 763px) { #nzyFHQAL0JO8L1V5ISSwAe8dNnJNwOfW { width:6.25rem;height:1.875rem;top:28.375rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoVK2D9F7KDptNScThIgpEXcph4ZUu1N { display:block; }
 }@media only screen and (max-width: 763px) { #nFtKWMvs7TRNam72FnWlpK0VN4rt6zR5 { width:6.25rem;height:1.875rem;top:28.375rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvgEPMvGy0X8nBIWKWhOmXklH7OqNJl1 { display:block; }
 }@media only screen and (max-width: 763px) { #cqSV2Gfot8K3qzoq860UEFoEFXZRASSq { width:6.25rem;height:1.875rem;top:28.375rem;left:38.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVV3bTHnXuK52maFiNEnUFVuBDRZD8Tc { display:block; }
 }@media only screen and (max-width: 763px) { #SP6eXzJOLfI8F65JNbE6lBkFCtoI873Q { top:0.6875rem;left:5.21875rem;width:13.4375rem;height:16.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XnNVHOcxyHhdqDBqEcEsXkaVcBK6mFVr { top:0.4375rem;left:29.3115234375rem;width:13.8125rem;height:16.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX4zl7J1oHkxA2Gai9oSSOKbpitncydO { display:block; }#fX4zl7J1oHkxA2Gai9oSSOKbpitncydO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdLFtialL9H0A7qIezJU35Nszimw0Wlt { top:0rem;left:0rem;width:29.4375rem;height:30.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tnerQH1p2X5PK4zob4wchmngu0QHc5cP { top:12.9375rem;left:0rem;width:26.9375rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvH2k3bU3rTAU6V4ghnRwqTfcaCTrGkZ { top:0rem;left:18.5625rem;width:29.1875rem;height:30.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsWNMt6SIsTWe45JG0IIrJAcJ8iDfPa6 { top:13rem;left:19.625rem;width:28.125rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezpuAkgkecrwQpNFVriKFaPu8QZtpPi4 { top:43.3125rem;left:19.875rem;width:27.875rem;height:4.3125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhNgGQcyRd32c4F0TTna0Th3iNFOBoD4 { top:31.625rem;left:0rem;width:29.4375rem;height:29.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ta5RKfxZfm8iP4ZPTCo9UfJO0QdAycTi { top:31.625rem;left:18.625rem;width:29.125rem;height:29.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jcf5FECv7KM09Ulcr98W7z4zgEAvAupz { top:62.25rem;left:0rem;width:29.4375rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #utNBCywG6SkEzlIdXHXMAWW4aT6Ht7JX { top:62.25rem;left:18.625rem;width:29.125rem;height:27.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4kL7xb6huEQrmVQypB5NT7GPuLRBq6q { top:73.5625rem;left:0rem;width:29.8125rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK5NwKWTWAsxclSJkgsdM10LTwKTh7cy { top:43.1875rem;left:0rem;width:28.25rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJTcSVK8cHFRUaSuTJrCNVgrLflz70qI { top:73.5625rem;left:19.5rem;width:28.25rem;height:5.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSnN3Rp7e0xToIg86qzlK0uXQN0NK0de { top:31.5rem;left:29.09375rem;width:13.4375rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HPlpy1yT20LMpV4VaX8GHiKO2mZAzaMZ { top:62.25rem;left:5.40625rem;width:12.25rem;height:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGl7RQb5WvuV5TfFaWT91asgO8cFsF5d { top:62.1875rem;left:28.994316324529rem;width:12.375rem;height:16.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJfB93tZzlvoOLmzKhtnohVRtrsM41NK { top:0.75rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq1NaSBLugAf7OR2ztrDcgSBNoQth3SB { top:0.75rem;left:23.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCRkQmTgT5hUrPN6wZZgX0w8TmmW4Rec { top:31.625rem;left:23.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo23EVsRFko5a82ynUT6P3RMu7pBHzb9 { top:31.625rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdHMyGUBakAUCKRtfutQ7EMbzwnb0xzR { top:17.9375rem;left:0rem;width:27.6875rem;height:9.125rem;font-size:0.875rem;display:block; }#VdHMyGUBakAUCKRtfutQ7EMbzwnb0xzR li:before{  }
 }@media only screen and (max-width: 763px) { #H8QNzihqr4HxirnJGZelxJTRApFTITs9 { width:6.25rem;height:1.875rem;top:27.375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW6X2ZwdJtWeDoJfPgwUDpLVSwUoMw5B { display:block; }
 }@media only screen and (max-width: 763px) { #cWHDa7lvWSZ9ZygH3kIticXCSTU3d8yt { top:18.0625rem;left:20rem;width:27.75rem;height:;font-size:0.875rem;display:block; }#cWHDa7lvWSZ9ZygH3kIticXCSTU3d8yt li:before{  }
 }@media only screen and (max-width: 763px) { #HEaTMwlFZZWlm77maxiCkwMxWAWeRIOE { width:6.25rem;height:1.875rem;top:27.375rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMZwr55TDRUq4O1KF7tfS9Fsz2fRqLdF { display:block; }
 }@media only screen and (max-width: 763px) { #eCTi07QFXC3oiKQKl1CzpC9SaW5ZVscg { top:49.6875rem;left:0rem;width:27.6875rem;height:;font-size:0.875rem;display:block; }#eCTi07QFXC3oiKQKl1CzpC9SaW5ZVscg li:before{  }
 }@media only screen and (max-width: 763px) { #VxF2aCCBinWwwtdG96Vcm4XQ05ymh2X3 { width:6.25rem;height:1.875rem;top:58.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6pIuXbtq0SMCNUfX9tJf01it4eHlZLN { display:block; }
 }@media only screen and (max-width: 763px) { #b0zOPtnJIaR0RwrQBhIQmJAvhCgWWhEK { top:49.6875rem;left:20.0625rem;width:27.6875rem;height:4rem;font-size:0.875rem;display:block; }#b0zOPtnJIaR0RwrQBhIQmJAvhCgWWhEK li:before{  }
 }@media only screen and (max-width: 763px) { #O3L6cGPTk6OewoNDTMF1CUIG1k6AVHAt { width:6.25rem;height:1.875rem;top:58.625rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #muxuDsPNNGTNlJ3T4Qf4VaScNLxQWTFP { display:block; }
 }@media only screen and (max-width: 763px) { #T7gTX9aBdubmc4JcFPu4VFXnS2xMfrvm { top:79.875rem;left:0rem;width:27.6875rem;height:;font-size:0.875rem;display:block; }#T7gTX9aBdubmc4JcFPu4VFXnS2xMfrvm li:before{  }
 }@media only screen and (max-width: 763px) { #ooaTUdNWGJdsgAva2IgT9vnhUN4iJZp9 { width:6.25rem;height:1.875rem;top:87.6875rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwk4FKAiRDZ5Hqv0bQ9VqCfiCvn5kaqq { display:block; }
 }@media only screen and (max-width: 763px) { #yJcCtgzX4f1UT3kPuR9lxyiV6Qugt4mM { top:80rem;left:20.0625rem;width:27.6875rem;height:;font-size:0.8125rem;display:block; }#yJcCtgzX4f1UT3kPuR9lxyiV6Qugt4mM li:before{  }
 }@media only screen and (max-width: 763px) { #bxf9UTwwlfPxhdiwApmdW9xiTUwlbpeU { width:6.25rem;height:1.875rem;top:87.6875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz7QC1ocUkAUiLfZMFeRG7gnoPbKyJU1 { display:block; }
 }@media only screen and (max-width: 763px) { #gC85uc8fbUehGGcZHp4MBnPD8lxgnUpx { top:31.625rem;left:6.21875rem;width:11.4375rem;height:17.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #emCeIpRU0EVm3mko4GKFAiVlq97TR7F1 { width:6.25rem;height:1.875rem;top:27.375rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #by8hnpZzFz8GWB8VBG6A31TkEHdN2uUD { display:block; }
 }@media only screen and (max-width: 763px) { #PCDEL14FM7IfqDDVQJkhvXpb9wG7bHix { width:6.25rem;height:1.875rem;top:27.375rem;left:38.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NanVFxTgZXfIL97D0OWhJf7Bab0tNTKo { display:block; }
 }@media only screen and (max-width: 763px) { #WMCX50MUE5rLtAAGWT17KdMtnG53brLw { width:6.25rem;height:1.875rem;top:58.625rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZiQCoTuOyP3dhCiiElcWepDmpb8XKMZ { display:block; }
 }@media only screen and (max-width: 763px) { #L6TkL8KQuewRsT8qPL4x8ZdaOIHUDk1x { width:6.25rem;height:1.875rem;top:58.625rem;left:38.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ins6udkV6Q0eeSOe2unWpEBTHnDHKXn3 { display:block; }
 }@media only screen and (max-width: 763px) { #ytUT0sUSQnhoP2aJM7x19Svyd4UpnlZH { width:6.25rem;height:1.875rem;top:87.6875rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP6FLbiLGvmFWTE1o3vG18iw5sLXX9I7 { display:block; }
 }@media only screen and (max-width: 763px) { #o0vxHCTSJNag6zwZzDdNv909nZgBgh2e { width:6.25rem;height:1.875rem;top:87.6875rem;left:38.9365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OthUVo86rubtR8rR5J1eqs6Xnup4QbNZ { display:block; }
 }@media only screen and (max-width: 763px) { #RsmdPtoidliqXDWQnGnKkS30vm1GeLBl { top:0.75rem;left:6.46875rem;width:10.9375rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #D05Uk9O2GwHJr95lUTpMuzPp3z81CrI1 { top:1.3125rem;left:30.4375rem;width:12.625rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp { display:block; }#Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hq29yxy3TCkH126rz08lmp9wA3XVtEsQ { top:0rem;left:0rem;width:29.4375rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eE2EUQKDglkoOszs9l0XHhl87TaboWTs { top:11.75rem;left:0rem;width:25.5rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaemxGyIoeRJ9A4m0313aeVqQnTVkM4O { top:0rem;left:18.5625rem;width:29.1875rem;height:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbU4wtryCPfsQ3GTq1BkDV8Cpi5QUez9 { top:11.8125rem;left:19.625rem;width:28.125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc77HwKpW0W5bZZIxTuFtnXy1G1u5wXr { top:40.1875rem;left:21.5625rem;width:26.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a03P2bLdcv5m8EQTmlmf7MLEDDRet9fx { top:28.375rem;left:0rem;width:29.4375rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mltr40dK2a6aZxBTumBCAq49IkoDoNw0 { top:28.375rem;left:18.625rem;width:29.125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkZrNKV8aStH93ZMV4rRWfnZM1O9lK6 { top:56.875rem;left:0rem;width:29.4375rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhswXrzLJAUI6QCZ1Lr8qIbTSGIte0bt { top:56.875rem;left:18.625rem;width:29.125rem;height:27.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzf45HIphIm6qJ7wsmUnJyFaAOr5KSki { top:68.125rem;left:0rem;width:26.1875rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9LavsPHOgl48tQyTRS8WGTgQcBA2pSn { top:40.625rem;left:0rem;width:28.25rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkDrA805dNKWAoVoBboBkNAixOTRxUzZ { top:67.6875rem;left:18.5rem;width:29.25rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZAOAlzXzXMFzEUcmTDc2ALVRf4txyEf { top:0rem;left:3.6875rem;width:16.5rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #eMvkxLVDrUPGqio2G1LydeLTl5gq8cdh { top:0rem;left:28.5625rem;width:16.375rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfNafp9o7QqQAL2xiGfZzpCpHxxdPqMU { top:28.375rem;left:27.90625rem;width:16.625rem;height:16.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #twTdFrUrMqTh9dF0N2P4IFBTUPz1CkMA { top:28.375rem;left:3.21875rem;width:17.4375rem;height:17.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G06OEnFRPeZWc5xlAnss9NmmJziLvbCN { top:57rem;left:4.3125rem;width:15.25rem;height:15.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsTM34fSkurFTwJU5OMTxcKVKqcBDhZ8 { top:56.875rem;left:29.21875rem;width:15.0625rem;height:15.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFcqt3FtVtsTxVs4OSo6lzo0FAVI4khO { top:0rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH8q0eHxupILT9DgvRggwfnG8GKtJ9vV { top:28.375rem;left:23.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBJw2ctEszuU41seJk8xKi9MUSxqZNe8 { top:56.875rem;left:0rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFTEEFRIg3lEyRJuVR5O4ZaVS1TnEAML { top:56.875rem;left:23.875rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kna607STDQRmoSayP74ew9keXtM2eSlH { top:14.75rem;left:0rem;width:27.6875rem;height:9.125rem;font-size:0.875rem;display:block; }#kna607STDQRmoSayP74ew9keXtM2eSlH li:before{  }
 }@media only screen and (max-width: 763px) { #eddx8p7Tk8SbL5grd6BJDJ3vKxyHsVJQ { width:6.25rem;height:1.875rem;top:24.625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC1oViNPDHXXOlno4rTUTzqvmiiOO6wh { display:block; }
 }@media only screen and (max-width: 763px) { #K9Rg8iKFWsWGAOGoaddnIV1JkUSU2bgd { top:14.625rem;left:20rem;width:27.75rem;height:9.4375rem;font-size:0.875rem;display:block; }#K9Rg8iKFWsWGAOGoaddnIV1JkUSU2bgd li:before{  }
 }@media only screen and (max-width: 763px) { #RJmmTsg4IZg34qcMqQbuAA05sNLS8a1u { width:6.25rem;height:1.875rem;top:24.625rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKBOnkpOlRGuGTsO0l14PF4Oi5kZHfK0 { display:block; }
 }@media only screen and (max-width: 763px) { #rGsAvBC2FNig47OvmieegTukJyBJH8et { top:43.9375rem;left:0rem;width:27.6875rem;height:;font-size:0.875rem;display:block; }#rGsAvBC2FNig47OvmieegTukJyBJH8et li:before{  }
 }@media only screen and (max-width: 763px) { #f4VKAyHlOmMIN7JUmIfoXPnM3TTdlCsC { width:6.25rem;height:1.875rem;top:53.125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfdow4PcFEMkVl4700wcmCraC0TqUa5O { display:block; }
 }@media only screen and (max-width: 763px) { #QAiy87zsOJ6JEau34Dvn1OrIFskZd4ua { top:43.875rem;left:20.0625rem;width:27.6875rem;height:;font-size:0.875rem;display:block; }#QAiy87zsOJ6JEau34Dvn1OrIFskZd4ua li:before{  }
 }@media only screen and (max-width: 763px) { #iFv0A1KVdhTUeeTKCAWmLI8e3ZZSaSGT { width:6.25rem;height:1.875rem;top:53.125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVz7xFUoGLVBbn0J8wl5TiehrMhUeTFb { display:block; }
 }@media only screen and (max-width: 763px) { #e9s7yQlq7TaFBIxJDBy0h1TzApD7REpE { top:71.8125rem;left:0rem;width:27.6875rem;height:;font-size:0.875rem;display:block; }#e9s7yQlq7TaFBIxJDBy0h1TzApD7REpE li:before{  }
 }@media only screen and (max-width: 763px) { #QohSiGhA5OK9IJIRntAhPyFC0yVvp5Pv { width:6.25rem;height:1.875rem;top:81.8125rem;left:27.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqs1DlU5viNXynqTyT8ywSnWLu45kk86 { display:block; }
 }@media only screen and (max-width: 763px) { #ugQref8h8eWupAGi8bHs237Kmg0zz0Uz { top:71.6875rem;left:20.0625rem;width:27.6875rem;height:;font-size:0.8125rem;display:block; }#ugQref8h8eWupAGi8bHs237Kmg0zz0Uz li:before{  }
 }@media only screen and (max-width: 763px) { #iqrXHG7uo9dEofimNTJ8ddUm07ZQBDxr { width:6.25rem;height:1.875rem;top:81.8125rem;left:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4xXMPDFU4A60MSWpJGZEfoMxl4VN7R3 { display:block; }
 }@media only screen and (max-width: 763px) { #o2HMroEp0M19NAAMG3ko0wNdW14ebeHE { width:6.25rem;height:1.875rem;top:24.625rem;left:12.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaJErldndufmdZqTmVNG5cT5G94l1hll { display:block; }
 }@media only screen and (max-width: 763px) { #GIWhpgexr2yUXUCD727RcLwQAE53aiU4 { width:6.25rem;height:1.875rem;top:24.625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTuLsBF2tPVnhLvF21D2BQdhQlObSiir { display:block; }
 }@media only screen and (max-width: 763px) { #ExF4kBCF7ikrFDhpIObTbaEv80Wnv3Re { width:6.25rem;height:1.875rem;top:53.125rem;left:12.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI9bS2dBk2SCyMt4x4FPmtz0hlF5P50y { display:block; }
 }@media only screen and (max-width: 763px) { #ksfrDfg6QL932ECrSBZxsk3czgd2SekZ { width:6.25rem;height:1.875rem;top:53.125rem;left:38.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyA8gn6BliCUktyi5PXTOplqEkprNpCi { display:block; }
 }@media only screen and (max-width: 763px) { #NTxNsGxJHhNtOlT8IGyP8stmdDhEE6S5 { width:6.25rem;height:1.875rem;top:81.8125rem;left:12.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #blUeMuw4pM1n94RvmOMOD8UVDG9TcOnH { display:block; }
 }@media only screen and (max-width: 763px) { #S2yO81n93pZ5srvnmJmGwBkVraUeuxlG { width:6.25rem;height:1.875rem;top:81.8125rem;left:38.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKoiWU4DvEMpqKtfEKubVbIW09g79NGC { 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:3.4375rem;left:5.4054679870606rem; }
#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:3.4375rem;left:5.4054679870606rem; }
 }@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 #JHKzkdHecr12aTilKmDZuJv4mzOxGveb {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #DmfMS4wZHSNbcbb41zeFcEoKZZQrB6ls {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TpIlNTITtZKhigUNJ4mQTpPzlLrH1a2k {  }
 }@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 #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:1.25rem;left:17.624217987061rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:9.4375rem;height:2rem;top:35.875rem;left:19.1552734375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block; }
 }@media only screen and (max-width: 763px) { #Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg { display:block; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTx5JhNp52degBX2WeGxwl6UpQMZz84T { display:block; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUr3dZ7cbgtlW25SzSzXvGDfFtZlTo5J { top:0rem;left:0rem;width:47.75rem;height:16.016145833333rem;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) { #WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { width:16.8125rem;height:2.1875rem;top:3.5625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { width:16.8125rem;height:0.9375rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oscw2r3iaCSsaq5gNCfWJwCkCvMGp9g1 { top:0.3125rem;left:32.59375rem;width:8.0625rem;height:8.0625rem;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:7.3125rem;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:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { width:11.9375rem;height:2.5rem;top:1.25rem;left:4rem;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:15.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8egFCLZaDZIkN0EtoPbV6csNWitf4M5 { width:3.75rem;height:1.125rem;top:10.9375rem;left:15.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCAVx5pnkQrQ9xpyAxZdW5ydiOXUI7CZ { width:11.9375rem;height:1.4375rem;top:0.21875rem;left:-1.46875rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x2SmCtwFJm0OQOTowX5UuCTTmLl8xnsN { width:6.875rem;height:0.5rem;top:3rem;left:-1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUua5oeHNwD3lKaZvILOFmuWd0oiTC6Q { width:3.1875rem;height:3.1875rem;top:0rem;left:16.6875rem;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #Sib9OGxEpgBUegT9huZQgpuB4agPfCln { width:20rem;height:11.25rem;top:1.25rem;left:0rem;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #O2i5V59wzKqDuBH58XXzx1sq00ggVnfB { width:11.9375rem;height:1rem;top:13.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vHXsTt0EtfbPeZoHBZtF3Z9r7g656BmD { width:8.0625rem;height:1.5rem;top:10.9375rem;left:-2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8TWT0UTNgIBGtmrnal03wyAzeOTFNgO { width:20rem;height:0.8125rem;top:15rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkKtOcdrW2eLmpvWvmO2Ppz0eTwfVSnh { width:6.625rem;height:1.125rem;top:12.5rem;left:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { width:20rem;height:78.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZemWrTAdEvPvCLGQQepgz7AMyUeHslQq { width:20rem;height:2rem;top:1.25rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:20rem;height:8.3125rem;top:4.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #S2NWIS28RQAdNRCvQvu9DE3IQUdGpzGu { width:20rem;height:20rem;top:30.833333333333rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #V6dtW7lmoDqDD13TvcXFSI2PMDCzSP9s { width:20rem;height:0;top:23.833333333333rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pJIwtFEGC5qiLRdvJGOk7JgQX9qu5wsS { width:20rem;height:0;top:52.083333333333rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NM94uRBcS0V5wTgeTTBhJTvMpZpyB8DO { width:6.25rem;height:1.875rem;top:62.270833333333rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ruWOtfu86JCbev86NTou9eav3O8KoiNk { display:block; }
 }@media only screen and (max-width: 763px) { #XPDXvfSo2CGTqVWm4C5OxK0agc8acHVe { width:20rem;height:0;top:54.458333333333rem;left:0rem;font-size:0.8125rem;display:block; }#XPDXvfSo2CGTqVWm4C5OxK0agc8acHVe li:before{  }
 }@media only screen and (max-width: 763px) { #i54Qr94nwwZlrJ54RW0s8f4TbdxqiAAd { width:20rem;height:8.5208333333333rem;top:14.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #i9HmbbAEEJEG2sNZP1zXxteL27GrNr0P { width:20rem;height:0.6875rem;top:68.520833333331rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2FLW7c1EyoSuq1VVIxPLkdhgTTDcDHZ { width:6.25rem;height:1.875rem;top:65.395833333331rem;left:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDv43820Pw9rFlOgk4aVgEnNaNuNwLXq { display:block; }
 }@media only screen and (max-width: 763px) { #zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 { display:block; }#zOC2sbJfhBghpIpZU0SrfQysTPx2Tpi6 > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FlsHwzgt9qPeCpA2XCrRiasirfQ3gDfk { width:20rem;height:8.3125rem;top:4.5rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz { display:block; }#WReiX34HpZ9TWpWdPIWJrsDb2hwXqlaz > .row .container { width:20rem;height:38.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aTxwxrd4OMpz3Dg14ikxqr7LTikVLVz9 { width:20rem;height:21rem;top:1.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X3aTTPVJTJnUQBP8V5nTpJBe7GMePxE1 { width:20rem;height:13.2744140625rem;top:23.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 { display:block; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl { display:block; }#Lna94kCkn7pbOhXfTdHnNgSkUpDDWVDl > .row .container { width:20rem;height:68.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kmeHW3kFzPGOsPW2LzpECAPpKc5zRzy2 { width:20rem;height:30.625rem;top:0rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #QZ8hlivGBzqMsQnbeX8dntqrxr7yRceb { width:18.875rem;height:5.75rem;top:10.4482421875rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gD02m41ZaGPqKOIRckIFmWsdXo2vOvn7 { width:20rem;height:37.1875rem;top:31.142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CQyKxhmyLkTi7qnWiyZDq6Nd3eDh5wzz { width:18.6875rem;height:8.625rem;top:43.53125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxfawnHkkPk5bAGWm4bgTxOkafm9R6CH { width:5.625rem;height:5.625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IT3qndLWu40kCp7cl8rEenldaLEFvbrT { width:5.625rem;height:5.625rem;top:31.142578125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmB5rF6eWwsBf8UvRgIB7g60XTS9i7vt { width:19rem;height:9.25rem;top:16.90625rem;left:0.5rem;font-size:0.8125rem;display:block; }#xmB5rF6eWwsBf8UvRgIB7g60XTS9i7vt li:before{  }
 }@media only screen and (max-width: 763px) { #THACX8EvRhkwGzT5X7BKyBA8F7XN8G02 { width:6.25rem;height:1.875rem;top:27.173828125rem;left:3.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E5Etd3HpUyG6gTbiMPcOJPTI3uuJCR8G { display:block; }
 }@media only screen and (max-width: 763px) { #Mm4ZQ30H2t6W7zfQgcAl8lEqHbBJXITi { width:18.9375rem;height:10.5625rem;top:53.28125rem;left:0.53125rem;font-size:0.8125rem;display:block; }#Mm4ZQ30H2t6W7zfQgcAl8lEqHbBJXITi li:before{  }
 }@media only screen and (max-width: 763px) { #nzyFHQAL0JO8L1V5ISSwAe8dNnJNwOfW { width:6.25rem;height:1.875rem;top:65.625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OoVK2D9F7KDptNScThIgpEXcph4ZUu1N { display:block; }
 }@media only screen and (max-width: 763px) { #nFtKWMvs7TRNam72FnWlpK0VN4rt6zR5 { width:6.25rem;height:1.875rem;top:27.173828125rem;left:11.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CvgEPMvGy0X8nBIWKWhOmXklH7OqNJl1 { display:block; }
 }@media only screen and (max-width: 763px) { #cqSV2Gfot8K3qzoq860UEFoEFXZRASSq { width:6.25rem;height:1.875rem;top:65.625rem;left:10.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zVV3bTHnXuK52maFiNEnUFVuBDRZD8Tc { display:block; }
 }@media only screen and (max-width: 763px) { #SP6eXzJOLfI8F65JNbE6lBkFCtoI873Q { width:10.625rem;height:12.8125rem;top:0rem;left:4.6875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #XnNVHOcxyHhdqDBqEcEsXkaVcBK6mFVr { width:11.9375rem;height:14.375rem;top:31.142578125rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX4zl7J1oHkxA2Gai9oSSOKbpitncydO { display:block; }#fX4zl7J1oHkxA2Gai9oSSOKbpitncydO > .row .container { width:20rem;height:187.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #wdLFtialL9H0A7qIezJU35Nszimw0Wlt { width:20rem;height:30.5rem;top:0.625rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #tnerQH1p2X5PK4zob4wchmngu0QHc5cP { width:19.4375rem;height:5.75rem;top:11.375rem;left:0.28125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvH2k3bU3rTAU6V4ghnRwqTfcaCTrGkZ { width:20rem;height:25.875rem;top:97.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zsWNMt6SIsTWe45JG0IIrJAcJ8iDfPa6 { width:19.375rem;height:4.3125rem;top:79.75rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezpuAkgkecrwQpNFVriKFaPu8QZtpPi4 { width:19.375rem;height:4.3125rem;top:109.75rem;left:0.625rem;font-size:1.125rem;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #RhNgGQcyRd32c4F0TTna0Th3iNFOBoD4 { width:20rem;height:35.625rem;top:31.6875rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #Ta5RKfxZfm8iP4ZPTCo9UfJO0QdAycTi { width:20rem;height:33.6875rem;top:124.375rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #Jcf5FECv7KM09Ulcr98W7z4zgEAvAupz { width:20rem;height:29.125rem;top:68.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #utNBCywG6SkEzlIdXHXMAWW4aT6Ht7JX { width:20rem;height:29rem;top:158.6181640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4kL7xb6huEQrmVQypB5NT7GPuLRBq6q { width:19.4375rem;height:8.625rem;top:136.8056640625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zK5NwKWTWAsxclSJkgsdM10LTwKTh7cy { width:18.6875rem;height:8.625rem;top:44.3125rem;left:0.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IJTcSVK8cHFRUaSuTJrCNVgrLflz70qI { width:19.375rem;height:7.1875rem;top:170.2431640625rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lSnN3Rp7e0xToIg86qzlK0uXQN0NK0de { width:11.5rem;height:13.8125rem;top:97.875rem;left:6.125rem;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #HPlpy1yT20LMpV4VaX8GHiKO2mZAzaMZ { width:11.6875rem;height:15.5rem;top:124.375rem;left:4.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eGl7RQb5WvuV5TfFaWT91asgO8cFsF5d { width:11.4375rem;height:15.25rem;top:158.6181640625rem;left:4.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJfB93tZzlvoOLmzKhtnohVRtrsM41NK { width:5.625rem;height:5.625rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wq1NaSBLugAf7OR2ztrDcgSBNoQth3SB { width:5.625rem;height:5.625rem;top:68.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mCRkQmTgT5hUrPN6wZZgX0w8TmmW4Rec { width:5.625rem;height:5.625rem;top:97.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fo23EVsRFko5a82ynUT6P3RMu7pBHzb9 { width:5.625rem;height:5.625rem;top:31.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VdHMyGUBakAUCKRtfutQ7EMbzwnb0xzR { width:19.125rem;height:8.25rem;top:17.767578125rem;left:0.4375rem;font-size:0.8125rem;display:block; }#VdHMyGUBakAUCKRtfutQ7EMbzwnb0xzR li:before{  }
 }@media only screen and (max-width: 763px) { #H8QNzihqr4HxirnJGZelxJTRApFTITs9 { width:6.25rem;height:1.875rem;top:27.75rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EW6X2ZwdJtWeDoJfPgwUDpLVSwUoMw5B { display:block; }
 }@media only screen and (max-width: 763px) { #cWHDa7lvWSZ9ZygH3kIticXCSTU3d8yt { width:19.3125rem;height:7.9375rem;top:84.8125rem;left:0.6875rem;font-size:0.8125rem;display:block; }#cWHDa7lvWSZ9ZygH3kIticXCSTU3d8yt li:before{  }
 }@media only screen and (max-width: 763px) { #HEaTMwlFZZWlm77maxiCkwMxWAWeRIOE { width:6.25rem;height:1.875rem;top:94.125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VMZwr55TDRUq4O1KF7tfS9Fsz2fRqLdF { display:block; }
 }@media only screen and (max-width: 763px) { #eCTi07QFXC3oiKQKl1CzpC9SaW5ZVscg { width:19.375rem;height:9.9375rem;top:53.0556640625rem;left:0.625rem;font-size:0.8125rem;display:block; }#eCTi07QFXC3oiKQKl1CzpC9SaW5ZVscg li:before{  }
 }@media only screen and (max-width: 763px) { #VxF2aCCBinWwwtdG96Vcm4XQ05ymh2X3 { width:6.25rem;height:1.875rem;top:64.361328125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T6pIuXbtq0SMCNUfX9tJf01it4eHlZLN { display:block; }
 }@media only screen and (max-width: 763px) { #b0zOPtnJIaR0RwrQBhIQmJAvhCgWWhEK { width:19.4375rem;height:3.625rem;top:115.3125rem;left:0.5625rem;font-size:0.8125rem;display:block; }#b0zOPtnJIaR0RwrQBhIQmJAvhCgWWhEK li:before{  }
 }@media only screen and (max-width: 763px) { #O3L6cGPTk6OewoNDTMF1CUIG1k6AVHAt { width:6.25rem;height:1.875rem;top:120.5625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #muxuDsPNNGTNlJ3T4Qf4VaScNLxQWTFP { display:block; }
 }@media only screen and (max-width: 763px) { #T7gTX9aBdubmc4JcFPu4VFXnS2xMfrvm { width:19.375rem;height:6.9375rem;top:146.4931640625rem;left:0.625rem;font-size:0.8125rem;display:block; }#T7gTX9aBdubmc4JcFPu4VFXnS2xMfrvm li:before{  }
 }@media only screen and (max-width: 763px) { #ooaTUdNWGJdsgAva2IgT9vnhUN4iJZp9 { width:6.25rem;height:1.875rem;top:184.375rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mwk4FKAiRDZ5Hqv0bQ9VqCfiCvn5kaqq { display:block; }
 }@media only screen and (max-width: 763px) { #yJcCtgzX4f1UT3kPuR9lxyiV6Qugt4mM { width:19.375rem;height:4.625rem;top:178.3125rem;left:0.625rem;font-size:0.8125rem;display:block; }#yJcCtgzX4f1UT3kPuR9lxyiV6Qugt4mM li:before{  }
 }@media only screen and (max-width: 763px) { #bxf9UTwwlfPxhdiwApmdW9xiTUwlbpeU { width:6.25rem;height:1.875rem;top:155.0556640625rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dz7QC1ocUkAUiLfZMFeRG7gnoPbKyJU1 { display:block; }
 }@media only screen and (max-width: 763px) { #gC85uc8fbUehGGcZHp4MBnPD8lxgnUpx { width:12.125rem;height:18.625rem;top:31.6875rem;left:6.375rem;z-index:14990;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #emCeIpRU0EVm3mko4GKFAiVlq97TR7F1 { width:6.25rem;height:1.875rem;top:27.75rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #by8hnpZzFz8GWB8VBG6A31TkEHdN2uUD { display:block; }
 }@media only screen and (max-width: 763px) { #PCDEL14FM7IfqDDVQJkhvXpb9wG7bHix { width:6.25rem;height:1.875rem;top:94.125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NanVFxTgZXfIL97D0OWhJf7Bab0tNTKo { display:block; }
 }@media only screen and (max-width: 763px) { #WMCX50MUE5rLtAAGWT17KdMtnG53brLw { width:6.25rem;height:1.875rem;top:64.361328125rem;left:10.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bZiQCoTuOyP3dhCiiElcWepDmpb8XKMZ { display:block; }
 }@media only screen and (max-width: 763px) { #L6TkL8KQuewRsT8qPL4x8ZdaOIHUDk1x { width:6.25rem;height:1.875rem;top:120.5625rem;left:10.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ins6udkV6Q0eeSOe2unWpEBTHnDHKXn3 { display:block; }
 }@media only screen and (max-width: 763px) { #ytUT0sUSQnhoP2aJM7x19Svyd4UpnlZH { width:6.25rem;height:1.875rem;top:155.0556640625rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SP6FLbiLGvmFWTE1o3vG18iw5sLXX9I7 { display:block; }
 }@media only screen and (max-width: 763px) { #o0vxHCTSJNag6zwZzDdNv909nZgBgh2e { width:6.25rem;height:1.875rem;top:184.375rem;left:9.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OthUVo86rubtR8rR5J1eqs6Xnup4QbNZ { display:block; }
 }@media only screen and (max-width: 763px) { #RsmdPtoidliqXDWQnGnKkS30vm1GeLBl { width:11.5625rem;height:13.9375rem;top:0rem;left:4.875rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #D05Uk9O2GwHJr95lUTpMuzPp3z81CrI1 { width:11.625rem;height:14rem;top:68.0625rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp { display:block; }#Ig8tMAQTy4B451G8AVScgDH8FMq2KGwp > .row .container { width:20rem;height:189.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hq29yxy3TCkH126rz08lmp9wA3XVtEsQ { width:20rem;height:29.625rem;top:0.3125rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #eE2EUQKDglkoOszs9l0XHhl87TaboWTs { width:19.375rem;height:2.875rem;top:11.849609375rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaemxGyIoeRJ9A4m0313aeVqQnTVkM4O { width:20rem;height:27.9375rem;top:124.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #pbU4wtryCPfsQ3GTq1BkDV8Cpi5QUez9 { width:19.375rem;height:2.875rem;top:72.8125rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hc77HwKpW0W5bZZIxTuFtnXy1G1u5wXr { width:19.1875rem;height:4.3125rem;top:103.625rem;left:0.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a03P2bLdcv5m8EQTmlmf7MLEDDRet9fx { width:20rem;height:30.9375rem;top:30.5rem;left:0rem;z-index:14989;display:block; }
 }@media only screen and (max-width: 763px) { #mltr40dK2a6aZxBTumBCAq49IkoDoNw0 { width:20rem;height:32.625rem;top:91.3125rem;left:0rem;z-index:14988;display:block; }
 }@media only screen and (max-width: 763px) { #trkZrNKV8aStH93ZMV4rRWfnZM1O9lK6 { width:20rem;height:28.5625rem;top:62.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IhswXrzLJAUI6QCZ1Lr8qIbTSGIte0bt { width:20rem;height:35.6875rem;top:153.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gzf45HIphIm6qJ7wsmUnJyFaAOr5KSki { width:19.4375rem;height:4.3125rem;top:133.5625rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O9LavsPHOgl48tQyTRS8WGTgQcBA2pSn { width:19.4375rem;height:2.875rem;top:43.318359375rem;left:0.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PkDrA805dNKWAoVoBboBkNAixOTRxUzZ { width:19.125rem;height:4.3125rem;top:167.1875rem;left:0.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QZAOAlzXzXMFzEUcmTDc2ALVRf4txyEf { width:15.3125rem;height:15.3125rem;top:0rem;left:3.78125rem;z-index:14992;display:block; }
 }@media only screen and (max-width: 763px) { #eMvkxLVDrUPGqio2G1LydeLTl5gq8cdh { width:13.5625rem;height:13.5625rem;top:62.0625rem;left:5.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cfNafp9o7QqQAL2xiGfZzpCpHxxdPqMU { width:14.9375rem;height:14.9375rem;top:92.9375rem;left:2.5625rem;z-index:14990;display:block; }
 }@media only screen and (max-width: 763px) { #twTdFrUrMqTh9dF0N2P4IFBTUPz1CkMA { width:14.25rem;height:14.25rem;top:31.0625rem;left:4.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G06OEnFRPeZWc5xlAnss9NmmJziLvbCN { width:12rem;height:12rem;top:125.17578125rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WsTM34fSkurFTwJU5OMTxcKVKqcBDhZ8 { width:20rem;height:20rem;top:153.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFcqt3FtVtsTxVs4OSo6lzo0FAVI4khO { width:5.625rem;height:5.625rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VH8q0eHxupILT9DgvRggwfnG8GKtJ9vV { width:5.625rem;height:5.625rem;top:91.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBJw2ctEszuU41seJk8xKi9MUSxqZNe8 { width:5.625rem;height:5.625rem;top:124.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HFTEEFRIg3lEyRJuVR5O4ZaVS1TnEAML { width:5.625rem;height:5.625rem;top:153.25rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kna607STDQRmoSayP74ew9keXtM2eSlH { width:19.25rem;height:10.25rem;top:15.3125rem;left:0.75rem;font-size:0.8125rem;display:block; }#kna607STDQRmoSayP74ew9keXtM2eSlH li:before{  }
 }@media only screen and (max-width: 763px) { #eddx8p7Tk8SbL5grd6BJDJ3vKxyHsVJQ { width:6.25rem;height:1.875rem;top:26.8623046875rem;left:2.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cC1oViNPDHXXOlno4rTUTzqvmiiOO6wh { display:block; }
 }@media only screen and (max-width: 763px) { #K9Rg8iKFWsWGAOGoaddnIV1JkUSU2bgd { width:19.375rem;height:10.5625rem;top:76.26953125rem;left:0.625rem;font-size:0.8125rem;display:block; }#K9Rg8iKFWsWGAOGoaddnIV1JkUSU2bgd li:before{  }
 }@media only screen and (max-width: 763px) { #RJmmTsg4IZg34qcMqQbuAA05sNLS8a1u { width:6.25rem;height:1.875rem;top:87.9375rem;left:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PKBOnkpOlRGuGTsO0l14PF4Oi5kZHfK0 { display:block; }
 }@media only screen and (max-width: 763px) { #rGsAvBC2FNig47OvmieegTukJyBJH8et { width:19.375rem;height:9.5625rem;top:46.9375rem;left:0.625rem;font-size:0.8125rem;display:block; }#rGsAvBC2FNig47OvmieegTukJyBJH8et li:before{  }
 }@media only screen and (max-width: 763px) { #f4VKAyHlOmMIN7JUmIfoXPnM3TTdlCsC { width:6.25rem;height:1.875rem;top:58.0625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vfdow4PcFEMkVl4700wcmCraC0TqUa5O { display:block; }
 }@media only screen and (max-width: 763px) { #QAiy87zsOJ6JEau34Dvn1OrIFskZd4ua { width:18.0625rem;height:11.9375rem;top:108.5rem;left:1rem;font-size:0.8125rem;display:block; }#QAiy87zsOJ6JEau34Dvn1OrIFskZd4ua li:before{  }
 }@media only screen and (max-width: 763px) { #iFv0A1KVdhTUeeTKCAWmLI8e3ZZSaSGT { width:6.25rem;height:1.875rem;top:121.375rem;left:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EVz7xFUoGLVBbn0J8wl5TiehrMhUeTFb { display:block; }
 }@media only screen and (max-width: 763px) { #e9s7yQlq7TaFBIxJDBy0h1TzApD7REpE { width:19.5rem;height:9.5625rem;top:138.6875rem;left:0.5rem;font-size:0.8125rem;display:block; }#e9s7yQlq7TaFBIxJDBy0h1TzApD7REpE li:before{  }
 }@media only screen and (max-width: 763px) { #QohSiGhA5OK9IJIRntAhPyFC0yVvp5Pv { width:6.25rem;height:1.875rem;top:185.5625rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tqs1DlU5viNXynqTyT8ywSnWLu45kk86 { display:block; }
 }@media only screen and (max-width: 763px) { #ugQref8h8eWupAGi8bHs237Kmg0zz0Uz { width:18.375rem;height:12.25rem;top:172.4375rem;left:0.875rem;font-size:0.8125rem;display:block; }#ugQref8h8eWupAGi8bHs237Kmg0zz0Uz li:before{  }
 }@media only screen and (max-width: 763px) { #iqrXHG7uo9dEofimNTJ8ddUm07ZQBDxr { width:6.25rem;height:1.875rem;top:149.125rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4xXMPDFU4A60MSWpJGZEfoMxl4VN7R3 { display:block; }
 }@media only screen and (max-width: 763px) { #o2HMroEp0M19NAAMG3ko0wNdW14ebeHE { width:6.25rem;height:1.875rem;top:26.8623046875rem;left:11.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaJErldndufmdZqTmVNG5cT5G94l1hll { display:block; }
 }@media only screen and (max-width: 763px) { #GIWhpgexr2yUXUCD727RcLwQAE53aiU4 { width:6.25rem;height:1.875rem;top:87.9375rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kTuLsBF2tPVnhLvF21D2BQdhQlObSiir { display:block; }
 }@media only screen and (max-width: 763px) { #ExF4kBCF7ikrFDhpIObTbaEv80Wnv3Re { width:6.25rem;height:1.875rem;top:58.0625rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LI9bS2dBk2SCyMt4x4FPmtz0hlF5P50y { display:block; }
 }@media only screen and (max-width: 763px) { #ksfrDfg6QL932ECrSBZxsk3czgd2SekZ { width:6.25rem;height:1.875rem;top:121.375rem;left:11.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uyA8gn6BliCUktyi5PXTOplqEkprNpCi { display:block; }
 }@media only screen and (max-width: 763px) { #NTxNsGxJHhNtOlT8IGyP8stmdDhEE6S5 { width:6.25rem;height:1.875rem;top:149.125rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #blUeMuw4pM1n94RvmOMOD8UVDG9TcOnH { display:block; }
 }@media only screen and (max-width: 763px) { #S2yO81n93pZ5srvnmJmGwBkVraUeuxlG { width:6.25rem;height:1.875rem;top:185.5625rem;left:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKoiWU4DvEMpqKtfEKubVbIW09g79NGC { display:block; }
 }@media only screen and (max-width: 763px) { #Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { width:20rem;height:39.75rem;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;height:2.5rem;font-size:0.9375rem;overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { width:17.5rem;height:29.0625rem;top:3.75rem;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:29.0625rem;top:3.75rem;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 #JHKzkdHecr12aTilKmDZuJv4mzOxGveb {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #DmfMS4wZHSNbcbb41zeFcEoKZZQrB6ls {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TpIlNTITtZKhigUNJ4mQTpPzlLrH1a2k {  }
 }@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 #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:1.25rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:6.25rem;height:1.9375rem;top:36.5625rem;left:6.875rem;font-size:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NspTPFUREuR253xchgv42yF6bDBx3cUQ { display:block; }
 }@media only screen and (max-width: 763px) { #Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg { display:block; }#Zyx0kXBZVPRtQmIQSJTh2dqiSfcz1qEg > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CTx5JhNp52degBX2WeGxwl6UpQMZz84T { display:block; }#CTx5JhNp52degBX2WeGxwl6UpQMZz84T > .row .container { width:20rem;height:9.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KUr3dZ7cbgtlW25SzSzXvGDfFtZlTo5J { width:20rem;height:6.7080078125rem;top:1.25rem;left:0rem;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:16.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { width:16.8125rem;height:2.1875rem;top:3.5625rem;left:1.5625rem;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:1.25rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #oscw2r3iaCSsaq5gNCfWJwCkCvMGp9g1 { width:8.0625rem;height:8.0625rem;top:7rem;left:5.9375rem;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:7.3125rem;height:2.8125rem;top:1.25rem;left:6.3125rem;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:6.25rem;position:relative;display:block; } }