.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;
}
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;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;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); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { border-top:0rem solid #cacaca;border-left:0.0625rem solid #cacaca;border-right:0.0625rem solid #cacaca;border-bottom:0.0625rem solid #cacaca;background-color:#ffffff;background-image:none;position:fixed;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { background-color: transparent; background-image: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .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); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { border-width: 0; border-radius: 0; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { font-size:0.875rem;font-family:arial;height:4.0625rem;width:75rem;position:relative;display:block; }#qpCsi1g81FdV16aBgO5zMJgoKs4do9VP { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.6875rem;width:12rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#gLDg5dxCUGsi3VxyDFTw217zJCyG515N { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.875rem;height:2.5rem;text-decoration:none;z-index:15003;text-align:center;text-align-last:center;top:0.78125rem;left:63.125rem;display:block; }
#g3Blgk4i0uP1g73gFUPS6wTuqdgIAtvE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#wknQDyZNNCylVUnR1QELccVAgKZRhH41 { background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#3878ca;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.8125rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:0.625rem;left:50.9375rem;display:block; }
#anQ3JTIMRJ8yqaJ2yAptgWyQ0bIIwxKr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#GMF2mfGvQz4LvhyIddOQ8s7l9nM8dXzo { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#BPTsXflfak8a6lRk5DtStrdCG8i7fDBd { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.75rem;left:30.15625rem;display:none; }
#E64REvZqPg3dPusaV7KbeKqpD9M9t5Ok { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#rhTnyNm4qn79NhgRDyVksBToKg4uQAo5 { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.75rem;left:30.15625rem;display:none; }
#uAnPT30wbaQsQeTenLL9RtG0JPpu6GBo { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/bc009b20-cf67-4d11-98b2-6c25296adc54/Herosectionwindow5WEBP.webp");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !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; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.adaptive-delivery-prevent-bg, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyload, #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd.lazyloading { background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { background-color: transparent; background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.3); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .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); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { border-width: 0; border-radius: 0; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { font-size:0.875rem;font-family:arial;height:48.75rem;width:75rem;position:relative;display:block; }#MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { color:#ffffff;display:block;width:39.5625rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:15.3125rem;left:1.25rem;height:6.599625rem;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; }
#lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { color:#ffffff;display:block;width:41.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:23.125rem;left:1.25rem;height:3.25rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qIUeeShT7GsCLx21ATAMiXFuIdhetCQw { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:14.6875rem;height:3.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:43.75rem;left:30.15625rem;display:none; }
#wfQuQ8yg0Nv3XA8Ju2fEkU99G1Sq83do { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cSDNmd48bnCpIS6BwzQkBdneRv2okpOB { color:#f6f4f1;display:block;width:46rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:18.9853515625rem;left:0rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#QEe2NvqDQfdTyx67LbEP1ekAewLZfSKu { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.8125rem;width:13.875rem;display:none; }
#neoV4D1SEiP0ybJyXfdgOOGfCoQo75BV { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:31.5rem;left:0rem;overflow:hidden;display:none; }
#NZx6fNaP3JzvogaiPmqRMComzTg6KhdA { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:3.125rem;top:31.5rem;left:0rem;overflow:hidden;display:none; }
#g5szElFphVvQSQQz72O22ITECO8KIH0g { color:#ffffff;display:block;width:50.375rem;position:absolute;font-family:"open sans";font-size:3rem;font-weight:700;z-index:15000;line-height:1.1;letter-spacing:0;top:12.75rem;left:0rem;height:6.599625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#H8GWFC7aocyOflTpEHNAqsGTezsR6fF0 { color:#ffffff;display:block;width:12.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:13.25rem;left:1.25rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FfuZmtb1CZI9CtPtUdqZmARr0KDsiuxC { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:33.5rem;left:1.25rem;overflow:hidden;display:block; }
#VDCsukJlXkI5BxeCIG1RPuUhblJTuTgE { 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:2.1875rem;width:2.1875rem;top:33.5rem;left:3.75rem;overflow:hidden;display:block; }
#oZTy3x9FUUuA7qs0vqs4R1gvZbt3t6Ff { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:33.5rem;left:2.5rem;overflow:hidden;display:block; }
#RO53rEVt5K7cxdqnOHC6MnNcJZ42FuvO { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15021;line-height:1.4;letter-spacing:0;top:34rem;left:6.3125rem;height:1.2246125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-form-header {  }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:52.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#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:52.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-text {padding-top: 0; padding-bottom: 0;}#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#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:52.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .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:52.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-select {padding-top: 0; padding-bottom: 0;}#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .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; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#de740b;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:1.125rem;font-weight:bold;color:#ffffff;width:52.5rem;height:3.125rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5); }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX [class*="-text"]:-moz-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX [class*="-text"]::-moz-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX [class*="-text"]:-ms-input-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX [class*="-text"]::-webkit-input-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:51.125rem;overflow:hidden;font-style:normal; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .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; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .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; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-container:first-of-type{padding-top:0;}#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-container:last-of-type{padding-bottom:0;}#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX  { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:52.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15022;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.125rem;left:0rem; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:52.5rem; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX {display:block;}#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX { background-color:rgba(0,0,0,0);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:52.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15022;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:28.125rem;left:0rem; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #VUAk7k89mBInE7nzoTyp4O7iw9NWePRS { position:relative; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #G4R1vwOsws5RhzEglWoL3OqVKWxwouwX { position:relative;display:block; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #Qai5t3gBJQ0uaowXUFZU6bGei81yrcS4 { position:relative; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #N75ExBTl9l6DUe3cGG9RCCNDnGsiMiIp { position:relative; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #vFtIH29xrk8JaT78Xg7LMswZlnIrTzd7 { position:relative;display:block; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #uMcffdgAZUpuP3mQncHZrPIT2nzpRhQz { position:relative; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #H9AhAybA9OWiUkfAtREFRGmKrfaW2x7M { position:relative; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #dZBly5lwnWwvclCtNyzZSlgf66DdgO6e { position:relative;display:none; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #l925swG3JVQVU4mzVc3AI1zrb6EJe44F { position:relative; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #OR2RBMIBwqwtkiih1luHwOCpR4DatNLV { position:relative; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #bSskofMpT78HMTPQppcN9gISu003CLly { position:relative; }
#Ru3v0ZMc7a0sermzUwadmG8xX11SVtT0 { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:12.375rem;left:1.1875rem;overflow:hidden;display:none; }
#C565SHzrToFBHXQBlzA2TlNEcc0PIuah { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:12.375rem;left:3.6875rem;overflow:hidden;display:none; }
#Pl0JouWHy5gSgrkLVKhIyQP6pTrblmE7 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:12.375rem;left:2.4375rem;overflow:hidden;display:none; }
#U93eTuDEkB712XGeb29vq99Ci1HtE4tc { color:#ffffff;display:block;width:21.125rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:700;z-index:15017;line-height:1.4;letter-spacing:0;top:12.900390625rem;left:6.25rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg { position:relative;display:block; }#Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg { background-color: transparent; background-image: none; }#Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg > .row .container > .video-iframe-container { display: none; }#Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg > .row > .video-iframe-container { display: none; }#Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg > .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); }#Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg { border-width: 0; border-radius: 0; }#Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg > .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; }#Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:9.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#sCflBWQPetLzru6ShKkqpFKP6van8F48 { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:13.4375rem;top:2.78125rem;left:1.6875rem;overflow:hidden;display:block; }
#aCq5uTwNQHct1POHrmFkNXfZ0pHZTzkd { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.9375rem;top:2.78125rem;left:22.75rem;overflow:hidden;display:block; }
#ReNPwpJ4zHW8ezcusldSJ0NRtfuCaagZ { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:13.875rem;top:2.78125rem;left:41.625rem;overflow:hidden;display:block; }
#NLz9Xe0CDTvQTw3hLRk7UICCEsw2k8aI { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.25rem;width:12.8125rem;top:2.875rem;left:11.9375rem;overflow:hidden;display:none; }
#mVDdcN2TamtRfaSQ5mrnAy6V5h6FM7dB { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4rem;width:12.8125rem;top:2.875rem;left:11.9375rem;overflow:hidden;display:none; }
#Uxaz4gRwT30nsgUnOwlwKQ3Q0UUwqhcd { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:13.875rem;top:2.375rem;left:47.9375rem;overflow:hidden;display:none; }
#AFs8K6ugd7QZKz9ckaLOI7sM8g9SwGho { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.3125rem;width:10.8125rem;top:2.875rem;left:31.4375rem;overflow:hidden;display:none; }
#N0riSZuTIRRqRgpAaeP5pPvFk0Bk4Kvb { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.375rem;width:10.875rem;top:2.78125rem;left:62.4375rem;overflow:hidden;display:block; }
#T4zSyDbVTRMvKAkBk5FegHB5k987o805 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fd;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; }#T4zSyDbVTRMvKAkBk5FegHB5k987o805 > .row .container { background-color: transparent; background-image: none; }#T4zSyDbVTRMvKAkBk5FegHB5k987o805::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4zSyDbVTRMvKAkBk5FegHB5k987o805 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4zSyDbVTRMvKAkBk5FegHB5k987o805 > .row .container > .video-iframe-container { display: none; }#T4zSyDbVTRMvKAkBk5FegHB5k987o805 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T4zSyDbVTRMvKAkBk5FegHB5k987o805 > .row > .video-iframe-container { display: none; }#T4zSyDbVTRMvKAkBk5FegHB5k987o805 > .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); }#T4zSyDbVTRMvKAkBk5FegHB5k987o805 > .row .container { border-width: 0; border-radius: 0; }#T4zSyDbVTRMvKAkBk5FegHB5k987o805 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#T4zSyDbVTRMvKAkBk5FegHB5k987o805 > .row .container { font-size:0.875rem;font-family:arial;height:43.5rem;width:75rem;position:relative;display:block; }#g3DVkDdodXQiI3d3MbdATqQbbTQer0o5 { color:#434242;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;top:17.875rem;left:15.25rem;height:13.75rem;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; }
#cp3LU4RUzeo83NFldU9T0499171tN83t { color:#3878ca;display:block;width:73.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.375rem;left:0.59375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KBhozW6aWoGALTaVLfHfFOl5AUbNgT3G { color:#747474;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ooiGqv36cqTJT6TtF7FdlBehI1pVTFR6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:17.75rem;left:40.5rem; }
#F7VC5kdrhv9O5G5KMK28FnZ8gst2b9F6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15015;opacity:1;top:21.5625rem;left:40.5rem; }
#y7AD4QdfQs2WSKhTTx8kvSmSHQxQpE0e { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:25.25rem;left:40.5rem; }
#a2BGpJnzbwwqox3PJ0hqxPbFmTFimTJo { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15017;opacity:1;top:28.875rem;left:40.5rem; }
#iTGL7o4SRPdPivFfqpBLGT2BUf66biW1 { color:#747474;display:block;width:50.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:34.9375rem;left:12.0625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#osDumCflh92GmUT4LE2ILE2FfbwwzCkC { color:#434242;display:block;width:20.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:17.875rem;left:42.9375rem;height:12.5rem;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; }
#d9ZnSWs1ziMG6CNneBUDTA4GrdUMpCqF { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:17.75rem;left:12.9375rem; }
#GdlpvFxfG1CM2wbGiSBnokOJpuL5R9nA { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15019;opacity:1;top:21.5625rem;left:12.9375rem; }
#G7074kNyTIr1N463ioJbRQyghXBXSagW { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15020;opacity:1;top:25.25rem;left:12.9375rem; }
#x3Sey1xVcJp6Nyi4hqDvqptN0tiqB0iO { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15021;opacity:1;top:28.875rem;left:12.9375rem; }
#ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.88);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; }#ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL > .row .container { background-color: transparent; background-image: none; }#ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL > .row .container > .video-iframe-container { display: none; }#ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL > .row > .video-iframe-container { display: none; }#ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL > .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); }#ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL > .row .container { border-width: 0; border-radius: 0; }#ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL > .row .container { font-size:0.875rem;font-family:arial;height:66.6875rem;width:75rem;position:relative;display:block; }#ortkBHAVKu586hdvkwuRZiKzP7V3DJTR { color:#3878ca;display:block;width:73.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:5.375rem;left:0.59375rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hXo0ArDWpdZkS0V6Cu9P9fFmK5gxNP8u { color:#747474;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZMfVSgxKCFLHNKTWAhnItd7NCyiKny9t { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15010;background-color:#ededed;background-image:none;top:21.3125rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#I5DGuofOS0TQLA0D0dT1u1tUBH2mBTMK { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:22.6875rem;left:13.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xa4lG8EwopKLAa09M4zA0B6BCzC0IwyU { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15012;background-color:#ededed;background-image:none;top:25.4375rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#xdAv37QCuGwnyQGfeCOcgtHIt9frPZvZ { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:26.8125rem;left:14.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AFdbGeOaWn6CaG6gyx1P7Kswscef54RP { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15014;background-color:#ededed;background-image:none;top:29.5625rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#HZhomcTAqXww0TnVH0hmLbwzgPAUgtwr { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15014;line-height:1.3;letter-spacing:0;top:30.9375rem;left:13.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#IaxCvh4Axun1TMKqBneiy9DFfOgJeI9p { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15016;background-color:#ededed;background-image:none;top:33.75rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#az2U4Vp7NLcxW277UD1VI6uZirBiyqQI { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:35.125rem;left:13.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#aIqTGUF555IrHLfn415WImPh8PQ18zEv { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15018;background-color:#ededed;background-image:none;top:37.875rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#eg4vWOhMKnFqfaRVmlA6adpGoR1HrfJr { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15018;line-height:1.3;letter-spacing:0;top:39.25rem;left:14.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iGJNV61M4xLugPgWBgqxhTq0VqbhheHy { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15020;background-color:#ededed;background-image:none;top:42rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#BPL9X7RkHEsaQZ7IuanGtOk7xhHvg3KO { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15020;line-height:1.3;letter-spacing:0;top:43.375rem;left:13.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZMLpZAxJCK3wfsinT1VvLKVyUST5lAqm { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15011;background-color:#bce8ff;background-image:none;top:17.125rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#Pe8t5EbGQAuyZ0sHKkp3lnBGg8p8Hun7 { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:18.4375rem;left:14rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#rfVxtmMiwnlORgCOaJUvKQqq5TkqXcEK { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15024;background-color:#ededed;background-image:none;top:21.3125rem;left:29.1875rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#lprCPB8D2OSAHC8CAkFdX0Nure13JgG6 { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15024;line-height:1.3;letter-spacing:0;top:22.6875rem;left:30.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AvVkKhMShtAOEamzpNO8PQkA6b4pmwyc { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15025;background-color:#bce8ff;background-image:none;top:17.125rem;left:29.1875rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#zTLosxFQRSN9tXgqVeTeXcnikJ7zz3Ee { color:#434242;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15025;line-height:1.3;letter-spacing:0;top:18.4375rem;left:30.8125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QnOJexD7RmPttLaMswlILmZnp2eKGqkO { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15026;background-color:#ededed;background-image:none;top:25.4375rem;left:29.1875rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#NtiSFsTrTcW4gpWDo0Vqfp7fsbSKfToA { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15026;line-height:1.3;letter-spacing:0;top:26.8125rem;left:30.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wlLWfKumBPqzu63ekd7vlCWt5yPLxPBq { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15028;background-color:#ededed;background-image:none;top:29.5625rem;left:29.1875rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#Is2ZKRV7ERULSy3Iaq9u6ixDfXvF4o4w { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:30.9375rem;left:30.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yyX1hTSuobud8aHl6H724eEUEJT5KIMV { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15030;background-color:#ededed;background-image:none;top:33.75rem;left:29.1875rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#QLGJSgTSO61aCKv3wqJBOT8KSeFkhwdx { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:35.125rem;left:30.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#chgAwBbCBKFXvvRcgS8xrRzAKsQ7CWXK { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15032;background-color:#ededed;background-image:none;top:37.875rem;left:29.1875rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#MveCwu7NzgvmAnihdTmOL69FT8yWtvHT { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:39.25rem;left:30.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#N15tOA0aRRtQDizT2DtglLCnhnuZaqtA { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15034;background-color:#ededed;background-image:none;top:42rem;left:29.1875rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#IoApwBqBVp4hW8xPShPaTKlACZg4bRl4 { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15034;line-height:1.3;letter-spacing:0;top:43.375rem;left:30.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#y00SRX9PSTI7JzCQ9IqKV7XmMtw0sFNz { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15039;background-color:#bce8ff;background-image:none;top:17.125rem;left:45.8125rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#bLXm6cGoDa9uqUuZC6tbTgB9MZyVqeHU { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15038;background-color:#ededed;background-image:none;top:21.3125rem;left:45.8125rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#ezyba81cxOWZ83qhw9H7AOT0I24lSQ6G { color:#434242;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:18.4375rem;left:47.5rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LAlvurNTyycdhQmIkslNuHTMlQgnfZp9 { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15038;line-height:1.3;letter-spacing:0;top:22.6875rem;left:47.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vhIGzVQv0piTIhssJNnBaKmDTR6B9sss { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15040;background-color:#ededed;background-image:none;top:25.4375rem;left:45.8125rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#weQ7MADMkJUW49XyAvIPWAT3GwJXTw7I { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AICogkJRP1w5uLtOqE9iehZ7eNUZIHur { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15042;background-color:#ededed;background-image:none;top:29.5625rem;left:45.8125rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#yJRnQnbF4wugnJAKk29SdAvr6dpb3TSB { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15042;line-height:1.3;letter-spacing:0;top:30.9375rem;left:47.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vaQ7T0sJB9UIsq8zqm28Sda6OLSUGOb2 { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15044;background-color:#ededed;background-image:none;top:33.75rem;left:45.8125rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#tLwrMScAzzc391m6BMAg6T6eiWabTqMs { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:35.125rem;left:47.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#DN4W2CdhgspbSt6kiIIdikT9N9FHQAWK { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15046;background-color:#ededed;background-image:none;top:37.875rem;left:45.8125rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#Rmb9qkvt7V8DIaus8UhEU9TfQ0TVRg4k { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:39.25rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#n4Z5XJgKHEVuB9A62dTwS0THP2nTAptz { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15048;background-color:#ededed;background-image:none;top:42rem;left:45.8125rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#QAW16C7dGWUSnMOwncDya1whgW9oZNeM { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15048;line-height:1.3;letter-spacing:0;top:43.375rem;left:47.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZHeVKSgVT1ik8T0XfOJS3WptQcH53I34 { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15030;background-color:#ededed;background-image:none;top:46.1875rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#pt5v4t8uz6nJU9pVb7w2R0BSUGuWVLuL { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15030;line-height:1.3;letter-spacing:0;top:47.5625rem;left:14.0625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lzELT4JzTceW2Qd3UX4ckieB1fNvL9xN { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15032;background-color:#ededed;background-image:none;top:50.3125rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#LTpHvkWW0OgDRcx2IZRk4uq0bDpq44fg { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15032;line-height:1.3;letter-spacing:0;top:51.6875rem;left:13.9375rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TMfQwL1SHU3QvqLonFMciGwxSQkCvIVF { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15044;background-color:#ededed;background-image:none;top:46.1875rem;left:29.1875rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#P83JRshaUTqVo4xnTwwlS58rqM0MPuPL { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15046;background-color:#ededed;background-image:none;top:50.3125rem;left:29.1875rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#i8BqKn5vengrwaEPTVZvBw7gv1dRZ6kt { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:47.5625rem;left:30.6875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#XDItQTENoIve5rMhN4W4H50aOb6940dp { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15046;line-height:1.3;letter-spacing:0;top:51.6875rem;left:30.5625rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SJU0dhbilLNhuKTszTdPEVnLfKLw1wVo { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15058;background-color:#ededed;background-image:none;top:46.1875rem;left:45.8125rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#dzcZyXnp3HhhMU98fXPAG9WwaLLGi4Tr { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15060;background-color:#ededed;background-image:none;top:50.3125rem;left:45.8125rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:block; }
#nXycuotSkUecTKoDTTOOvproEa4alGZG { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15058;line-height:1.3;letter-spacing:0;top:47.5625rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lQLy5o6JQ4vdF3MhQa1UtTXtMzsxXt1q { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15060;line-height:1.3;letter-spacing:0;top:51.6875rem;left:47.1875rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wK8kTnyZEaW39Jguk7CIiotiqI71AQsz { color:#747474;display:block;width:41.25rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:58.25rem;left:16.875rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lAkcgw4fPbEaIoxhHiagG1doqdZsCSda { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Q9RJUIQww407ZdeTPnSJqHqNoB5Q2q58 { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#TbTAhwZPb8wbDHkWtfkFmNJQKJUT44Te { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15010;background-color:#ededed;background-image:none;top:21.3125rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:none; }
#Up7OnfWthrtwpJNH4bdfoSJbXdSGseGf { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#QaIJH5iMa5rSTn7gstxvTvnRVn7JSzfD { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#uFF3G1WZGx18epUcrlv3HR30ZfNuGuWn { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15010;background-color:#ededed;background-image:none;top:21.3125rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:none; }
#fFD4riUdQAzmQUiTLBvktTOywXy6PqBF { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ANEslZnh5tkEhn95Sd32PHBvgVC7wI2b { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Vmot06ckcJJ3866DZvmKsbyUCEnsVpaI { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15010;background-color:#ededed;background-image:none;top:21.3125rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:none; }
#vTEQOgJV7uOzHstTGNuSKLmPCqMITWKU { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#lFVxmpkPqc9XVEt2vbS6DRB6r5Fcu7yQ { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#VT0o3ZDz9I3zeKob7PvRITnOPsL9LDyb { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15010;background-color:#ededed;background-image:none;top:21.3125rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:none; }
#qyB6v1Ha49y8phTlWmhGnmGOx8n5gi73 { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#b2xXM6zzKH3P23VpskIWmkmWTaH7bwlU { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15010;background-color:#ededed;background-image:none;top:21.3125rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:none; }
#aVNcLrCw7bGc5lVX74sNXvstpdhDEyAz { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#POL41pqd5GnB5Zw7r8qqcsgPRxTX2Dxc { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#p5Ua04DsvqXHy3eCPfgRSlEkMQkFWarq { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#ItZZBvLmlTSU0f5BTiqTbTaXcLgip0xO { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15010;background-color:#ededed;background-image:none;top:21.3125rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:none; }
#QoGF7LKA3H9aoC3sIqRS9htzVCEsxlX9 { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#w6QlnDn09FghSb6wQTqF0FdmrJwfsToO { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#LDmceythsnWGz2GvDHM8L2aenRatHD4c { box-sizing:content-box;height:4.125rem;width:16.5625rem;position:absolute;display:block;z-index:15010;background-color:#ededed;background-image:none;top:21.3125rem;left:12.5625rem;border-top:0.0625rem solid #747474;border-left:0.0625rem solid #747474;border-right:0.0625rem solid #747474;border-bottom:0.0625rem solid #747474;display:none; }
#gupWPVfavxWAc0GGMmF8pJMWB6zS71Al { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#Fk384lJXwnhpZkFQXGP1HVLTrUWXLlRb { color:#434242;display:block;width:13.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:26.8125rem;left:47.3125rem;height:1.625rem;text-align:center;text-align-last:center;font-style:normal;display:none; }
#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container { background-color: transparent; background-image: none; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container > .video-iframe-container { display: none; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row > .video-iframe-container { display: none; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .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); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container { border-width: 0; border-radius: 0; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container { font-size:0.875rem;font-family:arial;height:33.5rem;width:75rem;position:relative;display:block; }#I9F4zN5aJZifTDtXMA6Z3FmfvgK1cQlB { color:#3878ca;display:block;width:73.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15010;line-height:1.3;letter-spacing:0;top:5rem;left:0.625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mW7vT2fB1ZlAaxsB3HerrLzhIRcT42Xs { color:#747474;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.625rem;font-weight:400;z-index:15011;line-height:1.3;letter-spacing:0;top:9.9375rem;left:0rem;height:4.2246125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#wixVnhkPS7QO8TxlZFc3tV0Wy1gWWPh2 { color:#747474;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:16.9375rem;left:0rem;height:11.375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6bb9;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; }#byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg > .row .container { background-color: transparent; background-image: none; }#byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg > .row .container > .video-iframe-container { display: none; }#byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg > .row > .video-iframe-container { display: none; }#byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg > .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); }#byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg > .row .container { border-width: 0; border-radius: 0; }#byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#ezsNinsZq3fcAcBC9moIU20A2Gm22BSx { color:#ffffff;display:block;width:45.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.78125rem;left:2.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uVeltkF1tQgP2XMzpZvgBTLcugbnwEWO { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.6875rem;left:51.375rem;display:block; }
#UVdyXsgVKc5f60c3EslwHW7Mttd93clU { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#mSnqIlLU9R6CXgWIpJyTGf097AkbsJwg { color:#ededed;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7rem;left:50.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fd;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; }#q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 > .row .container { background-color: transparent; background-image: none; }#q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 > .row .container > .video-iframe-container { display: none; }#q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 > .row > .video-iframe-container { display: none; }#q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 > .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); }#q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 > .row .container { border-width: 0; border-radius: 0; }#q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 > .row .container { font-size:0.875rem;font-family:arial;height:48.1875rem;width:75rem;position:relative;display:block; }#lQTwxdWmxpFsLtlLBfBUKGManDOAlVzn { color:#3878ca;display:block;width:35.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15028;line-height:1.3;letter-spacing:0;top:4.375rem;left:19.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KpJONN2BbckLgqDTe0mL593E4ga6vUOe { color:#4a4848;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15029;line-height:1.3;letter-spacing:0;top:11.9375rem;left:37.25rem;height:4.38671875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#kFAa7vhsStZ03y8uh87BPbOKhwTQSH9D { position:absolute;display:block;z-index:15021;background-color:rgba(170,211,143,0.97);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:9.75rem;top:11.9375rem;left:0rem;display:block; }
#dJlMUScDtAT9RqBG0h8ImnDixERnx5lU { position:absolute;display:block;z-index:15022;background-color:#6cc0da;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:13.3125rem;top:11.9375rem;left:10.875rem;display:block; }
#XrZ1FQyvgiWLff2CIx9TTzXf9KQMN9Nc { color:#ffffff;display:block;width:6.25rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15031;line-height:1.3;letter-spacing:0;top:14.4375rem;left:1.5rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sFD2QuRpE1U0hmvrddiESLodhCekKH3V { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15039;line-height:1.3;letter-spacing:0;top:14.4375rem;left:12.5625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#AE6pQcHKnkXLU9O4NdGIIbAqTwKQtpqU { position:absolute;display:block;z-index:15023;background-color:rgba(170,211,143,0.97);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:16.1875rem;top:22.375rem;left:0rem;display:block; }
#ePLM7LXoBAT2l5UOIxEQ1dfHd45w1EzT { position:absolute;display:block;z-index:15022;background-color:#6cc0da;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:17.5625rem;top:22.375rem;left:17.5rem;display:block; }
#Evnmnk4dgFFA1JZS1TOt9dEKgKThSh38 { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:24.875rem;left:21.1875rem;height:4.386725rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#EJgIi9vhHxFQWTknI6K4W5ZTXWUqmwEk { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15040;line-height:1.3;letter-spacing:0;top:24.875rem;left:3rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ZhEzvPODsxVpnfSnF7t8Oa7SJMyrnLut { position:absolute;display:block;z-index:15023;background-color:rgba(170,211,143,0.97);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:9.75rem;top:11.9375rem;left:25.25rem;display:block; }
#AN6kEvtO9mq7u2voDna6yoxae1pwbVO1 { position:absolute;display:block;z-index:15023;background-color:rgba(170,211,143,0.97);background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:13.3125rem;top:32.9375rem;left:11rem;display:block; }
#qtFwGMiN56tlS2OwapXVpbN7CzQpTzbX { position:absolute;display:block;z-index:15023;background-color:#6cc0da;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:9.75rem;top:32.9375rem;left:0rem;display:block; }
#TqCuw4qICEuwOQxs08GIt2CfcL07zDeh { position:absolute;display:block;z-index:15024;background-color:#6cc0da;background-image:none;background-position:top left !important;background-repeat: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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:9.375rem;width:9.75rem;top:32.9375rem;left:25.375rem;display:block; }
#NNiRShMya83WzbUllq2cLQ8cuSui3vDJ { color:#ffffff;display:block;width:6.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:14.431640625rem;left:27.09375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#cWEN4EUsyJw8Tix7fEWHugb3NqSCnMd6 { color:#ffffff;display:block;width:7.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:35.4375rem;left:1.0625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gUIhIzWGIKGE3fuwgsbXZTbvep6U7o2G { color:#ffffff;display:block;width:6.375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:35.4375rem;left:26.9375rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#qL6bgIrvwyXAgufiFhIGQnr18ksbMUhf { color:#ffffff;display:block;width:10.1875rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:400;z-index:15041;line-height:1.3;letter-spacing:0;top:35.4375rem;left:12.5625rem;height:4.38671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zHaqXtiCUql4rWgBgqA0FJduyPAz6qxX { color:#434242;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:21.125rem;left:37.25rem;height:20.625rem;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; }
#lAe6yXhXQLlCEN6tedzow3zc8ATVs6Hq { box-sizing:content-box;height:0.3125rem;width:7.5rem;position:absolute;display:block;z-index:15042;background-color:#aad38f;background-image:none;top:17.505859375rem;left:37.25rem;display:block; }
#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row .container { background-color: transparent; background-image: none; }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row .container > .video-iframe-container { display: none; }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row > .video-iframe-container { display: none; }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .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); }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row .container { border-width: 0; border-radius: 0; }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row .container { font-size:0.875rem;font-family:arial;height:152.0625rem;width:75rem;position:relative;display:block; }#iT2yf8OJO7zs29irHx0VPSp54slbT0Gs { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:75rem;top:55rem;left:0rem;display:block; }
#QC98VVF01eqg89v36x89q8UhbLQNbM3z { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: none;height:28.1875rem;width:30.0625rem;top:54.9375rem;left:0rem;overflow:hidden;display:block; }
#pdTbmXEqxzSM1gLRzM205DGoEC6rIaV4 { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:75rem;top:23.5625rem;left:0rem;display:block; }
#CoKRJskoOA0no47vt1G4uP9x9Rmu87uF { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:28.1875rem;width:30.0625rem;top:23.5625rem;left:44.9375rem;overflow:hidden;display:block; }
#gU2MUzqabkseetzL9q8aOrnogQy2Fgu2 { color:#434242;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15012;line-height:1.3;letter-spacing:0;top:36.875rem;left:4.3125rem;height:9.75rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#zaSLSmszxWugtDugRDJQZy4gyU2l5BL9 { color:#3878ca;display:block;width:31.625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28rem;left:4.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bt0XsKypgnRsTs4CUJb2vzc6pNSO2rZT { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:30.0625rem;top:86.25rem;left:44.9375rem;overflow:hidden;display:block; }
#bNkQMxwx4p1J0wgtAVlpMAKhT6BTm62C { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:30.0625rem;top:117.375rem;left:0rem;overflow:hidden;display:block; }
#tL5TsryTIrFmqA3wrIpUEZS4kN7gg268 { color:#3878ca;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:90.8125rem;left:4.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ckoKuTe8Gzy4pCV8O6QCzFsZeRMRvf23 { color:#3878ca;display:block;width:30.0625rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:58.9375rem;left:34.4375rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#FV7WJ5nRM2bOxhBfTATBznbvaKuVgggF { color:#3878ca;display:block;width:26.8125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15021;line-height:1.3;letter-spacing:0;top:121.25rem;left:34.4375rem;height:2.4375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Th6t3mhboVCEgqvmX34B87IaCKNv5BT1 { color:#434242;display:block;width:36.375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15013;line-height:1.3;letter-spacing:0;top:99.8125rem;left:4.3125rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#gEIns3DwUMMab6lQCGzHsPTr0qJBRUrK { color:#434242;display:block;width:37rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15014;line-height:1.3;letter-spacing:0;top:68.3125rem;left:34.4375rem;height:8.125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qQShzoqKKQhTJnWZA3vdDdRLOpe9w1by { color:#434242;display:block;width:37.0625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15015;line-height:1.3;letter-spacing:0;top:127.5625rem;left:34.4375rem;height:11.375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZbQHPUc0tDRn4UM7phC4nNTKR5BduizO { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:75rem;top:86.25rem;left:0rem;display:block; }
#rdNRLCWSp2qbVWqUSLzZSNHnDcKKTVqG { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:28.1875rem;width:75rem;top:117.375rem;left:0rem;display:block; }
#ZEQvSAwHcgqi3y4qgTO9fMvTNCA4fHe4 { color:#3878ca;display:block;width:50rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:3.875rem;left:12.5rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#b6tQs3TD4Fd5T23Kt6a5WzxqmqBSRRlM { color:#434242;display:block;width:55.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:8.5rem;left:9.65625rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LTTps5W5O3NrAMay1kHTDUASrlLWuHRW { box-sizing:content-box;height:0.3125rem;width:7.5rem;position:absolute;display:block;z-index:15043;background-color:#aad38f;background-image:none;top:33.9375rem;left:4.3125rem;display:block; }
#Q1WtW6znpnX8xvTgobBwpwOfnUaK2V2w { box-sizing:content-box;height:0.3125rem;width:7.5rem;position:absolute;display:block;z-index:15044;background-color:#aad38f;background-image:none;top:64.875rem;left:34.4375rem;display:block; }
#eNoUHwry27Phr3WT48t2J3LTE2FK18gP { box-sizing:content-box;height:0.3125rem;width:7.5rem;position:absolute;display:block;z-index:15045;background-color:#aad38f;background-image:none;top:96.75rem;left:4.3125rem;display:block; }
#XcicyEJdVBx4EuPglEFWPFFWU8XbsDsN { box-sizing:content-box;height:0.3125rem;width:7.5rem;position:absolute;display:block;z-index:15046;background-color:#aad38f;background-image:none;top:124.75rem;left:34.4375rem;display:block; }
#dFQTCmdQJRozzJIVr5ufznE2GJQ5XunT { color:#3878ca;display:block;width:22.9375rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:81.75rem;left:4.3125rem;height:4.875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#hMTAb9wXno4qgoz3NXFieIFkwkZt47GR { color:#434242;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:13.5625rem;left:0rem;height:5.625rem;text-align:center;text-align-last:center;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; }
#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fd;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; }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row .container { background-color: transparent; background-image: none; }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row .container > .video-iframe-container { display: none; }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row > .video-iframe-container { display: none; }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .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); }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row .container { border-width: 0; border-radius: 0; }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row .container { font-size:0.875rem;font-family:arial;height:42.625rem;width:75rem;position:relative;display:block; }#O11KLGyVhBBzi2ECL1WvKMRXQcV6TGTE { color:#747474;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:26.25rem;left:2.625rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#awihMZWanLPTRLLl3CH6AGyw2JUTFcgA { color:#83bc53;display:block;width:6.375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:20.3125rem;left:8.5rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AKXPrhTrDRBVpkKvy92UwaCoeLMzTn9g { color:#83bc53;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:18.0625rem;left:2.625rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Kv2CKT4MacVgtUTpomUZPypmPPrPVmlB { color:#83bc53;display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:23rem;left:5.0625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NAtHggVbkL3TloAWo58BWHKG18JA6c3T { color:#83bc53;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:18.0625rem;left:28.4375rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#cP7yq8ytH7ErruIHDI90PoDlHUWDaZEw { color:#83bc53;display:block;width:6.375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:20.3125rem;left:34.3125rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CNMX5ZzTmIgeVUw5JaAelmLPtm29P2cd { color:#83bc53;display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:23rem;left:30.875rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sJbrlKT70K2TtcMALQgauWEUgfSa1rH1 { color:#747474;display:block;width:18.6875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:26.25rem;left:28.1875rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ci0L2B7Cs8Xu7P2vV5BEluufiFXFaHlA { color:#83bc53;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:18.0625rem;left:54.1875rem;height:1.54296875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xx1FTMOIDIe02PI560HNFZHJuZdq42zs { color:#83bc53;display:block;width:6.375rem;position:absolute;font-family:"open sans";font-size:3.75rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.3125rem;left:60.0625rem;height:4.875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Ld34dW1tFRmIyTrr8LH3F0KNwJlud0ui { color:#83bc53;display:block;width:3.5rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:400;z-index:15008;line-height:1.3;letter-spacing:0;top:23rem;left:56.625rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fI2pOLeM8a27ZwvsdVWuhgOfRAW4EuOb { color:#747474;display:block;width:17.25rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:26.25rem;left:54.625rem;height:5.5234375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xST3QhRbP1ACbV5pIULJR8COAalHGEzk { color:#000000;display:block;width:75rem;position:absolute;font-family:ubuntu;font-size:0.8125rem;font-weight:300;z-index:15011;line-height:1.3;letter-spacing:0;top:37.1875rem;left:0rem;height:1.0556625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QTSQXKtyf4XAy2uk7NRmtRn4aylLPpgi { position:absolute;display:block;z-index:15003;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:23.5rem;width:23.4375rem;top:11rem;left:25.8125rem;display:block; }
#wT2hAJ7TeMycaZ26axEgvAb1T0QmQ5gm { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:23.5rem;width:23.5rem;top:11rem;left:51.5rem;display:block; }
#R82Hp63aF5Qvoew4HwlAEVeTTrDDXbux { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:23.5rem;width:23.375rem;top:11rem;left:0rem;display:block; }
#ghwGenmUTr8lCkkZAQ1K7V6XilVo2omR { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.0625rem;width:4.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;opacity:1;top:13.1875rem;left:35.5rem; }
#rflJyglZqJmh69hpk6tABT6rcsnDEnHC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.625rem;width:3.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:13.4375rem;left:9.875rem; }
#lEaRpvtEDS3p6uIEabuBg2SNn0TuXAnD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:13.6875rem;left:61.6875rem; }
#LFvyZxsRJFXlsvfVU0TDRzIuFnkfHs1y { color:#3878ca;display:block;width:50.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:3.75rem;left:12.0625rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#fzO00T14m0VzE75JWIC66aRBfog8RpBW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6bb9;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; }#fzO00T14m0VzE75JWIC66aRBfog8RpBW > .row .container { background-color: transparent; background-image: none; }#fzO00T14m0VzE75JWIC66aRBfog8RpBW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzO00T14m0VzE75JWIC66aRBfog8RpBW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzO00T14m0VzE75JWIC66aRBfog8RpBW > .row .container > .video-iframe-container { display: none; }#fzO00T14m0VzE75JWIC66aRBfog8RpBW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fzO00T14m0VzE75JWIC66aRBfog8RpBW > .row > .video-iframe-container { display: none; }#fzO00T14m0VzE75JWIC66aRBfog8RpBW > .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); }#fzO00T14m0VzE75JWIC66aRBfog8RpBW > .row .container { border-width: 0; border-radius: 0; }#fzO00T14m0VzE75JWIC66aRBfog8RpBW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fzO00T14m0VzE75JWIC66aRBfog8RpBW > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#gi01lKZ7iXaqbTqJkah8wSAptEiHumqQ { color:#ffffff;display:block;width:44.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.78125rem;left:3.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FakUT78VsdnrfteNnlaDpwnWWnFga4Ab { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19rem;height:3.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.6875rem;left:51.375rem;display:block; }
#vOdLis2g6py22rTT443gzxWmoIW4XkAr { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#HhWmLpuqIha3RgiSOcLAkO6ZHa32tUHW { color:#ededed;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7rem;left:50.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.28);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; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { background-color: transparent; background-image: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container > .video-iframe-container { display: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container { display: none; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .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); }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { border-width: 0; border-radius: 0; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { font-size:0.875rem;font-family:arial;height:35.875rem;width:75rem;position:relative;display:block; }#csaBWbGhkzPcwcLekKMF3tuPivuTOAa2 { color:#3878ca;display:block;width:62.8125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:5.75rem;left:6.09375rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#bvHTSZ9sKaNO5LyWFwDSzQLAIxrkhlkS { position:absolute;display:block;z-index:15005;background-color:#434242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.15625rem;left:12.75rem;display:block; }
#Hd1STpc7GBM6eT8mUWXPyPKvZiHaCANb { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:12.8125rem;left:12.96875rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yngFK0ttDd5sUbNRTplNk1y1FC1pZywR { color:#747474;display:block;width:14.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:16.87890625rem;left:7.03125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#exyrZ8peD6wLVL1gZhFHZGR47lTTM3vQ { color:#747474;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:16.87890625rem;left:28.28125rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#k8WlngO8lsGrZJHnEimOd2oHJoHlpdQK { position:absolute;display:block;z-index:15008;background-color:#434242;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.15625rem;left:36.03125rem;display:block; }
#HkVXccWOovdOeBrOrLK4ZZWs6xXKJhOB { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:12.8125rem;left:36.3125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#GQV5ANf4rkM8Jabcopvr7fu3TT74TuSe { color:#747474;display:block;width:20.6875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:16.87890625rem;left:50.5rem;height:1.94921875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#KyLLOH4odnq3OIuAKRT2rLowVBaTvTps { position:absolute;display:block;z-index:15011;background-color:#83bc53;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: none;height:2.9375rem;width:2.9375rem;top:12.15625rem;left:59.375rem;display:block; }
#dfuWtFyZtyO3k1xDKq3xTchNehQ1bVlO { color:#ffffff;display:block;width:2.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.8125rem;left:59.59375rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TMyLOR6GCTFmSWRNGuCgfVqgxn8axnIy { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.125rem;width:6.0625rem;top:12.0625rem;left:23.0625rem;overflow:hidden;display:block; }
#SWZvvovQL8X4tQP9uUUtU1o0ZoXopG8w { 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:3.125rem;width:6.0625rem;top:12.0625rem;left:46.71875rem;overflow:hidden;display:block; }
#cvsg4w8nTFwgSZnJo0yle7fWekTfUO20 { color:#747474;display:block;width:17.875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15010;line-height:1.5;letter-spacing:0;top:20.4375rem;left:5.28125rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PxRP9Q1lSDwilxEoNpfKhST1BqSdIlFV { color:#747474;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:20.4375rem;left:29.125rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nvHoa5tZBe7h8uJDM8Zs74Q7mW0XourT { color:#747474;display:block;width:18.5rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20.4375rem;left:51.59375rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fd;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; }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row .container { background-color: transparent; background-image: none; }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row .container > .video-iframe-container { display: none; }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row > .video-iframe-container { display: none; }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .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); }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row .container { border-width: 0; border-radius: 0; }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row .container { font-size:0.875rem;font-family:arial;height:54.0625rem;width:75rem;position:relative;display:block; }#r7Al5AxUPKa7ifnDktodIXJNTD5lSFu9 { color:#83bc53;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:17.8125rem;left:4.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#UUEMSZpLc9PgfIauOE37CiiNMRtsx3u5 { color:#434242;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:20.337890625rem;left:3.59375rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eWnzJIKT8HseAIzk8eKHlmPhNgzmZsHw { color:#83bc53;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:17.8125rem;left:29.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#PPsB2JtTGg46xtv80v5kt3D3Zvuk6DyA { color:#434242;display:block;width:17.9375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20.337890625rem;left:28.53125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#lByp5uaRwE9FynRbTcJbpwPuKfw6fxlb { color:#83bc53;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:17.8125rem;left:54.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#DTXBvBZEnuDnTxzrmIkoLaNq5SKJ8x6S { color:#434242;display:block;width:18.4375rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:20.337890625rem;left:52.5625rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zRBx7apBWF0k6mOrD4ts8ErXmuLrRXuE { color:#3878ca;display:block;width:62.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:4.9375rem;left:6.21875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fWG1XQsVhNnsFnqGkR3a6xvga1X48JCs { color:#83bc53;display:block;width:18.125rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15006;line-height:1.3;letter-spacing:0;top:37.400390625rem;left:3.4375rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#H3wM7Bpn7LUnB0ddSblKFZKPpebcOXJb { color:#434242;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15009;line-height:1.5;letter-spacing:0;top:40.625rem;left:2.96875rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#yLlf1qXawUaSlXa9En5i5K3k3RACs3sd { color:#83bc53;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15009;line-height:1.3;letter-spacing:0;top:37.400390625rem;left:29.0625rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T3wD19MybQ36cybTHuV9ggd3s9Jqgb3p { color:#434242;display:block;width:18.8125rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:40.625rem;left:28.09375rem;height:8.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ixnkPCt4ufsV3ESifwSUPru0vdb3g9x1 { color:#83bc53;display:block;width:21rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.3;letter-spacing:0;top:37.400390625rem;left:52rem;height:1.94921875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nXRUVxVTmiJL9E0qJ9dPwGyNHrgVx8WP { color:#434242;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:300;z-index:15015;line-height:1.5;letter-spacing:0;top:40.625rem;left:53.125rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kuKJofpb01g91vTFI3SNZs3kr6zCLisE { position:absolute;display:block;z-index:15022;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.375rem;width:4.375rem;top:31.9375rem;left:60.3125rem;overflow:hidden;display:block; }
#ykxkbvI7bzaJ3U57oEaRfxs0g9unqkrN { 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:4.375rem;width:4.375rem;top:12.13671875rem;left:10.3125rem;overflow:hidden;display:block; }
#OhLdwiQvk9TvvfFagufBELeQA3uok3nS { position:absolute;display:block;z-index:15024;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.375rem;width:4.375rem;top:12.13671875rem;left:35.3125rem;overflow:hidden;display:block; }
#zd6hTXacbgyOmTD51Xs7sHsXVVBoTVuT { position:absolute;display:block;z-index:15026;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.375rem;width:4.375rem;top:31.9375rem;left:10.3125rem;overflow:hidden;display:block; }
#B7UwJqzhV5UlzN9C6cJPIMVKJVpku1Oh { position:absolute;display:block;z-index:15027;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.375rem;width:4.375rem;top:12.13671875rem;left:60.3125rem;overflow:hidden;display:block; }
#JhFhxmJbMSGdaEgPoU801P2CQaENIgTu { position:absolute;display:block;z-index:15028;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.375rem;width:4.375rem;top:31.9375rem;left:35.3125rem;overflow:hidden;display:block; }
#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container { background-color: transparent; background-image: none; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container > .video-iframe-container { display: none; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row > .video-iframe-container { display: none; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .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); }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container { border-width: 0; border-radius: 0; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container { font-size:0.875rem;font-family:arial;height:57.5rem;width:75rem;position:relative;display:block; }#nvsG0iynWsKV8vPRgHRzdClpN3DCVu4B { color:#3878ca;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:5.125rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#p1QVsOP15WZNQmJxsnUOZHT5hyCg52He { color:#434242;display:block;width:75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:11.1875rem;left:0rem;height:11.25rem;text-align:center;text-align-last:center;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; }
#QRasqk7SXBKam9JqrFsMTFahFbd8RMKg { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:23.9375rem;width:36.625rem;top:27.6875rem;left:0rem;overflow:hidden;display:block; }
#GWbe516Au1eb00wKlErxsTWBNADsW0du { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:23.9375rem;width:36.625rem;top:27.625rem;left:38.375rem;overflow:hidden;display:block; }
#VsfPexCAa3bUwpesdP0nhtZa4V7OyeTC { color:#ffffff;display:block;width:10.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15016;line-height:1.3;letter-spacing:0;top:48.0625rem;left:0rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#TJOTBvCIx9GARtVvFsOKmx0Ovaphc2qO { color:#ffffff;display:block;width:9.375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:48.25rem;left:65.625rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6bb9;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; }#GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 > .row .container { background-color: transparent; background-image: none; }#GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 > .row .container > .video-iframe-container { display: none; }#GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 > .row > .video-iframe-container { display: none; }#GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 > .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); }#GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 > .row .container { border-width: 0; border-radius: 0; }#GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#ztz5ptMTzKZMTb9UFRAl52vJpiJrkx6x { color:#ededed;display:block;width:41.3125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:3.78125rem;left:3.75rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FaxXkikFIkXBCCcZfyyRH43kdiLv7vF1 { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.5625rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:2.6875rem;left:47.8125rem;display:block; }
#oMNSu5RW7buUVkXPgGqwDe43H3cCxVHI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#igZkNG6e0hEUelwddt5c7SRHVx8UK1QW { color:#ededed;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:7rem;left:48.6875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pA71h0EDcWyTHXE59x25ArV6ubR10KnG { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fd;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; }#pA71h0EDcWyTHXE59x25ArV6ubR10KnG > .row .container { background-color: transparent; background-image: none; }#pA71h0EDcWyTHXE59x25ArV6ubR10KnG::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA71h0EDcWyTHXE59x25ArV6ubR10KnG > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA71h0EDcWyTHXE59x25ArV6ubR10KnG > .row .container > .video-iframe-container { display: none; }#pA71h0EDcWyTHXE59x25ArV6ubR10KnG > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pA71h0EDcWyTHXE59x25ArV6ubR10KnG > .row > .video-iframe-container { display: none; }#pA71h0EDcWyTHXE59x25ArV6ubR10KnG > .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); }#pA71h0EDcWyTHXE59x25ArV6ubR10KnG > .row .container { border-width: 0; border-radius: 0; }#pA71h0EDcWyTHXE59x25ArV6ubR10KnG > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pA71h0EDcWyTHXE59x25ArV6ubR10KnG > .row .container { font-size:0.875rem;font-family:arial;height:223.4375rem;width:75rem;position:relative;display:block; }#Bkqd4tctXTAbFeEZsTJpI36PZh5wTtTR { display:block;width:47.4375rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:4rem;left:13.78125rem;height:3.25rem;text-align:center;text-align-last:center;color:#3878ca;display:block; }
#QN1h9owZylJbZQnZghm7smFdbL0zrv4y { color:#434242;display:block;width:69.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.5;letter-spacing:0;top:10.0625rem;left:2.65625rem;height:5.625rem;text-align:center;text-align-last:center;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; }
#oS4KBz1dFdcptlL5VPrLGSQX9ql5icKS { border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.375rem;width:26rem;position:absolute;display:block;z-index:15015;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:20.1875rem;left:0.125rem;overflow:hidden;display:block; }
#OX7ZOPgSfdxCITWbKygmubGCdBPH7trf { border-bottom:0;border-left:0;border-right:0;border-top:0;height:28.375rem;width:23.3125rem;position:absolute;display:block;z-index:15016;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:20.1875rem;left:27.3125rem;overflow:hidden;display:block; }
#g9sTlZ9DB2XqN9TNcNUa61nBTizCdeA8 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:28.375rem;width:23.375rem;position:absolute;display:block;z-index:15017;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:20.1875rem;left:51.625rem;overflow:hidden;display:block; }
#TmQxiMkCPK3JWOUXT2h5henadU21steN { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.5rem;width:36.875rem;position:absolute;display:block;z-index:15016;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:103.6875rem;left:0rem;overflow:hidden;display:block; }
#eDUwuL9cFxZrBtde1BKJvQTOwib0Apla { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.375rem;width:37rem;position:absolute;display:block;z-index:15022;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:49.625rem;left:0rem;overflow:hidden;display:block; }
#D9Ugrfw9IJHTe2cNiv9EpEeAmMiXMTPr { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.375rem;width:37.0625rem;position:absolute;display:block;z-index:15016;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:49.625rem;left:37.9375rem;overflow:hidden;display:block; }
#mLbxWXBvT1UVGC1BLrSptWJr2QQw9uui { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.875rem;width:75rem;position:absolute;display:block;z-index:15017;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:78rem;left:0rem;overflow:hidden;display:block; }
#NTmIGzAau2fZ7cJG5MGLRZi4PfrxuUMQ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:21.5rem;width:36.875rem;position:absolute;display:block;z-index:15017;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:103.6875rem;left:38.125rem;overflow:hidden;display:block; }
#fzK664lF8FUogJWlDqO6R9fiTXvtS9yJ { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.5625rem;width:36.875rem;position:absolute;display:block;z-index:15017;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:126.1875rem;left:0rem;overflow:hidden;display:block; }
#IdlbeChoP8OZmpWPRTW2XD5I96F30zTz { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.5rem;width:36.8125rem;position:absolute;display:block;z-index:15018;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:126.1875rem;left:38.0625rem;overflow:hidden;display:block; }
#yuzLdwQwDLxgI8xQxtcvz6oxSWTnIART { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32.4375rem;width:24.375rem;position:absolute;display:block;z-index:15018;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:183.5rem;left:0rem;overflow:hidden;display:block; }
#RQDOJlITDQ1nibS7sgDRNItrSe9fdvTo { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32.4375rem;width:24.375rem;position:absolute;display:block;z-index:15019;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:183.5rem;left:25.3125rem;overflow:hidden;display:block; }
#K22P3xb6dPUNt2o1wMkZRUFBrOmrAAuA { border-bottom:0;border-left:0;border-right:0;border-top:0;height:32.4375rem;width:24.375rem;position:absolute;display:block;z-index:15020;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:183.6875rem;left:50.625rem;overflow:hidden;display:block; }
#KKpZ4S0pZyIBvctXHOlmINtGfTaCoo0Z { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.5625rem;width:36.875rem;position:absolute;display:block;z-index:15018;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:154.9375rem;left:0rem;overflow:hidden;display:block; }
#biMaeCmBmWl26nH1RSwxV2Dn1Ch4TT3d { border-bottom:0;border-left:0;border-right:0;border-top:0;height:27.5625rem;width:36.875rem;position:absolute;display:block;z-index:15019;box-shadow: 0.0625rem 0.0625rem 0.625rem #000000 ;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;top:154.9375rem;left:38.125rem;overflow:hidden;display:block; }
#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f9f9f9;background-image:url("https://images.assets-landingi.com/HOlrNHkh/bg.jpg");background-position:center !important;background-repeat:repeat !important;background-attachment:fixed;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; }#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT.adaptive-delivery-prevent-bg, #WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT.lazyload, #WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT.lazyloading { background-image: none; }#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT > .row .container { background-color: transparent; background-image: none; }#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT > .row .container > .video-iframe-container { display: none; }#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT > .row > .video-iframe-container { display: none; }#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT > .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); }#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT > .row .container { border-width: 0; border-radius: 0; }#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT > .row .container { font-size:0.875rem;font-family:arial;height:110.5625rem;width:75rem;position:relative;display:block; }#iSQRzhvQUZE3Ica86J85DMX84ZIho3RW { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:10.0625rem;left:0rem;display:block; }
#DUmzfDIZm4siw1aLaQkzJGcI35En6aOH { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:30.884765625rem;left:2.59375rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#TQ1WQHNmb7J13GOI72TP86wLP9ho0ozd { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15003;line-height:1.6;letter-spacing:0;top:33.609375rem;left:3.84375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#xFmIEinKkXg33uRpT7z9f0z6XxVWgQNd { display:block;width:55.875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.1875rem;left:9.5625rem;height:3.25rem;text-align:center;text-align-last:center;color:#3878ca;display:block; }
#OCzIPXcRg7EQGuR4K2gN7faXpBKSPxkr { 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:16.5625rem;width:11.1875rem;top:12.5rem;left:6.375rem;overflow:hidden;display:block; }
#shP3a2V8HUDLpMN74t8GiIdbHLk4dLBE { position:absolute;display:block;z-index:15004;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:10.0625rem;left:25.5625rem;display:block; }
#hzFn4DyE5BbD5ERPte9ntm42JRQShZlt { color:#333333;display:block;width:17.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15007;line-height:1.6;letter-spacing:0;top:33.6083984375rem;left:28.65625rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#iP2FtCW1010TJxPXsN5Sd2uiVgqiRT0f { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:30.884765625rem;left:28.125rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#uVrp0NiJvHHiBsCnJZWtrmK2yJDTFSLc { 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:15.4375rem;width:18.4375rem;top:13.0625rem;left:28.28125rem;overflow:hidden;display:block; }
#cFlCaqJDgVxpos6OFgzWmM7XuT8T3G95 { position:absolute;display:block;z-index:15008;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:10.0625rem;left:51.0625rem;display:block; }
#zhgHmuVf4aCR8phLMdbCuAzOTd22OQBA { color:#333333;display:block;width:17.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:1.6;letter-spacing:0;top:33.6083984375rem;left:54.15625rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lyxt5xVKRrTO8TpF6ZZ19Km8ETLnzk5W { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:30.884765625rem;left:53.65625rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#vuHtffnP4tdlpQBwROc9qZFNNtDopCyS { 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.375rem;width:18.3125rem;top:13.09375rem;left:53.34375rem;overflow:hidden;display:block; }
#Z2nZJdU2A08oHtrKh3BM6iduyd7J9o69 { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:42.25rem;left:0rem;display:block; }
#bHixD0VF1aAk2es6OVaJcPOiQQ8kQ9TX { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15015;line-height:1.6;letter-spacing:0;top:65.8125rem;left:3.875rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#hFg3XufdQ1v3lmgSHT4X6vvZWuyD3Fbe { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:63.0625rem;left:2.625rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#i5tn1Q44TAVznGizuWdSpzKUqDWpTXAU { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:42.25rem;left:25.5625rem;display:block; }
#TvyZpE6kFc2LrnUA0sIdPF5nwnW41fiF { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:63.0625rem;left:28.125rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#BxtVBw3V4cF3RL6HzeTtfDWeeJTh6wdo { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5625rem;width:11.1875rem;top:44.78125rem;left:6.90625rem;overflow:hidden;display:block; }
#dCewtT7607vwlFIhJUg9F6hMFZmT430V { color:#333333;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15019;line-height:1.6;letter-spacing:0;top:65.8115234375rem;left:27.5rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#RtdeUzzaatVm7TCEPHv3G4eM6ODQZQA6 { position:absolute;display:block;z-index:15028;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.375rem;width:18.4375rem;top:45.375rem;left:28.28125rem;overflow:hidden;display:block; }
#rifr8rl9GOJ5DbVFHF8VqSNzZScneZnq { position:absolute;display:block;z-index:15020;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:42.25rem;left:51.0625rem;display:block; }
#kVTJRPGMs7uVwZVtSf3mtqlb8Ii6X4uw { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15022;line-height:1.3;letter-spacing:0;top:63.0625rem;left:53.6875rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#SPsW3NpV2NXTvl0twy1C16cEn1u9UVee { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.375rem;width:18.4375rem;top:45.375rem;left:53.28125rem;overflow:hidden;display:block; }
#Ek2TR6ExDeuOrPgvg3elwbAxNfnlF8AE { color:#333333;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15023;line-height:1.6;letter-spacing:0;top:65.8115234375rem;left:53.9375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#JJkBmkskUIpqaoM86dxCTFwuXEPRM37p { position:absolute;display:block;z-index:15024;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:74.375rem;left:0rem;display:block; }
#FueS6Ju1FkbkWsJQIdo19DT6WfR9mMKp { color:#333333;display:block;width:19.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15027;line-height:1.6;letter-spacing:0;top:97.9365234375rem;left:2.125rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#gBpJNXBmNo0NTmHX42GJtSCBTICc67fS { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:95.1875rem;left:2.625rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mNxqDBdGP1T8kTNEZf0XdQxsUoSeXsVa { position:absolute;display:block;z-index:15036;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.3125rem;width:18.4375rem;top:77.5rem;left:2.75rem;overflow:hidden;display:block; }
#I7m5cabvHrnXB58kBni7APO8XkMtz9Ti { position:absolute;display:block;z-index:15028;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:74.375rem;left:25.5625rem;display:block; }
#Jb1wC6mZOZi0XJqXbVEMQ1kzmh1ifaZU { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:95.1875rem;left:28.125rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#WBtAG7wJgtItVHIyl3kCBcsLT5I8DxSM { color:#333333;display:block;width:20rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15031;line-height:1.6;letter-spacing:0;top:97.9375rem;left:27.5rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#yqzgTg0HUDGFvsRZE40LcxG8lDvxk6PD { position:absolute;display:block;z-index:15040;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:16.5rem;width:11.1875rem;top:76.90625rem;left:31.90625rem;overflow:hidden;display:block; }
#AuAKTHLTw78Pn3m5HcIkw85dOLxvOXOd { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.07) ;height:31rem;width:23.9375rem;top:74.375rem;left:51.0625rem;display:block; }
#n6ovaPkv6OWildTL0kMt3obX61KweAB7 { color:#3878ca;display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:700;z-index:15034;line-height:1.3;letter-spacing:0;top:95.1875rem;left:53.6875rem;height:1.8681625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#dGmy1rENy7DroZWe1FGu7wqec5UZhJvp { 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:16.5625rem;width:11.1875rem;top:76.875rem;left:56.90625rem;overflow:hidden;display:block; }
#EHdRFaz3ri4hk359UruGwRWTLJkw4ydp { color:#333333;display:block;width:18.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15035;line-height:1.6;letter-spacing:0;top:97.9375rem;left:53.9375rem;height:4.798825rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f1f5fd;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; }#ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg > .row .container { background-color: transparent; background-image: none; }#ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg > .row .container > .video-iframe-container { display: none; }#ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg > .row > .video-iframe-container { display: none; }#ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg > .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); }#ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg > .row .container { border-width: 0; border-radius: 0; }#ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg > .row .container { font-size:0.875rem;font-family:arial;height:62.5625rem;width:75rem;position:relative;display:block; }#JZQ3m5NvyowqJ5oLbSD5PRikrhzoQHvZ { display:block;width:48.1875rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.3125rem;left:13.375rem;height:3.25rem;text-align:center;text-align-last:center;color:#3878ca;display:block; }
#PTbLcitXHSgSSLIyBa2hbHQLQgxhE1Ih { color:#434242;display:block;width:69.6875rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:9.6875rem;left:2.625rem;height:3.75rem;text-align:center;text-align-last:center;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; }
#AeUNJkEHv5iPJ9AGK9hmutu2X2yzZizm { color:#434242;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:25.125rem;left:25.75rem;height:26.2363875rem;text-align:center;text-align-last:center;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; }
#GVdKDMH1lhqJoaLrXfvMvcmZrWIzWxam { position:absolute;display:block;z-index:15015;background-color:#83bc53;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #83bc53;border-left:0.1875rem solid #83bc53;border-right:0.1875rem solid #83bc53;border-bottom:0.1875rem solid #83bc53;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:4.1875rem;width:20rem;top:17.625rem;left:24.375rem;display:block; }
#P47DwKw9VlBzpH6PpAawLToOeSXSpQLW { color:#ededed;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:300;z-index:15018;line-height:1.5;letter-spacing:0;top:18.8125rem;left:28rem;height:2.15625rem;text-align:center;text-align-last:center;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; }
#Z48sVxp01kZLfTOh0cw6AeVaixRUUbI0 { position:absolute;display:block;z-index:15017;background-color:#ededed;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cacaca;border-left:0.1875rem solid #cacaca;border-right:0.1875rem solid #cacaca;border-bottom:0.1875rem solid #cacaca;border-top-left-radius:1.5625rem;border-top-right-radius:1.5625rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;box-shadow: none;height:2.8125rem;width:20rem;top:19.0625rem;left:45.5625rem;display:block; }
#sybO4UfSxOiGwIDWQePDzFx6RxC9EQ4Z { color:#747474;display:block;width:13.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:19.75rem;left:48.875rem;height:1.875rem;text-align:center;text-align-last:center;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; }
#xdcmP83BHHQCRyzz6dC1uXDJwk1ngcn7 { position:absolute;display:block;z-index:15015;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #83bc53;border-left:0.1875rem solid #83bc53;border-right:0.1875rem solid #83bc53;border-bottom:0.1875rem solid #83bc53;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.625rem 0.625rem 1.875rem #747474 ;height:33.625rem;width:20rem;top:22.0625rem;left:24.375rem;display:block; }
#weBGTC9iJlie9JbydpITTE53VKqXtPmv { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.1875rem solid #cacaca;border-left:0.1875rem solid #cacaca;border-right:0.1875rem solid #cacaca;border-bottom:0.1875rem solid #cacaca;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.5625rem;border-bottom-right-radius:1.5625rem;box-shadow: 0.0625rem 0.0625rem 0.8125rem #747474 ;height:32.0625rem;width:20rem;top:22.0625rem;left:45.5625rem;display:block; }
#uvHzWkXbL6ozqVk6UQoIMbUWumXricBs { color:#434242;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:25.1875rem;left:46.875rem;height:26.2363875rem;text-align:center;text-align-last:center;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; }
#fSXwf1yCTsVaf60KbCrz9xL6GBOGq1mi { color:#747474;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:25.0625rem;left:9.375rem;height:26.2363875rem;text-align:right;text-align-last:right;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; }
#ARrOncCHGxQoHBZI5tTZM5Iya9MniqNf { color:#747474;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15018;line-height:1.3;letter-spacing:0;top:25.0625rem;left:9.375rem;height:26.2363875rem;text-align:right;text-align-last:right;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#StlmOanNAgTJG8pebFz8sHNMZUgGyAOn { color:#434242;display:block;width:17.8125rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:300;z-index:15017;line-height:1.3;letter-spacing:0;top:25.125rem;left:25.75rem;height:26.2363875rem;text-align:center;text-align-last:center;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#AuKmlXhodAzJVX0IWrgguGPfFiwwQGGz { position:absolute;display:block;z-index:15032;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat: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: 0.0625rem 0.0625rem 1.875rem #cacaca ;height:31rem;width:23.9375rem;top:74.375rem;left:51.0625rem;display:none; }
#z7HS0DXuxRGCNozn7TTfzlo03gK7atby { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#vvIG8kKlw6ANuFmv3CB6Nd5AiEKW2Ky7 { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Jx1dlFD3ILDUNb0Z3xhydDcOmVNA5pgQ { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#QOr0eXiTgTBBnpCGbqLrgAy5w4ee6wIS { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#XCk0NQruuzO6RAhqoNu5BBaDI53DlhbU { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#AMZ89bFmFLkNiafSOf2mod5y5aZOZbLd { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#eDRgGTTAH24lX9SxknTKt4HGEPoSyTko { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#mAbF3Z6o7yCzCnIyF16pos0TVD7LOlOL { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#a0Iw8b4GZ1fEoTN7gZgOVTXfT1Zb2fMm { box-sizing:content-box;height:0.3125rem;width:18.75rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6bb9;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; }#SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI > .row .container { background-color: transparent; background-image: none; }#SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI > .row .container > .video-iframe-container { display: none; }#SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI > .row > .video-iframe-container { display: none; }#SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI > .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); }#SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI > .row .container { border-width: 0; border-radius: 0; }#SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI > .row .container { font-size:0.875rem;font-family:arial;height:10.8125rem;width:75rem;position:relative;display:block; }#g46RdwMRgwBnfShE6t1oPtc9U9zqyszT { color:#ededed;display:block;width:33.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:3.8125rem;left:8.8125rem;height:3.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#K1km94tZutfATMZzHTmLdwlFx5ZcwiaN { background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;box-sizing:border-box;color:#ffffff;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.5625rem;height:3.5625rem;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:2.6875rem;left:44.6875rem;display:block; }
#ym1xzAw2JIKetgc3sD9T2UoL5s1fe4R9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#isTr3rR6EaT79KV5meM2WzOaU6oT0suU { color:#ededed;display:block;width:19.875rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:7rem;left:45.5625rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container { background-color: transparent; background-image: none; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container > .video-iframe-container { display: none; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row > .video-iframe-container { display: none; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .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); }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container { border-width: 0; border-radius: 0; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container { font-size:0.875rem;font-family:arial;height:55.3125rem;width:75rem;position:relative;display:block; }#QDC1THlgKsCgV1QoN7CW6TukZkv4Xn3A { color:#3878ca;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:6.0625rem;left:7.5rem;height:3.25rem;text-align:center;text-align-last:center;display:block; }
#k8CsubxiwnzuDBKeMCA0Ccyt19FNULVA { position:absolute;display:block;z-index:15000;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:35rem;width:24rem;top:15.875rem;left:0rem;display:block; }
#RlPMDLCIwL8byrdz7gcc1rCMkIiWsQ5o { color:#747474;display:block;width:20.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15011;line-height:2;letter-spacing:0;top:24.1875rem;left:1.625rem;height:22rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UqeIcoA0iQGGR2o2AEW77B8RfLyw9F44 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.5625rem;top:17.3125rem;left:1.25rem;overflow:hidden;display:block; }
#pmr0OuNHi2gK2CRFQIAnDMl84fUN5pJc { color:#808080;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:17.3125rem;left:7.75rem;height:2.375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#mWLhdkeZo5bMDV7PZwcrlw6HkJsClp62 { color:#808080;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:19.625rem;left:13.25rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Tc2eaHVCH5f4LcG3kmI4aTNKv1qwxpBI { position:absolute;display:block;z-index:15001;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:35rem;width:24.0625rem;top:15.875rem;left:25.46875rem;display:block; }
#iBdRlxrXhqicME1ydbc2KblRcuboiVpZ { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0rem 0rem 1.25rem #cacaca ;height:35rem;width:24.125rem;top:15.875rem;left:50.875rem;display:block; }
#R9rkL0fPX0GLVUWX9n5oDP2q9d83o02e { color:#747474;display:block;width:42rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:10.671875rem;left:16.5rem;height:2.03125rem;text-align:center;text-align-last:center;display:block; }
#RV4wRLqCTi5MrKaSLaAUqnqxQ4Vh3oSP { color:#747474;display:block;width:20.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15012;line-height:2;letter-spacing:0;top:24.25rem;left:52.65625rem;height:20rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#afhmGpB9GeLNyVPcOe0vSNBT5ecQys9s { color:#808080;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15014;line-height:2;letter-spacing:0;top:19.625rem;left:64.1875rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#CTgU5n8DwfwPl1RTRFEucoTz6zDkGHv2 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.6875rem;top:21.6875rem;left:15.8125rem;overflow:hidden;display:block; }
#x6ZVKAOMoQeFxUz0hMRm90ERnJqAd26E { color:#808080;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:17.3125rem;left:64.1875rem;height:2.375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#eL17kBrcGzVU3UfAWOavXQSdF7TIxRwI { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.6875rem;top:21.6875rem;left:41.125rem;overflow:hidden;display:block; }
#tlds0tZlT9f918ZMcZhdKpvN6KH7AyAA { 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:4.125rem;width:4.25rem;top:17.3125rem;left:52.5rem;overflow:hidden;display:block; }
#Xo6WutMDeFfn9uig6BwmEglTm7sUDmOp { color:#808080;display:block;width:14.9375rem;position:absolute;font-family:"open sans";font-size:1.1875rem;font-weight:300;z-index:15014;line-height:2;letter-spacing:0;top:17.3125rem;left:32.75rem;height:2.375rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#XKJx7ir7GJNZcKh2ibHe9h0gG9cP0Ze1 { color:#747474;display:block;width:20.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:15013;line-height:2;letter-spacing:0;top:24.1875rem;left:27.1875rem;height:14rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#GCvobKuJJ7hwxtawxt8x58WXSGT2awqu { color:#808080;display:block;width:9.125rem;position:absolute;font-family:"open sans";font-size:0.9375rem;font-weight:300;z-index:15015;line-height:2;letter-spacing:0;top:19.625rem;left:38.5625rem;height:1.875rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#Wo7sUzQu7VJDH40DtAqARZb2xnfyfKVa { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:6.6875rem;top:21.6875rem;left:66.8125rem;overflow:hidden;display:block; }
#rABZcsNz1KMCs8ne9wwOh1BBcm03FnCJ { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.125rem;width:4.25rem;top:17.3125rem;left:26.90625rem;overflow:hidden;display:block; }
#SlLEO3nBVOCkz7iT8rZtcNuIgliX8tpy { position:absolute;display:block;z-index:15026;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:47.25rem;left:10.90625rem;overflow:hidden;display:block; }
#o0OmnAKJXHTroQSPaTdli8AEWsrKTs2E { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:47.25rem;left:36.40625rem;overflow:hidden;display:block; }
#CLE1bEK0m91z5xmacARJK7gTvPXWaFOd { position:absolute;display:block;z-index:15028;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:2.1875rem;top:47.25rem;left:61.84375rem;overflow:hidden;display:block; }
#zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#4f92c1;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; }#zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 > .row .container { background-color: transparent; background-image: none; }#zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 > .row .container > .video-iframe-container { display: none; }#zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 > .row > .video-iframe-container { display: none; }#zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 > .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); }#zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 > .row .container { border-width: 0; border-radius: 0; }#zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 > .row .container { font-size:0.875rem;font-family:arial;height:37.0625rem;width:75rem;position:relative;display:block; }#QTrfTXQx7VoXF7GQGTs92qM9cCa7cWE2 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:25.625rem;width:26.3125rem;top:5.71875rem;left:0rem;overflow:hidden;display:block; }
#hcFPy0k4U4OKdpc3LEKDLttpMgwpz6dD { color:#ffffff;display:block;width:37.75rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15024;line-height:1.3;letter-spacing:0;top:5.5625rem;left:30.3125rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#csS0mwdVDChtV4APrCe5RaFduvEpIaxw { box-sizing:content-box;height:0.3125rem;width:7.5rem;position:absolute;display:block;z-index:15054;background-color:#aad38f;background-image:none;top:9.6875rem;left:30.3125rem;display:block; }
#FMT0rGZ55vPwP0uTefZGeAIlhZ4hpTyd { color:#ffffff;display:block;width:14.3125rem;position:absolute;font-family:"open sans";font-size:1.5625rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:12.875rem;left:30.375rem;height:2.03125rem;text-align:left;text-align-last:left;display:block; }
#DlqThqwbbDUp8e06vTVH6HaP7hDbOaT2 { color:#ffffff;display:block;width:20.875rem;position:absolute;font-family:"open sans";font-size:4.0625rem;font-weight:normal;z-index:15022;line-height:1.1;letter-spacing:0;top:15.1875rem;left:30.3125rem;height:4.46875rem;text-align:left;text-align-last:left;display:block; }
#keQTBM2MnryP5BQP7VxSlWoNNbMw31Qi { color:#ffffff;display:block;width:42.5rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:22.5rem;left:30.3125rem;height:8.125rem;text-align:left;text-align-last:left;display:block; }
#lJaPF6gyxT5og4Ux2tsGiggkxTaN1sH8 { color:#ffffff;display:block;width:2.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;font-weight:normal;z-index:15025;line-height:1.3;letter-spacing:0;top:16.1875rem;left:52.625rem;height:2.4375rem;text-align:left;text-align-last:left;display:block; }
#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b347393f-b36b-4345-964a-4c69b7bac24d/After.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !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; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD.adaptive-delivery-prevent-bg, #Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD.lazyload, #Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD.lazyloading { background-image: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { background-color: transparent; background-image: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,32,46,0.8); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container > .video-iframe-container { display: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,32,46,0.8); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row > .video-iframe-container { display: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .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); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { border-width: 0; border-radius: 0; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { font-size:0.875rem;font-family:arial;height:56.125rem;width:75rem;position:relative;display:block; }#XSOFSXZfHFZtMFaRaAgMlDN6LAfip7pG { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:35.625rem;width:56.375rem;top:16.375rem;left:9.375rem;overflow:hidden;display:block; }
#hhsldxsFIuvHvnO00h3icd4TfuuQcdMk { color:#ededed;display:block;width:36.5625rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:4.125rem;left:19.34375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XNvBACcKCeaDNBi4rzg5ZDAlpbsVV2AL { color:#ededed;display:block;width:49.6875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:8.27734375rem;left:12.40625rem;height:5.361325rem;text-align:center;text-align-last:center;display:block; }
#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;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; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container { background-color: transparent; background-image: none; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container > .video-iframe-container { display: none; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row > .video-iframe-container { display: none; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .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); }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container { border-width: 0; border-radius: 0; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container { font-size:0.875rem;font-family:arial;height:50.125rem;width:75rem;position:relative;display:block; }#Oe7oiB3HXByiII9szpTpJmpgO78WWMUJ { color:#3878ca;display:block;width:46.125rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:5.0625rem;left:14.09375rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-element-container { border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:column;align-items:center;background-color:#efefef;background-image:none;vertical-align:top; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-heading-container { width:100%;height:auto;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;flex-direction:row;align-items:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;justify-content:space-between;gap:0.625rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-heading-text { display:block;position:relative;width:100%;font-family:"open sans";font-weight:400;font-size:1.1875rem;font-style:normal;height:auto;text-align:left;text-align-last:left;color:#3878ca; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-desc-text { display:block;position:relative;width:100%;padding-top:1.25rem;padding-right:0;padding-bottom:0;padding-left:0;font-size:1.125rem;font-family:"open sans";color:#434242; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-trigger { width:1.25rem;min-width:1.25rem;height:1.25rem;display:block;position:relative;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-size:auto !important;background-image:url("https://icons.assets-landingi.com/icon_02e247896c3ae247f9d053076ef9cefb.svg");background-size:contain !important; }#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-trigger.adaptive-delivery-prevent-bg, #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-trigger.lazyload, #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-trigger.lazyloading { background-image: none; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK { box-sizing:content-box;height:auto;width:68rem;position:absolute;display:flex;flex-direction:column;gap:0.625rem;z-index:15008;background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;top:10.75rem;left:1.90625rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #gAvCdXbwiXwDODP6VHhiCTm12VHBJxGQ { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #UED9iX0seMbEA2aGvqhrqEInrMVLOm3a { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #NQOfT79LU1wezHnbKN2OU7vKB9tQMEnL { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #SyWcz6EERe3bLNNl5NrsIrlTBKVX7i1T {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #PLdDL1eX4BQBZLF25UzCy9Q9iS2gp9fV {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #XS3xDNpSr12eHFmAT9eGvzuwuOaVWLG9 { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #C2p70lC2NHNIhLMBluPkWXiv1CaeICZm { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #kat8EWd0QP3ni5msmRthOgJeIRceCfvF { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #Z82QRVlUV0nCuAr88p44SqrVeePU2oJu {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #T3NRWzE4qm87xqPKFGSudZCfTGi3BQPz { display:none; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #hJG2rw51NrUvqQEfaF4KJfmlz8ilwgXW { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #ooRsq7IfTUil1onchgfI8g1tSKNhlIkp { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #s3VZXfMVdnqeDbZpyTzLrLRPJE4ZZtEf { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #wo8EJKpyuvkNzSA2wTKQT3K2GTNNVHgT {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #C1F3Lh7sEzD2oeB9vLJbTM4OhadHO3Ni { display:none; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #wKU6HkoWE7yyb7oNazTP11gPq9cFC2VT { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #OpBMolXliHrf7EoIUqqDPK9zMopyqk7p { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #WiZ5OycAHRenZgTVhRek3T7AH1U6H8Jx { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #OrdElsIBryUGD2s8PCak3h0XnZCWZmas {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #rI4AVDdxTrnLpcK5FufSDomLLfMJpAEK { display:none; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #R0DW8RZiHKhyKVnRu48r89KtykWI10gw { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #t5qf8FlFtGp88O1rALp3ERZDczCyRNFc { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #evMNnIvd2HyIgCTa0yobHOlZ3XLfmpGp { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #QzqXOMxkToVSFZJfgk8lINa402wmAbEH {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #vdfkOfldHmDOvLnQSblkI3cHDQ99nFG4 { display:none; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #GZ95Iw9BMR9fLXx7xU8xreUBlTJn7JAk { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #BrKFAB1nfEeLugmRqVm7JoBbvyOuBW40 { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #B9uFq8iGNwZmm4EDRv9V2AERThavlrMF { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #LSqeqAT3btDQFQWCX2vfWXCvHyD7mQn1 {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #ufTKvZxa0ytQlo7W01Xb3S5xzHLV27ML { display:none; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #QnTssC61xHUeSLQtpnhke19tVBid0lMP { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #x7NVLWNNRXUp9CXN3L99hLyiJPcuM1xA { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #H4evsE54lkw3Uu1LSgWBXWy7fdsJ1mST { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #fi9tHBHBB9LZfqWwXhVd4q4vi6iOT1Z8 {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #e8MXrOzBunIdwQS2v013bQTgX42BE6IU { display:none; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #WeUz4LD5dAdZMHk08gXu8LGnAnnu42gG { height:auto;display:flex;position:relative;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #mDastq0h2qOnFcbTvhwAFK4793FvaN7H { height:auto;display:flex;position:relative;top:0rem;left:0rem; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #eGSPzsaT4SSZtveU5NEo4vpBJJeV0LW2 { display:block;position:relative; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #xg8wR7tUIOPJNmTxwkHR2s4MWIHu7fCC {  }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #CTasoz1W5olT4p13KmVMnBvqPNPaBgwA { display:none; }
#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#2e6bb9;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; }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row .container { background-color: transparent; background-image: none; }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row .container > .video-iframe-container { display: none; }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row > .video-iframe-container { display: none; }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .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); }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row .container { border-width: 0; border-radius: 0; }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row .container { font-size:0.875rem;font-family:arial;height:31.25rem;width:75rem;position:relative;display:block; }#h01p1THwgSsbCq1hHvxtPmHs948xCJUl { color:#ededed;display:block;width:40.25rem;position:absolute;font-family:"open sans";font-size:2.5rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:3.9375rem;left:30.75rem;height:3.25rem;text-align:left;text-align-last:left;display:block; }
#XH3kBzrT9HlbdQOACHeL1ba0OnlmcQ12 { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.875rem;left:30.75rem;height:1.94921875rem;text-align:left;text-align-last:left;display:block; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-form-header {  }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:20.5rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-text { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#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:20.5rem;box-sizing:border-box;height:3.125rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-text {padding-top: 0; padding-bottom: 0;}#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-textarea { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#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:20.5rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.8125rem;overflow:hidden;font-family:"open sans";text-align:left;text-align-last:left; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .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:20.5rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-select {padding-top: 0; padding-bottom: 0;}#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .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; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-button { border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;background-color:#de740b;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:#ffffff;width:20.5rem;height:3.125rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA [class*="-text"]:-moz-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA [class*="-text"]::-moz-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA [class*="-text"]:-ms-input-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA [class*="-text"]::-webkit-input-placeholder { color:#a2a2a2;font-family:"open sans";font-size:0.875rem; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:19.125rem;overflow:hidden;font-style:normal; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .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; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .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; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-container:first-of-type{padding-top:0;}#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-container:last-of-type{padding-bottom:0;}#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA  { background-color:#2e6bb9;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.125rem;left:3.25rem; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.5rem; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA {display:block;}#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA { background-color:#2e6bb9;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:20.5rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15007;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:3.125rem;left:3.25rem; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #e4wSCszku6BwwAkcyg3o1CZUCJyCAQNG { position:relative; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #PyOdLTCERFNLpl7ghCTWh1SbvDmgJ2rV { position:relative;display:block; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #GAvH31epX2Psi3C3yDirBswbRPGXUh0O { position:relative; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #ObHxmRukr30VoBF2y6xt1iTkaVpNxWet { position:relative; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #KnAvUNG5XQDDL9sAG4Lm3kZokMONqtBW { position:relative;display:block; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #QanEhAXqpLMXq1aVTxU062xsN2Ud8Jfn { position:relative; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #WHGSVmul6AK41n0upJWCiZ8u5EbGOXPG { position:relative; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #uMZ6o7eNBF3fBil9PCLHpCOv3LSa86Bq { position:relative;display:none; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #XsKzRhIEEslwQPhZzkQtHK1HyEih0T5i { position:relative; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #nARtSF12TBHOTNMStgrX3dCXWkm92JWu { position:relative; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #bfZo3Nqr05r2h4M1A1DNO6o4R1goIi2u { position:relative; }
#clr13TD8HTSWdlgigfDBkpUKxFyZ1GaX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;opacity:1;top:14.125rem;left:30.75rem; }
#ycQyZmmTarz48NpsDcfNfp7w4pxs5SsL { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:14.1875rem;left:32.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#AvokXmxBu9VLA6cL43huiLqdAgaRvOzA { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.3125rem;left:32.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#v97Ig70NGTCDx5hETfxR5iqTqQdwvWTd { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:18.375rem;left:32.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#Rzi15v2CSAK2mxlZGzCTIodTIM2BslhS { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:20.4375rem;left:32.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#LdFFiVcfrqPMgoCsuOGHVVeRBNq2gwao { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:16.25rem;left:30.75rem; }
#T2Aqo4CJGO7cWkdiMGF0J3NcObU97MPC { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:18.3125rem;left:30.75rem; }
#PaMydz1gc2GZh3s01TwCe4sbbDpKTDmg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;opacity:1;top:20.3125rem;left:30.75rem; }
#RunSB84hnuf9eBAETlHGSrqprktDBPy9 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.4375rem;width:1.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15011;opacity:1;top:12rem;left:30.75rem; }
#g25oC0SOGQKxUEWbzSpvEvLFigs8RN09 { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.0625rem;left:32.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#p7L9SGgEKV9qJl9dHSRk61Ixsiyhe6tR { 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:2.1875rem;width:6.25rem;top:25.5625rem;left:8.1875rem;overflow:hidden;display:block; }
#euZ3Xq3q2NJe4Uyl17fXOKU0fkUV1ODq { 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:2.5625rem;width:6.25rem;top:25.375rem;left:15.125rem;overflow:hidden;display:block; }
#vs6uKNhvzG1G1eqzN6nuCIymLs0qizvn { color:#ededed;display:block;width:19.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:21.625rem;left:5.21875rem;height:1.13671875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#nhygRsservWOQB8QeNWFx9p8JpPphq24 { color:#ededed;display:block;width:18.25rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:18.9755859375rem;left:4.6875rem;height:1.13671875rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#123e92;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; }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row .container { background-color: transparent; background-image: none; }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row .container > .video-iframe-container { display: none; }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row > .video-iframe-container { display: none; }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .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); }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row .container { border-width: 0; border-radius: 0; }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row .container { font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;position:relative;display:block; }#JKzDlXMZEfLodLawnLAUnE8MHdIrfikE { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:13rem;top:1.875rem;left:4.75rem;overflow:hidden;display:block; }
#wFcnQUA2e6EqnvqtLwbbtAlktRxTPDTJ { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.375rem;left:4.75rem;height:1.29980625rem;text-align:left;text-align-last:left;display:block; }
#FUADTFqXDt5nzN1rktuH7btaUiAm58Zo { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.83984375rem;left:21.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#NOc7Ox5C9pnKao4C2G6NpUQJIlebVmrH { color:#ffffff;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:7.83984375rem;left:21.75rem;height:1.29980625rem;text-align:center;text-align-last:center;display:none; }
#nFE2FO9eoO2MLaFbLW76fzAv0NxnXsBs { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.375rem;left:41.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#yaTrKN4n9bJERW3wWnUQtH50h1U4sOic { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:5.6875rem;left:41.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
#yS24PWHVp2xTpBO4F3vPDMQXg76p6VmQ { color:#ededed;display:block;width:31.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:4rem;left:41.6875rem;height:1.29980625rem;text-align:right;text-align-last:right;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpCsi1g81FdV16aBgO5zMJgoKs4do9VP { top:0rem;left:0rem;width:12rem;height:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLDg5dxCUGsi3VxyDFTw217zJCyG515N { width:11.875rem;height:2.5rem;top:0.75rem;left:35.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3Blgk4i0uP1g73gFUPS6wTuqdgIAtvE { display:block; }
 }@media only screen and (max-width: 763px) { #wknQDyZNNCylVUnR1QELccVAgKZRhH41 { width:11.625rem;height:2.8125rem;top:0.625rem;left:36.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #anQ3JTIMRJ8yqaJ2yAptgWyQ0bIIwxKr { display:block; }
 }@media only screen and (max-width: 763px) { #GMF2mfGvQz4LvhyIddOQ8s7l9nM8dXzo { display:none; }
 }@media only screen and (max-width: 763px) { #BPTsXflfak8a6lRk5DtStrdCG8i7fDBd { width:14.6875rem;height:3.5625rem;top:43.75rem;left:16.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #E64REvZqPg3dPusaV7KbeKqpD9M9t5Ok { display:block; }
 }@media only screen and (max-width: 763px) { #rhTnyNm4qn79NhgRDyVksBToKg4uQAo5 { width:14.6875rem;height:3.5625rem;top:43.75rem;left:16.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uAnPT30wbaQsQeTenLL9RtG0JPpu6GBo { display:block; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { top:15.3125rem;left:0rem;width:39.5625rem;height:6.625rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { top:23.125rem;left:0rem;width:41.8125rem;height:3.25rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qIUeeShT7GsCLx21ATAMiXFuIdhetCQw { width:14.6875rem;height:3.5625rem;top:43.75rem;left:16.53125rem;display:none; }
 }@media only screen and (max-width: 763px) { #wfQuQ8yg0Nv3XA8Ju2fEkU99G1Sq83do { display:block; }
 }@media only screen and (max-width: 763px) { #cSDNmd48bnCpIS6BwzQkBdneRv2okpOB { top:25.4375rem;left:0rem;width:20rem;height:5.5rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QEe2NvqDQfdTyx67LbEP1ekAewLZfSKu { width:13.875rem;height:12.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #neoV4D1SEiP0ybJyXfdgOOGfCoQo75BV { top:31.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #NZx6fNaP3JzvogaiPmqRMComzTg6KhdA { top:31.5rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #g5szElFphVvQSQQz72O22ITECO8KIH0g { top:19.5rem;left:0rem;width:20rem;height:;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #H8GWFC7aocyOflTpEHNAqsGTezsR6fF0 { top:13.25rem;left:0rem;width:12.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FfuZmtb1CZI9CtPtUdqZmARr0KDsiuxC { top:33.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VDCsukJlXkI5BxeCIG1RPuUhblJTuTgE { top:33.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oZTy3x9FUUuA7qs0vqs4R1gvZbt3t6Ff { top:33.5rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RO53rEVt5K7cxdqnOHC6MnNcJZ42FuvO { top:34rem;left:0rem;width:21.125rem;height:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-regular-label { width:45.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-text { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-text {padding-top: 0; padding-bottom: 0;}#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-textarea { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-select { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-select {padding-top: 0; padding-bottom: 0;}#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-button { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-checkbox-label { width:43.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX  { width:45.25rem;height:16rem;top:28.125rem;left:0rem; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .radio-container { width:45.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX {display:block;}#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX { width:45.25rem;height:16rem;top:28.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #VUAk7k89mBInE7nzoTyp4O7iw9NWePRS {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #G4R1vwOsws5RhzEglWoL3OqVKWxwouwX {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #Qai5t3gBJQ0uaowXUFZU6bGei81yrcS4 {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #N75ExBTl9l6DUe3cGG9RCCNDnGsiMiIp {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #vFtIH29xrk8JaT78Xg7LMswZlnIrTzd7 {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #uMcffdgAZUpuP3mQncHZrPIT2nzpRhQz {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #H9AhAybA9OWiUkfAtREFRGmKrfaW2x7M {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #dZBly5lwnWwvclCtNyzZSlgf66DdgO6e {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #l925swG3JVQVU4mzVc3AI1zrb6EJe44F {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #OR2RBMIBwqwtkiih1luHwOCpR4DatNLV {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #bSskofMpT78HMTPQppcN9gISu003CLly {  }
 }@media only screen and (max-width: 763px) { #Ru3v0ZMc7a0sermzUwadmG8xX11SVtT0 { top:12.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #C565SHzrToFBHXQBlzA2TlNEcc0PIuah { top:12.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pl0JouWHy5gSgrkLVKhIyQP6pTrblmE7 { top:12.375rem;left:0rem;width:2.1875rem;height:2.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #U93eTuDEkB712XGeb29vq99Ci1HtE4tc { top:40.5625rem;left:0rem;width:12.4375rem;height:1.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg { display:block; }#Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCflBWQPetLzru6ShKkqpFKP6van8F48 { top:2.75rem;left:0rem;width:13.4375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aCq5uTwNQHct1POHrmFkNXfZ0pHZTzkd { top:2.75rem;left:9.125rem;width:10.9375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ReNPwpJ4zHW8ezcusldSJ0NRtfuCaagZ { top:2.75rem;left:28rem;width:13.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NLz9Xe0CDTvQTw3hLRk7UICCEsw2k8aI { top:2.875rem;left:0rem;width:12.8125rem;height:4.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #mVDdcN2TamtRfaSQ5mrnAy6V5h6FM7dB { top:2.875rem;left:0rem;width:12.8125rem;height:4rem;display:none; }
 }@media only screen and (max-width: 763px) { #Uxaz4gRwT30nsgUnOwlwKQ3Q0UUwqhcd { top:2.375rem;left:32.625rem;width:13.875rem;height:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AFs8K6ugd7QZKz9ckaLOI7sM8g9SwGho { top:2.875rem;left:17.8125rem;width:10.8125rem;height:4.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #N0riSZuTIRRqRgpAaeP5pPvFk0Bk4Kvb { top:2.75rem;left:36.875rem;width:10.875rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4zSyDbVTRMvKAkBk5FegHB5k987o805 { display:block; }#T4zSyDbVTRMvKAkBk5FegHB5k987o805 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3DVkDdodXQiI3d3MbdATqQbbTQer0o5 { width:20.25rem;height:13.75rem;top:17.875rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp3LU4RUzeo83NFldU9T0499171tN83t { top:5.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBhozW6aWoGALTaVLfHfFOl5AUbNgT3G { top:9.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ooiGqv36cqTJT6TtF7FdlBehI1pVTFR6 { top:17.75rem;left:26.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F7VC5kdrhv9O5G5KMK28FnZ8gst2b9F6 { top:21.5625rem;left:26.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #y7AD4QdfQs2WSKhTTx8kvSmSHQxQpE0e { top:25.25rem;left:26.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #a2BGpJnzbwwqox3PJ0hqxPbFmTFimTJo { top:28.875rem;left:26.875rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iTGL7o4SRPdPivFfqpBLGT2BUf66biW1 { top:34.9375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #osDumCflh92GmUT4LE2ILE2FfbwwzCkC { width:20.25rem;height:12.5rem;top:17.875rem;left:27.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #d9ZnSWs1ziMG6CNneBUDTA4GrdUMpCqF { top:17.75rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GdlpvFxfG1CM2wbGiSBnokOJpuL5R9nA { top:21.5625rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G7074kNyTIr1N463ioJbRQyghXBXSagW { top:25.25rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x3Sey1xVcJp6Nyi4hqDvqptN0tiqB0iO { top:28.875rem;left:0rem;width:1.625rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL { display:block; }#ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ortkBHAVKu586hdvkwuRZiKzP7V3DJTR { top:5.375rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #hXo0ArDWpdZkS0V6Cu9P9fFmK5gxNP8u { top:10.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMfVSgxKCFLHNKTWAhnItd7NCyiKny9t { top:21.3125rem;left:0rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5DGuofOS0TQLA0D0dT1u1tUBH2mBTMK { top:22.6875rem;left:0.3125rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xa4lG8EwopKLAa09M4zA0B6BCzC0IwyU { top:25.4375rem;left:0rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdAv37QCuGwnyQGfeCOcgtHIt9frPZvZ { top:26.8125rem;left:0.4375rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AFdbGeOaWn6CaG6gyx1P7Kswscef54RP { top:29.5625rem;left:0rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #HZhomcTAqXww0TnVH0hmLbwzgPAUgtwr { top:30.9375rem;left:0.3125rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IaxCvh4Axun1TMKqBneiy9DFfOgJeI9p { top:33.75rem;left:0rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #az2U4Vp7NLcxW277UD1VI6uZirBiyqQI { top:35.125rem;left:0.3125rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIqTGUF555IrHLfn415WImPh8PQ18zEv { top:37.875rem;left:0rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eg4vWOhMKnFqfaRVmlA6adpGoR1HrfJr { top:39.25rem;left:0.4375rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iGJNV61M4xLugPgWBgqxhTq0VqbhheHy { top:42rem;left:0rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BPL9X7RkHEsaQZ7IuanGtOk7xhHvg3KO { top:43.375rem;left:0.3125rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZMLpZAxJCK3wfsinT1VvLKVyUST5lAqm { top:17.125rem;left:0rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pe8t5EbGQAuyZ0sHKkp3lnBGg8p8Hun7 { top:18.4375rem;left:0.375rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfVxtmMiwnlORgCOaJUvKQqq5TkqXcEK { top:21.3125rem;left:15.5625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lprCPB8D2OSAHC8CAkFdX0Nure13JgG6 { top:22.6875rem;left:16.9375rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvVkKhMShtAOEamzpNO8PQkA6b4pmwyc { top:17.125rem;left:15.5625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTLosxFQRSN9tXgqVeTeXcnikJ7zz3Ee { top:18.4375rem;left:17.1875rem;width:13.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QnOJexD7RmPttLaMswlILmZnp2eKGqkO { top:25.4375rem;left:15.5625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NtiSFsTrTcW4gpWDo0Vqfp7fsbSKfToA { top:26.8125rem;left:17.0625rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlLWfKumBPqzu63ekd7vlCWt5yPLxPBq { top:29.5625rem;left:15.5625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is2ZKRV7ERULSy3Iaq9u6ixDfXvF4o4w { top:30.9375rem;left:16.9375rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyX1hTSuobud8aHl6H724eEUEJT5KIMV { top:33.75rem;left:15.5625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QLGJSgTSO61aCKv3wqJBOT8KSeFkhwdx { top:35.125rem;left:16.9375rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #chgAwBbCBKFXvvRcgS8xrRzAKsQ7CWXK { top:37.875rem;left:15.5625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MveCwu7NzgvmAnihdTmOL69FT8yWtvHT { top:39.25rem;left:17.0625rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N15tOA0aRRtQDizT2DtglLCnhnuZaqtA { top:42rem;left:15.5625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #IoApwBqBVp4hW8xPShPaTKlACZg4bRl4 { top:43.375rem;left:16.9375rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #y00SRX9PSTI7JzCQ9IqKV7XmMtw0sFNz { top:17.125rem;left:31.0625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bLXm6cGoDa9uqUuZC6tbTgB9MZyVqeHU { top:21.3125rem;left:31.0625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ezyba81cxOWZ83qhw9H7AOT0I24lSQ6G { top:18.4375rem;left:33.875rem;width:13.375rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LAlvurNTyycdhQmIkslNuHTMlQgnfZp9 { top:22.6875rem;left:33.5625rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vhIGzVQv0piTIhssJNnBaKmDTR6B9sss { top:25.4375rem;left:31.0625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #weQ7MADMkJUW49XyAvIPWAT3GwJXTw7I { top:26.8125rem;left:33.6875rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #AICogkJRP1w5uLtOqE9iehZ7eNUZIHur { top:29.5625rem;left:31.0625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yJRnQnbF4wugnJAKk29SdAvr6dpb3TSB { top:30.9375rem;left:33.5625rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vaQ7T0sJB9UIsq8zqm28Sda6OLSUGOb2 { top:33.75rem;left:31.0625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tLwrMScAzzc391m6BMAg6T6eiWabTqMs { top:35.125rem;left:33.5625rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DN4W2CdhgspbSt6kiIIdikT9N9FHQAWK { top:37.875rem;left:31.0625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rmb9qkvt7V8DIaus8UhEU9TfQ0TVRg4k { top:39.25rem;left:33.6875rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4Z5XJgKHEVuB9A62dTwS0THP2nTAptz { top:42rem;left:31.0625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QAW16C7dGWUSnMOwncDya1whgW9oZNeM { top:43.375rem;left:33.5625rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZHeVKSgVT1ik8T0XfOJS3WptQcH53I34 { top:46.1875rem;left:0rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pt5v4t8uz6nJU9pVb7w2R0BSUGuWVLuL { top:47.5625rem;left:0.4375rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lzELT4JzTceW2Qd3UX4ckieB1fNvL9xN { top:50.3125rem;left:0rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTpHvkWW0OgDRcx2IZRk4uq0bDpq44fg { top:51.6875rem;left:0.3125rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMfQwL1SHU3QvqLonFMciGwxSQkCvIVF { top:46.1875rem;left:15.5625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P83JRshaUTqVo4xnTwwlS58rqM0MPuPL { top:50.3125rem;left:15.5625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8BqKn5vengrwaEPTVZvBw7gv1dRZ6kt { top:47.5625rem;left:17.0625rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XDItQTENoIve5rMhN4W4H50aOb6940dp { top:51.6875rem;left:16.9375rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #SJU0dhbilLNhuKTszTdPEVnLfKLw1wVo { top:46.1875rem;left:31.0625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzcZyXnp3HhhMU98fXPAG9WwaLLGi4Tr { top:50.3125rem;left:31.0625rem;width:16.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXycuotSkUecTKoDTTOOvproEa4alGZG { top:47.5625rem;left:33.6875rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #lQLy5o6JQ4vdF3MhQa1UtTXtMzsxXt1q { top:51.6875rem;left:33.5625rem;width:13.8125rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wK8kTnyZEaW39Jguk7CIiotiqI71AQsz { top:58.25rem;left:3.25rem;width:41.25rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAkcgw4fPbEaIoxhHiagG1doqdZsCSda { top:23rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q9RJUIQww407ZdeTPnSJqHqNoB5Q2q58 { top:23rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #TbTAhwZPb8wbDHkWtfkFmNJQKJUT44Te { top:21.3125rem;left:0rem;width:16.5625rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Up7OnfWthrtwpJNH4bdfoSJbXdSGseGf { top:27.1875rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #QaIJH5iMa5rSTn7gstxvTvnRVn7JSzfD { top:27.1875rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #uFF3G1WZGx18epUcrlv3HR30ZfNuGuWn { top:21.3125rem;left:0rem;width:16.5625rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #fFD4riUdQAzmQUiTLBvktTOywXy6PqBF { top:31.375rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ANEslZnh5tkEhn95Sd32PHBvgVC7wI2b { top:31.375rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Vmot06ckcJJ3866DZvmKsbyUCEnsVpaI { top:21.3125rem;left:0rem;width:16.5625rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #vTEQOgJV7uOzHstTGNuSKLmPCqMITWKU { top:35.5625rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lFVxmpkPqc9XVEt2vbS6DRB6r5Fcu7yQ { top:35.5625rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #VT0o3ZDz9I3zeKob7PvRITnOPsL9LDyb { top:21.3125rem;left:0rem;width:16.5625rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #qyB6v1Ha49y8phTlWmhGnmGOx8n5gi73 { top:39.75rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #b2xXM6zzKH3P23VpskIWmkmWTaH7bwlU { top:21.3125rem;left:0rem;width:16.5625rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #aVNcLrCw7bGc5lVX74sNXvstpdhDEyAz { top:43.9375rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #POL41pqd5GnB5Zw7r8qqcsgPRxTX2Dxc { top:39.75rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #p5Ua04DsvqXHy3eCPfgRSlEkMQkFWarq { top:43.9375rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #ItZZBvLmlTSU0f5BTiqTbTaXcLgip0xO { top:21.3125rem;left:0rem;width:16.5625rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #QoGF7LKA3H9aoC3sIqRS9htzVCEsxlX9 { top:48.125rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #w6QlnDn09FghSb6wQTqF0FdmrJwfsToO { top:48.125rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #LDmceythsnWGz2GvDHM8L2aenRatHD4c { top:21.3125rem;left:0rem;width:16.5625rem;height:4.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #gupWPVfavxWAc0GGMmF8pJMWB6zS71Al { top:52.3125rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Fk384lJXwnhpZkFQXGP1HVLTrUWXLlRb { top:52.3125rem;left:0rem;width:9.875rem;height:1.625rem;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #rDn7RoKUsDkovH8ShDrrssNx7VmFquJx { display:block; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9F4zN5aJZifTDtXMA6Z3FmfvgK1cQlB { top:5rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #mW7vT2fB1ZlAaxsB3HerrLzhIRcT42Xs { top:9.9375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #wixVnhkPS7QO8TxlZFc3tV0Wy1gWWPh2 { top:16.9375rem;left:0rem;width:47.75rem;height:11.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg { display:block; }#byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsNinsZq3fcAcBC9moIU20A2Gm22BSx { top:3.75rem;left:0rem;width:45.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVeltkF1tQgP2XMzpZvgBTLcugbnwEWO { width:19rem;height:3.5625rem;top:2.6875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UVdyXsgVKc5f60c3EslwHW7Mttd93clU { display:block; }
 }@media only screen and (max-width: 763px) { #mSnqIlLU9R6CXgWIpJyTGf097AkbsJwg { top:7rem;left:27.0625rem;width:20.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 { display:block; }#q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQTwxdWmxpFsLtlLBfBUKGManDOAlVzn { top:4.375rem;left:6.1875rem;width:35.375rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KpJONN2BbckLgqDTe0mL593E4ga6vUOe { top:11.9375rem;left:10rem;width:37.75rem;height:4.375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kFAa7vhsStZ03y8uh87BPbOKhwTQSH9D { width:9.75rem;height:9.375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dJlMUScDtAT9RqBG0h8ImnDixERnx5lU { width:13.3125rem;height:9.375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrZ1FQyvgiWLff2CIx9TTzXf9KQMN9Nc { top:14.4375rem;left:0rem;width:6.25rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sFD2QuRpE1U0hmvrddiESLodhCekKH3V { top:14.4375rem;left:0rem;width:10.1875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AE6pQcHKnkXLU9O4NdGIIbAqTwKQtpqU { width:16.1875rem;height:9.375rem;top:22.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ePLM7LXoBAT2l5UOIxEQ1dfHd45w1EzT { width:17.5625rem;height:9.375rem;top:22.375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Evnmnk4dgFFA1JZS1TOt9dEKgKThSh38 { top:24.875rem;left:7.5625rem;width:10.1875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EJgIi9vhHxFQWTknI6K4W5ZTXWUqmwEk { top:24.875rem;left:0rem;width:10.1875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZhEzvPODsxVpnfSnF7t8Oa7SJMyrnLut { width:9.75rem;height:9.375rem;top:11.9375rem;left:11.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AN6kEvtO9mq7u2voDna6yoxae1pwbVO1 { width:13.3125rem;height:9.375rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qtFwGMiN56tlS2OwapXVpbN7CzQpTzbX { width:9.75rem;height:9.375rem;top:32.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TqCuw4qICEuwOQxs08GIt2CfcL07zDeh { width:9.75rem;height:9.375rem;top:32.9375rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #NNiRShMya83WzbUllq2cLQ8cuSui3vDJ { top:14.375rem;left:13.46875rem;width:6.0625rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWEN4EUsyJw8Tix7fEWHugb3NqSCnMd6 { top:35.4375rem;left:0rem;width:7.0625rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gUIhIzWGIKGE3fuwgsbXZTbvep6U7o2G { top:35.4375rem;left:13.3125rem;width:6.375rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qL6bgIrvwyXAgufiFhIGQnr18ksbMUhf { top:35.4375rem;left:0rem;width:10.1875rem;height:4.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zHaqXtiCUql4rWgBgqA0FJduyPAz6qxX { width:37.75rem;height:20.625rem;top:21.125rem;left:10rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAe6yXhXQLlCEN6tedzow3zc8ATVs6Hq { top:17.5rem;left:23.625rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw { display:block; }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT2yf8OJO7zs29irHx0VPSp54slbT0Gs { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC98VVF01eqg89v36x89q8UhbLQNbM3z { top:54.9375rem;left:0rem;width:30.0625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTbmXEqxzSM1gLRzM205DGoEC6rIaV4 { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoKRJskoOA0no47vt1G4uP9x9Rmu87uF { top:23.5625rem;left:17.6875rem;width:30.0625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU2MUzqabkseetzL9q8aOrnogQy2Fgu2 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaSLSmszxWugtDugRDJQZy4gyU2l5BL9 { top:28rem;left:0rem;width:31.625rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bt0XsKypgnRsTs4CUJb2vzc6pNSO2rZT { top:86.25rem;left:17.6875rem;width:30.0625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNkQMxwx4p1J0wgtAVlpMAKhT6BTm62C { top:117.375rem;left:0rem;width:30.0625rem;height:28.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL5TsryTIrFmqA3wrIpUEZS4kN7gg268 { top:90.8125rem;left:0rem;width:22.9375rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ckoKuTe8Gzy4pCV8O6QCzFsZeRMRvf23 { top:58.9375rem;left:17.6875rem;width:30.0625rem;height:4.875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FV7WJ5nRM2bOxhBfTATBznbvaKuVgggF { top:121.25rem;left:20.8125rem;width:26.8125rem;height:2.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Th6t3mhboVCEgqvmX34B87IaCKNv5BT1 { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEIns3DwUMMab6lQCGzHsPTr0qJBRUrK { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQShzoqKKQhTJnWZA3vdDdRLOpe9w1by { width:11.25rem;height:4.875rem;top:11.75rem;left:0.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbQHPUc0tDRn4UM7phC4nNTKR5BduizO { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNRLCWSp2qbVWqUSLzZSNHnDcKKTVqG { width:11.5625rem;height:15.125rem;top:5.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEQvSAwHcgqi3y4qgTO9fMvTNCA4fHe4 { top:3.875rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #b6tQs3TD4Fd5T23Kt6a5WzxqmqBSRRlM { top:8.5rem;left:0rem;width:47.75rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTTps5W5O3NrAMay1kHTDUASrlLWuHRW { top:33.9375rem;left:0rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q1WtW6znpnX8xvTgobBwpwOfnUaK2V2w { top:64.875rem;left:20.8125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #eNoUHwry27Phr3WT48t2J3LTE2FK18gP { top:96.75rem;left:0rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XcicyEJdVBx4EuPglEFWPFFWU8XbsDsN { top:124.75rem;left:20.8125rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dFQTCmdQJRozzJIVr5ufznE2GJQ5XunT { top:71.5625rem;left:0rem;width:20rem;height:3.875rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #hMTAb9wXno4qgoz3NXFieIFkwkZt47GR { width:47.75rem;height:5.625rem;top:13.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCmNQUVeIbrasA6zRdkvm9k42ax03h3r { display:block; }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O11KLGyVhBBzi2ECL1WvKMRXQcV6TGTE { width:18.1875rem;height:5.5rem;top:26.25rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #awihMZWanLPTRLLl3CH6AGyw2JUTFcgA { width:6.375rem;height:4.875rem;top:20.3125rem;left:0rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKXPrhTrDRBVpkKvy92UwaCoeLMzTn9g { width:18.125rem;height:1.5rem;top:18.0625rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv2CKT4MacVgtUTpomUZPypmPPrPVmlB { width:3.5rem;height:1.1875rem;top:23rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAtHggVbkL3TloAWo58BWHKG18JA6c3T { width:18.125rem;height:1.5rem;top:18.0625rem;left:14.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP7yq8ytH7ErruIHDI90PoDlHUWDaZEw { width:6.375rem;height:4.875rem;top:20.3125rem;left:20.6875rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNMX5ZzTmIgeVUw5JaAelmLPtm29P2cd { width:3.5rem;height:1.1875rem;top:23rem;left:17.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJbrlKT70K2TtcMALQgauWEUgfSa1rH1 { width:18.6875rem;height:5.5rem;top:26.25rem;left:14.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ci0L2B7Cs8Xu7P2vV5BEluufiFXFaHlA { width:18.125rem;height:1.5rem;top:18.0625rem;left:29.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx1FTMOIDIe02PI560HNFZHJuZdq42zs { width:6.375rem;height:4.875rem;top:20.3125rem;left:41.375rem;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld34dW1tFRmIyTrr8LH3F0KNwJlud0ui { width:3.5rem;height:1.1875rem;top:23rem;left:43rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI2pOLeM8a27ZwvsdVWuhgOfRAW4EuOb { width:17.25rem;height:5.5rem;top:26.25rem;left:30.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xST3QhRbP1ACbV5pIULJR8COAalHGEzk { width:47.75rem;height:1rem;top:37.1875rem;left:0rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTSQXKtyf4XAy2uk7NRmtRn4aylLPpgi { width:23.4375rem;height:23.5rem;top:11rem;left:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT2hAJ7TeMycaZ26axEgvAb1T0QmQ5gm { width:23.5rem;height:23.5rem;top:11rem;left:24.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #R82Hp63aF5Qvoew4HwlAEVeTTrDDXbux { width:23.375rem;height:23.5rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghwGenmUTr8lCkkZAQ1K7V6XilVo2omR { top:13.1875rem;left:21.875rem;width:4.0625rem;height:4.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rflJyglZqJmh69hpk6tABT6rcsnDEnHC { top:13.4375rem;left:0rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lEaRpvtEDS3p6uIEabuBg2SNn0TuXAnD { top:13.6875rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LFvyZxsRJFXlsvfVU0TDRzIuFnkfHs1y { top:3.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzO00T14m0VzE75JWIC66aRBfog8RpBW { display:block; }#fzO00T14m0VzE75JWIC66aRBfog8RpBW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gi01lKZ7iXaqbTqJkah8wSAptEiHumqQ { top:3.75rem;left:0rem;width:44.8125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FakUT78VsdnrfteNnlaDpwnWWnFga4Ab { width:19rem;height:3.5625rem;top:2.6875rem;left:28.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOdLis2g6py22rTT443gzxWmoIW4XkAr { display:block; }
 }@media only screen and (max-width: 763px) { #HhWmLpuqIha3RgiSOcLAkO6ZHa32tUHW { top:7rem;left:27.0625rem;width:20.6875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csaBWbGhkzPcwcLekKMF3tuPivuTOAa2 { top:5.75rem;left:0rem;width:47.75rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #bvHTSZ9sKaNO5LyWFwDSzQLAIxrkhlkS { top:12.125rem;left:0rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd1STpc7GBM6eT8mUWXPyPKvZiHaCANb { top:12.8125rem;left:0rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yngFK0ttDd5sUbNRTplNk1y1FC1pZywR { top:16.875rem;left:0rem;width:14.375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #exyrZ8peD6wLVL1gZhFHZGR47lTTM3vQ { top:16.875rem;left:14.65625rem;width:18.4375rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8WlngO8lsGrZJHnEimOd2oHJoHlpdQK { top:12.125rem;left:22.40625rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkVXccWOovdOeBrOrLK4ZZWs6xXKJhOB { top:12.8125rem;left:22.6875rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQV5ANf4rkM8Jabcopvr7fu3TT74TuSe { top:16.875rem;left:27.0625rem;width:20.6875rem;height:1.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KyLLOH4odnq3OIuAKRT2rLowVBaTvTps { top:12.125rem;left:44.8125rem;width:2.9375rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfuWtFyZtyO3k1xDKq3xTchNehQ1bVlO { top:12.8125rem;left:45.25rem;width:2.5rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMyLOR6GCTFmSWRNGuCgfVqgxn8axnIy { top:12.0625rem;left:9.4375rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SWZvvovQL8X4tQP9uUUtU1o0ZoXopG8w { top:12.0625rem;left:33.09375rem;width:6.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cvsg4w8nTFwgSZnJo0yle7fWekTfUO20 { width:17.875rem;height:8.4375rem;top:20.4375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #PxRP9Q1lSDwilxEoNpfKhST1BqSdIlFV { width:18.25rem;height:8.4375rem;top:20.4375rem;left:15.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvHoa5tZBe7h8uJDM8Zs74Q7mW0XourT { width:18.5rem;height:8.4375rem;top:20.4375rem;left:29.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv { display:block; }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7Al5AxUPKa7ifnDktodIXJNTD5lSFu9 { width:16.875rem;height:1.9375rem;top:17.8125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUEMSZpLc9PgfIauOE37CiiNMRtsx3u5 { width:17.8125rem;height:8.4375rem;top:20.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWnzJIKT8HseAIzk8eKHlmPhNgzmZsHw { width:16.875rem;height:1.9375rem;top:17.8125rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPsB2JtTGg46xtv80v5kt3D3Zvuk6DyA { width:17.9375rem;height:6.75rem;top:20.3125rem;left:13.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lByp5uaRwE9FynRbTcJbpwPuKfw6fxlb { width:16.875rem;height:1.9375rem;top:17.8125rem;left:30.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXBvBZEnuDnTxzrmIkoLaNq5SKJ8x6S { width:18.4375rem;height:8.4375rem;top:20.3125rem;left:29.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRBx7apBWF0k6mOrD4ts8ErXmuLrRXuE { width:47.75rem;height:3.25rem;top:4.9375rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #fWG1XQsVhNnsFnqGkR3a6xvga1X48JCs { width:18.125rem;height:1.9375rem;top:37.375rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3wM7Bpn7LUnB0ddSblKFZKPpebcOXJb { width:19.0625rem;height:6.75rem;top:40.625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLlf1qXawUaSlXa9En5i5K3k3RACs3sd { width:16.875rem;height:1.9375rem;top:37.375rem;left:14.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3wD19MybQ36cybTHuV9ggd3s9Jqgb3p { width:18.8125rem;height:8.4375rem;top:40.625rem;left:12.9375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixnkPCt4ufsV3ESifwSUPru0vdb3g9x1 { width:21rem;height:1.9375rem;top:37.375rem;left:26.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXRUVxVTmiJL9E0qJ9dPwGyNHrgVx8WP { width:18.75rem;height:6.75rem;top:40.625rem;left:28.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuKJofpb01g91vTFI3SNZs3kr6zCLisE { top:31.9375rem;left:37.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykxkbvI7bzaJ3U57oEaRfxs0g9unqkrN { top:12.125rem;left:5.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhLdwiQvk9TvvfFagufBELeQA3uok3nS { top:12.125rem;left:21.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd6hTXacbgyOmTD51Xs7sHsXVVBoTVuT { top:31.9375rem;left:5.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7UwJqzhV5UlzN9C6cJPIMVKJVpku1Oh { top:12.125rem;left:37.5rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhFhxmJbMSGdaEgPoU801P2CQaENIgTu { top:31.9375rem;left:21.625rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA { display:block; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvsG0iynWsKV8vPRgHRzdClpN3DCVu4B { width:47.75rem;height:3.25rem;top:5.125rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #p1QVsOP15WZNQmJxsnUOZHT5hyCg52He { width:47.75rem;height:11.25rem;top:11.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRasqk7SXBKam9JqrFsMTFahFbd8RMKg { top:27.6875rem;left:0rem;width:36.625rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWbe516Au1eb00wKlErxsTWBNADsW0du { top:27.625rem;left:11.125rem;width:36.625rem;height:23.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsfPexCAa3bUwpesdP0nhtZa4V7OyeTC { width:10.375rem;height:3.25rem;top:48.0625rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOTBvCIx9GARtVvFsOKmx0Ovaphc2qO { width:9.375rem;height:3.25rem;top:48.25rem;left:38.375rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 { display:block; }#GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztz5ptMTzKZMTb9UFRAl52vJpiJrkx6x { top:3.75rem;left:0rem;width:41.3125rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #FaxXkikFIkXBCCcZfyyRH43kdiLv7vF1 { width:21.5625rem;height:3.5625rem;top:2.6875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMNSu5RW7buUVkXPgGqwDe43H3cCxVHI { display:block; }
 }@media only screen and (max-width: 763px) { #igZkNG6e0hEUelwddt5c7SRHVx8UK1QW { top:7rem;left:27.875rem;width:19.875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pA71h0EDcWyTHXE59x25ArV6ubR10KnG { display:block; }#pA71h0EDcWyTHXE59x25ArV6ubR10KnG > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bkqd4tctXTAbFeEZsTJpI36PZh5wTtTR { width:47.4375rem;height:3.25rem;top:4rem;left:0.15625rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QN1h9owZylJbZQnZghm7smFdbL0zrv4y { width:47.75rem;height:5.625rem;top:10.0625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS4KBz1dFdcptlL5VPrLGSQX9ql5icKS { width:26rem;height:28.375rem;top:20.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX7ZOPgSfdxCITWbKygmubGCdBPH7trf { width:23.3125rem;height:28.375rem;top:20.1875rem;left:13.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9sTlZ9DB2XqN9TNcNUa61nBTizCdeA8 { width:23.375rem;height:28.375rem;top:20.1875rem;left:24.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmQxiMkCPK3JWOUXT2h5henadU21steN { width:36.875rem;height:21.5rem;top:103.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDUwuL9cFxZrBtde1BKJvQTOwib0Apla { width:37rem;height:27.375rem;top:49.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Ugrfw9IJHTe2cNiv9EpEeAmMiXMTPr { width:37.0625rem;height:27.375rem;top:49.625rem;left:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLbxWXBvT1UVGC1BLrSptWJr2QQw9uui { width:47.75rem;height:15.837083333333rem;top:78rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTmIGzAau2fZ7cJG5MGLRZi4PfrxuUMQ { width:36.875rem;height:21.5rem;top:103.6875rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzK664lF8FUogJWlDqO6R9fiTXvtS9yJ { width:36.875rem;height:27.5625rem;top:126.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdlbeChoP8OZmpWPRTW2XD5I96F30zTz { width:36.8125rem;height:27.5rem;top:126.1875rem;left:10.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuzLdwQwDLxgI8xQxtcvz6oxSWTnIART { width:24.375rem;height:32.4375rem;top:183.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQDOJlITDQ1nibS7sgDRNItrSe9fdvTo { width:24.375rem;height:32.4375rem;top:183.5rem;left:11.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K22P3xb6dPUNt2o1wMkZRUFBrOmrAAuA { width:24.375rem;height:32.4375rem;top:183.6875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKpZ4S0pZyIBvctXHOlmINtGfTaCoo0Z { width:36.875rem;height:27.5625rem;top:154.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #biMaeCmBmWl26nH1RSwxV2Dn1Ch4TT3d { width:36.875rem;height:27.5625rem;top:154.9375rem;left:10.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT { display:block; }#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSQRzhvQUZE3Ica86J85DMX84ZIho3RW { width:23.9375rem;height:31rem;top:10.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUmzfDIZm4siw1aLaQkzJGcI35En6aOH { width:18.75rem;height:1.8125rem;top:30.875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1WQHNmb7J13GOI72TP86wLP9ho0ozd { width:16.25rem;height:4.75rem;top:33.5625rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFmIEinKkXg33uRpT7z9f0z6XxVWgQNd { width:47.75rem;height:3.25rem;top:4.1875rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCzIPXcRg7EQGuR4K2gN7faXpBKSPxkr { top:12.5rem;left:1.8125rem;width:11.1875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #shP3a2V8HUDLpMN74t8GiIdbHLk4dLBE { width:23.9375rem;height:31rem;top:10.0625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzFn4DyE5BbD5ERPte9ntm42JRQShZlt { width:17.6875rem;height:4.75rem;top:33.5625rem;left:14.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP2FtCW1010TJxPXsN5Sd2uiVgqiRT0f { width:18.75rem;height:1.8125rem;top:30.875rem;left:13rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVrp0NiJvHHiBsCnJZWtrmK2yJDTFSLc { top:13.0625rem;left:13.3125rem;width:18.4375rem;height:15.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFlCaqJDgVxpos6OFgzWmM7XuT8T3G95 { width:23.9375rem;height:31rem;top:10.0625rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhgHmuVf4aCR8phLMdbCuAzOTd22OQBA { width:17.75rem;height:4.75rem;top:33.5625rem;left:29.875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyxt5xVKRrTO8TpF6ZZ19Km8ETLnzk5W { width:18.75rem;height:1.8125rem;top:30.875rem;left:28.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuHtffnP4tdlpQBwROc9qZFNNtDopCyS { top:13.0625rem;left:29.3125rem;width:18.3125rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2nZJdU2A08oHtrKh3BM6iduyd7J9o69 { width:23.9375rem;height:31rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHixD0VF1aAk2es6OVaJcPOiQQ8kQ9TX { width:16.25rem;height:4.75rem;top:65.8125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFg3XufdQ1v3lmgSHT4X6vvZWuyD3Fbe { width:18.75rem;height:1.8125rem;top:63.0625rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5tn1Q44TAVznGizuWdSpzKUqDWpTXAU { width:23.9375rem;height:31rem;top:42.25rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvyZpE6kFc2LrnUA0sIdPF5nwnW41fiF { width:18.75rem;height:1.8125rem;top:63.0625rem;left:13rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxtVBw3V4cF3RL6HzeTtfDWeeJTh6wdo { top:44.75rem;left:2.34375rem;width:11.1875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCewtT7607vwlFIhJUg9F6hMFZmT430V { width:20rem;height:4.75rem;top:65.75rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtdeUzzaatVm7TCEPHv3G4eM6ODQZQA6 { top:45.375rem;left:13.3125rem;width:18.4375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rifr8rl9GOJ5DbVFHF8VqSNzZScneZnq { width:23.9375rem;height:31rem;top:42.25rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTJRPGMs7uVwZVtSf3mtqlb8Ii6X4uw { width:18.75rem;height:1.8125rem;top:63.0625rem;left:28.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPsW3NpV2NXTvl0twy1C16cEn1u9UVee { top:45.375rem;left:29.1875rem;width:18.4375rem;height:15.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek2TR6ExDeuOrPgvg3elwbAxNfnlF8AE { width:18.1875rem;height:4.75rem;top:65.75rem;left:29.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJkBmkskUIpqaoM86dxCTFwuXEPRM37p { width:23.9375rem;height:31rem;top:74.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FueS6Ju1FkbkWsJQIdo19DT6WfR9mMKp { width:19.6875rem;height:4.75rem;top:97.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBpJNXBmNo0NTmHX42GJtSCBTICc67fS { width:18.75rem;height:1.8125rem;top:95.1875rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNxqDBdGP1T8kTNEZf0XdQxsUoSeXsVa { top:77.5rem;left:0rem;width:18.4375rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7m5cabvHrnXB58kBni7APO8XkMtz9Ti { width:23.9375rem;height:31rem;top:74.375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb1wC6mZOZi0XJqXbVEMQ1kzmh1ifaZU { width:18.75rem;height:1.8125rem;top:95.1875rem;left:13rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBtAG7wJgtItVHIyl3kCBcsLT5I8DxSM { width:20rem;height:4.75rem;top:97.9375rem;left:11.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqzgTg0HUDGFvsRZE40LcxG8lDvxk6PD { top:76.875rem;left:18.21875rem;width:11.1875rem;height:16.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuAKTHLTw78Pn3m5HcIkw85dOLxvOXOd { width:23.9375rem;height:31rem;top:74.375rem;left:23.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6ovaPkv6OWildTL0kMt3obX61KweAB7 { width:18.75rem;height:1.8125rem;top:95.1875rem;left:28.875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGmy1rENy7DroZWe1FGu7wqec5UZhJvp { top:76.875rem;left:34.09375rem;width:11.1875rem;height:16.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHdRFaz3ri4hk359UruGwRWTLJkw4ydp { width:18.1875rem;height:4.75rem;top:97.9375rem;left:29.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg { display:block; }#ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZQ3m5NvyowqJ5oLbSD5PRikrhzoQHvZ { width:47.75rem;height:3.25rem;top:4.3125rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #PTbLcitXHSgSSLIyBa2hbHQLQgxhE1Ih { width:47.75rem;height:3.75rem;top:9.6875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeUNJkEHv5iPJ9AGK9hmutu2X2yzZizm { width:17.8125rem;height:26.1875rem;top:25.125rem;left:6.0625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVdKDMH1lhqJoaLrXfvMvcmZrWIzWxam { width:20rem;height:4.1875rem;top:17.625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P47DwKw9VlBzpH6PpAawLToOeSXSpQLW { width:13.25rem;height:2.125rem;top:18.8125rem;left:10.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z48sVxp01kZLfTOh0cw6AeVaixRUUbI0 { width:20rem;height:2.8125rem;top:19.0625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sybO4UfSxOiGwIDWQePDzFx6RxC9EQ4Z { width:13.75rem;height:1.875rem;top:19.75rem;left:28.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdcmP83BHHQCRyzz6dC1uXDJwk1ngcn7 { width:20rem;height:33.625rem;top:22.0625rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #weBGTC9iJlie9JbydpITTE53VKqXtPmv { width:20rem;height:32.0625rem;top:22.0625rem;left:25.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uvHzWkXbL6ozqVk6UQoIMbUWumXricBs { width:17.8125rem;height:26.1875rem;top:25.1875rem;left:26.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fSXwf1yCTsVaf60KbCrz9xL6GBOGq1mi { width:13.375rem;height:26.1875rem;top:25.0625rem;left:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ARrOncCHGxQoHBZI5tTZM5Iya9MniqNf { width:13.375rem;height:20rem;top:19.5625rem;left:0rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #StlmOanNAgTJG8pebFz8sHNMZUgGyAOn { width:11.375rem;height:21.5625rem;top:20.875rem;left:1.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #AuKmlXhodAzJVX0IWrgguGPfFiwwQGGz { width:23.9375rem;height:31rem;top:74.375rem;left:23.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #z7HS0DXuxRGCNozn7TTfzlo03gK7atby { display:none; }
 }@media only screen and (max-width: 763px) { #vvIG8kKlw6ANuFmv3CB6Nd5AiEKW2Ky7 { display:none; }
 }@media only screen and (max-width: 763px) { #Jx1dlFD3ILDUNb0Z3xhydDcOmVNA5pgQ { display:none; }
 }@media only screen and (max-width: 763px) { #QOr0eXiTgTBBnpCGbqLrgAy5w4ee6wIS { display:none; }
 }@media only screen and (max-width: 763px) { #XCk0NQruuzO6RAhqoNu5BBaDI53DlhbU { display:none; }
 }@media only screen and (max-width: 763px) { #AMZ89bFmFLkNiafSOf2mod5y5aZOZbLd { display:none; }
 }@media only screen and (max-width: 763px) { #eDRgGTTAH24lX9SxknTKt4HGEPoSyTko { display:none; }
 }@media only screen and (max-width: 763px) { #mAbF3Z6o7yCzCnIyF16pos0TVD7LOlOL { display:none; }
 }@media only screen and (max-width: 763px) { #a0Iw8b4GZ1fEoTN7gZgOVTXfT1Zb2fMm { display:none; }
 }@media only screen and (max-width: 763px) { #SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI { display:block; }#SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g46RdwMRgwBnfShE6t1oPtc9U9zqyszT { top:3.8125rem;left:0rem;width:33.5625rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K1km94tZutfATMZzHTmLdwlFx5ZcwiaN { width:21.5625rem;height:3.5625rem;top:2.6875rem;left:26.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ym1xzAw2JIKetgc3sD9T2UoL5s1fe4R9 { display:block; }
 }@media only screen and (max-width: 763px) { #isTr3rR6EaT79KV5meM2WzOaU6oT0suU { top:7rem;left:27.875rem;width:19.875rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W2HJRTQakE8OiTFvlermVVvSEJb9g9BT { display:block; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDC1THlgKsCgV1QoN7CW6TukZkv4Xn3A { width:47.75rem;height:3.25rem;top:6.0625rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #k8CsubxiwnzuDBKeMCA0Ccyt19FNULVA { width:24rem;height:35rem;top:15.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlPMDLCIwL8byrdz7gcc1rCMkIiWsQ5o { width:20.75rem;height:22rem;top:24.1875rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqeIcoA0iQGGR2o2AEW77B8RfLyw9F44 { top:17.3125rem;left:0rem;width:4.5625rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmr0OuNHi2gK2CRFQIAnDMl84fUN5pJc { width:14.6875rem;height:2.375rem;top:17.3125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWLhdkeZo5bMDV7PZwcrlw6HkJsClp62 { width:9.125rem;height:1.875rem;top:19.625rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2eaHVCH5f4LcG3kmI4aTNKv1qwxpBI { width:24.0625rem;height:35rem;top:15.875rem;left:11.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBdRlxrXhqicME1ydbc2KblRcuboiVpZ { width:24.125rem;height:35rem;top:15.875rem;left:23.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9rkL0fPX0GLVUWX9n5oDP2q9d83o02e { width:42rem;height:2rem;top:10.625rem;left:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV4wRLqCTi5MrKaSLaAUqnqxQ4Vh3oSP { width:20.375rem;height:20rem;top:24.25rem;left:27.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #afhmGpB9GeLNyVPcOe0vSNBT5ecQys9s { width:9.125rem;height:1.875rem;top:19.625rem;left:38.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTgU5n8DwfwPl1RTRFEucoTz6zDkGHv2 { top:21.6875rem;left:2.1875rem;width:6.6875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ZVKAOMoQeFxUz0hMRm90ERnJqAd26E { width:9.125rem;height:2.375rem;top:17.3125rem;left:38.625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL17kBrcGzVU3UfAWOavXQSdF7TIxRwI { top:21.6875rem;left:27.5rem;width:6.6875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlds0tZlT9f918ZMcZhdKpvN6KH7AyAA { top:17.3125rem;left:38.875rem;width:4.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo6WutMDeFfn9uig6BwmEglTm7sUDmOp { width:14.9375rem;height:2.375rem;top:17.3125rem;left:19.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKJx7ir7GJNZcKh2ibHe9h0gG9cP0Ze1 { width:20.625rem;height:14rem;top:24.1875rem;left:13.5625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GCvobKuJJ7hwxtawxt8x58WXSGT2awqu { width:9.125rem;height:1.875rem;top:19.625rem;left:24.9375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo7sUzQu7VJDH40DtAqARZb2xnfyfKVa { top:21.6875rem;left:41.0625rem;width:6.6875rem;height:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rABZcsNz1KMCs8ne9wwOh1BBcm03FnCJ { top:17.3125rem;left:13.28125rem;width:4.25rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlLEO3nBVOCkz7iT8rZtcNuIgliX8tpy { top:47.25rem;left:0rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0OmnAKJXHTroQSPaTdli8AEWsrKTs2E { top:47.25rem;left:22.78125rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLE1bEK0m91z5xmacARJK7gTvPXWaFOd { top:47.25rem;left:45.5625rem;width:2.1875rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 { display:block; }#zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTrfTXQx7VoXF7GQGTs92qM9cCa7cWE2 { top:5.6875rem;left:0rem;width:26.3125rem;height:25.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcFPy0k4U4OKdpc3LEKDLttpMgwpz6dD { width:37.75rem;height:3.25rem;top:5.5625rem;left:10rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #csS0mwdVDChtV4APrCe5RaFduvEpIaxw { top:9.6875rem;left:16.6875rem;width:7.5rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FMT0rGZ55vPwP0uTefZGeAIlhZ4hpTyd { width:14.3125rem;height:2rem;top:12.875rem;left:16.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlqThqwbbDUp8e06vTVH6HaP7hDbOaT2 { width:20.875rem;height:4.4375rem;top:15.1875rem;left:16.6875rem;font-size:3.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #keQTBM2MnryP5BQP7VxSlWoNNbMw31Qi { width:42.5rem;height:8.125rem;top:22.5rem;left:5.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJaPF6gyxT5og4Ux2tsGiggkxTaN1sH8 { width:2.125rem;height:2.4375rem;top:16.1875rem;left:39rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD { display:block; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSOFSXZfHFZtMFaRaAgMlDN6LAfip7pG { top:16.375rem;left:0rem;width:47.75rem;height:30.174611973392rem;display:block; }
 }@media only screen and (max-width: 763px) { #hhsldxsFIuvHvnO00h3icd4TfuuQcdMk { top:4.125rem;left:0rem;width:36.5625rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #XNvBACcKCeaDNBi4rzg5ZDAlpbsVV2AL { top:8.25rem;left:0rem;width:47.75rem;height:5.3125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq { display:block; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oe7oiB3HXByiII9szpTpJmpgO78WWMUJ { top:5.0625rem;left:0rem;width:46.125rem;height:3.25rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK { display:flex;height:auto;width:27.8125rem;top:13rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #gAvCdXbwiXwDODP6VHhiCTm12VHBJxGQ {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #UED9iX0seMbEA2aGvqhrqEInrMVLOm3a {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #NQOfT79LU1wezHnbKN2OU7vKB9tQMEnL {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #SyWcz6EERe3bLNNl5NrsIrlTBKVX7i1T {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #PLdDL1eX4BQBZLF25UzCy9Q9iS2gp9fV {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #XS3xDNpSr12eHFmAT9eGvzuwuOaVWLG9 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #C2p70lC2NHNIhLMBluPkWXiv1CaeICZm {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #kat8EWd0QP3ni5msmRthOgJeIRceCfvF {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #Z82QRVlUV0nCuAr88p44SqrVeePU2oJu {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #T3NRWzE4qm87xqPKFGSudZCfTGi3BQPz {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #hJG2rw51NrUvqQEfaF4KJfmlz8ilwgXW {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #ooRsq7IfTUil1onchgfI8g1tSKNhlIkp {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #s3VZXfMVdnqeDbZpyTzLrLRPJE4ZZtEf {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #wo8EJKpyuvkNzSA2wTKQT3K2GTNNVHgT {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #C1F3Lh7sEzD2oeB9vLJbTM4OhadHO3Ni {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #wKU6HkoWE7yyb7oNazTP11gPq9cFC2VT {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #OpBMolXliHrf7EoIUqqDPK9zMopyqk7p {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #WiZ5OycAHRenZgTVhRek3T7AH1U6H8Jx {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #OrdElsIBryUGD2s8PCak3h0XnZCWZmas {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #rI4AVDdxTrnLpcK5FufSDomLLfMJpAEK {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #R0DW8RZiHKhyKVnRu48r89KtykWI10gw {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #t5qf8FlFtGp88O1rALp3ERZDczCyRNFc {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #evMNnIvd2HyIgCTa0yobHOlZ3XLfmpGp {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #QzqXOMxkToVSFZJfgk8lINa402wmAbEH {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #vdfkOfldHmDOvLnQSblkI3cHDQ99nFG4 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #GZ95Iw9BMR9fLXx7xU8xreUBlTJn7JAk {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #BrKFAB1nfEeLugmRqVm7JoBbvyOuBW40 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #B9uFq8iGNwZmm4EDRv9V2AERThavlrMF {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #LSqeqAT3btDQFQWCX2vfWXCvHyD7mQn1 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #ufTKvZxa0ytQlo7W01Xb3S5xzHLV27ML {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #QnTssC61xHUeSLQtpnhke19tVBid0lMP {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #x7NVLWNNRXUp9CXN3L99hLyiJPcuM1xA {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #H4evsE54lkw3Uu1LSgWBXWy7fdsJ1mST {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #fi9tHBHBB9LZfqWwXhVd4q4vi6iOT1Z8 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #e8MXrOzBunIdwQS2v013bQTgX42BE6IU {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #WeUz4LD5dAdZMHk08gXu8LGnAnnu42gG {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #mDastq0h2qOnFcbTvhwAFK4793FvaN7H {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #eGSPzsaT4SSZtveU5NEo4vpBJJeV0LW2 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #xg8wR7tUIOPJNmTxwkHR2s4MWIHu7fCC {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #CTasoz1W5olT4p13KmVMnBvqPNPaBgwA {  }
 }@media only screen and (max-width: 763px) { #E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 { display:block; }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h01p1THwgSsbCq1hHvxtPmHs948xCJUl { top:3.9375rem;left:7.5rem;width:40.25rem;height:3.25rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XH3kBzrT9HlbdQOACHeL1ba0OnlmcQ12 { top:7.875rem;left:16.25rem;width:31.5rem;height:1.9375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-regular-label { width:20.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-text { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-text {padding-top: 0; padding-bottom: 0;}#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-textarea { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-select { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-select {padding-top: 0; padding-bottom: 0;}#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-button { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-checkbox-label { width:19.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA  { width:20.5rem;height:auto;top:3.125rem;left:0rem; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .radio-container { width:20.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA {display:block;}#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA { width:20.5rem;height:auto;top:3.125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #e4wSCszku6BwwAkcyg3o1CZUCJyCAQNG {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #PyOdLTCERFNLpl7ghCTWh1SbvDmgJ2rV {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #GAvH31epX2Psi3C3yDirBswbRPGXUh0O {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #ObHxmRukr30VoBF2y6xt1iTkaVpNxWet {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #KnAvUNG5XQDDL9sAG4Lm3kZokMONqtBW {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #QanEhAXqpLMXq1aVTxU062xsN2Ud8Jfn {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #WHGSVmul6AK41n0upJWCiZ8u5EbGOXPG {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #uMZ6o7eNBF3fBil9PCLHpCOv3LSa86Bq {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #XsKzRhIEEslwQPhZzkQtHK1HyEih0T5i {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #nARtSF12TBHOTNMStgrX3dCXWkm92JWu {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #bfZo3Nqr05r2h4M1A1DNO6o4R1goIi2u {  }
 }@media only screen and (max-width: 763px) { #clr13TD8HTSWdlgigfDBkpUKxFyZ1GaX { top:14.125rem;left:17.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ycQyZmmTarz48NpsDcfNfp7w4pxs5SsL { top:14.1875rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AvokXmxBu9VLA6cL43huiLqdAgaRvOzA { top:16.3125rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #v97Ig70NGTCDx5hETfxR5iqTqQdwvWTd { top:18.375rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Rzi15v2CSAK2mxlZGzCTIodTIM2BslhS { top:20.4375rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LdFFiVcfrqPMgoCsuOGHVVeRBNq2gwao { top:16.25rem;left:17.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #T2Aqo4CJGO7cWkdiMGF0J3NcObU97MPC { top:18.3125rem;left:17.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PaMydz1gc2GZh3s01TwCe4sbbDpKTDmg { top:20.3125rem;left:17.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RunSB84hnuf9eBAETlHGSrqprktDBPy9 { top:12rem;left:17.125rem;width:1.4375rem;height:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #g25oC0SOGQKxUEWbzSpvEvLFigs8RN09 { top:12.0625rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7L9SGgEKV9qJl9dHSRk61Ixsiyhe6tR { top:25.5625rem;left:0rem;width:6.25rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #euZ3Xq3q2NJe4Uyl17fXOKU0fkUV1ODq { top:25.375rem;left:1.5rem;width:6.25rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs6uKNhvzG1G1eqzN6nuCIymLs0qizvn { top:21.625rem;left:0rem;width:19.0625rem;height:1.125rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhygRsservWOQB8QeNWFx9p8JpPphq24 { top:41.0625rem;left:0rem;width:18.0625rem;height:0.9375rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt { display:block; }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKzDlXMZEfLodLawnLAUnE8MHdIrfikE { top:1.875rem;left:0rem;width:13rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFcnQUA2e6EqnvqtLwbbtAlktRxTPDTJ { top:7.375rem;left:0rem;width:31.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FUADTFqXDt5nzN1rktuH7btaUiAm58Zo { top:9.0625rem;left:0rem;width:20rem;height:0.875rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #NOc7Ox5C9pnKao4C2G6NpUQJIlebVmrH { top:11.875rem;left:0rem;width:20rem;height:0.875rem;font-size:0.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nFE2FO9eoO2MLaFbLW76fzAv0NxnXsBs { top:7.375rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yaTrKN4n9bJERW3wWnUQtH50h1U4sOic { top:5.6875rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yS24PWHVp2xTpBO4F3vPDMQXg76p6VmQ { top:4rem;left:16.25rem;width:31.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { background-color: transparent; background-image: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container { display: none; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .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); }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { border-width: 0; border-radius: 0; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#weJcp4ZZHpRqSIKITTXuydaBIfqBHMpP > .row .container { width:20rem;height:3.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qpCsi1g81FdV16aBgO5zMJgoKs4do9VP { width:7rem;height:2.0625rem;top:0.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #gLDg5dxCUGsi3VxyDFTw217zJCyG515N { width:11.875rem;height:2.5rem;top:0.75rem;left:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #g3Blgk4i0uP1g73gFUPS6wTuqdgIAtvE { display:block; }
 }@media only screen and (max-width: 763px) { #wknQDyZNNCylVUnR1QELccVAgKZRhH41 { width:11.625rem;height:2.8125rem;top:0.625rem;left:4.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #anQ3JTIMRJ8yqaJ2yAptgWyQ0bIIwxKr { display:block; }
 }@media only screen and (max-width: 763px) { #GMF2mfGvQz4LvhyIddOQ8s7l9nM8dXzo { top:3.75rem;left:0rem;width:20rem;height:0.0625rem;z-index:15014;display:block; }
 }@media only screen and (max-width: 763px) { #BPTsXflfak8a6lRk5DtStrdCG8i7fDBd { width:7rem;height:2.6875rem;top:0.5rem;left:13rem;z-index:15009;font-size:0.875rem;background-color:#de740b;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;color:#ffffff;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5);box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #E64REvZqPg3dPusaV7KbeKqpD9M9t5Ok { display:block; }
 }@media only screen and (max-width: 763px) { #rhTnyNm4qn79NhgRDyVksBToKg4uQAo5 { width:4.375rem;height:2.6875rem;top:0.5rem;left:8.0625rem;z-index:15009;font-size:0.75rem;background-color:#3878ca;background-image:url("https://images.assets-landingi.com/uc/b4aab415-794e-4da0-9ace-18d6bc09fd85/PhoneiconWEBP.webp");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;color:#3878ca;border-top-left-radius:0.375rem;border-top-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-bottom-right-radius:0.375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-weight:700;font-style:normal;display:block; }#rhTnyNm4qn79NhgRDyVksBToKg4uQAo5.adaptive-delivery-prevent-bg, #rhTnyNm4qn79NhgRDyVksBToKg4uQAo5.lazyload, #rhTnyNm4qn79NhgRDyVksBToKg4uQAo5.lazyloading { background-image: none; }
 }@media only screen and (max-width: 763px) { #uAnPT30wbaQsQeTenLL9RtG0JPpu6GBo { display:block; }
 }@media only screen and (max-width: 763px) { #icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { background-color: transparent; background-image: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { display: none; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .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); }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { border-width: 0; border-radius: 0; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#icRkAusqDxxHC3sBrDfEt9mfboa5ZCEd > .row .container { width:20rem;height:42.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MiZ4TCReVW6LxDCoTtk5VmKBv19PEPXb { width:20rem;height:0;top:7.1875rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#3878ca;z-index:15009;font-family:"roboto condensed";display:none; }
 }@media only screen and (max-width: 763px) { #lVWoxgQtPadnxogcQ2kVimEsQ4eTL28Z { width:20rem;height:0;top:13.021484375rem;left:0rem;font-size:1.125rem;text-align:left;text-align-last:left;color:#434242;z-index:15004;display:none; }
 }@media only screen and (max-width: 763px) { #qIUeeShT7GsCLx21ATAMiXFuIdhetCQw { width:19rem;height:3.5625rem;top:33.375rem;left:0.5rem;z-index:15005;font-size:1.25rem;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #wfQuQ8yg0Nv3XA8Ju2fEkU99G1Sq83do { display:block; }
 }@media only screen and (max-width: 763px) { #cSDNmd48bnCpIS6BwzQkBdneRv2okpOB { width:20rem;height:5.5rem;top:25.4375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#4a4848;z-index:15012;font-family:"roboto condensed";line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #QEe2NvqDQfdTyx67LbEP1ekAewLZfSKu { top:7.25rem;left:4.21875rem;width:11.5625rem;height:10.625rem;z-index:15013;overflow:hidden;box-shadow: none;display:block; }
 }@media only screen and (max-width: 763px) { #neoV4D1SEiP0ybJyXfdgOOGfCoQo75BV { width:3.125rem;height:3.125rem;top:41.6875rem;left:1.53125rem;z-index:15007;display:none; }
 }@media only screen and (max-width: 763px) { #NZx6fNaP3JzvogaiPmqRMComzTg6KhdA { width:2.6875rem;height:2.6875rem;top:42.3125rem;left:3.03125rem;z-index:15008;display:none; }
 }@media only screen and (max-width: 763px) { #g5szElFphVvQSQQz72O22ITECO8KIH0g { width:20rem;height:;top:19.5rem;left:0rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#3878ca;z-index:15010;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #H8GWFC7aocyOflTpEHNAqsGTezsR6fF0 { width:20rem;height:1.21875rem;top:4.6875rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;color:#434242;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #FfuZmtb1CZI9CtPtUdqZmARr0KDsiuxC { width:2.1875rem;height:2.1875rem;top:37.8125rem;left:8.875rem;z-index:15001;display:none; }
 }@media only screen and (max-width: 763px) { #VDCsukJlXkI5BxeCIG1RPuUhblJTuTgE { width:2.1875rem;height:2.1875rem;top:44.6875rem;left:8.875rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #oZTy3x9FUUuA7qs0vqs4R1gvZbt3t6Ff { width:2.1875rem;height:2.1875rem;top:41.25rem;left:8.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RO53rEVt5K7cxdqnOHC6MnNcJZ42FuvO { width:20rem;height:auto;top:34rem;left:0rem;font-size:0.875rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-text {padding-top: 0; padding-bottom: 0;}#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-select {padding-top: 0; padding-bottom: 0;}#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-size:1.0625rem;overflow:hidden;height:2.875rem; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX  { width:17.5rem;height:16rem;top:28.125rem;left:0rem; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX {display:block;}#SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX { width:17.5rem;height:16rem;top:28.125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #VUAk7k89mBInE7nzoTyp4O7iw9NWePRS {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #G4R1vwOsws5RhzEglWoL3OqVKWxwouwX {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #Qai5t3gBJQ0uaowXUFZU6bGei81yrcS4 {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #N75ExBTl9l6DUe3cGG9RCCNDnGsiMiIp {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #vFtIH29xrk8JaT78Xg7LMswZlnIrTzd7 {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #uMcffdgAZUpuP3mQncHZrPIT2nzpRhQz {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #H9AhAybA9OWiUkfAtREFRGmKrfaW2x7M {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #dZBly5lwnWwvclCtNyzZSlgf66DdgO6e {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #l925swG3JVQVU4mzVc3AI1zrb6EJe44F {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #OR2RBMIBwqwtkiih1luHwOCpR4DatNLV {  }
 }@media only screen and (max-width: 763px) { #SXsX0wprGOAdxoPLZu7IeMcAdLhC4PoX #bSskofMpT78HMTPQppcN9gISu003CLly {  }
 }@media only screen and (max-width: 763px) { #Ru3v0ZMc7a0sermzUwadmG8xX11SVtT0 { width:2.1875rem;height:2.1875rem;top:37.8125rem;left:3rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #C565SHzrToFBHXQBlzA2TlNEcc0PIuah { width:2.1875rem;height:2.1875rem;top:37.8125rem;left:5.5rem;overflow:hidden;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Pl0JouWHy5gSgrkLVKhIyQP6pTrblmE7 { width:2.1875rem;height:2.1875rem;top:37.8125rem;left:4.25rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #U93eTuDEkB712XGeb29vq99Ci1HtE4tc { width:9.25rem;height:1.949225rem;top:37.9375rem;left:7.8125rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#000000;line-height:1.2;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg { display:block; }#Tyhdal6ltTItfR4ZgKSeT5mrfIzqyTfg > .row .container { width:20rem;height:17.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sCflBWQPetLzru6ShKkqpFKP6van8F48 { width:13.4375rem;height:4.375rem;top:2.75rem;left:3.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #aCq5uTwNQHct1POHrmFkNXfZ0pHZTzkd { width:10.9375rem;height:4.375rem;top:2.75rem;left:4.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #ReNPwpJ4zHW8ezcusldSJ0NRtfuCaagZ { width:13.875rem;height:4.375rem;top:2.75rem;left:3.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NLz9Xe0CDTvQTw3hLRk7UICCEsw2k8aI { width:4.6875rem;height:4.6875rem;top:3.4375rem;left:4.78125rem;z-index:15011;display:none; }
 }@media only screen and (max-width: 763px) { #mVDdcN2TamtRfaSQ5mrnAy6V5h6FM7dB { width:9.25rem;height:3.125rem;top:4.6875rem;left:0rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Uxaz4gRwT30nsgUnOwlwKQ3Q0UUwqhcd { width:9.125rem;height:3.125rem;top:4.6875rem;left:10.875rem;z-index:15009;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #AFs8K6ugd7QZKz9ckaLOI7sM8g9SwGho { width:7.9375rem;height:3.125rem;top:9.625rem;left:0rem;z-index:15010;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #N0riSZuTIRRqRgpAaeP5pPvFk0Bk4Kvb { width:7.875rem;height:3.125rem;top:9.625rem;left:10.875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #T4zSyDbVTRMvKAkBk5FegHB5k987o805 { display:block; }#T4zSyDbVTRMvKAkBk5FegHB5k987o805 > .row .container { width:20rem;height:59.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g3DVkDdodXQiI3d3MbdATqQbbTQer0o5 { width:15.6875rem;height:11rem;top:22.625rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cp3LU4RUzeo83NFldU9T0499171tN83t { width:19.375rem;height:5.19921875rem;top:3.6796875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #KBhozW6aWoGALTaVLfHfFOl5AUbNgT3G { width:20rem;height:6.5rem;top:11.875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #ooiGqv36cqTJT6TtF7FdlBehI1pVTFR6 { display:flex;width:1.625rem;height:1.625rem;top:25.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #F7VC5kdrhv9O5G5KMK28FnZ8gst2b9F6 { display:flex;width:1.625rem;height:1.625rem;top:31.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #y7AD4QdfQs2WSKhTTx8kvSmSHQxQpE0e { display:flex;width:1.625rem;height:1.625rem;top:37.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #a2BGpJnzbwwqox3PJ0hqxPbFmTFimTJo { display:flex;width:1.625rem;height:1.625rem;top:43.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #iTGL7o4SRPdPivFfqpBLGT2BUf66biW1 { width:20rem;height:6.9043125rem;top:48.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #osDumCflh92GmUT4LE2ILE2FfbwwzCkC { width:15.6875rem;height:10rem;top:34.6875rem;left:3.3125rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1;display:block; }
 }@media only screen and (max-width: 763px) { #d9ZnSWs1ziMG6CNneBUDTA4GrdUMpCqF { display:flex;width:1.625rem;height:1.625rem;top:22.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #GdlpvFxfG1CM2wbGiSBnokOJpuL5R9nA { display:flex;width:1.625rem;height:1.625rem;top:28.375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #G7074kNyTIr1N463ioJbRQyghXBXSagW { display:flex;width:1.625rem;height:1.625rem;top:34.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #x3Sey1xVcJp6Nyi4hqDvqptN0tiqB0iO { display:flex;width:1.625rem;height:1.625rem;top:40.4375rem;left:1.0625rem; }
 }@media only screen and (max-width: 763px) { #ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL { display:block; }#ZQS9STDwPVA0X1hLf9lhQiybBVRWGhuL > .row .container { width:20rem;height:66.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ortkBHAVKu586hdvkwuRZiKzP7V3DJTR { width:19.375rem;height:5.19921875rem;top:4.125rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #hXo0ArDWpdZkS0V6Cu9P9fFmK5gxNP8u { width:20rem;height:8.125rem;top:9.9375rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #ZMfVSgxKCFLHNKTWAhnItd7NCyiKny9t { width:19.875rem;height:4.125rem;top:21.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #I5DGuofOS0TQLA0D0dT1u1tUBH2mBTMK { width:20rem;height:0;top:23rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #xa4lG8EwopKLAa09M4zA0B6BCzC0IwyU { width:16.5625rem;height:4.125rem;top:62.4140625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdAv37QCuGwnyQGfeCOcgtHIt9frPZvZ { width:13.8125rem;height:0;top:42.7890625rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AFdbGeOaWn6CaG6gyx1P7Kswscef54RP { width:16.5625rem;height:4.125rem;top:87.5390625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #HZhomcTAqXww0TnVH0hmLbwzgPAUgtwr { width:13.8125rem;height:0;top:67.9140625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #IaxCvh4Axun1TMKqBneiy9DFfOgJeI9p { width:16.5625rem;height:4.125rem;top:112.8515625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #az2U4Vp7NLcxW277UD1VI6uZirBiyqQI { width:13.8125rem;height:0;top:93.1015625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #aIqTGUF555IrHLfn415WImPh8PQ18zEv { width:16.5625rem;height:4.125rem;top:137.9765625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #eg4vWOhMKnFqfaRVmlA6adpGoR1HrfJr { width:13.8125rem;height:0;top:118.3515625rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #iGJNV61M4xLugPgWBgqxhTq0VqbhheHy { width:16.5625rem;height:4.125rem;top:163.1015625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BPL9X7RkHEsaQZ7IuanGtOk7xhHvg3KO { width:13.8125rem;height:0;top:143.4765625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZMLpZAxJCK3wfsinT1VvLKVyUST5lAqm { width:16.5625rem;height:4.125rem;top:17.8515625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Pe8t5EbGQAuyZ0sHKkp3lnBGg8p8Hun7 { width:13.8125rem;height:0;top:34.4140625rem;left:3.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rfVxtmMiwnlORgCOaJUvKQqq5TkqXcEK { width:16.5625rem;height:4.125rem;top:45.6640625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #lprCPB8D2OSAHC8CAkFdX0Nure13JgG6 { width:13.8125rem;height:0;top:47.0390625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AvVkKhMShtAOEamzpNO8PQkA6b4pmwyc { width:16.5625rem;height:4.125rem;top:23.3515625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zTLosxFQRSN9tXgqVeTeXcnikJ7zz3Ee { width:13.375rem;height:0;top:42.7890625rem;left:3.25rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QnOJexD7RmPttLaMswlILmZnp2eKGqkO { width:16.5625rem;height:4.125rem;top:70.7890625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #NtiSFsTrTcW4gpWDo0Vqfp7fsbSKfToA { width:13.8125rem;height:0;top:51.1640625rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wlLWfKumBPqzu63ekd7vlCWt5yPLxPBq { width:16.5625rem;height:4.125rem;top:95.9765625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Is2ZKRV7ERULSy3Iaq9u6ixDfXvF4o4w { width:13.8125rem;height:0;top:76.2890625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #yyX1hTSuobud8aHl6H724eEUEJT5KIMV { width:16.5625rem;height:4.125rem;top:121.2265625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QLGJSgTSO61aCKv3wqJBOT8KSeFkhwdx { width:13.8125rem;height:0;top:101.5390625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #chgAwBbCBKFXvvRcgS8xrRzAKsQ7CWXK { width:16.5625rem;height:4.125rem;top:146.3515625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MveCwu7NzgvmAnihdTmOL69FT8yWtvHT { width:13.8125rem;height:0;top:126.7265625rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #N15tOA0aRRtQDizT2DtglLCnhnuZaqtA { width:16.5625rem;height:4.125rem;top:171.5390625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IoApwBqBVp4hW8xPShPaTKlACZg4bRl4 { width:13.8125rem;height:0;top:151.8515625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #y00SRX9PSTI7JzCQ9IqKV7XmMtw0sFNz { width:16.5625rem;height:4.125rem;top:28.8515625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bLXm6cGoDa9uqUuZC6tbTgB9MZyVqeHU { width:16.5625rem;height:4.125rem;top:54.0390625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ezyba81cxOWZ83qhw9H7AOT0I24lSQ6G { width:13.375rem;height:0;top:30.1640625rem;left:3.3125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #LAlvurNTyycdhQmIkslNuHTMlQgnfZp9 { width:13.8125rem;height:0;top:34.4140625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vhIGzVQv0piTIhssJNnBaKmDTR6B9sss { width:16.5625rem;height:4.125rem;top:79.1640625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #weQ7MADMkJUW49XyAvIPWAT3GwJXTw7I { width:13.8125rem;height:0;top:59.5390625rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #AICogkJRP1w5uLtOqE9iehZ7eNUZIHur { width:16.5625rem;height:4.125rem;top:104.4140625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJRnQnbF4wugnJAKk29SdAvr6dpb3TSB { width:13.8125rem;height:0;top:84.6640625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #vaQ7T0sJB9UIsq8zqm28Sda6OLSUGOb2 { width:16.5625rem;height:4.125rem;top:129.6015625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #tLwrMScAzzc391m6BMAg6T6eiWabTqMs { width:13.8125rem;height:0;top:109.9765625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DN4W2CdhgspbSt6kiIIdikT9N9FHQAWK { width:16.5625rem;height:4.125rem;top:154.7265625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Rmb9qkvt7V8DIaus8UhEU9TfQ0TVRg4k { width:13.8125rem;height:0;top:135.1015625rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #n4Z5XJgKHEVuB9A62dTwS0THP2nTAptz { width:16.5625rem;height:4.125rem;top:179.9765625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QAW16C7dGWUSnMOwncDya1whgW9oZNeM { width:13.8125rem;height:0;top:160.2265625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #ZHeVKSgVT1ik8T0XfOJS3WptQcH53I34 { width:16.5625rem;height:4.125rem;top:188.4140625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #pt5v4t8uz6nJU9pVb7w2R0BSUGuWVLuL { width:13.8125rem;height:0;top:168.6640625rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lzELT4JzTceW2Qd3UX4ckieB1fNvL9xN { width:16.5625rem;height:4.125rem;top:213.5390625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #LTpHvkWW0OgDRcx2IZRk4uq0bDpq44fg { width:13.8125rem;height:0;top:193.9140625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #TMfQwL1SHU3QvqLonFMciGwxSQkCvIVF { width:16.5625rem;height:4.125rem;top:196.7890625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #P83JRshaUTqVo4xnTwwlS58rqM0MPuPL { width:16.5625rem;height:4.125rem;top:219.0390625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #i8BqKn5vengrwaEPTVZvBw7gv1dRZ6kt { width:13.8125rem;height:0;top:177.1015625rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #XDItQTENoIve5rMhN4W4H50aOb6940dp { width:13.8125rem;height:0;top:202.2890625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #SJU0dhbilLNhuKTszTdPEVnLfKLw1wVo { width:16.5625rem;height:4.125rem;top:205.1640625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dzcZyXnp3HhhMU98fXPAG9WwaLLGi4Tr { width:16.5625rem;height:4.125rem;top:224.5390625rem;left:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXycuotSkUecTKoDTTOOvproEa4alGZG { width:13.8125rem;height:0;top:185.5390625rem;left:3.125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #lQLy5o6JQ4vdF3MhQa1UtTXtMzsxXt1q { width:13.8125rem;height:0;top:210.6640625rem;left:3rem;font-size:1.25rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #wK8kTnyZEaW39Jguk7CIiotiqI71AQsz { width:20rem;height:4.142575rem;top:58.5rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #lAkcgw4fPbEaIoxhHiagG1doqdZsCSda { width:9.875rem;height:1.625rem;top:23rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #Q9RJUIQww407ZdeTPnSJqHqNoB5Q2q58 { width:9.875rem;height:1.625rem;top:23rem;left:9.875rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #TbTAhwZPb8wbDHkWtfkFmNJQKJUT44Te { width:19.875rem;height:4.125rem;top:25.875rem;left:0rem;z-index:15013;display:block; }
 }@media only screen and (max-width: 763px) { #Up7OnfWthrtwpJNH4bdfoSJbXdSGseGf { width:9.875rem;height:1.625rem;top:27.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #QaIJH5iMa5rSTn7gstxvTvnRVn7JSzfD { width:9.875rem;height:1.625rem;top:27.1875rem;left:9.875rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #uFF3G1WZGx18epUcrlv3HR30ZfNuGuWn { width:19.875rem;height:4.125rem;top:30.0625rem;left:0rem;z-index:15016;display:block; }
 }@media only screen and (max-width: 763px) { #fFD4riUdQAzmQUiTLBvktTOywXy6PqBF { width:9.875rem;height:1.625rem;top:31.375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15047;display:block; }
 }@media only screen and (max-width: 763px) { #ANEslZnh5tkEhn95Sd32PHBvgVC7wI2b { width:9.875rem;height:1.625rem;top:31.375rem;left:9.875rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15048;display:block; }
 }@media only screen and (max-width: 763px) { #Vmot06ckcJJ3866DZvmKsbyUCEnsVpaI { width:19.875rem;height:4.125rem;top:34.25rem;left:0rem;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #vTEQOgJV7uOzHstTGNuSKLmPCqMITWKU { width:9.875rem;height:1.625rem;top:35.5625rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15050;display:block; }
 }@media only screen and (max-width: 763px) { #lFVxmpkPqc9XVEt2vbS6DRB6r5Fcu7yQ { width:9.875rem;height:1.625rem;top:35.5625rem;left:9.875rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15051;display:block; }
 }@media only screen and (max-width: 763px) { #VT0o3ZDz9I3zeKob7PvRITnOPsL9LDyb { width:19.875rem;height:4.125rem;top:38.4375rem;left:0rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #qyB6v1Ha49y8phTlWmhGnmGOx8n5gi73 { width:9.875rem;height:1.625rem;top:39.75rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15053;display:block; }
 }@media only screen and (max-width: 763px) { #b2xXM6zzKH3P23VpskIWmkmWTaH7bwlU { width:19.875rem;height:4.125rem;top:42.625rem;left:0rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #aVNcLrCw7bGc5lVX74sNXvstpdhDEyAz { width:9.875rem;height:1.625rem;top:43.9375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15056;display:block; }
 }@media only screen and (max-width: 763px) { #POL41pqd5GnB5Zw7r8qqcsgPRxTX2Dxc { width:9.875rem;height:1.625rem;top:39.75rem;left:9.875rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15054;display:block; }
 }@media only screen and (max-width: 763px) { #p5Ua04DsvqXHy3eCPfgRSlEkMQkFWarq { width:9.875rem;height:1.625rem;top:43.9375rem;left:9.875rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15057;display:block; }
 }@media only screen and (max-width: 763px) { #ItZZBvLmlTSU0f5BTiqTbTaXcLgip0xO { width:19.875rem;height:4.125rem;top:46.8125rem;left:0rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #QoGF7LKA3H9aoC3sIqRS9htzVCEsxlX9 { width:9.875rem;height:1.625rem;top:48.125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15059;display:block; }
 }@media only screen and (max-width: 763px) { #w6QlnDn09FghSb6wQTqF0FdmrJwfsToO { width:9.875rem;height:1.625rem;top:48.125rem;left:9.875rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15060;display:block; }
 }@media only screen and (max-width: 763px) { #LDmceythsnWGz2GvDHM8L2aenRatHD4c { width:19.875rem;height:4.125rem;top:51rem;left:0rem;z-index:15031;display:block; }
 }@media only screen and (max-width: 763px) { #gupWPVfavxWAc0GGMmF8pJMWB6zS71Al { width:9.875rem;height:1.625rem;top:52.3125rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;z-index:15062;display:block; }
 }@media only screen and (max-width: 763px) { #Fk384lJXwnhpZkFQXGP1HVLTrUWXLlRb { width:9.875rem;height:1.625rem;top:52.3125rem;left:9.875rem;font-size:1.25rem;text-align:right;text-align-last:right;z-index:15063;display:block; }
 }@media only screen and (max-width: 763px) { #rDn7RoKUsDkovH8ShDrrssNx7VmFquJx { background-color:rgba(0,0,0,0);background-image:none;display:block; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container { background-color: transparent; background-image: none; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container > .video-iframe-container { display: none; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row > .video-iframe-container { display: none; }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .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); }#rDn7RoKUsDkovH8ShDrrssNx7VmFquJx > .row .container { width:20rem;height:53.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #I9F4zN5aJZifTDtXMA6Z3FmfvgK1cQlB { width:20rem;height:7.7988125rem;top:4.1875rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #mW7vT2fB1ZlAaxsB3HerrLzhIRcT42Xs { width:20rem;height:6.5rem;top:13.625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #wixVnhkPS7QO8TxlZFc3tV0Wy1gWWPh2 { width:20rem;height:26.2363625rem;top:23.125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg { display:block; }#byvOLJiTq209WiMq6y3iHbKB5vZPc8Zg > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ezsNinsZq3fcAcBC9moIU20A2Gm22BSx { width:18.625rem;height:5.19921875rem;top:3.6875rem;left:0.6875rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #uVeltkF1tQgP2XMzpZvgBTLcugbnwEWO { width:19rem;height:3.5625rem;top:10.875rem;left:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #UVdyXsgVKc5f60c3EslwHW7Mttd93clU { display:block; }
 }@media only screen and (max-width: 763px) { #mSnqIlLU9R6CXgWIpJyTGf097AkbsJwg { width:20rem;height:1.0556625rem;top:15.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 { display:block; }#q2dxhOk0xc1gwUolRpvNsaO55pW9DxD4 > .row .container { width:20rem;height:89.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lQTwxdWmxpFsLtlLBfBUKGManDOAlVzn { width:20rem;height:2.5996125rem;top:4.001953125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #KpJONN2BbckLgqDTe0mL593E4ga6vUOe { width:20rem;height:4.875rem;top:7.390625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #kFAa7vhsStZ03y8uh87BPbOKhwTQSH9D { width:8.125rem;height:7.5rem;top:16.3125rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aad38f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dJlMUScDtAT9RqBG0h8ImnDixERnx5lU { width:11.25rem;height:7.5rem;top:16.3125rem;left:8.75rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6cc0da;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #XrZ1FQyvgiWLff2CIx9TTzXf9KQMN9Nc { width:6.25rem;height:3.736325rem;top:18.193359375rem;left:0.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sFD2QuRpE1U0hmvrddiESLodhCekKH3V { width:8.625rem;height:3.736325rem;top:18.193359375rem;left:10.0625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AE6pQcHKnkXLU9O4NdGIIbAqTwKQtpqU { width:20rem;height:7.5rem;top:32.4375rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aad38f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ePLM7LXoBAT2l5UOIxEQ1dfHd45w1EzT { width:11.3125rem;height:7.5rem;top:24.375rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6cc0da;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Evnmnk4dgFFA1JZS1TOt9dEKgKThSh38 { width:10.1875rem;height:3.736325rem;top:50.9375rem;left:4.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #EJgIi9vhHxFQWTknI6K4W5ZTXWUqmwEk { width:10.1875rem;height:3.736325rem;top:34.318359375rem;left:4.90625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZhEzvPODsxVpnfSnF7t8Oa7SJMyrnLut { width:8.125rem;height:7.5rem;top:24.375rem;left:11.875rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aad38f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #AN6kEvtO9mq7u2voDna6yoxae1pwbVO1 { width:11.3125rem;height:7.75rem;top:40.625rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#aad38f;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #qtFwGMiN56tlS2OwapXVpbN7CzQpTzbX { width:8.125rem;height:7.75rem;top:40.625rem;left:11.875rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6cc0da;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #TqCuw4qICEuwOQxs08GIt2CfcL07zDeh { width:20rem;height:7.75rem;top:48.9375rem;left:0rem;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#6cc0da;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NNiRShMya83WzbUllq2cLQ8cuSui3vDJ { width:6.0625rem;height:3.736325rem;top:26.255859375rem;left:12.90625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cWEN4EUsyJw8Tix7fEWHugb3NqSCnMd6 { width:7.0625rem;height:3.736325rem;top:42.625rem;left:12.5rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gUIhIzWGIKGE3fuwgsbXZTbvep6U7o2G { width:6.375rem;height:3.736325rem;top:26.25rem;left:2.4375rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qL6bgIrvwyXAgufiFhIGQnr18ksbMUhf { width:10.1875rem;height:3.736325rem;top:42.625rem;left:0.5625rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zHaqXtiCUql4rWgBgqA0FJduyPAz6qxX { width:20rem;height:27.09375rem;top:59.13671875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lAe6yXhXQLlCEN6tedzow3zc8ATVs6Hq { width:7.5rem;height:0.3125rem;top:13.375rem;left:6.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw { display:block; }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw { background-color: transparent; background-image: none; }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row .container > .video-iframe-container { display: none; }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row > .video-iframe-container { display: none; }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .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); }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw { border-width: 0; border-radius: 0; }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WWU6zZnUM16CA1osq5NF7Qwzc6E9Ownw > .row .container { width:20rem;height:222.3125rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iT2yf8OJO7zs29irHx0VPSp54slbT0Gs { width:20rem;height:44.0625rem;top:81.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #QC98VVF01eqg89v36x89q8UhbLQNbM3z { width:18.75rem;height:17.5625rem;top:90rem;left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pdTbmXEqxzSM1gLRzM205DGoEC6rIaV4 { width:20rem;height:46.1875rem;top:33.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CoKRJskoOA0no47vt1G4uP9x9Rmu87uF { width:18.75rem;height:17.5625rem;top:42.6875rem;left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gU2MUzqabkseetzL9q8aOrnogQy2Fgu2 { width:18.8125rem;height:15.1894375rem;top:62.8125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zaSLSmszxWugtDugRDJQZy4gyU2l5BL9 { width:20rem;height:5.84765625rem;top:36.75rem;left:0rem;font-size:1.5rem;font-family:"roboto condensed";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bt0XsKypgnRsTs4CUJb2vzc6pNSO2rZT { width:18.75rem;height:17.5625rem;top:135.75rem;left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bNkQMxwx4p1J0wgtAVlpMAKhT6BTm62C { width:18.75rem;height:17.5625rem;top:179.125rem;left:0.625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tL5TsryTIrFmqA3wrIpUEZS4kN7gg268 { width:20rem;height:0;top:65.4375rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:none; }
 }@media only screen and (max-width: 763px) { #ckoKuTe8Gzy4pCV8O6QCzFsZeRMRvf23 { width:20rem;height:3.8984375rem;top:129.375rem;left:0rem;font-size:1.5rem;font-family:"roboto condensed";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FV7WJ5nRM2bOxhBfTATBznbvaKuVgggF { width:20rem;height:1.94921875rem;top:174.5625rem;left:0rem;font-size:1.5rem;font-family:"roboto condensed";text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Th6t3mhboVCEgqvmX34B87IaCKNv5BT1 { width:18.8125rem;height:12.42775rem;top:110.5rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gEIns3DwUMMab6lQCGzHsPTr0qJBRUrK { width:18.8125rem;height:12.42775rem;top:156rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQShzoqKKQhTJnWZA3vdDdRLOpe9w1by { width:18.8125rem;height:16.5703125rem;top:199.1875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZbQHPUc0tDRn4UM7phC4nNTKR5BduizO { width:20rem;height:44.5625rem;top:126.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rdNRLCWSp2qbVWqUSLzZSNHnDcKKTVqG { width:20rem;height:45.9375rem;top:172.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZEQvSAwHcgqi3y4qgTO9fMvTNCA4fHe4 { width:19.375rem;height:5.19921875rem;top:2.6796875rem;left:0.3125rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #b6tQs3TD4Fd5T23Kt6a5WzxqmqBSRRlM { width:20rem;height:4.875rem;top:9.5390625rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LTTps5W5O3NrAMay1kHTDUASrlLWuHRW { width:7.5rem;height:0.3125rem;top:159.1875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q1WtW6znpnX8xvTgobBwpwOfnUaK2V2w { width:7.5rem;height:0.3125rem;top:23.25rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #eNoUHwry27Phr3WT48t2J3LTE2FK18gP { width:7.5rem;height:0.3125rem;top:69.875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #XcicyEJdVBx4EuPglEFWPFFWU8XbsDsN { width:7.5rem;height:0.3125rem;top:115.9375rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #dFQTCmdQJRozzJIVr5ufznE2GJQ5XunT { width:20rem;height:3.8984375rem;top:83.5rem;left:0rem;font-size:1.5rem;text-align:center;text-align-last:center;font-family:"roboto condensed";z-index:15020;display:block; }
 }@media only screen and (max-width: 763px) { #hMTAb9wXno4qgoz3NXFieIFkwkZt47GR { width:20rem;height:14.34375rem;top:16.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #OCmNQUVeIbrasA6zRdkvm9k42ax03h3r { background-color:rgba(0,0,0,0);background-image:none;display:block; }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row .container { background-color: transparent; background-image: none; }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row .container > .video-iframe-container { display: none; }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row > .video-iframe-container { display: none; }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .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); }#OCmNQUVeIbrasA6zRdkvm9k42ax03h3r > .row .container { width:20rem;height:93.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #O11KLGyVhBBzi2ECL1WvKMRXQcV6TGTE { width:18.875rem;height:5.5234375rem;top:23.875rem;left:0.5625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #awihMZWanLPTRLLl3CH6AGyw2JUTFcgA { width:7.0625rem;height:4.3056625rem;top:19rem;left:6.5rem;text-align:center;text-align-last:center;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #AKXPrhTrDRBVpkKvy92UwaCoeLMzTn9g { width:18.125rem;height:1.4619125rem;top:16.5625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kv2CKT4MacVgtUTpomUZPypmPPrPVmlB { width:3.5rem;height:1.29980625rem;top:21.25rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #NAtHggVbkL3TloAWo58BWHKG18JA6c3T { width:18.125rem;height:1.4619125rem;top:42.0625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cP7yq8ytH7ErruIHDI90PoDlHUWDaZEw { width:6.375rem;height:4.3056625rem;top:44.625rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CNMX5ZzTmIgeVUw5JaAelmLPtm29P2cd { width:3.5rem;height:1.29980625rem;top:46.9375rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJbrlKT70K2TtcMALQgauWEUgfSa1rH1 { width:18.8125rem;height:5.5234375rem;top:50.4375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #Ci0L2B7Cs8Xu7P2vV5BEluufiFXFaHlA { width:18.125rem;height:1.4619125rem;top:67.625rem;left:0.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xx1FTMOIDIe02PI560HNFZHJuZdq42zs { width:6.375rem;height:4.3056625rem;top:70.6875rem;left:6.8125rem;text-align:center;text-align-last:center;font-size:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ld34dW1tFRmIyTrr8LH3F0KNwJlud0ui { width:3.5rem;height:1.29980625rem;top:73rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fI2pOLeM8a27ZwvsdVWuhgOfRAW4EuOb { width:18.5625rem;height:4.142575rem;top:75.8125rem;left:0.75rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #xST3QhRbP1ACbV5pIULJR8COAalHGEzk { width:20rem;height:3.16699375rem;top:86rem;left:0rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTSQXKtyf4XAy2uk7NRmtRn4aylLPpgi { width:20rem;height:23.6875rem;top:35.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wT2hAJ7TeMycaZ26axEgvAb1T0QmQ5gm { width:20rem;height:23.6875rem;top:61rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R82Hp63aF5Qvoew4HwlAEVeTTrDDXbux { width:20rem;height:23.6875rem;top:10.375rem;left:0rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ghwGenmUTr8lCkkZAQ1K7V6XilVo2omR { display:flex;width:4.0625rem;height:4.0625rem;top:37.25rem;left:8rem; }
 }@media only screen and (max-width: 763px) { #rflJyglZqJmh69hpk6tABT6rcsnDEnHC { display:flex;width:3.625rem;height:3.625rem;top:11.9375rem;left:8.1875rem; }
 }@media only screen and (max-width: 763px) { #lEaRpvtEDS3p6uIEabuBg2SNn0TuXAnD { display:flex;width:3.125rem;height:3.125rem;top:63.3125rem;left:8.4375rem; }
 }@media only screen and (max-width: 763px) { #LFvyZxsRJFXlsvfVU0TDRzIuFnkfHs1y { width:20rem;height:5.19921875rem;top:2.90234375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #fzO00T14m0VzE75JWIC66aRBfog8RpBW { display:block; }#fzO00T14m0VzE75JWIC66aRBfog8RpBW > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gi01lKZ7iXaqbTqJkah8wSAptEiHumqQ { width:18.625rem;height:5.19921875rem;top:3.6875rem;left:0.6875rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #FakUT78VsdnrfteNnlaDpwnWWnFga4Ab { width:19rem;height:3.5625rem;top:10.875rem;left:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #vOdLis2g6py22rTT443gzxWmoIW4XkAr { display:block; }
 }@media only screen and (max-width: 763px) { #HhWmLpuqIha3RgiSOcLAkO6ZHa32tUHW { width:20rem;height:1.0556625rem;top:15.6875rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs { display:block; }#nxmtvfXJuKvdl9ivKKnQ0vSuw6VTFoZs > .row .container { width:20rem;height:69.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #csaBWbGhkzPcwcLekKMF3tuPivuTOAa2 { width:20rem;height:7.7988125rem;top:4.5rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #bvHTSZ9sKaNO5LyWFwDSzQLAIxrkhlkS { width:2.9375rem;height:2.9375rem;top:13.0419921875rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hd1STpc7GBM6eT8mUWXPyPKvZiHaCANb { width:2.5rem;height:1.625rem;top:13.6982421875rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #yngFK0ttDd5sUbNRTplNk1y1FC1pZywR { width:17.875rem;height:1.625rem;top:17.4169921875rem;left:1.0625rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #exyrZ8peD6wLVL1gZhFHZGR47lTTM3vQ { width:16.125rem;height:1.625rem;top:36.375rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #k8WlngO8lsGrZJHnEimOd2oHJoHlpdQK { width:2.9375rem;height:2.9375rem;top:32.3125rem;left:8.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HkVXccWOovdOeBrOrLK4ZZWs6xXKJhOB { width:2.5rem;height:1.625rem;top:32.9375rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQV5ANf4rkM8Jabcopvr7fu3TT74TuSe { width:18.375rem;height:1.625rem;top:54.4482421875rem;left:0.8125rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KyLLOH4odnq3OIuAKRT2rLowVBaTvTps { width:2.9375rem;height:2.9375rem;top:49.8857421875rem;left:8.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #dfuWtFyZtyO3k1xDKq3xTchNehQ1bVlO { width:2.5rem;height:1.625rem;top:50.5419921875rem;left:8.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMyLOR6GCTFmSWRNGuCgfVqgxn8axnIy { width:3.8125rem;height:2rem;top:55.1357421875rem;left:15.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SWZvvovQL8X4tQP9uUUtU1o0ZoXopG8w { width:3.8125rem;height:2rem;top:54.4482421875rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #cvsg4w8nTFwgSZnJo0yle7fWekTfUO20 { width:18.8125rem;height:7.96875rem;top:19.8232421875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #PxRP9Q1lSDwilxEoNpfKhST1BqSdIlFV { width:18.8125rem;height:6.375rem;top:38.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #nvHoa5tZBe7h8uJDM8Zs74Q7mW0XourT { width:18.8125rem;height:7.96875rem;top:57.0107421875rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv { background-color:#f1f5fd;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row .container { background-color: transparent; background-image: none; }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row .container > .video-iframe-container { display: none; }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row > .video-iframe-container { display: none; }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .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); }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row .container { border-width: 0; border-radius: 0; }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#OWiQWJ63AvNb8HvQdE5CXedZ5znTa5gv > .row .container { width:20rem;height:110.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #r7Al5AxUPKa7ifnDktodIXJNTD5lSFu9 { width:11.5625rem;height:1.625rem;top:16.6103515625rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UUEMSZpLc9PgfIauOE37CiiNMRtsx3u5 { width:18.8125rem;height:7.96875rem;top:18.7587890625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eWnzJIKT8HseAIzk8eKHlmPhNgzmZsHw { width:16.875rem;height:1.625rem;top:49.3447265625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PPsB2JtTGg46xtv80v5kt3D3Zvuk6DyA { width:18.8125rem;height:6.375rem;top:51.5556640625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lByp5uaRwE9FynRbTcJbpwPuKfw6fxlb { width:16.875rem;height:1.625rem;top:82.4541015625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DTXBvBZEnuDnTxzrmIkoLaNq5SKJ8x6S { width:18.8125rem;height:6.375rem;top:84.6025390625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zRBx7apBWF0k6mOrD4ts8ErXmuLrRXuE { width:20rem;height:7.7988125rem;top:3.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #fWG1XQsVhNnsFnqGkR3a6xvga1X48JCs { width:16.875rem;height:1.625rem;top:33.7587890625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H3wM7Bpn7LUnB0ddSblKFZKPpebcOXJb { width:18.8125rem;height:6.375rem;top:35.9072265625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yLlf1qXawUaSlXa9En5i5K3k3RACs3sd { width:16.875rem;height:1.625rem;top:65.5556640625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T3wD19MybQ36cybTHuV9ggd3s9Jqgb3p { width:18.8125rem;height:6.375rem;top:67.7041015625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ixnkPCt4ufsV3ESifwSUPru0vdb3g9x1 { width:16.875rem;height:1.625rem;top:99.2900390625rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nXRUVxVTmiJL9E0qJ9dPwGyNHrgVx8WP { width:18.8125rem;height:4.78125rem;top:101.5634765625rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kuKJofpb01g91vTFI3SNZs3kr6zCLisE { width:4.375rem;height:4.375rem;top:94.3525390625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ykxkbvI7bzaJ3U57oEaRfxs0g9unqkrN { width:4.375rem;height:4.375rem;top:11.6962890625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhLdwiQvk9TvvfFagufBELeQA3uok3nS { width:4.375rem;height:4.375rem;top:44.4697265625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zd6hTXacbgyOmTD51Xs7sHsXVVBoTVuT { width:4.375rem;height:4.375rem;top:28.6962890625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #B7UwJqzhV5UlzN9C6cJPIMVKJVpku1Oh { width:4.375rem;height:4.375rem;top:77.2041015625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JhFhxmJbMSGdaEgPoU801P2CQaENIgTu { width:4.375rem;height:4.375rem;top:60.34375rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA { display:block; }#hqEEdzCZMiMrvCUiqEv7O2scPwIQ66wA > .row .container { width:20rem;height:79.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #nvsG0iynWsKV8vPRgHRzdClpN3DCVu4B { width:20rem;height:7.7988125rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #p1QVsOP15WZNQmJxsnUOZHT5hyCg52He { width:20rem;height:28.6875rem;top:14.8125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QRasqk7SXBKam9JqrFsMTFahFbd8RMKg { width:20rem;height:13.0625rem;top:47rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GWbe516Au1eb00wKlErxsTWBNADsW0du { width:20rem;height:13.0625rem;top:62rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsfPexCAa3bUwpesdP0nhtZa4V7OyeTC { width:8.625rem;height:2.4375rem;top:57.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJOTBvCIx9GARtVvFsOKmx0Ovaphc2qO { width:7.9375rem;height:2.4375rem;top:72.6875rem;left:12.0625rem;text-align:center;text-align-last:center;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 { display:block; }#GkFokgVuR1luAsQmAwgWkrLe7fUMaaN1 > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ztz5ptMTzKZMTb9UFRAl52vJpiJrkx6x { width:20rem;height:5.19921875rem;top:4.0625rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #FaxXkikFIkXBCCcZfyyRH43kdiLv7vF1 { width:19rem;height:3.5625rem;top:10.5625rem;left:0.5rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #oMNSu5RW7buUVkXPgGqwDe43H3cCxVHI { display:block; }
 }@media only screen and (max-width: 763px) { #igZkNG6e0hEUelwddt5c7SRHVx8UK1QW { width:19.875rem;height:1.0556625rem;top:15.375rem;left:0.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #pA71h0EDcWyTHXE59x25ArV6ubR10KnG { display:block; }#pA71h0EDcWyTHXE59x25ArV6ubR10KnG > .row .container { width:20rem;height:316.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Bkqd4tctXTAbFeEZsTJpI36PZh5wTtTR { width:20rem;height:5.19921875rem;top:4rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #QN1h9owZylJbZQnZghm7smFdbL0zrv4y { width:20rem;height:11.15625rem;top:10.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oS4KBz1dFdcptlL5VPrLGSQX9ql5icKS { width:20rem;height:21.826923076923rem;top:23.15625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OX7ZOPgSfdxCITWbKygmubGCdBPH7trf { width:20rem;height:24.343163538874rem;top:46.2324375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g9sTlZ9DB2XqN9TNcNUa61nBTizCdeA8 { width:20rem;height:24.27807486631rem;top:71.8251875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TmQxiMkCPK3JWOUXT2h5henadU21steN { width:20rem;height:11.661016949153rem;top:137.30375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDUwuL9cFxZrBtde1BKJvQTOwib0Apla { width:20rem;height:14.797297297297rem;top:97.3525625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #D9Ugrfw9IJHTe2cNiv9EpEeAmMiXMTPr { width:20rem;height:14.772344013491rem;top:113.3994375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mLbxWXBvT1UVGC1BLrSptWJr2QQw9uui { width:20rem;height:6.6333333333333rem;top:129.4209375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NTmIGzAau2fZ7cJG5MGLRZi4PfrxuUMQ { width:20rem;height:11.661016949153rem;top:150.213875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzK664lF8FUogJWlDqO6R9fiTXvtS9yJ { width:20rem;height:14.949152542373rem;top:163.124rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #IdlbeChoP8OZmpWPRTW2XD5I96F30zTz { width:20rem;height:14.940577249576rem;top:179.32225rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yuzLdwQwDLxgI8xQxtcvz6oxSWTnIART { width:20rem;height:26.615384615385rem;top:227.9091875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQDOJlITDQ1nibS7sgDRNItrSe9fdvTo { width:20rem;height:26.615384615385rem;top:255.7744375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #K22P3xb6dPUNt2o1wMkZRUFBrOmrAAuA { width:20rem;height:26.615384615385rem;top:283.6396875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #KKpZ4S0pZyIBvctXHOlmINtGfTaCoo0Z { width:20rem;height:14.949152542373rem;top:195.5126875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #biMaeCmBmWl26nH1RSwxV2Dn1Ch4TT3d { width:20rem;height:14.949152542373rem;top:211.7109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT { display:block; }#WeHZPh4kF1nXZdqOcDRcgdTiBcLPoTVT > .row .container { width:20rem;height:307.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #iSQRzhvQUZE3Ica86J85DMX84ZIho3RW { width:20rem;height:31rem;top:15.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DUmzfDIZm4siw1aLaQkzJGcI35En6aOH { width:18.75rem;height:1.8681625rem;top:35.5rem;left:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TQ1WQHNmb7J13GOI72TP86wLP9ho0ozd { width:16.25rem;height:5.09765625rem;top:38.625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xFmIEinKkXg33uRpT7z9f0z6XxVWgQNd { width:20rem;height:7.7988125rem;top:4.375rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #OCzIPXcRg7EQGuR4K2gN7faXpBKSPxkr { width:10.125rem;height:15rem;top:18.3125rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #shP3a2V8HUDLpMN74t8GiIdbHLk4dLBE { width:20rem;height:31rem;top:111.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hzFn4DyE5BbD5ERPte9ntm42JRQShZlt { width:18.6875rem;height:5.09765625rem;top:134.9375rem;left:0.78125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iP2FtCW1010TJxPXsN5Sd2uiVgqiRT0f { width:18.75rem;height:1.8681625rem;top:132.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVrp0NiJvHHiBsCnJZWtrmK2yJDTFSLc { width:16.25rem;height:13.5625rem;top:116.1875rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cFlCaqJDgVxpos6OFgzWmM7XuT8T3G95 { width:20rem;height:31rem;top:208.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zhgHmuVf4aCR8phLMdbCuAzOTd22OQBA { width:18.75rem;height:5.09765625rem;top:231.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lyxt5xVKRrTO8TpF6ZZ19Km8ETLnzk5W { width:18.75rem;height:1.8681625rem;top:227.6875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vuHtffnP4tdlpQBwROc9qZFNNtDopCyS { width:16.25rem;height:13.625rem;top:211.9375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2nZJdU2A08oHtrKh3BM6iduyd7J9o69 { width:20rem;height:31rem;top:47.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHixD0VF1aAk2es6OVaJcPOiQQ8kQ9TX { width:16.25rem;height:5.09765625rem;top:71rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFg3XufdQ1v3lmgSHT4X6vvZWuyD3Fbe { width:18.75rem;height:1.8681625rem;top:68.25rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #i5tn1Q44TAVznGizuWdSpzKUqDWpTXAU { width:20rem;height:31rem;top:144.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TvyZpE6kFc2LrnUA0sIdPF5nwnW41fiF { width:18.75rem;height:1.8681625rem;top:163.5625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BxtVBw3V4cF3RL6HzeTtfDWeeJTh6wdo { width:10.125rem;height:15rem;top:51.3125rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dCewtT7607vwlFIhJUg9F6hMFZmT430V { width:19.3125rem;height:6.796875rem;top:166.4375rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RtdeUzzaatVm7TCEPHv3G4eM6ODQZQA6 { width:16.25rem;height:13.625rem;top:147.8125rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rifr8rl9GOJ5DbVFHF8VqSNzZScneZnq { width:20rem;height:31rem;top:240.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kVTJRPGMs7uVwZVtSf3mtqlb8Ii6X4uw { width:18.75rem;height:1.8681625rem;top:259.625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SPsW3NpV2NXTvl0twy1C16cEn1u9UVee { width:16.25rem;height:13.5625rem;top:243.875rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ek2TR6ExDeuOrPgvg3elwbAxNfnlF8AE { width:19.25rem;height:5.09765625rem;top:262.8125rem;left:0.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JJkBmkskUIpqaoM86dxCTFwuXEPRM37p { width:20rem;height:31rem;top:79.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FueS6Ju1FkbkWsJQIdo19DT6WfR9mMKp { width:19.1875rem;height:5.09765625rem;top:102.625rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gBpJNXBmNo0NTmHX42GJtSCBTICc67fS { width:18.75rem;height:1.8681625rem;top:99.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mNxqDBdGP1T8kTNEZf0XdQxsUoSeXsVa { width:16.25rem;height:13.4375rem;top:83.75rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7m5cabvHrnXB58kBni7APO8XkMtz9Ti { width:20rem;height:31rem;top:176.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jb1wC6mZOZi0XJqXbVEMQ1kzmh1ifaZU { width:18.75rem;height:1.8681625rem;top:196.75rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBtAG7wJgtItVHIyl3kCBcsLT5I8DxSM { width:19.125rem;height:5.09765625rem;top:199.6875rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yqzgTg0HUDGFvsRZE40LcxG8lDvxk6PD { width:10.125rem;height:15rem;top:180.0625rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AuAKTHLTw78Pn3m5HcIkw85dOLxvOXOd { width:20rem;height:31rem;top:272.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n6ovaPkv6OWildTL0kMt3obX61KweAB7 { width:18.75rem;height:1.8681625rem;top:293.0625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dGmy1rENy7DroZWe1FGu7wqec5UZhJvp { width:10.0625rem;height:15rem;top:276.25rem;left:4.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EHdRFaz3ri4hk359UruGwRWTLJkw4ydp { width:19.125rem;height:5.09765625rem;top:296.25rem;left:0.4375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg { display:block; }#ETTVMWSli2E0ke6TfbzmOV56FwKTgGHg > .row .container { width:20rem;height:61.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZQ3m5NvyowqJ5oLbSD5PRikrhzoQHvZ { width:20rem;height:5.19921875rem;top:3.625rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #PTbLcitXHSgSSLIyBa2hbHQLQgxhE1Ih { width:20rem;height:9.5625rem;top:10.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AeUNJkEHv5iPJ9AGK9hmutu2X2yzZizm { width:17.8125rem;height:0;top:105.0625rem;left:1.375rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #GVdKDMH1lhqJoaLrXfvMvcmZrWIzWxam { width:11.6875rem;height:1.3125rem;top:49.2021484375rem;left:3.96875rem;display:none; }
 }@media only screen and (max-width: 763px) { #P47DwKw9VlBzpH6PpAawLToOeSXSpQLW { width:13.25rem;height:0;top:58.7177734375rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #Z48sVxp01kZLfTOh0cw6AeVaixRUUbI0 { width:19.625rem;height:2.8125rem;top:150.5rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #sybO4UfSxOiGwIDWQePDzFx6RxC9EQ4Z { width:13.75rem;height:0;top:151.1875rem;left:3.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #xdcmP83BHHQCRyzz6dC1uXDJwk1ngcn7 { width:19.625rem;height:33.625rem;top:102rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #weBGTC9iJlie9JbydpITTE53VKqXtPmv { width:19.625rem;height:32.0625rem;top:154.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #uvHzWkXbL6ozqVk6UQoIMbUWumXricBs { width:17.8125rem;height:0;top:158.0625rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #fSXwf1yCTsVaf60KbCrz9xL6GBOGq1mi { width:13.375rem;height:0;top:19.375rem;left:0rem;text-align:left;text-align-last:left;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ARrOncCHGxQoHBZI5tTZM5Iya9MniqNf { width:7.625rem;height:29.91015625rem;top:24.875rem;left:0.8125rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15019;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #StlmOanNAgTJG8pebFz8sHNMZUgGyAOn { width:10.5rem;height:29.91015625rem;top:24.875rem;left:8.9375rem;text-align:left;text-align-last:left;font-size:0.875rem;z-index:15018;color:#83bc53;line-height:1.8;display:block; }
 }@media only screen and (max-width: 763px) { #AuKmlXhodAzJVX0IWrgguGPfFiwwQGGz { width:19.875rem;height:34.8125rem;top:22.5625rem;left:0rem;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.0625rem 0.0625rem 1.875rem #cacaca ;display:block; }
 }@media only screen and (max-width: 763px) { #z7HS0DXuxRGCNozn7TTfzlo03gK7atby { top:27.1875rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #vvIG8kKlw6ANuFmv3CB6Nd5AiEKW2Ky7 { top:30.375rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #Jx1dlFD3ILDUNb0Z3xhydDcOmVNA5pgQ { top:36.6875rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15023;display:block; }
 }@media only screen and (max-width: 763px) { #QOr0eXiTgTBBnpCGbqLrgAy5w4ee6wIS { top:33.5625rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15024;display:block; }
 }@media only screen and (max-width: 763px) { #XCk0NQruuzO6RAhqoNu5BBaDI53DlhbU { top:52.4375rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15025;display:block; }
 }@media only screen and (max-width: 763px) { #AMZ89bFmFLkNiafSOf2mod5y5aZOZbLd { top:49.3125rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15026;display:block; }
 }@media only screen and (max-width: 763px) { #eDRgGTTAH24lX9SxknTKt4HGEPoSyTko { top:39.875rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15027;display:block; }
 }@media only screen and (max-width: 763px) { #mAbF3Z6o7yCzCnIyF16pos0TVD7LOlOL { top:43rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15028;display:block; }
 }@media only screen and (max-width: 763px) { #a0Iw8b4GZ1fEoTN7gZgOVTXfT1Zb2fMm { top:46.125rem;left:0.625rem;width:18.75rem;height:0.125rem;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI { display:block; }#SsvGxq8PZsmSoIgaEvLnAWyTHH81tqdI > .row .container { width:20rem;height:20.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g46RdwMRgwBnfShE6t1oPtc9U9zqyszT { width:20rem;height:5.19921875rem;top:3.4375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #K1km94tZutfATMZzHTmLdwlFx5ZcwiaN { width:19rem;height:3.5625rem;top:10.8125rem;left:0.4375rem;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;display:block; }
 }@media only screen and (max-width: 763px) { #ym1xzAw2JIKetgc3sD9T2UoL5s1fe4R9 { display:block; }
 }@media only screen and (max-width: 763px) { #isTr3rR6EaT79KV5meM2WzOaU6oT0suU { width:19.875rem;height:1.0556625rem;top:15.625rem;left:0rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #W2HJRTQakE8OiTFvlermVVvSEJb9g9BT { display:block; }#W2HJRTQakE8OiTFvlermVVvSEJb9g9BT > .row .container { width:20rem;height:122.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QDC1THlgKsCgV1QoN7CW6TukZkv4Xn3A { width:20rem;height:5.19921875rem;top:3.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #k8CsubxiwnzuDBKeMCA0Ccyt19FNULVA { width:20rem;height:33.375rem;top:14.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RlPMDLCIwL8byrdz7gcc1rCMkIiWsQ5o { width:18.8125rem;height:20.625rem;top:22.75rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #UqeIcoA0iQGGR2o2AEW77B8RfLyw9F44 { width:3.8125rem;height:3.4375rem;top:17.15625rem;left:1.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pmr0OuNHi2gK2CRFQIAnDMl84fUN5pJc { width:9.875rem;height:2.125rem;top:16.4375rem;left:7.75rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #mWLhdkeZo5bMDV7PZwcrlw6HkJsClp62 { width:6.6875rem;height:1.875rem;top:18.0625rem;left:10.875rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tc2eaHVCH5f4LcG3kmI4aTNKv1qwxpBI { width:20rem;height:31.9375rem;top:49.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBdRlxrXhqicME1ydbc2KblRcuboiVpZ { width:20rem;height:34.375rem;top:83.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #R9rkL0fPX0GLVUWX9n5oDP2q9d83o02e { width:20rem;height:1.4619125rem;top:10.2529296875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RV4wRLqCTi5MrKaSLaAUqnqxQ4Vh3oSP { width:18.8125rem;height:20.625rem;top:92.5rem;left:0.59375rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #afhmGpB9GeLNyVPcOe0vSNBT5ecQys9s { width:6.5625rem;height:1.875rem;top:86.9375rem;left:11.25rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #CTgU5n8DwfwPl1RTRFEucoTz6zDkGHv2 { width:6.6875rem;height:1.0625rem;top:19.9375rem;left:11.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x6ZVKAOMoQeFxUz0hMRm90ERnJqAd26E { width:7.375rem;height:2.125rem;top:85.3125rem;left:10.625rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #eL17kBrcGzVU3UfAWOavXQSdF7TIxRwI { width:6.6875rem;height:1.0625rem;top:55rem;left:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlds0tZlT9f918ZMcZhdKpvN6KH7AyAA { width:3.75rem;height:3.625rem;top:86.0625rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xo6WutMDeFfn9uig6BwmEglTm7sUDmOp { width:10.125rem;height:2.125rem;top:51.5rem;left:7.625rem;text-align:right;text-align-last:right;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XKJx7ir7GJNZcKh2ibHe9h0gG9cP0Ze1 { width:18.8125rem;height:13.125rem;top:58.375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:0.9375rem;color:#4a4848;display:block; }
 }@media only screen and (max-width: 763px) { #GCvobKuJJ7hwxtawxt8x58WXSGT2awqu { width:5.5625rem;height:1.875rem;top:53.0625rem;left:12.125rem;text-align:right;text-align-last:right;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Wo7sUzQu7VJDH40DtAqARZb2xnfyfKVa { width:6.6875rem;height:1.0625rem;top:88.875rem;left:11.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rABZcsNz1KMCs8ne9wwOh1BBcm03FnCJ { width:3.75rem;height:3.625rem;top:52.1875rem;left:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #SlLEO3nBVOCkz7iT8rZtcNuIgliX8tpy { width:2.1875rem;height:2.1875rem;top:44.875rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #o0OmnAKJXHTroQSPaTdli8AEWsrKTs2E { width:2.1875rem;height:2.1875rem;top:78.3125rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLE1bEK0m91z5xmacARJK7gTvPXWaFOd { width:2.1875rem;height:2.1875rem;top:114.3125rem;left:8.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 { display:block; }#zXPKWNeaTbmsRUbaSQrfgl9ADcxWa010 > .row .container { width:20rem;height:62.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QTrfTXQx7VoXF7GQGTs92qM9cCa7cWE2 { width:19.875rem;height:19.375rem;top:11.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcFPy0k4U4OKdpc3LEKDLttpMgwpz6dD { width:20rem;height:4.548825rem;top:4.4921875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #csS0mwdVDChtV4APrCe5RaFduvEpIaxw { width:7.5rem;height:0.3125rem;top:9.6875rem;left:6.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #FMT0rGZ55vPwP0uTefZGeAIlhZ4hpTyd { width:14.3125rem;height:1.625rem;top:35.4150390625rem;left:2.84375rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DlqThqwbbDUp8e06vTVH6HaP7hDbOaT2 { width:20rem;height:4.125rem;top:37.75rem;left:0rem;text-align:center;text-align-last:center;font-size:3.75rem;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #keQTBM2MnryP5BQP7VxSlWoNNbMw31Qi { width:20rem;height:12.42775rem;top:44.8955078125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lJaPF6gyxT5og4Ux2tsGiggkxTaN1sH8 { width:2.125rem;height:1.625rem;top:38.4375rem;left:17.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/b347393f-b36b-4345-964a-4c69b7bac24d/After.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD.adaptive-delivery-prevent-bg, #Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD.lazyload, #Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD.lazyloading { background-image: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { background-color: transparent; background-image: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,32,46,0.8); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container > .video-iframe-container { display: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(23,32,46,0.8); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row > .video-iframe-container { display: none; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .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); }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { border-width: 0; border-radius: 0; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Now57zPBdHfu1Z0ASZAokaP3rCIsmsSD > .row .container { width:20rem;height:38.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XSOFSXZfHFZtMFaRaAgMlDN6LAfip7pG { width:19.875rem;height:12.5rem;top:21.1982421875rem;left:0rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #hhsldxsFIuvHvnO00h3icd4TfuuQcdMk { width:20rem;height:5.19921875rem;top:4.3125rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;color:#ededed;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #XNvBACcKCeaDNBi4rzg5ZDAlpbsVV2AL { width:20rem;height:8.285125rem;top:10.8125rem;left:0rem;font-size:1.0625rem;text-align:center;text-align-last:center;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq { display:block; }#fLIQse4uwsDXTG5SIAKUSl3TkUXd0cCq > .row .container { width:20rem;height:71.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Oe7oiB3HXByiII9szpTpJmpgO78WWMUJ { width:20rem;height:5.19921875rem;top:5.375rem;left:0rem;font-size:2rem;text-align:center;text-align-last:center;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-element-container { background-color:#ffffff;background-image:none;border-top:0.0625rem solid #cacaca;border-left:0.0625rem solid #cacaca;border-right:0.0625rem solid #cacaca;border-bottom:0.0625rem solid #cacaca; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-heading-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-heading-text { color:#83bc53;font-size:1.0625rem;height:auto; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK .accordion-desc-text { color:#747474;font-size:1.0625rem;height:auto; }
#ZRbDymWipsvnceRK9SZc4nnclFH0k6VK { display:flex;height:auto;width:17.5rem;top:12rem;left:0rem;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0; }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #gAvCdXbwiXwDODP6VHhiCTm12VHBJxGQ {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #UED9iX0seMbEA2aGvqhrqEInrMVLOm3a {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #NQOfT79LU1wezHnbKN2OU7vKB9tQMEnL {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #SyWcz6EERe3bLNNl5NrsIrlTBKVX7i1T {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #PLdDL1eX4BQBZLF25UzCy9Q9iS2gp9fV {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #XS3xDNpSr12eHFmAT9eGvzuwuOaVWLG9 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #C2p70lC2NHNIhLMBluPkWXiv1CaeICZm {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #kat8EWd0QP3ni5msmRthOgJeIRceCfvF {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #Z82QRVlUV0nCuAr88p44SqrVeePU2oJu {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #T3NRWzE4qm87xqPKFGSudZCfTGi3BQPz {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #hJG2rw51NrUvqQEfaF4KJfmlz8ilwgXW {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #ooRsq7IfTUil1onchgfI8g1tSKNhlIkp {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #s3VZXfMVdnqeDbZpyTzLrLRPJE4ZZtEf {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #wo8EJKpyuvkNzSA2wTKQT3K2GTNNVHgT {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #C1F3Lh7sEzD2oeB9vLJbTM4OhadHO3Ni {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #wKU6HkoWE7yyb7oNazTP11gPq9cFC2VT {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #OpBMolXliHrf7EoIUqqDPK9zMopyqk7p {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #WiZ5OycAHRenZgTVhRek3T7AH1U6H8Jx {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #OrdElsIBryUGD2s8PCak3h0XnZCWZmas {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #rI4AVDdxTrnLpcK5FufSDomLLfMJpAEK {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #R0DW8RZiHKhyKVnRu48r89KtykWI10gw {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #t5qf8FlFtGp88O1rALp3ERZDczCyRNFc {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #evMNnIvd2HyIgCTa0yobHOlZ3XLfmpGp {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #QzqXOMxkToVSFZJfgk8lINa402wmAbEH {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #vdfkOfldHmDOvLnQSblkI3cHDQ99nFG4 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #GZ95Iw9BMR9fLXx7xU8xreUBlTJn7JAk {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #BrKFAB1nfEeLugmRqVm7JoBbvyOuBW40 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #B9uFq8iGNwZmm4EDRv9V2AERThavlrMF {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #LSqeqAT3btDQFQWCX2vfWXCvHyD7mQn1 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #ufTKvZxa0ytQlo7W01Xb3S5xzHLV27ML {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #QnTssC61xHUeSLQtpnhke19tVBid0lMP {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #x7NVLWNNRXUp9CXN3L99hLyiJPcuM1xA {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #H4evsE54lkw3Uu1LSgWBXWy7fdsJ1mST {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #fi9tHBHBB9LZfqWwXhVd4q4vi6iOT1Z8 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #e8MXrOzBunIdwQS2v013bQTgX42BE6IU {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #WeUz4LD5dAdZMHk08gXu8LGnAnnu42gG {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #mDastq0h2qOnFcbTvhwAFK4793FvaN7H {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #eGSPzsaT4SSZtveU5NEo4vpBJJeV0LW2 {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #xg8wR7tUIOPJNmTxwkHR2s4MWIHu7fCC {  }
 }@media only screen and (max-width: 763px) { #ZRbDymWipsvnceRK9SZc4nnclFH0k6VK #CTasoz1W5olT4p13KmVMnBvqPNPaBgwA {  }
 }@media only screen and (max-width: 763px) { #E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 { background-color:#2e6bb9;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row .container { background-color: transparent; background-image: none; }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row .container > .video-iframe-container { display: none; }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row > .video-iframe-container { display: none; }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .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); }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row .container { border-width: 0; border-radius: 0; }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#E9cxo9DvMfIw1zb2z5I59kINc01wtcW1 > .row .container { width:20rem;height:50.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #h01p1THwgSsbCq1hHvxtPmHs948xCJUl { width:15.9375rem;height:5.19921875rem;top:3.8125rem;left:2.03125rem;font-size:2rem;text-align:center;text-align-last:center;color:#ededed;font-family:"roboto condensed";display:block; }
 }@media only screen and (max-width: 763px) { #XH3kBzrT9HlbdQOACHeL1ba0OnlmcQ12 { width:20rem;height:0;top:10.19921875rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;color:#ededed;display:none; }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-text {padding-top: 0; padding-bottom: 0;}#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-select {padding-top: 0; padding-bottom: 0;}#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;border-top:0.0625rem solid #5d92ff;border-left:0.0625rem solid #5d92ff;border-right:0.0625rem solid #5d92ff;border-bottom:0.0625rem solid #5d92ff;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;font-size:1.0625rem;overflow:hidden;height:3.125rem; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .widget-checkbox-label { width:16.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA  { width:17.5rem;height:auto;top:22.8125rem;left:0rem; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA {display:block;}#PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA { width:17.5rem;height:auto;top:22.8125rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #e4wSCszku6BwwAkcyg3o1CZUCJyCAQNG {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #PyOdLTCERFNLpl7ghCTWh1SbvDmgJ2rV {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #GAvH31epX2Psi3C3yDirBswbRPGXUh0O {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #ObHxmRukr30VoBF2y6xt1iTkaVpNxWet {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #KnAvUNG5XQDDL9sAG4Lm3kZokMONqtBW {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #QanEhAXqpLMXq1aVTxU062xsN2Ud8Jfn {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #WHGSVmul6AK41n0upJWCiZ8u5EbGOXPG {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #uMZ6o7eNBF3fBil9PCLHpCOv3LSa86Bq {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #XsKzRhIEEslwQPhZzkQtHK1HyEih0T5i {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #nARtSF12TBHOTNMStgrX3dCXWkm92JWu {  }
 }@media only screen and (max-width: 763px) { #PsPBfdtc7nhm15wsbEXl8q2oS4zicqrA #bfZo3Nqr05r2h4M1A1DNO6o4R1goIi2u {  }
 }@media only screen and (max-width: 763px) { #clr13TD8HTSWdlgigfDBkpUKxFyZ1GaX { display:flex;width:1.4375rem;height:1.4375rem;top:13.1875rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #ycQyZmmTarz48NpsDcfNfp7w4pxs5SsL { width:15rem;height:1.29980625rem;top:13.25rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #AvokXmxBu9VLA6cL43huiLqdAgaRvOzA { width:14.875rem;height:1.29980625rem;top:15.4375rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #v97Ig70NGTCDx5hETfxR5iqTqQdwvWTd { width:13.4375rem;height:1.29980625rem;top:17.625rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #Rzi15v2CSAK2mxlZGzCTIodTIM2BslhS { width:10.5rem;height:1.29980625rem;top:19.8125rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #LdFFiVcfrqPMgoCsuOGHVVeRBNq2gwao { display:flex;width:1.4375rem;height:1.4375rem;top:15.375rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #T2Aqo4CJGO7cWkdiMGF0J3NcObU97MPC { display:flex;width:1.4375rem;height:1.4375rem;top:19.75rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #PaMydz1gc2GZh3s01TwCe4sbbDpKTDmg { display:flex;width:1.4375rem;height:1.4375rem;top:17.5625rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #RunSB84hnuf9eBAETlHGSrqprktDBPy9 { display:flex;width:1.4375rem;height:1.4375rem;top:11rem;left:1.4375rem; }
 }@media only screen and (max-width: 763px) { #g25oC0SOGQKxUEWbzSpvEvLFigs8RN09 { width:13.4375rem;height:1.29980625rem;top:11.0625rem;left:3.625rem;font-size:1rem;text-align:left;text-align-last:left;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #p7L9SGgEKV9qJl9dHSRk61Ixsiyhe6tR { width:6.25rem;height:2.1875rem;top:44.6875rem;left:3.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #euZ3Xq3q2NJe4Uyl17fXOKU0fkUV1ODq { width:6.25rem;height:2.5625rem;top:44.5rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #vs6uKNhvzG1G1eqzN6nuCIymLs0qizvn { width:19.0625rem;height:auto;top:21.625rem;left:0.4375rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;display:none; }
 }@media only screen and (max-width: 763px) { #nhygRsservWOQB8QeNWFx9p8JpPphq24 { width:17.625rem;height:0.9746125rem;top:41.3125rem;left:1.1875rem;font-size:0.8125rem;text-align:left;text-align-last:left;line-height:1.2;z-index:15019;display:block; }
 }@media only screen and (max-width: 763px) { #L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt { position:relative;z-index:auto;background-color:#123e92;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row .container { background-color: transparent; background-image: none; }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row .container > .video-iframe-container { display: none; }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row > .video-iframe-container { display: none; }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .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); }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row .container { border-width: 0; border-radius: 0; }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#L7BfUUKISy9lHXE9X97p6k3C1tlGSTJt > .row .container { width:20rem;height:23.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JKzDlXMZEfLodLawnLAUnE8MHdIrfikE { width:10.25rem;height:3rem;top:2.9375rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wFcnQUA2e6EqnvqtLwbbtAlktRxTPDTJ { width:20rem;height:0;top:6.9375rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #FUADTFqXDt5nzN1rktuH7btaUiAm58Zo { width:20rem;height:1.13671875rem;top:17.4375rem;left:0rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15008;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #NOc7Ox5C9pnKao4C2G6NpUQJIlebVmrH { width:9.25rem;height:1.0556625rem;top:19.1875rem;left:5.375rem;font-size:0.8125rem;text-align:center;text-align-last:center;z-index:15009;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #nFE2FO9eoO2MLaFbLW76fzAv0NxnXsBs { width:20rem;height:2.5996125rem;top:11.375rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #yaTrKN4n9bJERW3wWnUQtH50h1U4sOic { width:20rem;height:1.29980625rem;top:9.5625rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ededed;display:block; }
 }@media only screen and (max-width: 763px) { #yS24PWHVp2xTpBO4F3vPDMQXg76p6VmQ { width:20rem;height:1.29980625rem;top:7.75rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;color:#ededed;display:block; }
 }