.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,217,217;--color-secondary-1:255,128,128;--color-secondary-2:255,0,0;--color-secondary-3:128,0,0;--color-secondary-4:38,0,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"Poppins";--paragraphs-font-family:"Poppins"; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { position:relative;display:block; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { background-color: transparent; background-image: none; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container > .video-iframe-container { display: none; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row > .video-iframe-container { display: none; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw { border-width: 0; border-radius: 0; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#PR8ssPiMrbdNrd0K2LwH2XmzvyAlFHHw > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:3.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { position:absolute;display:block;z-index:15044;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5rem;width:7.375rem;top:0.4375rem;left:0.90625rem;overflow:hidden;display:block; }
#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { 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-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { background-color: transparent; background-image: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { display: none; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { border-width: 0; border-radius: 0; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:60rem;overflow:visible;position:relative;display:block; }#waE4T38nXcpMueSin3TUirANPz4pMKvP { position:absolute;display:block;z-index:15052;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:33.6875rem;width:60rem;top:0rem;left:0rem;display:block; }
#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { position:relative;display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { background-color: transparent; background-image: none; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container > .video-iframe-container { display: none; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row > .video-iframe-container { display: none; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { border-width: 0; border-radius: 0; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:16.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; }#ZemWrTAdEvPvCLGQQepgz7AMyUeHslQq { color:rgba(var(--color-tertiary-4),1);display:block;width:57.3125rem;position:absolute;font-family:"helvetica condensed";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { color:rgba(var(--color-tertiary-4),1);display:block;width:60rem;position:absolute;font-family:helveticaa;font-size:1.125rem;font-weight:400;z-index:15005;line-height:1.4;letter-spacing:0;top:6.2265625rem;left:0rem;height:7.8125rem;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;font-style:normal;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:38.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; }#vK188sGKS4H0py4hsKvtdSdCnZe8aN5G { position:absolute;display:block;z-index:15013;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:35.875rem;width:31.6875rem;top:2.4375rem;left:3.6875rem;overflow:hidden;display:block; }
#qi8MRGoqG3W8R0fLsDoe5JxqxlDsHirg { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:"helvetica condensed";font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:2.53125rem;left:23.6875rem;height:4.875rem;font-style:normal;display:block; }
#CrXOzgC4hhFlc9S9yu3PUK3ITMZsXnbb { box-sizing:content-box;height:1.75rem;width:5.1875rem;position:absolute;display:block;z-index:15011;background-color:rgba(var(--color-primary-2),1);background-image:none;top:22.6875rem;left:30.8125rem;display:block; }
#sEOyWM0pFKPAXV6TharxW8JxZa0QwLt2 { color:rgba(31,51,59,0.8);display:block;width:5.5625rem;position:absolute;font-family:"helvetica condensed";font-size:1.1875rem;font-weight:normal;z-index:15012;line-height:1.5;letter-spacing:0;top:22.875rem;left:30.625rem;height:1.75rem;text-align:center;text-align-last:center;display:block; }
#A1cc4e3MwzZUFrJfrSCiP6JmG5zm8VTc { color:rgba(var(--color-tertiary-4),1);display:block;width:36.3125rem;position:absolute;font-family:helvetica;font-size:1.125rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:9.1875rem;left:23.6875rem;height:9.375rem;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; }
#SDgt2PRDt6PMJuJfvaty3TK1hBThJLnX { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:helveticaa;font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:2.8125rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:31.25rem;left:38.0625rem;display:block; }
#xoZFlbvA7SO1yD20d55VaIAzlNK9lC86 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR { position:relative;display:block; }#DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR { background-color: transparent; background-image: none; }#DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR > .row .container > .video-iframe-container { display: none; }#DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR > .row > .video-iframe-container { display: none; }#DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR > .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); }#DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR { border-width: 0; border-radius: 0; }#DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR > .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; }#DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR > .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.5625rem;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; }#ST5qL2GkP3TtODJWaKB2O9h0zJ6huFaP { color:rgba(var(--color-tertiary-4),1);display:block;width:57.3125rem;position:absolute;font-family:"helvetica condensed";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA { position:relative;display:block; }#oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA { background-color: transparent; background-image: none; }#oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA > .row .container > .video-iframe-container { display: none; }#oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA > .row > .video-iframe-container { display: none; }#oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA > .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); }#oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA { border-width: 0; border-radius: 0; }#oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA > .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; }#oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA > .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:40.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; }#bRFTHvGpTlhFi0g2d8sure9SDkT5rZau { 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:18.8125rem;width:19.5rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#DhG7MpsAyqrMkOqFRQzK6qUInNSZ8ts0 { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.375rem;width:8.4375rem;top:3.875rem;left:0rem;overflow:hidden;display:block; }
#gCve3Dy6fqmxPJyf9mJtPS5BOVIM0LLh { position:absolute;display:block;z-index:15015;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.8125rem;width:5.75rem;top:5.84375rem;left:13.03125rem;overflow:hidden;display:block; }
#QhPPmSPSysXDT1Wl2uZk7nAhZJXOSqzP { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.09) ;height:20.4375rem;width:19.5rem;top:19.375rem;left:0rem;display:block; }
#EhqhbKg12mvS5PvGa0hIzduBruHwfJQv { color:rgba(var(--color-tertiary-4),1);display:block;width:28.5rem;position:absolute;font-family:"helvetica condensed";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.3125rem;left:0.8125rem;height:1.625rem;font-style:normal;display:block; }
#LqSXk4RAI9a6iUzdKJWFgAOCNel9UNUr { color:rgba(var(--color-tertiary-4),1);display:block;width:18.25rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:24.25rem;left:0.8125rem;height:6.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; }
#OfqrtcKkbwJIbmuTD7TZyMMGyqdCfAfJ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.1875rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:37rem;left:0.8125rem;display:block; }
#EoRa1uQCrsTps42NJThf4BFs5S6MgOS6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#akie5m6VLIiodqg9vOD8EfwVJA9AwIoI { 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:18.875rem;width:18.9375rem;top:0rem;left:20.5625rem;overflow:hidden;display:block; }
#dHhVn76tMa9ptPfrRVrBzyako7M3Q75P { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.875rem;width:10.5625rem;top:4.125rem;left:19.09375rem;overflow:hidden;display:block; }
#vktDbDLoN2xv6rdH8HAZuvGU5HieizGx { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:6.1875rem;top:12.40625rem;left:32.875rem;overflow:hidden;display:block; }
#AqF99F8pZPtAEbBQfgBgKTqug1AxZtVm { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.09) ;height:20.375rem;width:19rem;top:19.375rem;left:20.5625rem;display:block; }
#uvoTEBUa9f8QPzy5SifOBGq9ZMMkMnIC { color:rgba(var(--color-tertiary-4),1);display:block;width:27.75rem;position:absolute;font-family:"helvetica condensed";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.25rem;left:21.3125rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#O7vL7movmTu4IFUt1OI4oM4H2Gtc9ZNe { color:rgba(var(--color-tertiary-4),1);display:block;width:17.375rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:24.25rem;left:21.3125rem;height:10.5rem;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; }
#qThX7dlbsTMLJykKSbDgZkvzWLkoC25d { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37rem;left:21.40625rem;display:block; }
#ORFJdwl8VEmnxHLRW4EOPmgb3UxDdEdk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ChJ7wyxQUvIyXy20fTL7B0Cd2wChvK0H { 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:18.9375rem;width:19.4375rem;top:0rem;left:40.625rem;overflow:hidden;display:block; }
#gkegwa2hL5ztvdQAUv3cgPEsGB1zTRSC { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.8125rem;width:10.4375rem;top:4.4375rem;left:39.040760869565rem;overflow:hidden;display:block; }
#avHGEIXOlXtBTiOFakRzbSH1QUAAnpVO { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.8125rem;width:8.8125rem;top:8.96875rem;left:52rem;overflow:hidden;display:block; }
#Man5rQXpdLunKStZTn3BdZAuv10OUuHJ { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.09) ;height:20.4375rem;width:19.375rem;top:19.375rem;left:40.625rem;display:block; }
#kccDJXhsCqyJda1qB6Ab1vhGEWrX6TLw { color:rgba(var(--color-tertiary-4),1);display:block;width:15.6875rem;position:absolute;font-family:"helvetica condensed";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:21.3125rem;left:41.5rem;height:1.625rem;font-style:normal;display:block; }
#F8JfK4xE5zgCAGr4C2KsnX7z4wxoWaBd { color:rgba(var(--color-tertiary-4),1);display:block;width:17.8125rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:24.25rem;left:41.34375rem;height:9.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; }
#IL4v5iEx6aGSvPIEdvEhpiBE2oDQbXNz { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37rem;left:41.5rem;display:block; }
#XoGve27ZDLycKuXxhSHWKTfykgVc3AlE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad { position:relative;display:block; }#JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad { background-color: transparent; background-image: none; }#JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad > .row .container > .video-iframe-container { display: none; }#JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad > .row > .video-iframe-container { display: none; }#JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad > .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); }#JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad { border-width: 0; border-radius: 0; }#JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad > .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; }#JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad > .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:40.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; }#T3ULwdTg6GPhegfIRKkzwsisuwdQp9JU { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.09) ;height:20.375rem;width:19rem;top:19.375rem;left:20.5625rem;display:block; }
#t3970IAATR4hfAMs0M5h0DIUVJZWFBul { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37rem;left:21.40625rem;display:block; }
#h4B2I4QlKgqmWQkFO25FmUWEgcwbStBX { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#qqar5wINl9d8NMXhMC4QADMK6UkMrPxp { position:absolute;display:block;z-index:14996;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.09) ;height:20.4375rem;width:19.375rem;top:19.375rem;left:40.625rem;display:block; }
#I8Tw9yn7axZkk7ST41T7dVLowE5wSAdL { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica condensed";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.1875rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37rem;left:41.5rem;display:block; }
#X1ScheUg16LxmKyggmWmf7oD75S3HmVO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#x3texg1UncHdUPlkJLRDXrC6TQ6cTbOT { 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:18.6875rem;width:19.5625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#abovUbAXOtuh3UVEw5AArU1ZJhZ8Zkfq { position:absolute;display:block;z-index:15016;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.375rem;width:10.0625rem;top:4.6875rem;left:-1.4241600790514rem;overflow:hidden;display:block; }
#tJvwn44IQAc7ftyew74OOzWUhvQwU1GA { position:absolute;display:block;z-index:15015;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.5rem;width:6.5rem;top:11.84375rem;left:12.96875rem;overflow:hidden;display:block; }
#Fc2tBs3Jk5auAsAIrKPmeX6Bb6tniT5C { position:absolute;display:block;z-index:14997;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.09) ;height:20.1875rem;width:19.6875rem;top:19.5rem;left:0rem;display:block; }
#wRs2ubt9tkOC5v7JHGlTaI9VewrATwUM { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:"helvetica condensed";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:21.3125rem;left:1.03125rem;height:1.625rem;font-style:normal;display:block; }
#JmRzW2IpNKAGuu8xWLSCPZKzaKgBBBwe { color:rgba(var(--color-tertiary-4),1);display:block;width:18rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:24.25rem;left:0.875rem;height:10.5rem;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; }
#TAAdTfTh9VHiZG6mneFhsDApMmbvWe19 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica condensed";font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.3125rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:37rem;left:0.90625rem;display:block; }
#cHk1JqzecV2LcRrfTvLXRO2107CWR2rG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#EQaNRi6GErFUWafugh0DmcJcRTeoaBmt { 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:18.8125rem;width:18.8125rem;top:0rem;left:20.5625rem;overflow:hidden;display:block; }
#eJXBwvVyKyFt49x4huB09MweoZTKkpCl { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.1875rem;width:6.875rem;top:5.25rem;left:21rem;overflow:hidden;display:block; }
#CMiIBvWTTiVhwB7fW4B9TSg7EPendQR4 { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.5625rem;width:9.5625rem;top:8.625rem;left:30.375rem;overflow:hidden;display:block; }
#EN8Fh8w331tmvwBIklHPeIogEXpCnduE { color:rgba(var(--color-tertiary-4),1);display:block;width:17.5rem;position:absolute;font-family:"helvetica condensed";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:19.75rem;left:21.25rem;height:3.25rem;font-style:normal;display:block; }
#XzmzrqwJno5Il6HWqwgwbh5EE2hmwuby { color:rgba(var(--color-tertiary-4),1);display:block;width:17.625rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:normal;z-index:15016;line-height:1.4;letter-spacing:0;top:24.25rem;left:21.40625rem;height:9.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; }
#H0d8awh6z9ZTHTxpVMEQ3E1upGoTRv7H { 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:18.8125rem;width:19.25rem;top:0rem;left:40.625rem;overflow:hidden;display:block; }
#CMp7f26AHQCncuV10RA1QB9KpwciweeK { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.125rem;width:10.8125rem;top:4.625rem;left:38.6875rem;overflow:hidden;display:block; }
#wT4XqOIeGkitTpbaWzobFKfyd8thaOO2 { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:6rem;top:13.8125rem;left:47.978515625rem;overflow:hidden;display:block; }
#PGznmNVDk48DUNcU6wRyoofDcL7IVVfr { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.0625rem;width:5.625rem;top:14.0625rem;left:53.541015625rem;overflow:hidden;display:block; }
#TZRZKQ4cxWTCuJbDWs3nzT4HuJlK67gy { color:rgba(var(--color-tertiary-4),1);display:block;width:15rem;position:absolute;font-family:"helvetica condensed";font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.90625rem;left:41.5rem;height:1.625rem;font-style:normal;display:block; }
#syowZw3adTgzQ5V4vByKyOumzmtfyw3A { color:rgba(var(--color-tertiary-4),1);display:block;width:17.4375rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:24.25rem;left:41.40625rem;height:6.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; }
#G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi { position:relative;display:block; }#G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi { background-color: transparent; background-image: none; }#G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi > .row .container > .video-iframe-container { display: none; }#G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi > .row > .video-iframe-container { display: none; }#G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi > .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); }#G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi { border-width: 0; border-radius: 0; }#G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi > .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; }#G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.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; }#NNUgZxiUQk7gVwCQObE1fLCdnfkQK4yD { color:rgba(var(--color-tertiary-4),1);display:block;width:57.3125rem;position:absolute;font-family:"helvetica condensed";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E0lkpo1zXPsivxo5Swi9Fypt5AFvDxXk { color:#ff00de;display:block;width:60rem;position:absolute;font-family:helveticaa;font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:6.2265625rem;left:0rem;height:3.125rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R1RTHzym6Beq6S2RqnwTqeD6UoozH1FG { background-color:rgba(var(--color-secondary-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-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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica condensed";font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:12.875rem;left:21.78125rem;display:block; }
#hiHlE79Fvwm2a6QZ0UPwbP0vEm3f5US9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO { position:relative;display:block; }#xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO { background-color: transparent; background-image: none; }#xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO > .row .container > .video-iframe-container { display: none; }#xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO > .row > .video-iframe-container { display: none; }#xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO > .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); }#xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO { border-width: 0; border-radius: 0; }#xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO > .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; }#xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO > .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:44.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#Fmgf8HNf7QmX6FRbvTvm0Ml7EPIAdCGb { color:rgba(var(--color-tertiary-4),1);display:block;width:32.3125rem;position:absolute;font-family:"helvetica condensed";font-size:1.4375rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:28.4375rem;left:1.625rem;height:1.8125rem;font-style:normal;display:block; }
#kPDEzkPuAoyFHFSwX3h93ebdN728hUXU { color:rgba(var(--color-tertiary-4),1);display:block;width:29.8125rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:normal;z-index:15014;line-height:1.4;letter-spacing:0;top:31.375rem;left:1.625rem;height:7.875rem;text-align:justify;text-align-last:initial;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#OVrgB9d1fliCFfCo1TZ72OHz8PyurDFH { position:absolute;display:block;z-index:15019;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:14.875rem;top:9.1875rem;left:-1.6114130434783rem;overflow:hidden;display:block; }
#vBKul7FXQaKJwDV1Te7DzlUMO184g4hp { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0.125rem solid rgba(var(--color-primary-2),1);border-left:0.125rem solid rgba(var(--color-primary-2),1);border-right:0.125rem solid rgba(var(--color-primary-2),1);border-bottom:0.125rem solid rgba(var(--color-primary-2),1);border-top-left-radius:43.75rem;border-top-right-radius:43.75rem;border-bottom-left-radius:43.75rem;border-bottom-right-radius:43.75rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-primary-2),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica condensed";font-size:1.1875rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.3125rem;height:2.8125rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:41.5625rem;left:1.625rem;display:block; }
#EDEKnDvphtWCwglcd3W2PvnX26yUoH7a { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#DiDqdMC0JEGBVlwo1rlHuwPSEh4L8J6W { 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:27.8125rem;width:60rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#fOTmvRP9NGQBfJ3eW1OhbH4uAEbT2U7b { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.125rem;width:15.125rem;top:14.5rem;left:43.444223107569rem;overflow:hidden;display:block; }
#ItMN425MhwscfIQmI0XpbK8GdUpgg80x { box-sizing:content-box;height:2.4375rem;width:13.125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-secondary-2),1);background-image:none;top:0rem;left:0rem;display:block; }
#ENln8eeQTMoc9f8oys55VzS4S0sC7JOG { color:rgba(var(--color-tertiary-0),1);display:block;width:13.125rem;position:absolute;font-family:"helvetica condensed";font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:0.568359375rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qAwAdCkT75LpQm7CyFsADJ0vX1XPkZb0 { position:absolute;display:block;z-index:15023;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:9rem;width:24.25rem;top:29.625rem;left:33.9375rem;overflow:hidden;display:block; }
#Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy { position:relative;display:block; }#Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy { background-color: transparent; background-image: none; }#Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy > .row .container > .video-iframe-container { display: none; }#Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy > .row > .video-iframe-container { display: none; }#Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy > .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); }#Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy { border-width: 0; border-radius: 0; }#Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy > .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; }#Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy > .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.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#w6FDgZBxRy2d2BG1fiwdd8dXv5zkpQhe { color:rgba(var(--color-tertiary-4),1);display:block;width:52.375rem;position:absolute;font-family:"helvetica condensed";font-size:2.5rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:1.7490234375rem;left:0rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HQGWFN6mNRIK0rWs93nyyCTtLBKHKqPx { color:#ff00de;display:block;width:60rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.125rem;font-weight:normal;z-index:15005;line-height:1.4;letter-spacing:0;top:6.2265625rem;left:0rem;height:0;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; }
#CzlyWreIpoz380sH0SspO9sye3gJuPtd { border-top:0;border-left:0;border-right:0;border-bottom:0.8125rem solid #e20613;background-color:transparent;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#CzlyWreIpoz380sH0SspO9sye3gJuPtd > .row .container { background-color: transparent; background-image: none; }#CzlyWreIpoz380sH0SspO9sye3gJuPtd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzlyWreIpoz380sH0SspO9sye3gJuPtd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzlyWreIpoz380sH0SspO9sye3gJuPtd > .row .container > .video-iframe-container { display: none; }#CzlyWreIpoz380sH0SspO9sye3gJuPtd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CzlyWreIpoz380sH0SspO9sye3gJuPtd > .row > .video-iframe-container { display: none; }#CzlyWreIpoz380sH0SspO9sye3gJuPtd > .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); }#CzlyWreIpoz380sH0SspO9sye3gJuPtd > .row .container { border-width: 0; border-radius: 0; }#CzlyWreIpoz380sH0SspO9sye3gJuPtd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#CzlyWreIpoz380sH0SspO9sye3gJuPtd > .row .container { font-size:0.875rem;font-family:arial;height:57.75rem;width:60rem;position:relative;display:block; }#NQK9VIPASurutx9PRgbVsf1HtKraTOz1 { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.09) ;height:7.75rem;width:28.125rem;top:0.875rem;left:0rem;display:block; }
#MnF5hbGouvV8lI1o0iUe0x5doc8pf3kw { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.09) ;height:7.8125rem;width:28.125rem;top:32.875rem;left:0rem;display:block; }
#UK0mpG0wcEr5KkyQ0166gdpimJFcUB85 { color:#ff00fd;display:block;width:25.375rem;position:absolute;font-family:"helvetica condensed";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:1.76171875rem;left:0.8125rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#fhTkME4c8I3HKWhFTaUdTr0WO0HWb3n8 { color:#ff00fd;display:block;width:26.25rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.1875rem;left:0.8125rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#HkxK4k41pntTQRcLnl8M3EvLTk693Bvn { color:#ff00fd;display:block;width:25.375rem;position:absolute;font-family:"helvetica condensed";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:33.75rem;left:0.875rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#hopB5nfH9U6KfsSeTWe5NbATk1yymPhi { color:#ff00fd;display:block;width:27.0625rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:35.25rem;left:0.9375rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WLqEf6VZEvMwpHnTqZAQKX18RJ5iWMlb { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.09) ;height:7.25rem;width:28.125rem;top:9.1875rem;left:0rem;display:block; }
#VApSzlanhFBQPegm6sX6VhtTEJfwUo4y { color:#ff00fd;display:block;width:26.75rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:11.5625rem;left:0.8125rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#l1NRsOiLbf1h16imJJA24VDeg6PBnzbe { color:#ff00fd;display:block;width:25.375rem;position:absolute;font-family:"helvetica condensed";font-size:0.9375rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:10.0625rem;left:0.8125rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#DXUr8bNu700WpvwBAQB9I38L3k4ngZoC { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.09) ;height:7.25rem;width:28.125rem;top:41.3125rem;left:0rem;display:block; }
#W17vZRA7o6feDCgUrHEzRQTyzmDNrlr8 { color:#ff00fd;display:block;width:27.25rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:400;z-index:15015;line-height:1.3;letter-spacing:0;top:43.6875rem;left:0.8125rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xh8ZNV4lTngKNkcPD1Tn7fsbRe2nniKu { color:#ff00fd;display:block;width:25.375rem;position:absolute;font-family:"helvetica condensed";font-size:0.9375rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:42.1875rem;left:0.8125rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Toc7buz7W6w7pmL4iWMqTXcpoZv3oTAV { position:absolute;display:block;z-index:15009;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.09) ;height:7.25rem;width:28.125rem;top:17.0625rem;left:0rem;display:block; }
#v2mfnQGrFAasrbxxkaw3Ob8QhHy0fFWq { color:#ff00fd;display:block;width:26.9375rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:19.4375rem;left:0.8125rem;height:3.5625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#CLbX8FX2HmdF3vkHPS0wTcMN81ib6dma { color:#ff00fd;display:block;width:25.375rem;position:absolute;font-family:"helvetica condensed";font-size:0.9375rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:17.9375rem;left:0.8125rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wghauRlsVCugW1VzNMllMKyureEk0An9 { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.09) ;height:7.25rem;width:28.125rem;top:49.125rem;left:0rem;display:block; }
#hToegeLrCeBJ7FxZBDaexhOIJTsfuI0c { color:#ff00fd;display:block;width:26.9375rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:51.5rem;left:0.8125rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#u9dhc60VzfxuHHFe0kEbnhuTb9NvTEC8 { color:#ff00fd;display:block;width:25.375rem;position:absolute;font-family:"helvetica condensed";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:50rem;left:0.8125rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lGdLZ2NWpsdTZ3DWKRkZd57FNbIxaI5Z { position:absolute;display:block;z-index:15012;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0rem 1.875rem rgba(var(--color-tertiary-4),0.09) ;height:7.25rem;width:28.125rem;top:25.0625rem;left:0rem;display:block; }
#ZC5mxJv59qa0sz7vF9ID7OkQ7AK3L7WI { color:#ff00fd;display:block;width:26.9375rem;position:absolute;font-family:helveticaa;font-size:0.9375rem;font-weight:400;z-index:15021;line-height:1.3;letter-spacing:0;top:27.4375rem;left:0.8125rem;height:2.375rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Igups6DLHfSFi8IEyvwTCOzfKDxdhkbt { color:#ff00fd;display:block;width:25.375rem;position:absolute;font-family:"helvetica condensed";font-size:0.9375rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:25.9375rem;left:0.8125rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#dVVQzQflXTlAI79ByP6TpqKH6lSxDKqL { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:51rem;width:28.4375rem;top:5.4375rem;left:30.78125rem;display:block; }
#yTwdiA4XBhTTtLMpn1RB10We3PUmVUOh { color:#ff00fd;display:block;width:28.4375rem;position:absolute;font-family:"helvetica condensed";font-size:0.9375rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:1.76171875rem;left:30.78125rem;height:1.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD { position:relative;display:block; }#ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD { background-color: transparent; background-image: none; }#ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD > .row .container > .video-iframe-container { display: none; }#ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD > .row > .video-iframe-container { display: none; }#ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD > .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); }#ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD { border-width: 0; border-radius: 0; }#ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD > .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; }#ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:1.375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#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:44.625rem;width:60rem;position:relative;display:block; }#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-form-header {  }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-regular-label { height:auto;display:block;font-family:"helvetica condensed";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:34.4375rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.4375rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.4375rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans"; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:34.4375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:var(--paragraphs-font-family);font-size:0.875rem;overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:rgba(var(--color-primary-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-tertiary-0),1);width:34.4375rem;height:3.4375rem;font-family:"helvetica condensed";overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:helveticaa;font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:helveticaa;font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:helveticaa;font-size:0.875rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:helveticaa;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:helveticaa;line-height:1.3;font-size:0.75rem;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;width:33rem;overflow:hidden;font-style:normal; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:first-of-type{padding-top:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-container:last-of-type{padding-bottom:0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.701171875rem;left:11.53125rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:34.4375rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:34.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15000;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:4.701171875rem;left:11.53125rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TB1XJy6tRZOnVexkdN7d6Nh6PnyLWgt0 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #gWvBogoHEUfyC2JC0oiaJHX40W9eMhbI { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #vWIXplflo31srTVTzHooC7F3e0MATM4K { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #aGVRAr1TzphwMzgHCnAMK2Ti5LLhHSUE { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #EkHEJTP9cmbUwmRWX7xr2vcdIrWBTa7F { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tP6bOpWLh7kvE7ngKai0KT1ihXzHa8i7 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #JHKzkdHecr12aTilKmDZuJv4mzOxGveb { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #DmfMS4wZHSNbcbb41zeFcEoKZZQrB6ls { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TpIlNTITtZKhigUNJ4mQTpPzlLrH1a2k { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #lTCNSkvtPmvv2Jl1GDSAJhOmvfihFb8a { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #MvrmEhoOsckDkO2bBtUdPnKbxa3xA6tf { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TDsD4cQIEUcTfRz7dq9OVJzp3a5if3uv { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #Ea3GC4TTP2pu4NTd8A00BN1DcrqRT3M2 { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I8G8hHMEXzg6sDUIr9khLlWZ1BXEQX1F { position:relative;display:block; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #xi1bazGGZST7xi2UMlqB11dJW0b4qoqH { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #SqKw6e765dpUVQT9TlfJ6EPiWMFXF5Tx { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #PbXFNK9yFOtShCU0vrXR2K81GmAG7rAD { position:relative;z-index:2; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #rDnDUNpl8MftBfUrxTXOLGTv5I0P4xeu { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #bMknrsQI5WXWwQVfqC5u1PcvG83KaTUB { position:relative; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #c6oceikSoKgAyT7kJkAUceQCT1R89fuA { position:relative; }
#kDg0qR5paDKKuSf1Kxpz7hOtR0VM6Tn6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:"helvetica condensed";font-size:1.375rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.5625rem;left:23.125rem;height:1.75rem;display:block; }
#CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { background-color:#9b9b9b;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-tertiary-0),1);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"helvetica condensed";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:40.0625rem;left:25.28125rem;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.4375rem;width:60rem;position:relative;display:block; }#WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { color:rgba(var(--color-tertiary-4),1);display:block;width:16.8125rem;position:absolute;font-family:"helvetica condensed";font-size:2rem;font-weight:700;z-index:15010;line-height:1.1;letter-spacing:0;top:5.025390625rem;left:11.9375rem;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:"helvetica condensed";font-size:0.875rem;font-weight:700;z-index:15011;line-height:1.1;letter-spacing:0;top:3.7373046875rem;left:11.9375rem;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:"open sans";font-size:0.875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:1.576171875rem;left:51.625rem;height:3.375rem;display:block; }
#rsqzhJokFSMRwAefnN2i4ofyLlk2dny5 { z-index:15003;top:2.21875rem;left:26.25rem;background-color:rgba(var(--color-primary-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-tertiary-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:7.375rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD { display:block; }#l3mH4RPdA2P8wn5xUn0c31mn3VHaQHqD > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waE4T38nXcpMueSin3TUirANPz4pMKvP { top:0rem;left:0rem;width:47.75rem;height:26.809635416667rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZemWrTAdEvPvCLGQQepgz7AMyUeHslQq { top:1.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:47.75rem;height:;top:6.1875rem;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) { #vK188sGKS4H0py4hsKvtdSdCnZe8aN5G { top:2.4375rem;left:0rem;width:31.6875rem;height:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi8MRGoqG3W8R0fLsDoe5JxqxlDsHirg { top:2.5rem;left:15.4375rem;width:32.3125rem;height:4.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CrXOzgC4hhFlc9S9yu3PUK3ITMZsXnbb { top:22.6875rem;left:24.6875rem;width:5.1875rem;height:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEOyWM0pFKPAXV6TharxW8JxZa0QwLt2 { width:5.5625rem;height:1.75rem;top:22.875rem;left:24.5rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #A1cc4e3MwzZUFrJfrSCiP6JmG5zm8VTc { width:36.3125rem;height:;top:9.1875rem;left:11.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SDgt2PRDt6PMJuJfvaty3TK1hBThJLnX { width:16.0625rem;height:2.8125rem;top:31.25rem;left:31.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoZFlbvA7SO1yD20d55VaIAzlNK9lC86 { display:block; }
 }@media only screen and (max-width: 763px) { #DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR { display:block; }#DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ST5qL2GkP3TtODJWaKB2O9h0zJ6huFaP { top:1.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA { display:block; }#oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRFTHvGpTlhFi0g2d8sure9SDkT5rZau { top:0rem;left:0rem;width:19.5rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhG7MpsAyqrMkOqFRQzK6qUInNSZ8ts0 { top:3.875rem;left:0rem;width:8.4375rem;height:14.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCve3Dy6fqmxPJyf9mJtPS5BOVIM0LLh { top:5.8125rem;left:10.125rem;width:5.75rem;height:11.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhPPmSPSysXDT1Wl2uZk7nAhZJXOSqzP { top:19.375rem;left:0rem;width:19.5rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EhqhbKg12mvS5PvGa0hIzduBruHwfJQv { top:21.3125rem;left:0rem;width:28.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LqSXk4RAI9a6iUzdKJWFgAOCNel9UNUr { width:18.25rem;height:6.5625rem;top:24.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OfqrtcKkbwJIbmuTD7TZyMMGyqdCfAfJ { width:8.3125rem;height:2.1875rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoRa1uQCrsTps42NJThf4BFs5S6MgOS6 { display:block; }
 }@media only screen and (max-width: 763px) { #akie5m6VLIiodqg9vOD8EfwVJA9AwIoI { top:0rem;left:12.1875rem;width:18.9375rem;height:18.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHhVn76tMa9ptPfrRVrBzyako7M3Q75P { top:4.125rem;left:5.3125rem;width:10.5625rem;height:13.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #vktDbDLoN2xv6rdH8HAZuvGU5HieizGx { top:12.375rem;left:25.5625rem;width:6.1875rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqF99F8pZPtAEbBQfgBgKTqug1AxZtVm { top:19.375rem;left:12.75rem;width:19rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvoTEBUa9f8QPzy5SifOBGq9ZMMkMnIC { top:21.25rem;left:4rem;width:27.75rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #O7vL7movmTu4IFUt1OI4oM4H2Gtc9ZNe { width:17.375rem;height:;top:24.25rem;left:14.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qThX7dlbsTMLJykKSbDgZkvzWLkoC25d { width:8.3125rem;height:2.3125rem;top:37rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORFJdwl8VEmnxHLRW4EOPmgb3UxDdEdk { display:block; }
 }@media only screen and (max-width: 763px) { #ChJ7wyxQUvIyXy20fTL7B0Cd2wChvK0H { top:0rem;left:28.3125rem;width:19.4375rem;height:18.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkegwa2hL5ztvdQAUv3cgPEsGB1zTRSC { top:4.4375rem;left:21.5rem;width:10.4375rem;height:13.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #avHGEIXOlXtBTiOFakRzbSH1QUAAnpVO { top:8.9375rem;left:38.8125rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Man5rQXpdLunKStZTn3BdZAuv10OUuHJ { top:19.375rem;left:28.25rem;width:19.375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kccDJXhsCqyJda1qB6Ab1vhGEWrX6TLw { top:21.3125rem;left:31.75rem;width:15.6875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #F8JfK4xE5zgCAGr4C2KsnX7z4wxoWaBd { width:17.8125rem;height:;top:24.25rem;left:29.8125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IL4v5iEx6aGSvPIEdvEhpiBE2oDQbXNz { width:8.3125rem;height:2.3125rem;top:37rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoGve27ZDLycKuXxhSHWKTfykgVc3AlE { display:block; }
 }@media only screen and (max-width: 763px) { #JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad { display:block; }#JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3ULwdTg6GPhegfIRKkzwsisuwdQp9JU { top:19.375rem;left:12.75rem;width:19rem;height:20.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #t3970IAATR4hfAMs0M5h0DIUVJZWFBul { width:8.3125rem;height:2.375rem;top:37rem;left:15.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4B2I4QlKgqmWQkFO25FmUWEgcwbStBX { display:block; }
 }@media only screen and (max-width: 763px) { #qqar5wINl9d8NMXhMC4QADMK6UkMrPxp { top:19.375rem;left:28.25rem;width:19.375rem;height:20.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #I8Tw9yn7axZkk7ST41T7dVLowE5wSAdL { width:8.3125rem;height:2.1875rem;top:37rem;left:31.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ScheUg16LxmKyggmWmf7oD75S3HmVO { display:block; }
 }@media only screen and (max-width: 763px) { #x3texg1UncHdUPlkJLRDXrC6TQ6cTbOT { top:0rem;left:0rem;width:19.5625rem;height:18.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #abovUbAXOtuh3UVEw5AArU1ZJhZ8Zkfq { top:4.6875rem;left:0rem;width:10.0625rem;height:13.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJvwn44IQAc7ftyew74OOzWUhvQwU1GA { top:11.8125rem;left:9.375rem;width:6.5rem;height:6.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc2tBs3Jk5auAsAIrKPmeX6Bb6tniT5C { top:19.5rem;left:0rem;width:19.6875rem;height:20.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRs2ubt9tkOC5v7JHGlTaI9VewrATwUM { top:21.3125rem;left:0rem;width:17.4375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JmRzW2IpNKAGuu8xWLSCPZKzaKgBBBwe { width:18rem;height:;top:24.25rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TAAdTfTh9VHiZG6mneFhsDApMmbvWe19 { width:8.3125rem;height:2.3125rem;top:37rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHk1JqzecV2LcRrfTvLXRO2107CWR2rG { display:block; }
 }@media only screen and (max-width: 763px) { #EQaNRi6GErFUWafugh0DmcJcRTeoaBmt { top:0rem;left:12.25rem;width:18.8125rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJXBwvVyKyFt49x4huB09MweoZTKkpCl { top:5.25rem;left:15.875rem;width:6.875rem;height:13.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMiIBvWTTiVhwB7fW4B9TSg7EPendQR4 { top:8.625rem;left:20.9375rem;width:9.5625rem;height:9.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN8Fh8w331tmvwBIklHPeIogEXpCnduE { top:19.75rem;left:14.25rem;width:17.5rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XzmzrqwJno5Il6HWqwgwbh5EE2hmwuby { width:17.625rem;height:9.1875rem;top:24.25rem;left:5.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H0d8awh6z9ZTHTxpVMEQ3E1upGoTRv7H { top:0rem;left:28.375rem;width:19.25rem;height:18.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMp7f26AHQCncuV10RA1QB9KpwciweeK { top:4.625rem;left:20.9375rem;width:10.8125rem;height:14.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT4XqOIeGkitTpbaWzobFKfyd8thaOO2 { top:13.8125rem;left:37.666015625rem;width:6rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGznmNVDk48DUNcU6wRyoofDcL7IVVfr { top:14.0625rem;left:42rem;width:5.625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZRZKQ4cxWTCuJbDWs3nzT4HuJlK67gy { top:20.875rem;left:31.75rem;width:15rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #syowZw3adTgzQ5V4vByKyOumzmtfyw3A { width:17.4375rem;height:6.5625rem;top:24.25rem;left:30.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi { display:block; }#G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNUgZxiUQk7gVwCQObE1fLCdnfkQK4yD { top:1.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0lkpo1zXPsivxo5Swi9Fypt5AFvDxXk { width:47.75rem;height:;top:6.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #R1RTHzym6Beq6S2RqnwTqeD6UoozH1FG { width:17.5rem;height:3.4375rem;top:12.875rem;left:15.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiHlE79Fvwm2a6QZ0UPwbP0vEm3f5US9 { display:block; }
 }@media only screen and (max-width: 763px) { #xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO { display:block; }#xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fmgf8HNf7QmX6FRbvTvm0Ml7EPIAdCGb { top:28.4375rem;left:0rem;width:32.3125rem;height:1.8125rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPDEzkPuAoyFHFSwX3h93ebdN728hUXU { width:29.8125rem;height:;top:31.375rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OVrgB9d1fliCFfCo1TZ72OHz8PyurDFH { top:9.1875rem;left:0rem;width:14.875rem;height:19.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBKul7FXQaKJwDV1Te7DzlUMO184g4hp { width:8.3125rem;height:2.8125rem;top:41.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDEKnDvphtWCwglcd3W2PvnX26yUoH7a { display:block; }
 }@media only screen and (max-width: 763px) { #DiDqdMC0JEGBVlwo1rlHuwPSEh4L8J6W { top:0rem;left:0rem;width:47.75rem;height:22.134114583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOTmvRP9NGQBfJ3eW1OhbH4uAEbT2U7b { top:14.5rem;left:31.75rem;width:15.125rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ItMN425MhwscfIQmI0XpbK8GdUpgg80x { top:0rem;left:0rem;width:13.125rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENln8eeQTMoc9f8oys55VzS4S0sC7JOG { top:0.5625rem;left:0rem;width:13.125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAwAdCkT75LpQm7CyFsADJ0vX1XPkZb0 { top:29.625rem;left:23.5rem;width:24.25rem;height:9rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy { display:block; }#Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6FDgZBxRy2d2BG1fiwdd8dXv5zkpQhe { top:1.6875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQGWFN6mNRIK0rWs93nyyCTtLBKHKqPx { width:47.75rem;height:;top:6.1875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CzlyWreIpoz380sH0SspO9sye3gJuPtd { display:block; }#CzlyWreIpoz380sH0SspO9sye3gJuPtd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQK9VIPASurutx9PRgbVsf1HtKraTOz1 { top:0.875rem;left:0rem;width:28.125rem;height:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnF5hbGouvV8lI1o0iUe0x5doc8pf3kw { top:32.875rem;left:0rem;width:28.125rem;height:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK0mpG0wcEr5KkyQ0166gdpimJFcUB85 { top:1.75rem;left:0rem;width:25.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fhTkME4c8I3HKWhFTaUdTr0WO0HWb3n8 { top:3.1875rem;left:0rem;width:26.25rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkxK4k41pntTQRcLnl8M3EvLTk693Bvn { top:33.75rem;left:0rem;width:25.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hopB5nfH9U6KfsSeTWe5NbATk1yymPhi { top:35.25rem;left:0rem;width:27.0625rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WLqEf6VZEvMwpHnTqZAQKX18RJ5iWMlb { top:9.1875rem;left:0rem;width:28.125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #VApSzlanhFBQPegm6sX6VhtTEJfwUo4y { top:11.5625rem;left:0rem;width:26.75rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1NRsOiLbf1h16imJJA24VDeg6PBnzbe { top:10.0625rem;left:0rem;width:25.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DXUr8bNu700WpvwBAQB9I38L3k4ngZoC { top:41.3125rem;left:0rem;width:28.125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #W17vZRA7o6feDCgUrHEzRQTyzmDNrlr8 { top:43.6875rem;left:0rem;width:27.25rem;height:4.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xh8ZNV4lTngKNkcPD1Tn7fsbRe2nniKu { top:42.1875rem;left:0rem;width:25.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Toc7buz7W6w7pmL4iWMqTXcpoZv3oTAV { top:17.0625rem;left:0rem;width:28.125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2mfnQGrFAasrbxxkaw3Ob8QhHy0fFWq { top:19.4375rem;left:0rem;width:26.9375rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLbX8FX2HmdF3vkHPS0wTcMN81ib6dma { top:17.9375rem;left:0rem;width:25.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wghauRlsVCugW1VzNMllMKyureEk0An9 { top:49.125rem;left:0rem;width:28.125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #hToegeLrCeBJ7FxZBDaexhOIJTsfuI0c { top:51.5rem;left:0rem;width:26.9375rem;height:2.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9dhc60VzfxuHHFe0kEbnhuTb9NvTEC8 { top:50rem;left:0rem;width:25.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #lGdLZ2NWpsdTZ3DWKRkZd57FNbIxaI5Z { top:25.0625rem;left:0rem;width:28.125rem;height:7.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC5mxJv59qa0sz7vF9ID7OkQ7AK3L7WI { top:27.4375rem;left:0rem;width:26.9375rem;height:3.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Igups6DLHfSFi8IEyvwTCOzfKDxdhkbt { top:25.9375rem;left:0rem;width:25.375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dVVQzQflXTlAI79ByP6TpqKH6lSxDKqL { top:5.4375rem;left:19.3125rem;width:28.4375rem;height:51rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwdiA4XBhTTtLMpn1RB10We3PUmVUOh { top:1.75rem;left:19.3125rem;width:28.4375rem;height:1.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD { display:block; }#ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-regular-label { width:34.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { width:33.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { width:34.4375rem;height:auto;top:4.6875rem;left:5.40625rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { width:34.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { width:34.4375rem;height:auto;top:4.6875rem;left:5.40625rem; }
 }@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.5625rem;left:17rem;width:12.5rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:9.4375rem;height:2rem;top:40.0625rem;left:19.15625rem;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:5rem;left:5.8125rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZawEeGM4a8ak3ZBPR1fraBXERMlUxd3J { width:16.8125rem;height:;top:3.6875rem;left:5.8125rem;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:5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w05Fq55w1MaLgDmtoNnegFPymT8Ksoz8 { width:7.3125rem;height:2.5rem;top:1.25rem;left:6.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:11.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #waE4T38nXcpMueSin3TUirANPz4pMKvP { height:11.2285rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OnHQdCRTR48zbuaUidk78iAR8RWa1aLF { display:block; }#OnHQdCRTR48zbuaUidk78iAR8RWa1aLF > .row .container { width:20rem;height:18.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZemWrTAdEvPvCLGQQepgz7AMyUeHslQq { width:20rem;height:3.25rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZP2cuFIgWn2TT6rJxzUnXoag1JRQ4xbR { width:20rem;height:11.875rem;top:5.375rem;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:36.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vK188sGKS4H0py4hsKvtdSdCnZe8aN5G { width:15.8125rem;height:17.875rem;top:0.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qi8MRGoqG3W8R0fLsDoe5JxqxlDsHirg { width:20rem;height:3.25rem;top:19.685546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CrXOzgC4hhFlc9S9yu3PUK3ITMZsXnbb { width:5.1875rem;height:1.75rem;top:10.6875rem;left:12.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sEOyWM0pFKPAXV6TharxW8JxZa0QwLt2 { width:5.5625rem;height:1.5rem;top:10.8125rem;left:12.5625rem;font-size:1rem;text-align:center;text-align-last:center;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #A1cc4e3MwzZUFrJfrSCiP6JmG5zm8VTc { width:20rem;height:9.5rem;top:23.873046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #SDgt2PRDt6PMJuJfvaty3TK1hBThJLnX { width:16.0625rem;height:2.1875rem;top:34.3125rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xoZFlbvA7SO1yD20d55VaIAzlNK9lC86 { display:block; }
 }@media only screen and (max-width: 763px) { #DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR { display:block; }#DeGuGSvvCFTWlQ0Rvu93gTZnwG0ASfxR > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ST5qL2GkP3TtODJWaKB2O9h0zJ6huFaP { width:20rem;height:4rem;top:0.875rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA { display:block; }#oVIGrcsP9h8nw9V9IwiZ3WuZi6V93zTA > .row .container { width:20rem;height:102.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bRFTHvGpTlhFi0g2d8sure9SDkT5rZau { width:19.5rem;height:18.8125rem;top:0rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DhG7MpsAyqrMkOqFRQzK6qUInNSZ8ts0 { width:8.4375rem;height:14.375rem;top:4.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gCve3Dy6fqmxPJyf9mJtPS5BOVIM0LLh { width:6.625rem;height:12.9375rem;top:5.03125rem;left:12.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QhPPmSPSysXDT1Wl2uZk7nAhZJXOSqzP { width:20rem;height:11.875rem;top:19.28125rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #EhqhbKg12mvS5PvGa0hIzduBruHwfJQv { width:20rem;height:1.625rem;top:19.935546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LqSXk4RAI9a6iUzdKJWFgAOCNel9UNUr { width:20rem;height:4.75rem;top:21.748046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OfqrtcKkbwJIbmuTD7TZyMMGyqdCfAfJ { width:8.3125rem;height:2.1875rem;top:27.59375rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EoRa1uQCrsTps42NJThf4BFs5S6MgOS6 { display:block; }
 }@media only screen and (max-width: 763px) { #akie5m6VLIiodqg9vOD8EfwVJA9AwIoI { width:18.9375rem;height:18.875rem;top:32rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #dHhVn76tMa9ptPfrRVrBzyako7M3Q75P { width:10.5625rem;height:13.875rem;top:36.125rem;left:-0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vktDbDLoN2xv6rdH8HAZuvGU5HieizGx { width:6.1875rem;height:5.3125rem;top:46.375rem;left:13rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqF99F8pZPtAEbBQfgBgKTqug1AxZtVm { width:20rem;height:14.75rem;top:87.125rem;left:0.0625rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #uvoTEBUa9f8QPzy5SifOBGq9ZMMkMnIC { width:20rem;height:1.625rem;top:52.0625rem;left:0.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #O7vL7movmTu4IFUt1OI4oM4H2Gtc9ZNe { width:18.875rem;height:8.3125rem;top:54.0625rem;left:0.6875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qThX7dlbsTMLJykKSbDgZkvzWLkoC25d { width:8.3125rem;height:2.1875rem;top:63.625rem;left:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ORFJdwl8VEmnxHLRW4EOPmgb3UxDdEdk { display:block; }
 }@media only screen and (max-width: 763px) { #ChJ7wyxQUvIyXy20fTL7B0Cd2wChvK0H { width:19.4375rem;height:18.9375rem;top:68rem;left:0.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkegwa2hL5ztvdQAUv3cgPEsGB1zTRSC { width:10.4375rem;height:13.8125rem;top:73.0625rem;left:-1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #avHGEIXOlXtBTiOFakRzbSH1QUAAnpVO { width:8.8125rem;height:8.8125rem;top:77.5625rem;left:11.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Man5rQXpdLunKStZTn3BdZAuv10OUuHJ { width:19.6875rem;height:14.875rem;top:51.25rem;left:0.0625rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #kccDJXhsCqyJda1qB6Ab1vhGEWrX6TLw { width:20rem;height:1.625rem;top:88.123046875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #F8JfK4xE5zgCAGr4C2KsnX7z4wxoWaBd { width:20rem;height:7.125rem;top:90.373046875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #IL4v5iEx6aGSvPIEdvEhpiBE2oDQbXNz { width:8.3125rem;height:2.1875rem;top:98.998046875rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoGve27ZDLycKuXxhSHWKTfykgVc3AlE { display:block; }
 }@media only screen and (max-width: 763px) { #JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad { display:block; }#JrWH5RTFyaGec7rCwTTeuBlwRVZ3ZZad > .row .container { width:20rem;height:106.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T3ULwdTg6GPhegfIRKkzwsisuwdQp9JU { width:20rem;height:17.25rem;top:55.625rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #t3970IAATR4hfAMs0M5h0DIUVJZWFBul { width:8.3125rem;height:2.1875rem;top:70.125rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #h4B2I4QlKgqmWQkFO25FmUWEgcwbStBX { display:block; }
 }@media only screen and (max-width: 763px) { #qqar5wINl9d8NMXhMC4QADMK6UkMrPxp { width:20rem;height:12.8125rem;top:92.8125rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #I8Tw9yn7axZkk7ST41T7dVLowE5wSAdL { width:8.3125rem;height:2.1875rem;top:102.75rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #X1ScheUg16LxmKyggmWmf7oD75S3HmVO { display:block; }
 }@media only screen and (max-width: 763px) { #x3texg1UncHdUPlkJLRDXrC6TQ6cTbOT { width:19.5625rem;height:18.6875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #abovUbAXOtuh3UVEw5AArU1ZJhZ8Zkfq { width:10.0625rem;height:13.375rem;top:5.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tJvwn44IQAc7ftyew74OOzWUhvQwU1GA { width:6.625rem;height:6.625rem;top:12.125rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fc2tBs3Jk5auAsAIrKPmeX6Bb6tniT5C { width:20rem;height:16.4375rem;top:19.34375rem;left:0rem;z-index:14991;display:block; }
 }@media only screen and (max-width: 763px) { #wRs2ubt9tkOC5v7JHGlTaI9VewrATwUM { width:17.4375rem;height:1.625rem;top:20rem;left:1.28125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JmRzW2IpNKAGuu8xWLSCPZKzaKgBBBwe { width:19.625rem;height:9.1875rem;top:22.1875rem;left:0.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TAAdTfTh9VHiZG6mneFhsDApMmbvWe19 { width:8.3125rem;height:2.1875rem;top:32.9375rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cHk1JqzecV2LcRrfTvLXRO2107CWR2rG { display:block; }
 }@media only screen and (max-width: 763px) { #EQaNRi6GErFUWafugh0DmcJcRTeoaBmt { width:18.8125rem;height:18.8125rem;top:36.25rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eJXBwvVyKyFt49x4huB09MweoZTKkpCl { width:6.875rem;height:13.1875rem;top:41.5rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMiIBvWTTiVhwB7fW4B9TSg7EPendQR4 { width:6.625rem;height:6.625rem;top:47.560546875rem;left:12.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EN8Fh8w331tmvwBIklHPeIogEXpCnduE { width:20rem;height:3.25rem;top:56.310546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XzmzrqwJno5Il6HWqwgwbh5EE2hmwuby { width:17.625rem;height:9.1875rem;top:60.25rem;left:1.1875rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #H0d8awh6z9ZTHTxpVMEQ3E1upGoTRv7H { width:19.25rem;height:18.8125rem;top:73.4375rem;left:0.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMp7f26AHQCncuV10RA1QB9KpwciweeK { width:10.8125rem;height:14.125rem;top:78.0625rem;left:-1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT4XqOIeGkitTpbaWzobFKfyd8thaOO2 { width:6rem;height:4.3125rem;top:87.25rem;left:7.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PGznmNVDk48DUNcU6wRyoofDcL7IVVfr { width:5.625rem;height:4.0625rem;top:87.5rem;left:13.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZRZKQ4cxWTCuJbDWs3nzT4HuJlK67gy { width:20rem;height:1.625rem;top:93.560546875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #syowZw3adTgzQ5V4vByKyOumzmtfyw3A { width:20rem;height:4.75rem;top:95.935546875rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi { display:block; }#G2UrabdavAf0d8vVthFPEwMy4Lyxk5Pi > .row .container { width:20rem;height:16.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NNUgZxiUQk7gVwCQObE1fLCdnfkQK4yD { width:20rem;height:1.625rem;top:1.25rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #E0lkpo1zXPsivxo5Swi9Fypt5AFvDxXk { width:20rem;height:5.9375rem;top:3.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R1RTHzym6Beq6S2RqnwTqeD6UoozH1FG { width:15.0625rem;height:2.875rem;top:12.125rem;left:2.46875rem;font-family:"helvetica condensed";font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hiHlE79Fvwm2a6QZ0UPwbP0vEm3f5US9 { display:block; }
 }@media only screen and (max-width: 763px) { #xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO { display:block; }#xryUNk6cnO74rBzHGhEGtZqdiJ6nhgxO > .row .container { width:20rem;height:37rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Fmgf8HNf7QmX6FRbvTvm0Ml7EPIAdCGb { width:19.125rem;height:1.625rem;top:17.8125rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kPDEzkPuAoyFHFSwX3h93ebdN728hUXU { width:20rem;height:10.6875rem;top:21.8125rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #OVrgB9d1fliCFfCo1TZ72OHz8PyurDFH { width:7.8125rem;height:10.125rem;top:7.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vBKul7FXQaKJwDV1Te7DzlUMO184g4hp { width:8.3125rem;height:2.1875rem;top:33.8125rem;left:5.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EDEKnDvphtWCwglcd3W2PvnX26yUoH7a { display:block; }
 }@media only screen and (max-width: 763px) { #DiDqdMC0JEGBVlwo1rlHuwPSEh4L8J6W { width:20rem;height:9.125rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fOTmvRP9NGQBfJ3eW1OhbH4uAEbT2U7b { width:4.875rem;height:4.875rem;top:11.4375rem;left:14.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #ItMN425MhwscfIQmI0XpbK8GdUpgg80x { width:13.125rem;height:2.4375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ENln8eeQTMoc9f8oys55VzS4S0sC7JOG { width:13.125rem;height:1.25rem;top:0.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qAwAdCkT75LpQm7CyFsADJ0vX1XPkZb0 { width:12.75rem;height:4.6875rem;top:8.28125rem;left:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy { display:block; }#Rkk3O3HiGmkGEo9mqTNAPTbmAwD8KcPy > .row .container { width:20rem;height:6.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #w6FDgZBxRy2d2BG1fiwdd8dXv5zkpQhe { width:20rem;height:1.625rem;top:2.5rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQGWFN6mNRIK0rWs93nyyCTtLBKHKqPx { width:20rem;height:0;top:6.5625rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CzlyWreIpoz380sH0SspO9sye3gJuPtd { display:block; }#CzlyWreIpoz380sH0SspO9sye3gJuPtd > .row .container { width:20rem;height:114.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NQK9VIPASurutx9PRgbVsf1HtKraTOz1 { width:20rem;height:9rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MnF5hbGouvV8lI1o0iUe0x5doc8pf3kw { width:20rem;height:9.0625rem;top:9.537109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #UK0mpG0wcEr5KkyQ0166gdpimJFcUB85 { width:20rem;height:1.1875rem;top:0.9375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fhTkME4c8I3HKWhFTaUdTr0WO0HWb3n8 { width:20rem;height:4.75rem;top:2.75rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HkxK4k41pntTQRcLnl8M3EvLTk693Bvn { width:20rem;height:2.375rem;top:20.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hopB5nfH9U6KfsSeTWe5NbATk1yymPhi { width:20rem;height:4.75rem;top:23.4375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WLqEf6VZEvMwpHnTqZAQKX18RJ5iWMlb { width:20rem;height:11.3125rem;top:19.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VApSzlanhFBQPegm6sX6VhtTEJfwUo4y { width:20rem;height:4.75rem;top:12.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #l1NRsOiLbf1h16imJJA24VDeg6PBnzbe { width:20rem;height:1.1875rem;top:10.8125rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DXUr8bNu700WpvwBAQB9I38L3k4ngZoC { width:20rem;height:11.5625rem;top:52.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #W17vZRA7o6feDCgUrHEzRQTyzmDNrlr8 { width:20rem;height:4.75rem;top:56.1875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #xh8ZNV4lTngKNkcPD1Tn7fsbRe2nniKu { width:20rem;height:1.1875rem;top:53.0625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Toc7buz7W6w7pmL4iWMqTXcpoZv3oTAV { width:20rem;height:10.1875rem;top:31.224609375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #v2mfnQGrFAasrbxxkaw3Ob8QhHy0fFWq { width:20rem;height:4.75rem;top:34.099609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CLbX8FX2HmdF3vkHPS0wTcMN81ib6dma { width:20rem;height:1.1875rem;top:32.349609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wghauRlsVCugW1VzNMllMKyureEk0An9 { width:20rem;height:8.3125rem;top:64.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hToegeLrCeBJ7FxZBDaexhOIJTsfuI0c { width:20rem;height:3.5625rem;top:67.5rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #u9dhc60VzfxuHHFe0kEbnhuTb9NvTEC8 { width:20rem;height:1.1875rem;top:65.5625rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lGdLZ2NWpsdTZ3DWKRkZd57FNbIxaI5Z { width:20rem;height:9.625rem;top:42.037109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZC5mxJv59qa0sz7vF9ID7OkQ7AK3L7WI { width:20rem;height:3.5625rem;top:45.287109375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Igups6DLHfSFi8IEyvwTCOzfKDxdhkbt { width:20rem;height:1.1875rem;top:43.224609375rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #dVVQzQflXTlAI79ByP6TpqKH6lSxDKqL { width:20rem;height:35.868131868132rem;top:77.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTwdiA4XBhTTtLMpn1RB10We3PUmVUOh { width:20rem;height:2.375rem;top:74rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD { display:block; }#ckw8pzm9H9r0qiDmzEoGT2clxdkAbOPD > .row .container { width:20rem;height:1rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp { display:block; }#Dt8mi7zm8X1ah4T4FSUia7K5OGoknZyp > .row .container { width:20rem;height:40rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-text {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-select {padding-top: 0; padding-bottom: 0;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:0.9375rem;overflow:hidden; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.5625rem;overflow:hidden;height:auto; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS  { width:17.5rem;height:29.277375rem;top:3.79980625rem;left:0rem; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS {display:block;}#X57eMNqyznV8gkDyJfgxyL6TcwKDMflS { width:17.5rem;height:29.277375rem;top:3.79980625rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TB1XJy6tRZOnVexkdN7d6Nh6PnyLWgt0 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #gWvBogoHEUfyC2JC0oiaJHX40W9eMhbI {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #vWIXplflo31srTVTzHooC7F3e0MATM4K {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #aGVRAr1TzphwMzgHCnAMK2Ti5LLhHSUE {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #EkHEJTP9cmbUwmRWX7xr2vcdIrWBTa7F {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #tP6bOpWLh7kvE7ngKai0KT1ihXzHa8i7 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #JHKzkdHecr12aTilKmDZuJv4mzOxGveb {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #DmfMS4wZHSNbcbb41zeFcEoKZZQrB6ls {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TpIlNTITtZKhigUNJ4mQTpPzlLrH1a2k {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #lTCNSkvtPmvv2Jl1GDSAJhOmvfihFb8a {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #MvrmEhoOsckDkO2bBtUdPnKbxa3xA6tf {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #TDsD4cQIEUcTfRz7dq9OVJzp3a5if3uv {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #Ea3GC4TTP2pu4NTd8A00BN1DcrqRT3M2 {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #I8G8hHMEXzg6sDUIr9khLlWZ1BXEQX1F {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #xi1bazGGZST7xi2UMlqB11dJW0b4qoqH {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #SqKw6e765dpUVQT9TlfJ6EPiWMFXF5Tx {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #PbXFNK9yFOtShCU0vrXR2K81GmAG7rAD {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #rDnDUNpl8MftBfUrxTXOLGTv5I0P4xeu {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #bMknrsQI5WXWwQVfqC5u1PcvG83KaTUB {  }
 }@media only screen and (max-width: 763px) { #X57eMNqyznV8gkDyJfgxyL6TcwKDMflS #c6oceikSoKgAyT7kJkAUceQCT1R89fuA {  }
 }@media only screen and (max-width: 763px) { #kDg0qR5paDKKuSf1Kxpz7hOtR0VM6Tn6 { width:12.5rem;height:1.25rem;top:1.25rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CP6zUF02DgLaSpB8pT3yhC1V1kUrnm5K { width:6.25rem;height:1.9375rem;top:36.82718125rem;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:2.75rem;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:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WmndrIUo0TpSlEB1Td8sfkGhOdsAyWlF { width:16.8125rem;height:2.1875rem;top:3.5996125rem;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.1875rem;left:6.34375rem;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:0.9375rem;position:relative;display:block; } }