.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,218,220;--color-primary-1:241,132,139;--color-primary-2:226,9,23;--color-primary-3:113,5,12;--color-primary-4:34,1,3;--color-secondary-0:255,255,255;--color-secondary-1:206,206,206;--color-secondary-2:204,204,204;--color-secondary-3:122,122,122;--color-secondary-4:0,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"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; }
#dyezvv353fJTSTZcWTxCPOBz5CgJGLOI { position:absolute;display:block;z-index:15071;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:36.1875rem;width:28.6875rem;top:-2.125rem;left:31.061068642843rem;overflow:hidden;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #eff2f8, rgba(var(--color-tertiary-4),0.08));background-image: -moz-linear-gradient(180deg, #eff2f8, rgba(var(--color-tertiary-4),0.08));background-image: -ms-linear-gradient(180deg, #eff2f8, rgba(var(--color-tertiary-4),0.08));background-image: -o-linear-gradient(180deg, #eff2f8, rgba(var(--color-tertiary-4),0.08));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff2f8', endColorstr='rgba(var(--color-tertiary-4),0.08)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#eff2f8', endColorstr='rgba(var(--color-tertiary-4),0.08)' );";background-image: linear-gradient(180deg, #eff2f8, rgba(var(--color-tertiary-4),0.08));background-size:contain !important;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:30.8125rem;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:5.9375rem;top:27.65625rem;left:53.4375rem;overflow:hidden;display:block; }
#KbTvD904pzieZDTekgwyQDOn2kTT1OTb { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.5rem;font-weight:normal;z-index:15058;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);top:1.8125rem;left:0.96875rem;height:2.75rem;display:block; }
#SyrDhGuE9pEu0TUGdnOShCJD6hrRaqz8 { color:rgba(var(--color-tertiary-4),1);display:block;width:25.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15059;line-height:1.1;letter-spacing:0;top:5.5rem;left:0.96875rem;height:3.375rem;display:block; }
#VJ3MDgh7T1gwcZWM85AFmo2WOg50bERt { position:absolute;display:block;z-index:15070;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.3125rem;width:35rem;top:13rem;left:2.8125rem;overflow:hidden;display:block; }
#BhV5c5qk0xDvUx5yXJvUBw0nT942rwoE { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.625rem;width:31.875rem;top:8.8125rem;left:-0.7370730105105rem;overflow:hidden;display:block; }
#OqpNan79TPU8of8tzGkOaTyT27xLV05y { position:relative;display:block; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y { background-color: transparent; background-image: none; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .row .container > .video-iframe-container { display: none; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .row > .video-iframe-container { display: none; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .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); }#OqpNan79TPU8of8tzGkOaTyT27xLV05y { border-width: 0; border-radius: 0; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .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; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .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:0.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; }#Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT { position:relative;display:block; }#Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT { background-color: transparent; background-image: none; }#Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT > .row .container > .video-iframe-container { display: none; }#Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT > .row > .video-iframe-container { display: none; }#Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT > .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); }#Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT { border-width: 0; border-radius: 0; }#Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT > .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; }#Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT > .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:2.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; }#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:6.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; }#ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { color:#ff00de;display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:0rem;left:0.9375rem;height:6.25rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#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.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; }#nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz { position:relative;display:block; }#nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz { background-color: transparent; background-image: none; }#nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz > .row .container > .video-iframe-container { display: none; }#nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz > .row > .video-iframe-container { display: none; }#nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz > .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); }#nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz { border-width: 0; border-radius: 0; }#nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz > .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; }#nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz > .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:5.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; }#KQowA1ADtHQwGRD4fQroIFaXbPT40z4T { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:2.1875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:0rem;left:16.28125rem;height:5.625rem;text-align:center;text-align-last:center;display:block; }
#BkA2oOFV3tqnHRuxIAvMF6rrbWM60dqk { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.8125rem;width:4.75rem;top:0rem;left:14.454605263158rem;overflow:hidden;display:block; }
#xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 { position:relative;display:block; }#xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 { background-color: transparent; background-image: none; }#xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 > .row .container > .video-iframe-container { display: none; }#xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 > .row > .video-iframe-container { display: none; }#xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 > .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); }#xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 { border-width: 0; border-radius: 0; }#xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 > .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; }#xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 > .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:2.0625rem;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; }#tD5y5tymIh9HJivyPkZ5kxJIz9XOlalF { position:absolute;display:block;z-index:15045;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:23rem;width:16.1875rem;top:3.75rem;left:41.6875rem;overflow:hidden;display:block; }
#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f4f4f4;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; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container { background-color: transparent; background-image: none; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container > .video-iframe-container { display: none; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row > .video-iframe-container { display: none; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .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); }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container { border-width: 0; border-radius: 0; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container { font-size:0.875rem;font-family:arial;height:120.125rem;width:60rem;position:relative;display:block; }#gQh209hsPxycBkwdJKsCqTP80m5SULx4 { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:1.75rem;left:2.5rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#k4OieeuFFJu480FXoxDBab6t6PUT0Mts { position:absolute;display:block;z-index:15046;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.6875rem;width:13.8125rem;top:12.8125rem;left:46.1875rem;overflow:hidden;display:block; }
#w3cmJ4qn07mPQxiQSa6xwpJcOGHG5lUJ { position:absolute;display:block;z-index:15059;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.875rem;width:11.8125rem;top:7.3125rem;left:45.71875rem;overflow:hidden;display:block; }
#y2q3Nvugd6J8vCiAcqeTkssb3gnV2Tb0 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:3.4375rem;left:1.28125rem;height:1.125rem;text-align:left;text-align-last:left;display:block; }
#TueQm2a9zOHvfFTXg6PBiNsQGEdpLLt9 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15060;line-height:1.3;letter-spacing:0;top:6rem;left:2.5625rem;height:16.875rem;display:block; }
#HlLyxNkBee9ImR0yhx9sOLvaX6NwmPxQ { position:absolute;display:block;z-index:14996;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.5625rem;width:34.8125rem;top:31.09375rem;left:-3.5762942779291rem;overflow:hidden;display:block; }
#PpqwfRcubfWQoJNqq1lF9Skl4UtN8zEb { position:absolute;display:block;z-index:15066;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:13.3125rem;top:41rem;left:5.75rem;overflow:hidden;display:block; }
#vkTteLCyBFA9676lwUllP7k0vdxegN57 { 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:26rem;width:18.3125rem;top:33.625rem;left:5.84375rem;overflow:hidden;display:block; }
#WdnJNIJtNZJTt6eCfN3LVVGunGXC2Xvb { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:30.3125rem;left:31.8125rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#bWTOdlWyOvTUiP6kpHu4TqkqtozR9FEz { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15063;line-height:1.3;letter-spacing:0;top:34.5rem;left:31.8125rem;height:14.625rem;display:block; }
#EQDbWJmIt76ToR1uLz3CcaQerOKC63ey { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:59.5625rem;left:1.34375rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#T075GZzkGIvKVIf3B9fTi5t9D4kJL5l4 { color:rgba(var(--color-tertiary-4),1);display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15071;line-height:1.3;letter-spacing:0;top:72.25rem;left:1.3125rem;height:1.125rem;text-align:left;text-align-last:left;display:block; }
#sCNseRkzTxXhsdeTp8zHM12Qq9vAsWwF { color:rgba(var(--color-tertiary-4),1);display:block;width:26.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15072;line-height:1.3;letter-spacing:0;top:64.28125rem;left:1.375rem;height:12.375rem;display:block; }
#qH3WEidIMrOWuu53UITuPoXA6ecXOltd { position:absolute;display:block;z-index:14994;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:22.875rem;width:31.25rem;top:64.59375rem;left:27.25rem;overflow:hidden;display:block; }
#LOeQaCxVvdAirNHwpff3Iyclv9oGEqlu { 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:26rem;width:18.3125rem;top:57.875rem;left:39.15625rem;overflow:hidden;display:block; }
#pimpuD2GA1cgbB4Iwzo0THWFFIThGdMG { position:absolute;display:block;z-index:15073;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.8125rem;width:8.125rem;top:50.5rem;left:51.1875rem;overflow:hidden;display:block; }
#r02UQaoa4r7hssmlMwaWiTAyFqwKTcr3 { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1rem;left:31.6875rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#BeX8wb9LVO570f8nFoW2G41QMq4VG4Sp { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:35.75rem;top:3.78125rem;left:29.654718637083rem;overflow:hidden;display:block; }
#UnPTUrT45308xyzHycixNKHD4EoZ5qq0 { position:absolute;display:block;z-index:14988;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:18.3125rem;width:32.625rem;top:10.625rem;left:26.6875rem;overflow:hidden;display:block; }
#ctRKaIm2XnkLF91ACOfMHm4rsNlA4hCW { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:30.28125rem;left:2.0625rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#QTkB06htTWXAoWuA8GA9PIiRC7qNVqAx { position:absolute;display:block;z-index:15046;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:26rem;width:18.3125rem;top:36.15625rem;left:0rem;overflow:hidden;display:block; }
#AAFEu2hcl6uniCaMtBmWANBeFPxgEyBS { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15075;line-height:1.3;letter-spacing:0;top:59.5625rem;left:31.8125rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#UbTqw6yLbTAwIOtqxEaNXh8c2KstTgNf { position:absolute;display:block;z-index:14991;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.25rem;width:34.3125rem;top:35.875rem;left:0.875rem;overflow:hidden;display:block; }
#mGfhGWycSHONRF9KWrs5OFA2WJwgKpRZ { position:absolute;display:block;z-index:15076;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:13.375rem;width:13.375rem;top:69.9375rem;left:44.03125rem;overflow:hidden;display:block; }
#M0yHiaK7CAFHU6sZ4WB7BDsSX8JN6kTd { 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:26rem;width:18.3125rem;top:67rem;left:41.6875rem;overflow:hidden;display:block; }
#JaNgKnblO7wvq1vOdPXnmqflbTakyyvZ { position:absolute;display:block;z-index:14990;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.25rem;width:34.3125rem;top:65.03125rem;left:25.6875rem;overflow:hidden;display:block; }
#i8vTvJSHkIRSJpgApkPi06k12nwKdWTf { color:rgba(var(--color-tertiary-4),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:88.15625rem;left:1.28125rem;height:4rem;text-align:left;text-align-last:left;display:block; }
#ktuilEsyGe7swKQqTFFQ8SlfrmuQlw81 { position:absolute;display:block;z-index:15065;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:26rem;width:18.3125rem;top:88.15625rem;left:2.5rem;overflow:hidden;display:block; }
#ytiv6NglxQVQMbMsIUGJ78d7ELCxoVCE { position:absolute;display:block;z-index:15085;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.25rem;width:34.3125rem;top:98.375rem;left:3.88671875rem;overflow:hidden;display:block; }
#wwqTESTSR4dN6GiTrp09aCfXraNtWOZE { 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:22.4375rem;width:15.75rem;top:97.375rem;left:5.5rem;overflow:hidden;display:block; }
#mrXZedMazVdEkaXNQgG7gshcdV36hGrQ { position:absolute;display:block;z-index:15079;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:11.875rem;width:17.8125rem;top:97.625rem;left:2.5rem;overflow:hidden;display:block; }
#qvkqAe2twwHNAmKT4ueIOVPJ3xtbilIy { color:rgba(var(--color-tertiary-4),1);display:block;width:27.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:normal;z-index:15074;line-height:1.3;letter-spacing:0;top:88.1875rem;left:31.625rem;height:1.75rem;text-align:left;text-align-last:left;display:block; }
#UzTfQbUp2dV7IIo85ramPyqN5eAwJ9xT { color:rgba(var(--color-tertiary-4),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:normal;z-index:15076;line-height:1.3;letter-spacing:0;top:92.40625rem;left:31.6875rem;height:14.625rem;display:block; }
#Mrgfab8i6UgLNiDPmFRQhTP7dmrz5sS1 { position:absolute;display:block;z-index:14992;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:24.125rem;width:44.4375rem;top:94.875rem;left:-1.7219883419689rem;overflow:hidden;display:block; }
#oWIW8lvpe0q2rlvdy2a2UXxAGVImBtZy { position:absolute;display:block;z-index:15074;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.8125rem;width:8.125rem;top:79.5625rem;left:19.96875rem;overflow:hidden;display:block; }
#AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI { position:relative;display:block; }#AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI { background-color: transparent; background-image: none; }#AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI > .row .container > .video-iframe-container { display: none; }#AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI > .row > .video-iframe-container { display: none; }#AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI > .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); }#AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI { border-width: 0; border-radius: 0; }#AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI > .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; }#AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI > .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.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; }#Vpphw3TLtNiVBSwmrDsI3FqBwD3LXZV6 { color:#ff00de;display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:1.4375rem;left:0.9375rem;height:;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; }
#G5oCPP96MF40viwILbvTi62nWaW4gRML { position:relative;display:block; }#G5oCPP96MF40viwILbvTi62nWaW4gRML { background-color: transparent; background-image: none; }#G5oCPP96MF40viwILbvTi62nWaW4gRML::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5oCPP96MF40viwILbvTi62nWaW4gRML > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5oCPP96MF40viwILbvTi62nWaW4gRML > .row .container > .video-iframe-container { display: none; }#G5oCPP96MF40viwILbvTi62nWaW4gRML > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G5oCPP96MF40viwILbvTi62nWaW4gRML > .row > .video-iframe-container { display: none; }#G5oCPP96MF40viwILbvTi62nWaW4gRML > .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); }#G5oCPP96MF40viwILbvTi62nWaW4gRML { border-width: 0; border-radius: 0; }#G5oCPP96MF40viwILbvTi62nWaW4gRML > .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; }#G5oCPP96MF40viwILbvTi62nWaW4gRML > .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:27.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; }#iR8tZp1KF8QMFOBn8TztheRxPReItoE5 { position:absolute;display:block;z-index:15009;border-bottom:0;border-left:0;border-right:0;border-top:0;box-shadow: none;height:26rem;width:14.375rem;top:0.96875rem;left:39.1875rem;display:block; }
#Q9epmTCyRBfDO6AuHZD4syZLJtW4sm7y { color:#ff00de;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.9375rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:1.15625rem;left:4.1875rem;height:2.6875rem;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; }
#RcRT1ATU6q0SnIroNBndtk61QgBLlxSm { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:17.1875rem;width:16.375rem;top:0.96875rem;left:43.625rem;overflow:hidden;display:block; }
#GuritDKJus1DvmR5mL8WAxIxuLxw0tIK { 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:17.1875rem;width:16.375rem;top:7.1875rem;left:29.4375rem;overflow:hidden;display:block; }
#P54DagXD4mbPLeEo8B6rto7GeI5hxL5u { position:absolute;display:block;z-index:14997;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.3125rem;width:25.375rem;top:8.5rem;left:11.5625rem;overflow:hidden;display:block; }
#yMBJe1cOmQkyOudBWuhPbtqMl1plM7b7 { color:#ff00de;display:block;width:25.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:4.125rem;left:1.125rem;height:;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; }
#UpddmkM0Fumb8IvPQrk5lba7E2gOLZSH { position:absolute;display:block;z-index:14997;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:23.3125rem;width:29.625rem;top:5.375rem;left:8.84375rem;overflow:hidden;display:block; }
#vRlbgGMm5g3EG2I9vcdqwGSTqpZs8Wae { 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:2.1875rem;width:2.0625rem;top:1.375rem;left:1.5625rem;overflow:hidden;display:block; }
#uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi { position:relative;display:block; }#uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi { background-color: transparent; background-image: none; }#uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi > .row .container > .video-iframe-container { display: none; }#uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi > .row > .video-iframe-container { display: none; }#uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi > .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); }#uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi { border-width: 0; border-radius: 0; }#uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi > .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; }#uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi > .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:2.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; }#Sne6Ni4aTD6L6zZCkRtaNKdcy4p7vBt9 { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#fa0202;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:0rem;display:block; }
#I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu { position:relative;display:block; }#I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu { background-color: transparent; background-image: none; }#I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu > .row .container > .video-iframe-container { display: none; }#I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu > .row > .video-iframe-container { display: none; }#I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu > .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); }#I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu { border-width: 0; border-radius: 0; }#I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu > .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; }#I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu > .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:7.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; }#kCfr5d3cGGeUve0Rsqs6PTryKMT7sTBi { color:#ff00de;display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:1.4375rem;left:0.9375rem;height:2.1875rem;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; }
#NF0sNpb55aTTDtRTlFNG7lw9eKLkemLX { color:rgba(var(--color-tertiary-4),1);display:block;width:52.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:4.1875rem;left:0.9375rem;height:2rem;display:block; }
#KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix { position:relative;display:block; }#KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix { background-color: transparent; background-image: none; }#KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix > .row .container > .video-iframe-container { display: none; }#KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix > .row > .video-iframe-container { display: none; }#KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix > .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); }#KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix { border-width: 0; border-radius: 0; }#KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix > .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; }#KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix > .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:38.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; }#gOpMxKbPmrEP6DPAFviXPoudAeoEWWUW { color:#ff00de;display:block;width:14.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:0.6875rem;left:43.5625rem;height:1.5625rem;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; }
#CZUQO6pkGsTcRkUguwA5cGJ5o2vm0p6E { color:#ff00de;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:0.6875rem;left:23.40625rem;height:1.5625rem;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; }
#PSQibMw8yviswTUsdzVR1Czve4TCSbRo { color:#ff00de;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:0.6875rem;left:3.21875rem;height:1.5625rem;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; }
#VocRBykeG0NqfO60ph0ezJT4npXf221E { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:3.4375rem;left:41.125rem;height:30rem;display:block; }
#fTdWWyLDT0DEBHDq4kk04xI2pqbnFqrb { color:rgba(var(--color-tertiary-4),1);display:block;width:17.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:3.4375rem;left:21.125rem;height:30rem;display:block; }
#IymDMsQk6iLwIT2d4DZdZQXbwI7QwN9d { color:rgba(var(--color-tertiary-4),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:3.4375rem;left:1rem;height:35rem;display:block; }
#t0JFsiBgTc5Dw5b28hVSa4pB9yzRZkEJ { 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:2.1875rem;width:2.0625rem;top:0.375rem;left:1rem;overflow:hidden;display:block; }
#F71qT4XV8AWNKDKlgVoii5n7RmOpmW3T { 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:2.1875rem;width:2.0625rem;top:0.375rem;left:21.125rem;overflow:hidden;display:block; }
#uOArJLNNpxC7oDks63fAd8rkvG5VJb2c { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.0625rem;top:0.375rem;left:41.375rem;overflow:hidden;display:block; }
#HGIuN85l4fLu9e8va4knDIC4xZTM8bEz { position:relative;display:block; }#HGIuN85l4fLu9e8va4knDIC4xZTM8bEz { background-color: transparent; background-image: none; }#HGIuN85l4fLu9e8va4knDIC4xZTM8bEz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGIuN85l4fLu9e8va4knDIC4xZTM8bEz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGIuN85l4fLu9e8va4knDIC4xZTM8bEz > .row .container > .video-iframe-container { display: none; }#HGIuN85l4fLu9e8va4knDIC4xZTM8bEz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HGIuN85l4fLu9e8va4knDIC4xZTM8bEz > .row > .video-iframe-container { display: none; }#HGIuN85l4fLu9e8va4knDIC4xZTM8bEz > .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); }#HGIuN85l4fLu9e8va4knDIC4xZTM8bEz { border-width: 0; border-radius: 0; }#HGIuN85l4fLu9e8va4knDIC4xZTM8bEz > .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; }#HGIuN85l4fLu9e8va4knDIC4xZTM8bEz > .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:2.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; }#IAR5i5IJwQ3nz2erSoUnkbSk0ZPfwwsF { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#fa0202;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:0rem;display:block; }
#hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 { position:relative;display:block; }#hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 { background-color: transparent; background-image: none; }#hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 > .row .container > .video-iframe-container { display: none; }#hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 > .row > .video-iframe-container { display: none; }#hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 > .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); }#hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 { border-width: 0; border-radius: 0; }#hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 > .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; }#hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 > .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:11.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; }#dwDV1RcDVkFOH9xVbfurXTmCOrcu1qRG { color:#ff00de;display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:1.34375rem;left:0.9375rem;height:;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; }
#KGb3gTyqF2HL7tKVTdFBEECo9fyb6D2Z { color:#ff00de;display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:4.03125rem;left:0.9375rem;height:2.1875rem;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; }
#ImfVmJoQvkEiAI4tV96viv3HEOsWIWTk { color:#ff00de;display:block;width:58.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:6.53125rem;left:0.9375rem;height:3.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#INXzHxd5ceBubppn2dkb706GPGVI80Kv { position:relative;display:block; }#INXzHxd5ceBubppn2dkb706GPGVI80Kv { background-color: transparent; background-image: none; }#INXzHxd5ceBubppn2dkb706GPGVI80Kv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INXzHxd5ceBubppn2dkb706GPGVI80Kv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INXzHxd5ceBubppn2dkb706GPGVI80Kv > .row .container > .video-iframe-container { display: none; }#INXzHxd5ceBubppn2dkb706GPGVI80Kv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#INXzHxd5ceBubppn2dkb706GPGVI80Kv > .row > .video-iframe-container { display: none; }#INXzHxd5ceBubppn2dkb706GPGVI80Kv > .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); }#INXzHxd5ceBubppn2dkb706GPGVI80Kv { border-width: 0; border-radius: 0; }#INXzHxd5ceBubppn2dkb706GPGVI80Kv > .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; }#INXzHxd5ceBubppn2dkb706GPGVI80Kv > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width: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; }#PTHqpBdGEeqMKIVn9VMQI2gReJaXbwtw { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.0625rem;top:1.3125rem;left:1.25rem;overflow:hidden;display:block; }
#SAkeRbaBx5QvFPykC9hGFmW2Bq8TO1Pa { color:#ff00de;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15007;line-height:1.4;letter-spacing:0;top:1.625rem;left:3.5625rem;height:1.5625rem;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; }
#ZkHKv5vNMCfX3pnScOzbnN81JRx95arp { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15013;line-height:1.3;letter-spacing:0;top:4.625rem;left:1.125rem;height:11.25rem;display:block; }
#Qg7pbmqGVVWeotk5O9SyCQyQLTFmWiC6 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.0625rem;top:1.3125rem;left:15.9375rem;overflow:hidden;display:block; }
#umuXHhlsgRiKRfK3D53QeBcq8U6waPRZ { color:#ff00de;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15010;line-height:1.4;letter-spacing:0;top:1.625rem;left:18.1875rem;height:1.5625rem;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; }
#wgCdqkyT9GxTIs0Oxeyi6Svr90EUvN3W { color:rgba(var(--color-tertiary-4),1);display:block;width:12.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:4.625rem;left:16.09375rem;height:5rem;display:block; }
#fMqpZgsuMIovVfKMlzbeC6UScbCdFIQC { 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:2.1875rem;width:2.0625rem;top:1.3125rem;left:30.75rem;overflow:hidden;display:block; }
#iwpe5ZP0UvW1HO8eW05cRsFpUcZdIvMO { color:#ff00de;display:block;width:10.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.4;letter-spacing:0;top:1.625rem;left:33.25rem;height:1.5625rem;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; }
#x8Nt5V33NIy3Ga1GGDKGWsgFs7PNxEQR { color:rgba(var(--color-tertiary-4),1);display:block;width:13.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15014;line-height:1.3;letter-spacing:0;top:4.625rem;left:30.75rem;height:2.5rem;display:block; }
#diTGFv4cMTwdxLxaqh0EAIk0wxZFJfvx { color:#ff00de;display:block;width:12.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:1.625rem;left:47.8125rem;height:1.5625rem;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; }
#wwSvHDyFFSgzLFF1xSL6vzsBRknRck8T { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.0625rem;top:1.3125rem;left:45.8125rem;overflow:hidden;display:block; }
#DD67d1BiCVx9sv6QtQeTqE0vSaT2PmXD { color:#ff00de;display:block;width:8rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:normal;z-index:15009;line-height:1.4;letter-spacing:0;top:1.625rem;left:48.375rem;height:1.5625rem;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; }
#d1nVBVgo4lhFARV8J06ZKNK4FeOitgsF { color:rgba(var(--color-tertiary-4),1);display:block;width:13.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15015;line-height:1.3;letter-spacing:0;top:4.625rem;left:46.125rem;height:6.25rem;display:block; }
#a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z { position:relative;display:block; }#a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z { background-color: transparent; background-image: none; }#a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z > .row .container > .video-iframe-container { display: none; }#a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z > .row > .video-iframe-container { display: none; }#a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z > .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); }#a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z { border-width: 0; border-radius: 0; }#a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z > .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; }#a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z > .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:2.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; }#FoTOigN0QNVmkUnb1qHkTdbCnVV2ZKrQ { box-sizing:content-box;height:0.1875rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:#fa0202;background-image:none;box-shadow: none;border-bottom:0;border-left:0;border-right:0;border-top:0;top:1.375rem;left:0rem;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:42.375rem;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.5rem;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.5rem;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.5rem;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.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:rgba(var(--color-secondary-0),1);width:34.5rem;height:3.4375rem;font-family:var(--paragraphs-font-family);overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:var(--paragraphs-font-family);font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:33.0625rem;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.375rem;padding-right:0;padding-bottom:0.375rem;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.5rem;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.71875rem;left:10.34375rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.5rem; }
#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.5rem;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.71875rem;left:10.34375rem; }
#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:39.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.375rem;left:9.28125rem;height:2rem;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:37.8125rem;left:24.125rem;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; }#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(--paragraphs-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(--paragraphs-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; }
#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:rgba(var(--color-primary-2),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: 0rem 0.9375rem 0.625rem rgba(18,204,148,0.2) ;box-sizing:border-box;color:rgba(var(--color-secondary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#wH4o4BBQa2glyrX8lxLgEQy6itEIcPs0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { background-color: transparent; background-image: none; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container > .video-iframe-container { display: none; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row > .video-iframe-container { display: none; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { border-width: 0; border-radius: 0; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#PNRxlGqFsdzaPb0JJkv7xJbghOENBChh > .row .container { font-size:0.875rem;font-family:arial;height:0.6875rem;width:60rem;position:relative;display:block; }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { display:block; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { top:0.4375rem;left:0rem;width:11.9375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyezvv353fJTSTZcWTxCPOBz5CgJGLOI { top:-2.125rem;left:18.625rem;width:28.6875rem;height:36.1875rem;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:27.625rem;left:41.8125rem;width:5.9375rem;height:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbTvD904pzieZDTekgwyQDOn2kTT1OTb { top:1.8125rem;left:0rem;width:25.375rem;height:2.75rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SyrDhGuE9pEu0TUGdnOShCJD6hrRaqz8 { top:5.5rem;left:0rem;width:25.375rem;height:3.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VJ3MDgh7T1gwcZWM85AFmo2WOg50bERt { top:13rem;left:0rem;width:35rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhV5c5qk0xDvUx5yXJvUBw0nT942rwoE { top:8.8125rem;left:0rem;width:31.875rem;height:21.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqpNan79TPU8of8tzGkOaTyT27xLV05y { display:block; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT { display:block; }#Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT > .row .container { width:47.75rem;position:relative;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) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:47.75rem;height:;top:0rem;left:0rem;font-size:1.125rem;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) { #nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz { display:block; }#nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQowA1ADtHQwGRD4fQroIFaXbPT40z4T { top:0rem;left:10.15625rem;width:27.4375rem;height:5.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BkA2oOFV3tqnHRuxIAvMF6rrbWM60dqk { top:0rem;left:8.3296052631581rem;width:4.75rem;height:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 { display:block; }#xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tD5y5tymIh9HJivyPkZ5kxJIz9XOlalF { top:3.75rem;left:29.4375rem;width:16.1875rem;height:23rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm { display:block; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQh209hsPxycBkwdJKsCqTP80m5SULx4 { top:1.75rem;left:0rem;width:27.4375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4OieeuFFJu480FXoxDBab6t6PUT0Mts { top:12.8125rem;left:33.9375rem;width:13.8125rem;height:19.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3cmJ4qn07mPQxiQSa6xwpJcOGHG5lUJ { top:7.3125rem;left:35.9375rem;width:11.8125rem;height:12.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2q3Nvugd6J8vCiAcqeTkssb3gnV2Tb0 { top:3.4375rem;left:0rem;width:26.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TueQm2a9zOHvfFTXg6PBiNsQGEdpLLt9 { top:6rem;left:0rem;width:26.625rem;height:16.875rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HlLyxNkBee9ImR0yhx9sOLvaX6NwmPxQ { top:31.0625rem;left:0rem;width:34.8125rem;height:25.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpqwfRcubfWQoJNqq1lF9Skl4UtN8zEb { top:41rem;left:2.6875rem;width:13.3125rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkTteLCyBFA9676lwUllP7k0vdxegN57 { top:33.625rem;left:2.78125rem;width:18.3125rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdnJNIJtNZJTt6eCfN3LVVGunGXC2Xvb { top:30.3125rem;left:20.3125rem;width:27.4375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWTOdlWyOvTUiP6kpHu4TqkqtozR9FEz { top:34.5rem;left:21.125rem;width:26.625rem;height:14.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQDbWJmIt76ToR1uLz3CcaQerOKC63ey { top:59.5625rem;left:0rem;width:27.4375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T075GZzkGIvKVIf3B9fTi5t9D4kJL5l4 { top:72.25rem;left:0rem;width:26.75rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCNseRkzTxXhsdeTp8zHM12Qq9vAsWwF { top:64.25rem;left:0rem;width:26.625rem;height:12.375rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qH3WEidIMrOWuu53UITuPoXA6ecXOltd { top:64.5625rem;left:0rem;width:31.25rem;height:22.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOeQaCxVvdAirNHwpff3Iyclv9oGEqlu { top:57.875rem;left:29.4375rem;width:18.3125rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #pimpuD2GA1cgbB4Iwzo0THWFFIThGdMG { top:50.5rem;left:39.625rem;width:8.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #r02UQaoa4r7hssmlMwaWiTAyFqwKTcr3 { top:1rem;left:23.875rem;width:23rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeX8wb9LVO570f8nFoW2G41QMq4VG4Sp { top:3.75rem;left:0rem;width:35.75rem;height:26.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UnPTUrT45308xyzHycixNKHD4EoZ5qq0 { top:10.625rem;left:0rem;width:32.625rem;height:18.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctRKaIm2XnkLF91ACOfMHm4rsNlA4hCW { top:30.25rem;left:0rem;width:23rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTkB06htTWXAoWuA8GA9PIiRC7qNVqAx { top:36.125rem;left:0rem;width:18.3125rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAFEu2hcl6uniCaMtBmWANBeFPxgEyBS { top:59.5625rem;left:23.875rem;width:23rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UbTqw6yLbTAwIOtqxEaNXh8c2KstTgNf { top:35.875rem;left:0rem;width:34.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGfhGWycSHONRF9KWrs5OFA2WJwgKpRZ { top:69.9375rem;left:34.375rem;width:13.375rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0yHiaK7CAFHU6sZ4WB7BDsSX8JN6kTd { top:67rem;left:29.4375rem;width:18.3125rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaNgKnblO7wvq1vOdPXnmqflbTakyyvZ { top:65rem;left:0rem;width:34.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8vTvJSHkIRSJpgApkPi06k12nwKdWTf { top:88.125rem;left:0rem;width:23rem;height:4rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktuilEsyGe7swKQqTFFQ8SlfrmuQlw81 { top:88.125rem;left:0rem;width:18.3125rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytiv6NglxQVQMbMsIUGJ78d7ELCxoVCE { top:98.375rem;left:0rem;width:34.3125rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwqTESTSR4dN6GiTrp09aCfXraNtWOZE { top:97.375rem;left:2.4375rem;width:15.75rem;height:22.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mrXZedMazVdEkaXNQgG7gshcdV36hGrQ { top:97.625rem;left:0rem;width:17.8125rem;height:11.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvkqAe2twwHNAmKT4ueIOVPJ3xtbilIy { top:88.1875rem;left:20.3125rem;width:27.4375rem;height:1.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UzTfQbUp2dV7IIo85ramPyqN5eAwJ9xT { top:92.375rem;left:21.1875rem;width:26.5625rem;height:14.625rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mrgfab8i6UgLNiDPmFRQhTP7dmrz5sS1 { top:94.875rem;left:0rem;width:44.4375rem;height:24.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWIW8lvpe0q2rlvdy2a2UXxAGVImBtZy { top:79.5625rem;left:15.75rem;width:8.125rem;height:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI { display:block; }#AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vpphw3TLtNiVBSwmrDsI3FqBwD3LXZV6 { width:47.75rem;height:;top:1.4375rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5oCPP96MF40viwILbvTi62nWaW4gRML { display:block; }#G5oCPP96MF40viwILbvTi62nWaW4gRML > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iR8tZp1KF8QMFOBn8TztheRxPReItoE5 { top:0.9375rem;left:33.0625rem;width:14.375rem;height:26rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9epmTCyRBfDO6AuHZD4syZLJtW4sm7y { width:25.625rem;height:2.6875rem;top:1.125rem;left:0rem;font-size:1.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RcRT1ATU6q0SnIroNBndtk61QgBLlxSm { top:0.9375rem;left:31.375rem;width:16.375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuritDKJus1DvmR5mL8WAxIxuLxw0tIK { top:7.1875rem;left:23.3125rem;width:16.375rem;height:17.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P54DagXD4mbPLeEo8B6rto7GeI5hxL5u { top:8.5rem;left:5.4375rem;width:25.375rem;height:19.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yMBJe1cOmQkyOudBWuhPbtqMl1plM7b7 { width:25.625rem;height:;top:4.125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UpddmkM0Fumb8IvPQrk5lba7E2gOLZSH { top:5.375rem;left:2.71875rem;width:29.625rem;height:23.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #vRlbgGMm5g3EG2I9vcdqwGSTqpZs8Wae { top:2rem;left:0rem;width:2.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi { display:block; }#uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sne6Ni4aTD6L6zZCkRtaNKdcy4p7vBt9 { top:1.375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu { display:block; }#I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCfr5d3cGGeUve0Rsqs6PTryKMT7sTBi { width:47.75rem;height:2.1875rem;top:1.4375rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NF0sNpb55aTTDtRTlFNG7lw9eKLkemLX { top:4.1875rem;left:0rem;width:47.75rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix { display:block; }#KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOpMxKbPmrEP6DPAFviXPoudAeoEWWUW { width:14.6875rem;height:1.5625rem;top:0.6875rem;left:32.9375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZUQO6pkGsTcRkUguwA5cGJ5o2vm0p6E { width:12.1875rem;height:1.5625rem;top:0.6875rem;left:17.21875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSQibMw8yviswTUsdzVR1Czve4TCSbRo { width:12.1875rem;height:1.5625rem;top:0.6875rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VocRBykeG0NqfO60ph0ezJT4npXf221E { top:3.4375rem;left:29.875rem;width:17.75rem;height:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fTdWWyLDT0DEBHDq4kk04xI2pqbnFqrb { top:3.4375rem;left:14rem;width:17.75rem;height:30rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #IymDMsQk6iLwIT2d4DZdZQXbwI7QwN9d { top:3.4375rem;left:0rem;width:18.5625rem;height:35rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #t0JFsiBgTc5Dw5b28hVSa4pB9yzRZkEJ { top:0.375rem;left:0rem;width:2.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #F71qT4XV8AWNKDKlgVoii5n7RmOpmW3T { top:0.375rem;left:15.875rem;width:2.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOArJLNNpxC7oDks63fAd8rkvG5VJb2c { top:0.375rem;left:31.75rem;width:2.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGIuN85l4fLu9e8va4knDIC4xZTM8bEz { display:block; }#HGIuN85l4fLu9e8va4knDIC4xZTM8bEz > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAR5i5IJwQ3nz2erSoUnkbSk0ZPfwwsF { top:1.375rem;left:0rem;width:47.75rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 { display:block; }#hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwDV1RcDVkFOH9xVbfurXTmCOrcu1qRG { width:47.75rem;height:;top:1.3125rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KGb3gTyqF2HL7tKVTdFBEECo9fyb6D2Z { width:47.75rem;height:2.1875rem;top:4rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ImfVmJoQvkEiAI4tV96viv3HEOsWIWTk { width:47.75rem;height:3.125rem;top:6.5rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #INXzHxd5ceBubppn2dkb706GPGVI80Kv { display:block; }#INXzHxd5ceBubppn2dkb706GPGVI80Kv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTHqpBdGEeqMKIVn9VMQI2gReJaXbwtw { top:1.3125rem;left:0rem;width:2.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAkeRbaBx5QvFPykC9hGFmW2Bq8TO1Pa { width:12.1875rem;height:1.5625rem;top:1.625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZkHKv5vNMCfX3pnScOzbnN81JRx95arp { top:4.625rem;left:0rem;width:12.8125rem;height:11.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qg7pbmqGVVWeotk5O9SyCQyQLTFmWiC6 { top:1.3125rem;left:11.9375rem;width:2.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #umuXHhlsgRiKRfK3D53QeBcq8U6waPRZ { width:12.1875rem;height:1.5625rem;top:1.625rem;left:11.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgCdqkyT9GxTIs0Oxeyi6Svr90EUvN3W { top:4.625rem;left:11.0625rem;width:12.8125rem;height:5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fMqpZgsuMIovVfKMlzbeC6UScbCdFIQC { top:1.3125rem;left:23.875rem;width:2.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwpe5ZP0UvW1HO8eW05cRsFpUcZdIvMO { width:10.1875rem;height:1.5625rem;top:1.625rem;left:22.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8Nt5V33NIy3Ga1GGDKGWsgFs7PNxEQR { top:4.625rem;left:17.8125rem;width:13.1875rem;height:2.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #diTGFv4cMTwdxLxaqh0EAIk0wxZFJfvx { width:12.1875rem;height:1.5625rem;top:1.625rem;left:35.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwSvHDyFFSgzLFF1xSL6vzsBRknRck8T { top:1.3125rem;left:35.8125rem;width:2.0625rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD67d1BiCVx9sv6QtQeTqE0vSaT2PmXD { width:8rem;height:1.5625rem;top:1.625rem;left:37.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1nVBVgo4lhFARV8J06ZKNK4FeOitgsF { top:4.625rem;left:33.875rem;width:13.875rem;height:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z { display:block; }#a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoTOigN0QNVmkUnb1qHkTdbCnVV2ZKrQ { top:1.375rem;left:0rem;width:47.75rem;height:0.1875rem;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.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { width:34.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:34.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { width:34.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:34.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { width:33.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { width:34.5rem;height:auto;top:3.6875rem;left:4.21875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { width:34.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { width:34.5rem;height:auto;top:3.6875rem;left:4.21875rem; }
 }@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.375rem;left:3.15625rem;width:39.9375rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:9.4375rem;height:2rem;top:37.8125rem;left:18rem;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) { #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) { #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:23.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { width:11.9375rem;height:2.5rem;top:0.6875rem;left:4.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dyezvv353fJTSTZcWTxCPOBz5CgJGLOI { width:15.3125rem;height:19.3125rem;top:3.1875rem;left:2.34375rem;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:19.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J8egFCLZaDZIkN0EtoPbV6csNWitf4M5 { width:3.375rem;height:1.25rem;top:14.69921875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KbTvD904pzieZDTekgwyQDOn2kTT1OTb { width:20rem;height:1.6875rem;top:0.630859375rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SyrDhGuE9pEu0TUGdnOShCJD6hrRaqz8 { width:20rem;height:1rem;top:17.318359375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VJ3MDgh7T1gwcZWM85AFmo2WOg50bERt { width:17.4375rem;height:9.5625rem;top:7.755859375rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BhV5c5qk0xDvUx5yXJvUBw0nT942rwoE { width:20rem;height:13.568359375rem;top:2.318359375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqpNan79TPU8of8tzGkOaTyT27xLV05y { display:block; }#OqpNan79TPU8of8tzGkOaTyT27xLV05y > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT { display:block; }#Tqr9MtBETK6uTegeJJsCmXekSgwp1IdT > .row .container { width:20rem;height:0.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { width:20rem;height:10.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:20rem;height:10.6875rem;top:0rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 { display:block; }#ziwhPaF8bFtQGRGd99xQ4qTe8i6fJ6z9 > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz { display:block; }#nt9SOsMeLxmDdGZS1SraZJ2pKXJR15Jz > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KQowA1ADtHQwGRD4fQroIFaXbPT40z4T { width:20rem;height:3.25rem;top:0.6875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BkA2oOFV3tqnHRuxIAvMF6rrbWM60dqk { width:2.6875rem;height:3.8125rem;top:0.75rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 { display:block; }#xh9VfstCI2OkNT36Q3eC9E3wJBX60nn2 > .row .container { width:20rem;height:4.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tD5y5tymIh9HJivyPkZ5kxJIz9XOlalF { width:2.6875rem;height:3.875rem;top:0.375rem;left:8.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm { display:block; }#qpzXylQOP85vlz4L6G0JdE4lMVU0Cnxm > .row .container { width:20rem;height:125.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gQh209hsPxycBkwdJKsCqTP80m5SULx4 { width:15.125rem;height:1.1875rem;top:11.7255859375rem;left:2.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #k4OieeuFFJu480FXoxDBab6t6PUT0Mts { width:8.5rem;height:12.1875rem;top:57.4375rem;left:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #w3cmJ4qn07mPQxiQSa6xwpJcOGHG5lUJ { width:5.1875rem;height:5.625rem;top:3.7255859375rem;left:12.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y2q3Nvugd6J8vCiAcqeTkssb3gnV2Tb0 { width:20rem;height:1.125rem;top:56.2919921875rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TueQm2a9zOHvfFTXg6PBiNsQGEdpLLt9 { width:20rem;height:14rem;top:13.6630859375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HlLyxNkBee9ImR0yhx9sOLvaX6NwmPxQ { width:12.0625rem;height:8.875rem;top:29.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PpqwfRcubfWQoJNqq1lF9Skl4UtN8zEb { width:5rem;height:5rem;top:32.875rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vkTteLCyBFA9676lwUllP7k0vdxegN57 { width:5.125rem;height:7.3125rem;top:30.6875rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WdnJNIJtNZJTt6eCfN3LVVGunGXC2Xvb { width:8.875rem;height:1.1875rem;top:40.3125rem;left:5.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bWTOdlWyOvTUiP6kpHu4TqkqtozR9FEz { width:20rem;height:12.25rem;top:42.875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EQDbWJmIt76ToR1uLz3CcaQerOKC63ey { width:9.125rem;height:1.1875rem;top:71.1875rem;left:5.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T075GZzkGIvKVIf3B9fTi5t9D4kJL5l4 { width:20rem;height:1.125rem;top:124.15625rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sCNseRkzTxXhsdeTp8zHM12Qq9vAsWwF { width:20rem;height:10.5rem;top:73.875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qH3WEidIMrOWuu53UITuPoXA6ecXOltd { width:13.25rem;height:9.6875rem;top:58.75rem;left:6.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LOeQaCxVvdAirNHwpff3Iyclv9oGEqlu { width:8.625rem;height:12.25rem;top:60.1875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pimpuD2GA1cgbB4Iwzo0THWFFIThGdMG { width:6.5rem;height:3.0625rem;top:85.5625rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #r02UQaoa4r7hssmlMwaWiTAyFqwKTcr3 { width:11rem;height:2.375rem;top:0.9130859375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #BeX8wb9LVO570f8nFoW2G41QMq4VG4Sp { width:12.125rem;height:8.8125rem;top:1.34375rem;left:7.875rem;z-index:14985;display:block; }
 }@media only screen and (max-width: 763px) { #UnPTUrT45308xyzHycixNKHD4EoZ5qq0 { width:15.6875rem;height:8.75rem;top:2.1630859375rem;left:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctRKaIm2XnkLF91ACOfMHm4rsNlA4hCW { width:10.5rem;height:2.375rem;top:29.9375rem;left:9.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QTkB06htTWXAoWuA8GA9PIiRC7qNVqAx { width:3.625rem;height:5.25rem;top:5.7255859375rem;left:12.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AAFEu2hcl6uniCaMtBmWANBeFPxgEyBS { width:9.8125rem;height:2.375rem;top:58.25rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UbTqw6yLbTAwIOtqxEaNXh8c2KstTgNf { width:12.3125rem;height:6.875rem;top:31.6875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mGfhGWycSHONRF9KWrs5OFA2WJwgKpRZ { width:7.3125rem;height:7.3125rem;top:59.875rem;left:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0yHiaK7CAFHU6sZ4WB7BDsSX8JN6kTd { width:8.8125rem;height:12.5625rem;top:90.125rem;left:3.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JaNgKnblO7wvq1vOdPXnmqflbTakyyvZ { width:16.125rem;height:9rem;top:59.5rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8vTvJSHkIRSJpgApkPi06k12nwKdWTf { width:10.5rem;height:2.375rem;top:89.625rem;left:9.5rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ktuilEsyGe7swKQqTFFQ8SlfrmuQlw81 { width:4.75rem;height:6.75rem;top:32.875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ytiv6NglxQVQMbMsIUGJ78d7ELCxoVCE { width:10.3125rem;height:5.6875rem;top:94.75rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wwqTESTSR4dN6GiTrp09aCfXraNtWOZE { width:4.125rem;height:5.9375rem;top:1.65625rem;left:15.0625rem;z-index:14987;display:block; }
 }@media only screen and (max-width: 763px) { #mrXZedMazVdEkaXNQgG7gshcdV36hGrQ { width:8.25rem;height:5.5rem;top:92.8125rem;left:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qvkqAe2twwHNAmKT4ueIOVPJ3xtbilIy { width:20rem;height:1.1875rem;top:102.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UzTfQbUp2dV7IIo85ramPyqN5eAwJ9xT { width:20rem;height:14rem;top:105.6875rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Mrgfab8i6UgLNiDPmFRQhTP7dmrz5sS1 { width:20rem;height:10.857421875rem;top:90.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oWIW8lvpe0q2rlvdy2a2UXxAGVImBtZy { width:8.125rem;height:3.8125rem;top:120.34375rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI { display:block; }#AhB5SAHOgHDFBPCdp04Rry2hER3dyzuI > .row .container { width:20rem;height:12rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Vpphw3TLtNiVBSwmrDsI3FqBwD3LXZV6 { width:20rem;height:9.5rem;top:1.25rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G5oCPP96MF40viwILbvTi62nWaW4gRML { display:block; }#G5oCPP96MF40viwILbvTi62nWaW4gRML > .row .container { width:20rem;height:29.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iR8tZp1KF8QMFOBn8TztheRxPReItoE5 { width:7.9375rem;height:14.4375rem;top:13.6875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q9epmTCyRBfDO6AuHZD4syZLJtW4sm7y { width:20rem;height:2.6875rem;top:3.8125rem;left:0rem;font-size:1.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RcRT1ATU6q0SnIroNBndtk61QgBLlxSm { width:8.8125rem;height:9.25rem;top:12rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GuritDKJus1DvmR5mL8WAxIxuLxw0tIK { width:8.3125rem;height:8.75rem;top:18.75rem;left:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #P54DagXD4mbPLeEo8B6rto7GeI5hxL5u { width:14.0625rem;height:10.6875rem;top:16.875rem;left:3rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yMBJe1cOmQkyOudBWuhPbtqMl1plM7b7 { width:20rem;height:6.5625rem;top:6.5rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UpddmkM0Fumb8IvPQrk5lba7E2gOLZSH { width:19.9375rem;height:15.625rem;top:13.125rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #vRlbgGMm5g3EG2I9vcdqwGSTqpZs8Wae { width:2.0625rem;height:2.1875rem;top:0.875rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi { display:block; }#uTXZU3qSuTus5yaxMgPhvTGKAQoTltTi > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Sne6Ni4aTD6L6zZCkRtaNKdcy4p7vBt9 { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu { display:block; }#I5TlSHcOrFTR1fOeSNvwgU6HqIvNEEmu > .row .container { width:20rem;height:11.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #kCfr5d3cGGeUve0Rsqs6PTryKMT7sTBi { width:20rem;height:2.1875rem;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) { #NF0sNpb55aTTDtRTlFNG7lw9eKLkemLX { width:20rem;height:6rem;top:4.125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix { display:block; }#KvvEo2J83iQf1e3UuTreR2rwgk2Bvbix > .row .container { width:20rem;height:117.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gOpMxKbPmrEP6DPAFviXPoudAeoEWWUW { width:14.6875rem;height:1.1875rem;top:83.8125rem;left:2.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CZUQO6pkGsTcRkUguwA5cGJ5o2vm0p6E { width:12.1875rem;height:1.1875rem;top:46.375rem;left:3.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #PSQibMw8yviswTUsdzVR1Czve4TCSbRo { width:12.1875rem;height:1.1875rem;top:4.6875rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VocRBykeG0NqfO60ph0ezJT4npXf221E { width:17.75rem;height:30rem;top:86.5rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fTdWWyLDT0DEBHDq4kk04xI2pqbnFqrb { width:17.75rem;height:30rem;top:49.3125rem;left:1.125rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IymDMsQk6iLwIT2d4DZdZQXbwI7QwN9d { width:18rem;height:36.25rem;top:7.125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #t0JFsiBgTc5Dw5b28hVSa4pB9yzRZkEJ { width:2.0625rem;height:2.1875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F71qT4XV8AWNKDKlgVoii5n7RmOpmW3T { width:2.0625rem;height:2.1875rem;top:42.5rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOArJLNNpxC7oDks63fAd8rkvG5VJb2c { width:2.0625rem;height:2.1875rem;top:80rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HGIuN85l4fLu9e8va4knDIC4xZTM8bEz { display:block; }#HGIuN85l4fLu9e8va4knDIC4xZTM8bEz > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #IAR5i5IJwQ3nz2erSoUnkbSk0ZPfwwsF { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 { display:block; }#hiyUZHvkEIQfoW12EJCUVrdnqKSmstR3 > .row .container { width:20rem;height:17.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dwDV1RcDVkFOH9xVbfurXTmCOrcu1qRG { width:20rem;height:2.1875rem;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) { #KGb3gTyqF2HL7tKVTdFBEECo9fyb6D2Z { width:20rem;height:4.375rem;top:4.6875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ImfVmJoQvkEiAI4tV96viv3HEOsWIWTk { width:20rem;height:5.9375rem;top:10.3125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #INXzHxd5ceBubppn2dkb706GPGVI80Kv { display:block; }#INXzHxd5ceBubppn2dkb706GPGVI80Kv > .row .container { width:20rem;height:51.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PTHqpBdGEeqMKIVn9VMQI2gReJaXbwtw { width:2.0625rem;height:2.1875rem;top:1.25rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAkeRbaBx5QvFPykC9hGFmW2Bq8TO1Pa { width:12.1875rem;height:1.1875rem;top:4.6875rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZkHKv5vNMCfX3pnScOzbnN81JRx95arp { width:18rem;height:7.5rem;top:7.125rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Qg7pbmqGVVWeotk5O9SyCQyQLTFmWiC6 { width:2.0625rem;height:2.1875rem;top:38.5rem;left:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #umuXHhlsgRiKRfK3D53QeBcq8U6waPRZ { width:12.1875rem;height:1.1875rem;top:41.9375rem;left:3.9375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wgCdqkyT9GxTIs0Oxeyi6Svr90EUvN3W { width:12.8125rem;height:5rem;top:44.375rem;left:3.625rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fMqpZgsuMIovVfKMlzbeC6UScbCdFIQC { width:2.0625rem;height:2.1875rem;top:15.0458984375rem;left:8.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iwpe5ZP0UvW1HO8eW05cRsFpUcZdIvMO { width:13.5625rem;height:1.1875rem;top:18.4208984375rem;left:3.21875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #x8Nt5V33NIy3Ga1GGDKGWsgFs7PNxEQR { width:18rem;height:2.5rem;top:21.4208984375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #diTGFv4cMTwdxLxaqh0EAIk0wxZFJfvx { width:12.1875rem;height:1.1875rem;top:43.3583984375rem;left:3.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wwSvHDyFFSgzLFF1xSL6vzsBRknRck8T { width:2.0625rem;height:2.1875rem;top:25.1083984375rem;left:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DD67d1BiCVx9sv6QtQeTqE0vSaT2PmXD { width:12.1875rem;height:1.1875rem;top:28.71875rem;left:3.90625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1nVBVgo4lhFARV8J06ZKNK4FeOitgsF { width:18rem;height:6.25rem;top:31.2333984375rem;left:1rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z { display:block; }#a4lTkdZL4SzD1AFZkUrpDBU4Pc7v5X1z > .row .container { width:20rem;height:2.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FoTOigN0QNVmkUnb1qHkTdbCnVV2ZKrQ { width:20rem;height:0.1875rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { width:20rem;height:43.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:30.5625rem;top:6.25rem;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:30.5625rem;top:6.25rem;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:3.75rem;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:40.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) { #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:7rem;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) { #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:1.25rem;position:relative;display:block; } }