.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-input-select option {
  color: #000;
}
.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 {
  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); }#VIIw28htr4pT1gPTFbmvcnimxikb3TZy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VIIw28htr4pT1gPTFbmvcnimxikb3TZy > .row .container { background-color: transparent; background-image: none; }#VIIw28htr4pT1gPTFbmvcnimxikb3TZy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIIw28htr4pT1gPTFbmvcnimxikb3TZy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIIw28htr4pT1gPTFbmvcnimxikb3TZy > .row .container > .video-iframe-container { display: none; }#VIIw28htr4pT1gPTFbmvcnimxikb3TZy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VIIw28htr4pT1gPTFbmvcnimxikb3TZy > .row > .video-iframe-container { display: none; }#VIIw28htr4pT1gPTFbmvcnimxikb3TZy > .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); }#VIIw28htr4pT1gPTFbmvcnimxikb3TZy > .row .container { border-width: 0; border-radius: 0; }#VIIw28htr4pT1gPTFbmvcnimxikb3TZy > .row > .video-iframe-container {  }#VIIw28htr4pT1gPTFbmvcnimxikb3TZy > .row .container { font-size:0.875rem;font-family:arial;height:8.625rem;width:75rem;position:relative;display:block; }#hvQffvF5JSog3xIdTdyfqrFchZEClySi { position:absolute;display:block;z-index:15042;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:10.9375rem;top:2.6875rem;left:59.9375rem;overflow:hidden;display:block; }
#KapRsx1il50R3gVMwbMffZBOodPOVkH9 { color:#333333;display:block;width:39.1875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:400;z-index:15044;line-height:1.3;letter-spacing:0;top:1.50390625rem;left:1.09375rem;height:2.84375rem;font-style:normal;display:block; }
#QrIN93nRQHPu4mOBOgmshU5zTFcfxg0H { color:#333333;display:block;width:39.1875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:2.62890625rem;left:1.09375rem;height:2.84375rem;font-style:normal;display:none; }
#c6swZTFkSeniy2Mh0eFMGFc2fyiIaEDq { color:#333333;display:block;width:48.875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15045;line-height:1.3;letter-spacing:0;top:4.34765625rem;left:1.09375rem;height:2.84375rem;font-style:normal;display:block; }
#gWNWipF6QIn47WnuZZpcSJPfP3p6EQeO { color:#333333;display:block;width:39.1875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:2.62890625rem;left:1.09375rem;height:2.84375rem;font-style:normal;display:none; }
#tPkzfUqTzL7zmDxUGvs86mp0iDbOTgcb { color:#333333;display:block;width:39.1875rem;position:absolute;font-family:"open sans";font-size:2.1875rem;font-weight:700;z-index:15044;line-height:1.3;letter-spacing:0;top:2.62890625rem;left:1.09375rem;height:2.84375rem;font-style:normal;display:none; }
#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/7da32a68-e554-4c20-9bcf-24a5c21cf430/pexelsphoto908071.jpeg");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;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.adaptive-delivery-prevent-bg, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyload, #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR.lazyloading { background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.91); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,255,255,0.91); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { border-width: 0; border-radius: 0; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container {  }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:75rem;height:45.9375rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#dFbLWa6HmGR164Po4CkulSb2Ca9n9eJv { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:32.625rem;width:75rem;display:none; }
#CHOLWIp88SumvxxHiM9rWJq7Z4qe2DOo { color:#000000;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.375rem;top:37.4375rem;left:1.625rem;display:none; }
#F3XUsepaaOahLZuLqNsaJIOhE5fpzEIv { color:#333333;display:block;width:23.1875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15055;line-height:1.3;letter-spacing:0;top:39.8125rem;left:41.625rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-form-header {  }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:25.6875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;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:25.6875rem;box-sizing:border-box;height:3.125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-text {padding-top: 0; padding-bottom: 0;}#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #e0e0e0;border-left:0.0625rem solid #e0e0e0;border-right:0.0625rem solid #e0e0e0;border-bottom:0.0625rem solid #e0e0e0;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:25.6875rem;box-sizing:border-box;height:4.375rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .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;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;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:25.6875rem;box-sizing:border-box;height:2.5rem;color:#333333;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-select {padding-top: 0; padding-bottom: 0;}#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-button { border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;background-color:#6eab1a;background-image:none;background-position:top left !important;background-repeat: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:3.875rem;margin-bottom:0.25rem;margin-left:3.875rem;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:700;color:#ffffff;width:17.9375rem;height:3.75rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 1.875rem rgba(0,0,0,0.1) ;font-style:normal;text-align:center;text-align-last:center; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv [class*="-text"]:-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv [class*="-text"]::-moz-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv [class*="-text"]:-ms-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv [class*="-text"]::-webkit-input-placeholder { color:#333333;font-family:"open sans";font-size:0.875rem;font-weight:400;font-style:normal; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .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";font-size:0.8125rem;font-weight:700;color:#333333;vertical-align:top;width:24.625rem;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .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; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .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;float:none; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-container { padding-top:0.4375rem;padding-right:0;padding-bottom:0.375rem;padding-left:0;width:100%;font-size:0;height:auto; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-container:first-of-type{padding-top:0;}#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-container:last-of-type{padding-bottom:0;}#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;position:absolute;top:15.5rem;left:39.125rem; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:25.6875rem;display:block;vertical-align:top; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .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; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv {display:block;}#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:25.6875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15012;position:absolute;top:15.5rem;left:39.125rem; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #ZCgSBFdFVMGTilecaXf5USlFIm70SLRt { position:relative;z-index:1; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #vq78vxwE06aNJ2vz7RrLdt6IdWWuJL2x { position:relative;display:none; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #A6TS5xigAJ67DRoByagpLVEsgmDLBUtO { position:relative; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #ngyrhh4VXukcxJxUnPoCE996flstFM3c { position:relative;z-index:1; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #limBOeyqgMHJFkJpPm8KGBERDTWPrh2w { position:relative;display:none; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #LSlTmnPv37cXeZRo4m0NbKTgw0TrD6iB { position:relative; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #Rv4LqKFlic5zLXRWuXT4TJknH8t3g1QE { position:relative; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #Tv2WxzJ7lpmBic0VMXP41uS8nRCiPNIo { position:relative;display:none; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #Zz8uTOuTUrAsBEAae3h2sr7izxuH8BJl { position:relative; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #GmpAG3XKFKfqHfkqMS2K5fJggPsBZ3Gg { position:relative; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #wqPDSHIDS7H8cZLTPAcfi8V49gfh8v0W { position:relative;display:none; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #QmTRAeOPnlQJpATSvchrJsi8tlNx2XbW { position:relative; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #mZ0w4bNxIp50PCtbtBy1H42BaryFXpCV { position:relative;z-index:1; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #xOdsVdkkaHRb4gTRPgaB4vDcTZ9woRsv { position:relative; }
#LkqirsWT5NyBgupFcUJLKcqhMR0KXMXs { color:#333333;display:block;width:25.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:12.3125rem;left:40.59375rem;height:3.8994125rem;font-style:normal;display:block; }
#uVfu6lztTWSmAX1h3ZS8HF7E8dDM6wfT { color:#333333;display:block;width:30.5rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:11.6875rem;left:1.375rem;height:6.58008125rem;font-style:normal;display:block; }
#slpWDSgAyprQFa4RD3EB5gZgWomx3WG4 { color:#333333;display:block;width:13.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15068;line-height:1.3;letter-spacing:0;top:35.1875rem;left:6.875rem;height:1.29980625rem;font-style:normal;display:block; }
#U4nWNpkxbQAq3tKQnmKNEDFMlRAC3mfd { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15077;opacity:1;top:34.8125rem;left:3.8125rem; }
#WeswDSg9uQL5JC0OrtWpL1pk6cp5X9eh { color:#333333;display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15072;line-height:1.3;letter-spacing:0;top:30.5rem;left:6.875rem;height:2.5996125rem;font-style:normal;display:block; }
#xwolT6g9FNOylCwdl4vfP5JIK07eK5bw { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15076;opacity:1;top:30.875rem;left:3.8125rem; }
#t22xteuUMNABIclb622n6gTJI0BPCzga { color:#000000;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15070;line-height:1.3;letter-spacing:0;top:29.5625rem;left:6.875rem;height:0;display:block; }
#KrWhJg1FswL10pOZVtA8ike2FUZ4UqPl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15075;opacity:1;top:27.4375rem;left:3.8125rem; }
#gNuKQMTwGFbU1ZbQ7edc29i1QkdT4pmM { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15071;line-height:1.3;letter-spacing:0;top:27.75rem;left:6.875rem;height:1.29980625rem;font-style:normal;display:block; }
#l1iqTwEUe4AdzzuroQSpADodU8St1dAf { color:#333333;display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15069;line-height:1.3;letter-spacing:0;top:24.5rem;left:6.875rem;height:1.29980625rem;font-style:normal;display:block; }
#JnniwrpL9hVTuilCr8vFP1sffcfnHfq2 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15074;opacity:1;top:24.125rem;left:3.8125rem; }
#f6EQn2Qh742KZWTD7T3wzX12vGXxOG7D { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.0625rem;width:2.0625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15073;opacity:1;top:20.75rem;left:3.8125rem; }
#Qx0wXebWlQb9G2E3QMy3wVT5xPTDteCx { color:#333333;display:block;width:22rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:21.125rem;left:6.875rem;height:1.29980625rem;font-style:normal;display:block; }
#tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl { position:relative;display:block; }#tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl { background-color: transparent; background-image: none; }#tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl > .row .container > .video-iframe-container { display: none; }#tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl > .row > .video-iframe-container { display: none; }#tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl > .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); }#tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl { border-width: 0; border-radius: 0; }#tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl > .row .container > .video-iframe-container {  }#tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl > .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:34.375rem;width:75rem;position:relative;display:block; }#aR3fprJE2FueOmd5zT2bSd6f54AvdZUp { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;height:19.125rem;width:34.0625rem;top:3.0625rem;left:37.0625rem;display:block; }
#CZivLG8JdQUTfbEv9yJm77bW3fegKTNl { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:25.8125rem;left:3.1875rem; }
#uOCnwfU5G1MK8yfRXfBdH9lAVgb9uD9p { color:#333333;display:block;width:14.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15051;line-height:1.3;letter-spacing:0;top:26.875rem;left:7.6875rem;height:1.29980625rem;font-style:normal;display:block; }
#L7FxTq6Kl5RtTFrwnzduIQERrXAuShHg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.5rem;width:3.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:25.5rem;left:24.9375rem; }
#WapT6FswWHT9bsndEIPBkF4W86G4nEkz { color:#333333;display:block;width:13.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15052;line-height:1.3;letter-spacing:0;top:26.875rem;left:29.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#hF9EpBsOtK35Td82bPz6KqpWFkKXVddb { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:2.6875rem;width:2.6875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:26.25rem;left:41.4375rem; }
#PuJ5DcalDEa8T2sl3c3PZyeUOcvL5D5k { color:#333333;display:block;width:19.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15053;line-height:1.3;letter-spacing:0;top:26.25rem;left:45.1875rem;height:2.5996125rem;font-style:normal;display:block; }
#brTdZ3ugnQESMd3nuPsINWnrTyeTpPdb { color:#000000;display:block;width:26.875rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15054;line-height:1.3;letter-spacing:0;top:30.1875rem;left:44.9375rem;height:1.0556625rem;display:block; }
#v27lkBmPNbadSrkhNew7selwi9Z2Ct5S { color:#333333;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:3.0625rem;left:0.8125rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JgkMIwmeFU6hivltthepuu19aZuNQb1P { color:#000000;display:block;width:32.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:8.0751953125rem;left:0.8125rem;height:9.09863125rem;display:block; }
#WlwpDJ4SyqFxcPTl4xFLO6dIczDXihZ2 { color:#6eab1a;display:block;width:32.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:18.13671875rem;left:0.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#lvWftZgv7r2FKQ7TSTVKIIVT5J0VzbUs { color:#000000;display:block;width:32.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15044;line-height:1.3;letter-spacing:0;top:7.625rem;left:1.8125rem;height:9.09863125rem;display:none; }
#qiAzyThT65rlkekiA2qrSXArqnBWBlgJ { position:relative;display:none; }#qiAzyThT65rlkekiA2qrSXArqnBWBlgJ { border-width: 0; border-radius: 0; }#qiAzyThT65rlkekiA2qrSXArqnBWBlgJ > .row .container > .video-iframe-container {  }#qiAzyThT65rlkekiA2qrSXArqnBWBlgJ > .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:18.75rem;width:75rem;position:relative;display:none; }#AMz8B7d4W9D5J05spIQKpbEHAJA09JlL { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:;height:;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;display:none; }
#v85l2nDoRBIxFbIBJzGrSk8vTM5acb5H { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#B0uTKZE6uc343TXM2TNkaP3P4ZEvG98J { position:relative;display:none; }#B0uTKZE6uc343TXM2TNkaP3P4ZEvG98J { border-width: 0; border-radius: 0; }#B0uTKZE6uc343TXM2TNkaP3P4ZEvG98J > .row .container > .video-iframe-container {  }#B0uTKZE6uc343TXM2TNkaP3P4ZEvG98J > .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:18.75rem;width:75rem;position:relative;display:none; }#wZz4MTXDcM8hNseflFGJxI780sHSTOaw { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:3.875rem;top:3.8125rem;left:4.25rem;display:none; }
#m85m0HebmmlPMxVPpxMstUZXri92ichn { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.0625rem;width:9.375rem;display:none; }
#wzvOwKFQHwV4VfTqywqVRJhRtFD6QhB5 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:9.375rem;display:none; }
#Q8T5FOUllQGaLD0pw4sT30v4zghqLnkq { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:3.875rem;display:none; }
#yeBiSt15XvodINTg4sbIxe4m17MQVFTF { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:7.75rem;display:none; }
#KTMB423SsJuPs2wziZVVnf9wQgkC7UOO { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:11.625rem;display:none; }
#KsG1bbbTrhTDUPhGtMc5oMELToeVMOli { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.6875rem;width:4.6875rem;display:none; }
#ihcXiLIE3L3rHneE2u95167GO6IuuzzN { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:66.1875rem;width:75rem;display:none; }
#oTFEbq9W4LwrySURk15lu11FBNvpXmGk { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.5rem;width:7.5rem;display:none; }
#TRrUHLulAebdpNA4PCKGuFDx2ISP7cOS { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:1.25rem;top:27.25rem;left:8.125rem;display:none; }
#nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e0e0;background-image:none;position:relative;display:block; }#nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP > .row .container { background-color: transparent; background-image: none; }#nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP > .row .container > .video-iframe-container { display: none; }#nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP > .row > .video-iframe-container { display: none; }#nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP > .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); }#nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP > .row .container { border-width: 0; border-radius: 0; }#nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP > .row > .video-iframe-container {  }#nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP > .row .container { font-size:0.875rem;font-family:arial;height:22.6875rem;width:75rem;position:relative;display:block; }#mvIFOC68T6aiMKG6Cmt9eNDHHT2kHzIw { color:#6eab1a;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:6.4375rem;left:1.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#bGmuSsZmxkRbOhiDVqZwTk0x2azH7RQv { color:#333333;display:block;width:39.9375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15057;line-height:1.3;letter-spacing:0;top:1.9375rem;left:1.0625rem;height:2.1933625rem;font-style:normal;display:block; }
#tExT2hgPx9NgxbHzphKGB6TnJqZR0azk { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15058;line-height:1.3;letter-spacing:0;top:7.7373046875rem;left:1.0625rem;height:0.9746125rem;display:block; }
#ffe0gudJdyEQ22ylvgBu4Z2Q76Ja9mwz { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15059;line-height:1.3;letter-spacing:0;top:9.4375rem;left:1.0625rem;height:4.546875rem;display:block; }
#i64JwQ6yPd7TLgoMNsPqQV187BhQ1S1t { color:#000000;display:block;width:13.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15062;line-height:1.3;letter-spacing:0;top:9.4375rem;left:19.0625rem;height:9.09371875rem;display:block; }
#VX3iZJ9ec1B54RImrPLkuBQh5AvwSQuE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15061;line-height:1.3;letter-spacing:0;top:7.75rem;left:19.0625rem;height:0.9746125rem;display:block; }
#m5D3TZRPFoCpEGcXDJ7sdTXT36UE7d5U { color:#6eab1a;display:block;width:16.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:6.4375rem;left:19.0625rem;height:1.29980625rem;font-style:normal;display:block; }
#U85DOFSNosycMCuhSU4M3pWXcRm9VMUx { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15065;line-height:1.3;letter-spacing:0;top:9.4375rem;left:41.3125rem;height:10.23046875rem;display:block; }
#eUedbTkLPhITVrV1eHCnmfdzJiPaOIUi { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15064;line-height:1.3;letter-spacing:0;top:7.75rem;left:41.3125rem;height:0.9746125rem;display:block; }
#cWXlo1ngrTWLGHGChSkK47Q37Xlt4tI0 { color:#6eab1a;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15033;line-height:1.3;letter-spacing:0;top:6.4375rem;left:41.3125rem;height:1.29980625rem;font-style:normal;display:block; }
#go4E94QPtdACyFM6vd170KTkFFfdrRlc { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15068;line-height:1.3;letter-spacing:0;top:9.4375rem;left:60.8125rem;height:6.8203125rem;display:block; }
#QTUT7f7TiWDPK52wKasktx0aXKTT01Rq { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15067;line-height:1.3;letter-spacing:0;top:7.75rem;left:60.8125rem;height:0.9746125rem;display:block; }
#JoB5B863KwG9fC65xb7et7kR5wa0zaUq { color:#6eab1a;display:block;width:10.5625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:6.4375rem;left:60.8125rem;height:1.29980625rem;font-style:normal;display:block; }
#WEAAJrF5UlSh4qFuLOIMikeJmQQSh0hJ { 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:15070;opacity:1;top:10.1484375rem;left:35.125rem; }
#iLFWS7UvStgMeRdPTEiQs4HguLmJCuAg { 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:15071;opacity:1;top:10.1484375rem;left:55.625rem; }
#KtWGx3DOc4H5ZigimAapRJR4GTwpBmRi { color:#333333;display:block;width:25.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15023;line-height:1.3;letter-spacing:0;top:13.6025390625rem;left:1.125rem;height:2.1933625rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#uzmXhEQbrSDTfQ15qgOUqKuDaG6PFbdD { 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:15069;opacity:1;top:10.1484375rem;left:13.5625rem;display:none; }
#lrMFZr2xB980wqnT1PmNnZuV9nvgRf7h { 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:15069;opacity:1;top:10.1484375rem;left:13.5625rem;display:none; }
#XquypHT5RFtEoKvpBl4uzWbNMi8Gdly9 { 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:15071;opacity:1;top:10.1484375rem;left:14.1875rem; }
#P677E2LmdkH69fSoGVIxDimQyPobu8Ce { 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:15069;opacity:1;top:10.1484375rem;left:13.5625rem;display:none; }
#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { border-width: 0; border-radius: 0; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container {  }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { font-size:0.875rem;font-family:arial;height:11.75rem;width:75rem;position:relative;display:block; }#K2tTBLi0mnUs15q54uQ8uhDOIzcS4rkG { color:#333333;display:block;width:50.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:14993;line-height:1.3;letter-spacing:0;top:2.44921875rem;left:1.3125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#M6Ir4gW9hnT3fbJKXym2DAaGpdozlyw5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.9375rem;width:10.5625rem;top:6.8125rem;left:15.8125rem;overflow:hidden;display:block; }
#cEl4URMBO3xkTTbCOtdDnTxUor19JmMH { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5625rem;width:2.625rem;top:6rem;left:30rem;overflow:hidden;display:block; }
#FCkqkatyniFlFLT8yndJdWug60WnWE5c { color:#333333;display:block;width:37.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:14997;line-height:1.3;letter-spacing:0;top:1.69921875rem;left:2.125rem;height:1.29980625rem;text-align:left;text-align-last:left;font-style:normal;display:none; }
#cFB8zhokEM9ZTCqDPGBpR8rhdtwa2fp5 { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:3.1875rem;top:5.875rem;left:46.71875rem;overflow:hidden;display:block; }
#Srm57zkyT24BSOV35xC7dNFBW7azX7p1 { color:#000000;display:block;width:2.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:6.630859375rem;left:63.9375rem;height:1.29980625rem;font-style:normal;display:block; }
#JX9fE3ISyamrciKfLsgo6IHaogtW99zf { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:2.6875rem;top:5.59375rem;left:1.3125rem;overflow:hidden;display:block; }
#XTfb8JE6y4DTP5U0IQxWaD2iQ4p84lk0 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.6875rem;width:4.625rem;top:5.9375rem;left:7.625rem;overflow:hidden;display:block; }
#T8moMJcxmGBkdLCF1BRmHfZ4rcMEbXQJ { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6875rem;width:6.6875rem;top:3.9375rem;left:35.9375rem;overflow:hidden;display:block; }
#Nm8Cr4gawfPlwnntFUNsuphNdX6PTRpH { position:absolute;display:block;z-index:15016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.625rem;width:5.3125rem;top:6.46875rem;left:54.28125rem;overflow:hidden;display:block; }
#QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw { position:relative;display:block; }#QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw { background-color: transparent; background-image: none; }#QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw > .row .container > .video-iframe-container { display: none; }#QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw > .row > .video-iframe-container { display: none; }#QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw > .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); }#QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw { border-width: 0; border-radius: 0; }#QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw > .row .container > .video-iframe-container {  }#QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw > .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:6.5rem;width:75rem;position:relative;display:block; }#ZzyO1TCbTWFuBh0Z71J1ORinGn3i08uk { background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.4375rem;height:2.9375rem;text-decoration:none;z-index:15000;text-align:center;text-align-last:center;top:1.78125rem;left:29.78125rem;display:block; }
#F1OtRwSHtLCih1wpyJTFXTVPMD1i93uh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vGSTBwpaRNM94LsuR1izwTPq7otb7XWc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e0e0;background-image:none;position:relative;display:block; }#vGSTBwpaRNM94LsuR1izwTPq7otb7XWc > .row .container { background-color: transparent; background-image: none; }#vGSTBwpaRNM94LsuR1izwTPq7otb7XWc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGSTBwpaRNM94LsuR1izwTPq7otb7XWc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGSTBwpaRNM94LsuR1izwTPq7otb7XWc > .row .container > .video-iframe-container { display: none; }#vGSTBwpaRNM94LsuR1izwTPq7otb7XWc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vGSTBwpaRNM94LsuR1izwTPq7otb7XWc > .row > .video-iframe-container { display: none; }#vGSTBwpaRNM94LsuR1izwTPq7otb7XWc > .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); }#vGSTBwpaRNM94LsuR1izwTPq7otb7XWc > .row .container { border-width: 0; border-radius: 0; }#vGSTBwpaRNM94LsuR1izwTPq7otb7XWc > .row > .video-iframe-container {  }#vGSTBwpaRNM94LsuR1izwTPq7otb7XWc > .row .container { font-size:0.875rem;font-family:arial;height:18.125rem;width:75rem;position:relative;display:block; }#F4H7x8O3LpP7PcMbqAUgQpdPQTXlWpqd { 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:15027;top:2.5rem;left:5.5625rem; }
#nWlxKUHQF1vdxb19kaC1nIXBgtlSh99T { color:#333333;display:block;width:13rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15028;line-height:1.3;letter-spacing:0;top:6.5rem;left:0.625rem;height:6.499025rem;text-align:center;text-align-last:center;display:block; }
#KLl7zePmySurlLFTGvVTbCGU2wT5nllG { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.3125rem;width:3.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:2.40625rem;left:20.21875rem; }
#G9shndEgTPUIR0OwLxm8skSeuM6z3peo { color:#333333;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15029;line-height:1.3;letter-spacing:0;top:6.5rem;left:15.625rem;height:7.79883125rem;text-align:center;text-align-last:center;display:block; }
#aIET10S1iJM7s1sKwKpHiwgql3es6OVD { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:2.1875rem;left:36rem; }
#Czhv7cFFC999X3pGatObi3Pd3WTRZf8d { color:#333333;display:block;width:12.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15030;line-height:1.3;letter-spacing:0;top:6.4375rem;left:31.5rem;height:7.79880625rem;text-align:center;text-align-last:center;display:block; }
#lPOQUKRraqnLVbtxvhSGlcWaDuhMUKDD { 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:15036;top:2.5rem;left:51.3125rem; }
#or7AaucHQoZx8Th0evD6CxiDp8lNv6eP { color:#333333;display:block;width:12.375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:6.5rem;left:46.6875rem;height:7.79880625rem;text-align:center;text-align-last:center;display:block; }
#TIc7GZinpGP29xULkQTCxezXLQIPV7vE { 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:15037;top:2.5rem;left:66.25rem; }
#mXseM7c2yXnoRgTMcOncclUhzPDuAglH { color:#333333;display:block;width:11.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15032;line-height:1.3;letter-spacing:0;top:6.5625rem;left:62rem;height:6.499025rem;text-align:center;text-align-last:center;display:block; }
#uTfW2gDxONcmQSlMIW8g88nmuEIxT51X { position:relative;display:block; }#uTfW2gDxONcmQSlMIW8g88nmuEIxT51X { background-color: transparent; background-image: none; }#uTfW2gDxONcmQSlMIW8g88nmuEIxT51X::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTfW2gDxONcmQSlMIW8g88nmuEIxT51X > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTfW2gDxONcmQSlMIW8g88nmuEIxT51X > .row .container > .video-iframe-container { display: none; }#uTfW2gDxONcmQSlMIW8g88nmuEIxT51X > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uTfW2gDxONcmQSlMIW8g88nmuEIxT51X > .row > .video-iframe-container { display: none; }#uTfW2gDxONcmQSlMIW8g88nmuEIxT51X > .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); }#uTfW2gDxONcmQSlMIW8g88nmuEIxT51X { border-width: 0; border-radius: 0; }#uTfW2gDxONcmQSlMIW8g88nmuEIxT51X > .row .container > .video-iframe-container {  }#uTfW2gDxONcmQSlMIW8g88nmuEIxT51X > .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:27.6875rem;width:75rem;position:relative;display:block; }#bR13rmN2AIBmWzWZUtdZDM8fnzEAzmfl { color:#333333;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15056;line-height:1.3;letter-spacing:0;top:3.4990234375rem;left:2.90625rem;height:2.1933625rem;font-style:normal;display:block; }
#EXgz7ECzwZlGHeN6sbDHJ2vwVJOvmCoF { position:absolute;display:block;z-index:15050;background-color:#e0e0e0;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:13.9375rem;width:33.8125rem;top:8.9375rem;left:2.8125rem;display:block; }
#U3WJWzCo7x3QTSCbKkp6MkkR9I9aFIKX { color:#333333;display:block;width:25.625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15051;line-height:1.3;letter-spacing:0;top:9.6875rem;left:10rem;height:7.7988125rem;display:block; }
#LR0iuWU3Ub4MQGoZBQ78I0AIIfPUuNbE { color:#333333;display:block;width:27.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15052;line-height:1.3;letter-spacing:0;top:9.6875rem;left:38.3125rem;height:10.3984375rem;text-align:right;text-align-last:right;display:block; }
#ZrxkAyTMP0expWKw1wVQARykDP70nN54 { position:absolute;display:block;z-index:15051;background-color:#e0e0e0;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;height:13.9375rem;width:33.8125rem;top:8.875rem;left:37.8125rem;display:block; }
#E1LubTxsoxoM6m14S54VHdgRZU0JKbDF { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:10.1875rem;width:7.5625rem;top:10.8125rem;left:0.9375rem;overflow:hidden;display:block; }
#fEWwBpJqDD0Je32f4CLD10uJitb53eeG { color:#333333;display:block;width:15.9375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15054;line-height:1.3;letter-spacing:0;top:21rem;left:10rem;height:1.29980625rem;font-style:normal;display:block; }
#tekS70MW82HCz6R4hqb9U5x0FyxRFsg5 { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.1875rem;border-top-right-radius:2.1875rem;border-bottom-left-radius:2.1875rem;border-bottom-right-radius:2.1875rem;height:10.1875rem;width:7.625rem;top:10.75rem;left:66.5625rem;overflow:hidden;display:block; }
#L64wzLlOqF8lJIR9bbCIm7UQm9w7tPWg { color:#333333;display:block;width:16.8125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:700;z-index:15055;line-height:1.3;letter-spacing:0;top:20.8125rem;left:48.8125rem;height:1.29980625rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#NHcCtiANhU23ZTb6tUuVHTVoTWyJ9zJz { position:absolute;display:block;z-index:14991;background-color:#6eab1a;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;height:0.625rem;width:9.75rem;top:4.880859375rem;left:19.21875rem;display:block; }
#ypX8mOwvUWxWT47Jc0bvVVPbbBMDWV8B { color:#333333;display:block;width:26.625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:3.3740234375rem;left:2.90625rem;height:2.1933625rem;font-style:normal;display:none; }
#BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #ffffff, #e0e0e0);background-image: -moz-linear-gradient(180deg, #ffffff, #e0e0e0);background-image: -ms-linear-gradient(180deg, #ffffff, #e0e0e0);background-image: -o-linear-gradient(180deg, #ffffff, #e0e0e0);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e0e0e0' );";background-image: linear-gradient(180deg, #ffffff, #e0e0e0);background-size:auto !important;position:relative;display:block; }#BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt > .row .container { background-color: transparent; background-image: none; }#BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt > .row .container > .video-iframe-container { display: none; }#BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt > .row > .video-iframe-container { display: none; }#BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt > .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); }#BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt > .row .container { border-width: 0; border-radius: 0; }#BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt > .row > .video-iframe-container {  }#BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:75rem;position:relative;display:block; }#TvT6wg4RHNvpKsTD5AKQGSsrIEULxtAc { color:#333333;display:block;width:46.625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:14990;line-height:1.3;letter-spacing:0;top:3.7119140625rem;left:14.0625rem;height:2.923825rem;text-align:center;text-align-last:center;display:block; }
#g3u8g72HALOGanItb7bIw5SqqEZ1TlTJ { position:absolute;display:block;z-index:15022;background-color:#42b9b8;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;height:0.6875rem;width:21.5625rem;top:11.125rem;left:6.4375rem;display:none; }
#c4Lyk9ZOAAMZWdlsoADKkwNUVQ0qX0JD { position:absolute;display:block;z-index:15022;background-color:#42b9b8;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;height:0.6875rem;width:21.5625rem;top:11.125rem;left:6.4375rem;display:none; }
#eL5KbxVQVUwWpulNvRSBZDnF6yHLKN1B { color:#333333;display:block;width:46.625rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:normal;z-index:14992;line-height:1.3;letter-spacing:0;top:3.8369140625rem;left:14.0625rem;height:3.574225rem;text-align:center;text-align-last:center;display:none; }
#qXSvlEh35etIHGdBUUXhCS4nr0pdd5PK { background-color:#6eab1a;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:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;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.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15023;text-align:center;text-align-last:center;top:8.8740234375rem;left:28.75rem;display:block; }
#zTE2wJ9NivXlBSRLxd02o908L0bmlfUK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e0e0e0;background-image:none;position:relative;display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { background-color: transparent; background-image: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container { display: none; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .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); }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { border-width: 0; border-radius: 0; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row > .video-iframe-container {  }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { font-size:0.875rem;font-family:arial;height:4.625rem;width:75rem;position:relative;display:block; }#Arvplbr4BeXO22ZJ40lCRNOMTcKTpHQl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;top:1.78515625rem;left:5.84375rem;height:1.05615rem;display:block; }
#crziFpezTaxMXFV0W6dTPnNFgIMNbJI8 { color:#000000;display:block;width:4.5625rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:1.78515625rem;left:54.53125rem;height:1.0559875rem;display:block; }
#QSyn7dQ1kz8DyXsegUe6nHaah7KLGT7n { color:#000000;display:block;width:8.5rem;position:absolute;font-family:"open sans";font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:1.78515625rem;left:60.90625rem;height:1.0559875rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VIIw28htr4pT1gPTFbmvcnimxikb3TZy { display:block; }#VIIw28htr4pT1gPTFbmvcnimxikb3TZy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvQffvF5JSog3xIdTdyfqrFchZEClySi { top:2.6875rem;left:36.375rem;width:10.9375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KapRsx1il50R3gVMwbMffZBOodPOVkH9 { top:1.5rem;left:0rem;width:39.1875rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QrIN93nRQHPu4mOBOgmshU5zTFcfxg0H { top:7.6875rem;left:0rem;width:17.1875rem;height:2.5625rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #c6swZTFkSeniy2Mh0eFMGFc2fyiIaEDq { top:4.3125rem;left:0rem;width:47.75rem;height:2.8125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gWNWipF6QIn47WnuZZpcSJPfP3p6EQeO { top:9.625rem;left:0rem;width:18.1875rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tPkzfUqTzL7zmDxUGvs86mp0iDbOTgcb { top:13.0625rem;left:0rem;width:18.1875rem;height:1.8125rem;font-size:1.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFbLWa6HmGR164Po4CkulSb2Ca9n9eJv { width:47.75rem;height:20.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #CHOLWIp88SumvxxHiM9rWJq7Z4qe2DOo { top:37.4375rem;left:0rem;width:16.8125rem;height:3.375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #F3XUsepaaOahLZuLqNsaJIOhE5fpzEIv { top:39.8125rem;left:24.5625rem;width:23.1875rem;height:2.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-regular-label { width:18.125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-text { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-text {padding-top: 0; padding-bottom: 0;}#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-textarea { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-select { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-select {padding-top: 0; padding-bottom: 0;}#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-button { width:15.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:1.375rem; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-checkbox-label { width:17.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv  { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .radio-container { width:18.125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv {display:block;}#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv { width:18.125rem;height:auto;top:18.875rem;left:26.8125rem; }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #ZCgSBFdFVMGTilecaXf5USlFIm70SLRt {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #vq78vxwE06aNJ2vz7RrLdt6IdWWuJL2x { display:none; }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #A6TS5xigAJ67DRoByagpLVEsgmDLBUtO {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #ngyrhh4VXukcxJxUnPoCE996flstFM3c {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #limBOeyqgMHJFkJpPm8KGBERDTWPrh2w { display:none; }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #LSlTmnPv37cXeZRo4m0NbKTgw0TrD6iB {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #Rv4LqKFlic5zLXRWuXT4TJknH8t3g1QE {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #Tv2WxzJ7lpmBic0VMXP41uS8nRCiPNIo { display:none; }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #Zz8uTOuTUrAsBEAae3h2sr7izxuH8BJl {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #GmpAG3XKFKfqHfkqMS2K5fJggPsBZ3Gg {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #wqPDSHIDS7H8cZLTPAcfi8V49gfh8v0W {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #QmTRAeOPnlQJpATSvchrJsi8tlNx2XbW {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #mZ0w4bNxIp50PCtbtBy1H42BaryFXpCV {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #xOdsVdkkaHRb4gTRPgaB4vDcTZ9woRsv {  }
 }@media only screen and (max-width: 763px) { #LkqirsWT5NyBgupFcUJLKcqhMR0KXMXs { top:12.3125rem;left:22.5rem;width:25.25rem;height:3.875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uVfu6lztTWSmAX1h3ZS8HF7E8dDM6wfT { top:11.6875rem;left:0rem;width:30.5rem;height:6.5625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #slpWDSgAyprQFa4RD3EB5gZgWomx3WG4 { top:35.1875rem;left:0rem;width:13.5rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4nWNpkxbQAq3tKQnmKNEDFMlRAC3mfd { top:34.8125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeswDSg9uQL5JC0OrtWpL1pk6cp5X9eh { top:30.5rem;left:0rem;width:20.9375rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwolT6g9FNOylCwdl4vfP5JIK07eK5bw { top:30.875rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t22xteuUMNABIclb622n6gTJI0BPCzga { top:29.5625rem;left:0rem;width:16.25rem;height:0;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrWhJg1FswL10pOZVtA8ike2FUZ4UqPl { top:27.4375rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNuKQMTwGFbU1ZbQ7edc29i1QkdT4pmM { top:27.75rem;left:0rem;width:16.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1iqTwEUe4AdzzuroQSpADodU8St1dAf { top:24.5rem;left:0rem;width:16.25rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnniwrpL9hVTuilCr8vFP1sffcfnHfq2 { top:24.125rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6EQn2Qh742KZWTD7T3wzX12vGXxOG7D { top:20.75rem;left:0rem;width:2.0625rem;height:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx0wXebWlQb9G2E3QMy3wVT5xPTDteCx { top:21.125rem;left:0rem;width:22rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl { display:block; }#tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aR3fprJE2FueOmd5zT2bSd6f54AvdZUp { top:3.0625rem;left:13.6875rem;width:34.0625rem;height:19.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZivLG8JdQUTfbEv9yJm77bW3fegKTNl { top:25.8125rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOCnwfU5G1MK8yfRXfBdH9lAVgb9uD9p { top:26.875rem;left:0rem;width:14.6875rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L7FxTq6Kl5RtTFrwnzduIQERrXAuShHg { top:25.5rem;left:11.3125rem;width:3.5rem;height:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #WapT6FswWHT9bsndEIPBkF4W86G4nEkz { top:26.875rem;left:15.4375rem;width:13.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hF9EpBsOtK35Td82bPz6KqpWFkKXVddb { top:26.25rem;left:27.8125rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuJ5DcalDEa8T2sl3c3PZyeUOcvL5D5k { top:26.25rem;left:28rem;width:19.75rem;height:2.5625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #brTdZ3ugnQESMd3nuPsINWnrTyeTpPdb { top:30.1875rem;left:20.875rem;width:26.875rem;height:1rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #v27lkBmPNbadSrkhNew7selwi9Z2Ct5S { top:3.0625rem;left:0rem;width:25.0625rem;height:2.1875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JgkMIwmeFU6hivltthepuu19aZuNQb1P { top:8.0625rem;left:0rem;width:32.375rem;height:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WlwpDJ4SyqFxcPTl4xFLO6dIczDXihZ2 { top:18.125rem;left:0rem;width:32.375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lvWftZgv7r2FKQ7TSTVKIIVT5J0VzbUs { top:7.625rem;left:0rem;width:32.125rem;height:9.0625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qiAzyThT65rlkekiA2qrSXArqnBWBlgJ { display:none; }#qiAzyThT65rlkekiA2qrSXArqnBWBlgJ > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AMz8B7d4W9D5J05spIQKpbEHAJA09JlL { width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #v85l2nDoRBIxFbIBJzGrSk8vTM5acb5H { display:block; }
 }@media only screen and (max-width: 763px) { #B0uTKZE6uc343TXM2TNkaP3P4ZEvG98J { display:none; }#B0uTKZE6uc343TXM2TNkaP3P4ZEvG98J > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wZz4MTXDcM8hNseflFGJxI780sHSTOaw { top:3.8125rem;left:0rem;width:12.5rem;height:3.875rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #m85m0HebmmlPMxVPpxMstUZXri92ichn { width:9.375rem;height:4.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wzvOwKFQHwV4VfTqywqVRJhRtFD6QhB5 { width:9.375rem;height:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q8T5FOUllQGaLD0pw4sT30v4zghqLnkq { width:3.875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #yeBiSt15XvodINTg4sbIxe4m17MQVFTF { width:7.75rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KTMB423SsJuPs2wziZVVnf9wQgkC7UOO { width:11.625rem;height:2.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #KsG1bbbTrhTDUPhGtMc5oMELToeVMOli { width:4.6875rem;height:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ihcXiLIE3L3rHneE2u95167GO6IuuzzN { width:47.75rem;height:42.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #oTFEbq9W4LwrySURk15lu11FBNvpXmGk { width:7.5rem;height:7.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #TRrUHLulAebdpNA4PCKGuFDx2ISP7cOS { top:27.25rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP { display:block; }#nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvIFOC68T6aiMKG6Cmt9eNDHHT2kHzIw { top:6.4375rem;left:0rem;width:10.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGmuSsZmxkRbOhiDVqZwTk0x2azH7RQv { top:1.9375rem;left:0rem;width:39.9375rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tExT2hgPx9NgxbHzphKGB6TnJqZR0azk { top:7.6875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffe0gudJdyEQ22ylvgBu4Z2Q76Ja9mwz { top:9.4375rem;left:0rem;width:12.5rem;height:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i64JwQ6yPd7TLgoMNsPqQV187BhQ1S1t { top:9.4375rem;left:5.4375rem;width:13.0625rem;height:9.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX3iZJ9ec1B54RImrPLkuBQh5AvwSQuE { top:7.75rem;left:5.4375rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5D3TZRPFoCpEGcXDJ7sdTXT36UE7d5U { top:6.4375rem;left:5.4375rem;width:16.0625rem;height:1.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U85DOFSNosycMCuhSU4M3pWXcRm9VMUx { top:9.4375rem;left:27.6875rem;width:12.5rem;height:10.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUedbTkLPhITVrV1eHCnmfdzJiPaOIUi { top:7.75rem;left:27.6875rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWXlo1ngrTWLGHGChSkK47Q37Xlt4tI0 { top:6.4375rem;left:27.6875rem;width:10.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #go4E94QPtdACyFM6vd170KTkFFfdrRlc { top:9.4375rem;left:35.25rem;width:12.5rem;height:6.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTUT7f7TiWDPK52wKasktx0aXKTT01Rq { top:7.75rem;left:35.25rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoB5B863KwG9fC65xb7et7kR5wa0zaUq { top:6.4375rem;left:37.1875rem;width:10.5625rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAAJrF5UlSh4qFuLOIMikeJmQQSh0hJ { top:10.125rem;left:21.5rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #iLFWS7UvStgMeRdPTEiQs4HguLmJCuAg { top:10.125rem;left:42rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KtWGx3DOc4H5ZigimAapRJR4GTwpBmRi { top:1.25rem;left:0rem;width:17.125rem;height:2.875rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #uzmXhEQbrSDTfQ15qgOUqKuDaG6PFbdD { top:10.125rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #lrMFZr2xB980wqnT1PmNnZuV9nvgRf7h { top:10.125rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XquypHT5RFtEoKvpBl4uzWbNMi8Gdly9 { top:10.125rem;left:0.5625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #P677E2LmdkH69fSoGVIxDimQyPobu8Ce { top:10.125rem;left:0rem;width:3.125rem;height:3.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2tTBLi0mnUs15q54uQ8uhDOIzcS4rkG { top:2.4375rem;left:0rem;width:47.75rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #M6Ir4gW9hnT3fbJKXym2DAaGpdozlyw5 { top:6.8125rem;left:2.1875rem;width:10.5625rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEl4URMBO3xkTTbCOtdDnTxUor19JmMH { top:6rem;left:16.375rem;width:2.625rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCkqkatyniFlFLT8yndJdWug60WnWE5c { top:2.3125rem;left:0rem;width:16.4375rem;height:2.5625rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #cFB8zhokEM9ZTCqDPGBpR8rhdtwa2fp5 { top:5.875rem;left:33.09375rem;width:3.1875rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srm57zkyT24BSOV35xC7dNFBW7azX7p1 { top:6.625rem;left:44.8125rem;width:2.9375rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX9fE3ISyamrciKfLsgo6IHaogtW99zf { top:5.5625rem;left:0rem;width:2.6875rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTfb8JE6y4DTP5U0IQxWaD2iQ4p84lk0 { top:5.9375rem;left:0rem;width:4.625rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8moMJcxmGBkdLCF1BRmHfZ4rcMEbXQJ { top:3.9375rem;left:22.3125rem;width:6.6875rem;height:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm8Cr4gawfPlwnntFUNsuphNdX6PTRpH { top:6.4375rem;left:40.65625rem;width:5.3125rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw { display:block; }#QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzyO1TCbTWFuBh0Z71J1ORinGn3i08uk { width:15.4375rem;height:2.9375rem;top:1.75rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1OtRwSHtLCih1wpyJTFXTVPMD1i93uh { display:block; }
 }@media only screen and (max-width: 763px) { #vGSTBwpaRNM94LsuR1izwTPq7otb7XWc { display:block; }#vGSTBwpaRNM94LsuR1izwTPq7otb7XWc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4H7x8O3LpP7PcMbqAUgQpdPQTXlWpqd { top:2.5rem;left:0rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWlxKUHQF1vdxb19kaC1nIXBgtlSh99T { top:6.5rem;left:0rem;width:13rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLl7zePmySurlLFTGvVTbCGU2wT5nllG { top:2.375rem;left:6.59375rem;width:3.3125rem;height:3.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9shndEgTPUIR0OwLxm8skSeuM6z3peo { top:6.5rem;left:2rem;width:12.5rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIET10S1iJM7s1sKwKpHiwgql3es6OVD { top:2.1875rem;left:22.375rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czhv7cFFC999X3pGatObi3Pd3WTRZf8d { top:6.4375rem;left:17.875rem;width:12.0625rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPOQUKRraqnLVbtxvhSGlcWaDuhMUKDD { top:2.5rem;left:37.6875rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #or7AaucHQoZx8Th0evD6CxiDp8lNv6eP { top:6.5rem;left:33.0625rem;width:12.375rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIc7GZinpGP29xULkQTCxezXLQIPV7vE { top:2.5rem;left:44.625rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXseM7c2yXnoRgTMcOncclUhzPDuAglH { top:6.5625rem;left:36.0625rem;width:11.6875rem;height:6.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfW2gDxONcmQSlMIW8g88nmuEIxT51X { display:block; }#uTfW2gDxONcmQSlMIW8g88nmuEIxT51X > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bR13rmN2AIBmWzWZUtdZDM8fnzEAzmfl { top:3.4375rem;left:0rem;width:26.625rem;height:2.1875rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #EXgz7ECzwZlGHeN6sbDHJ2vwVJOvmCoF { top:8.9375rem;left:0rem;width:33.8125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3WJWzCo7x3QTSCbKkp6MkkR9I9aFIKX { top:9.6875rem;left:0rem;width:25.625rem;height:7.75rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LR0iuWU3Ub4MQGoZBQ78I0AIIfPUuNbE { top:9.6875rem;left:20.5rem;width:27.25rem;height:10.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZrxkAyTMP0expWKw1wVQARykDP70nN54 { top:8.875rem;left:13.9375rem;width:33.8125rem;height:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1LubTxsoxoM6m14S54VHdgRZU0JKbDF { top:10.8125rem;left:0rem;width:7.5625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEWwBpJqDD0Je32f4CLD10uJitb53eeG { top:21rem;left:0rem;width:15.9375rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tekS70MW82HCz6R4hqb9U5x0FyxRFsg5 { top:10.75rem;left:40.125rem;width:7.625rem;height:10.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L64wzLlOqF8lJIR9bbCIm7UQm9w7tPWg { top:20.8125rem;left:30.9375rem;width:16.8125rem;height:1.25rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHcCtiANhU23ZTb6tUuVHTVoTWyJ9zJz { top:4.875rem;left:5.59375rem;width:9.75rem;height:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ypX8mOwvUWxWT47Jc0bvVVPbbBMDWV8B { top:1.625rem;left:0rem;width:20rem;height:4.1875rem;font-size:1.625rem;display:none; }
 }@media only screen and (max-width: 763px) { #BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt { display:block; }#BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvT6wg4RHNvpKsTD5AKQGSsrIEULxtAc { top:3.6875rem;left:0.4375rem;width:46.625rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3u8g72HALOGanItb7bIw5SqqEZ1TlTJ { top:11.125rem;left:0rem;width:21.5625rem;height:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #c4Lyk9ZOAAMZWdlsoADKkwNUVQ0qX0JD { top:11.125rem;left:0rem;width:21.5625rem;height:0.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eL5KbxVQVUwWpulNvRSBZDnF6yHLKN1B { top:2rem;left:0rem;width:14.6875rem;height:6.4375rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #qXSvlEh35etIHGdBUUXhCS4nr0pdd5PK { width:17.5rem;height:3.4375rem;top:8.8125rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTE2wJ9NivXlBSRLxd02o908L0bmlfUK { display:block; }
 }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Arvplbr4BeXO22ZJ40lCRNOMTcKTpHQl { top:1.75rem;left:0rem;width:12.5rem;height:1rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #crziFpezTaxMXFV0W6dTPnNFgIMNbJI8 { top:1.75rem;left:40.90625rem;width:4.5625rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSyn7dQ1kz8DyXsegUe6nHaah7KLGT7n { top:1.75rem;left:39.25rem;width:8.5rem;height:1.0625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VIIw28htr4pT1gPTFbmvcnimxikb3TZy { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#VIIw28htr4pT1gPTFbmvcnimxikb3TZy > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #hvQffvF5JSog3xIdTdyfqrFchZEClySi { width:12.3125rem;height:3.6875rem;top:1.71875rem;left:3.84375rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KapRsx1il50R3gVMwbMffZBOodPOVkH9 { width:17.1875rem;height:4.0625rem;top:6.84375rem;left:1.40625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #QrIN93nRQHPu4mOBOgmshU5zTFcfxg0H { width:18.1875rem;height:3.736325rem;top:7.4375rem;left:0.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15045;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #c6swZTFkSeniy2Mh0eFMGFc2fyiIaEDq { width:20rem;height:auto;top:4.3125rem;left:0rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #gWNWipF6QIn47WnuZZpcSJPfP3p6EQeO { width:18.1875rem;height:1.8681625rem;top:9.4375rem;left:0.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15046;font-weight:700;font-style:normal;color:#6eab1a;display:block; }
 }@media only screen and (max-width: 763px) { #tPkzfUqTzL7zmDxUGvs86mp0iDbOTgcb { width:18.1875rem;height:1.8681625rem;top:11.1875rem;left:0.9375rem;font-size:1.4375rem;text-align:center;text-align-last:center;z-index:15047;font-weight:400;font-style:normal;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #PTGBxaE9HNQP36ohICxIlK99wX9RzfcR { background-color:transparent;background-image:none;display:block; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { background-color: transparent; background-image: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row > .video-iframe-container { display: none; }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .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); }#PTGBxaE9HNQP36ohICxIlK99wX9RzfcR > .row .container { width:20rem;height:77.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dFbLWa6HmGR164Po4CkulSb2Ca9n9eJv { top:0rem;left:0rem;width:20rem;height:8.6875rem;z-index:15044;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #CHOLWIp88SumvxxHiM9rWJq7Z4qe2DOo { top:44.791015625rem;left:1.59375rem;width:16.8125rem;height:3.41015625rem;z-index:15056;text-align:center;text-align-last:center;font-size:0.875rem;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #F3XUsepaaOahLZuLqNsaJIOhE5fpzEIv { width:20rem;height:3.89941875rem;top:65.1513671875rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-regular-label { width:16.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-text { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#e0e0e0;background-image:none; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-text {padding-top: 0; padding-bottom: 0;}#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-textarea { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;background-color:#e0e0e0;background-image:none; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-select { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-select {padding-top: 0; padding-bottom: 0;}#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-input-button { width:11.1875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:2.4375rem;font-size:1rem;overflow:hidden; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .widget-checkbox-label { width:15.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv  { width:16.0625rem;height:auto;top:20.291015625rem;left:0.71875rem; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv .radio-container { width:16.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv {display:block;}#TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv { width:16.0625rem;height:auto;top:20.291015625rem;left:0.71875rem; }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #ZCgSBFdFVMGTilecaXf5USlFIm70SLRt {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #vq78vxwE06aNJ2vz7RrLdt6IdWWuJL2x { display:none; }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #A6TS5xigAJ67DRoByagpLVEsgmDLBUtO {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #ngyrhh4VXukcxJxUnPoCE996flstFM3c {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #limBOeyqgMHJFkJpPm8KGBERDTWPrh2w { display:none; }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #LSlTmnPv37cXeZRo4m0NbKTgw0TrD6iB {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #Rv4LqKFlic5zLXRWuXT4TJknH8t3g1QE {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #Tv2WxzJ7lpmBic0VMXP41uS8nRCiPNIo { display:none; }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #Zz8uTOuTUrAsBEAae3h2sr7izxuH8BJl {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #GmpAG3XKFKfqHfkqMS2K5fJggPsBZ3Gg {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #wqPDSHIDS7H8cZLTPAcfi8V49gfh8v0W {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #QmTRAeOPnlQJpATSvchrJsi8tlNx2XbW {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #mZ0w4bNxIp50PCtbtBy1H42BaryFXpCV {  }
 }@media only screen and (max-width: 763px) { #TuwpzXD8i53z4CzGBMr7VqiIt1wRJxBv #xOdsVdkkaHRb4gTRPgaB4vDcTZ9woRsv {  }
 }@media only screen and (max-width: 763px) { #LkqirsWT5NyBgupFcUJLKcqhMR0KXMXs { width:16.6875rem;height:4.546875rem;top:15.806640625rem;left:1.65625rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uVfu6lztTWSmAX1h3ZS8HF7E8dDM6wfT { width:17.5rem;height:4.875rem;top:50.72265625rem;left:1.25rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #slpWDSgAyprQFa4RD3EB5gZgWomx3WG4 { width:10.3125rem;height:1.13671875rem;top:73.455078125rem;left:4.5rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #U4nWNpkxbQAq3tKQnmKNEDFMlRAC3mfd { width:2.0625rem;height:2.0625rem;top:72.9921875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WeswDSg9uQL5JC0OrtWpL1pk6cp5X9eh { width:14.3125rem;height:2.2734375rem;top:68.912109375rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xwolT6g9FNOylCwdl4vfP5JIK07eK5bw { width:2.0625rem;height:2.0625rem;top:69.017578125rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #t22xteuUMNABIclb622n6gTJI0BPCzga { width:16.25rem;height:0;top:77.4560375rem;left:1.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KrWhJg1FswL10pOZVtA8ike2FUZ4UqPl { width:2.0625rem;height:2.0625rem;top:65.2177734375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gNuKQMTwGFbU1ZbQ7edc29i1QkdT4pmM { width:8.9375rem;height:1.13671875rem;top:65.6806640625rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1iqTwEUe4AdzzuroQSpADodU8St1dAf { width:13.6875rem;height:1.13671875rem;top:62.255859375rem;left:4.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JnniwrpL9hVTuilCr8vFP1sffcfnHfq2 { width:2.0625rem;height:2.0625rem;top:61.79296875rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #f6EQn2Qh742KZWTD7T3wzX12vGXxOG7D { width:2.0625rem;height:2.0625rem;top:57.880859375rem;left:1.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qx0wXebWlQb9G2E3QMy3wVT5xPTDteCx { width:12.3125rem;height:2.2734375rem;top:57.775390625rem;left:4.53125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl { display:block; }#tcKCiBH8BIkIfrM6otwygzX5dVqqJAKl > .row .container { width:20rem;height:58.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #aR3fprJE2FueOmd5zT2bSd6f54AvdZUp { height:11.2275625rem;width:20rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CZivLG8JdQUTfbEv9yJm77bW3fegKTNl { width:3.625rem;height:3.625rem;top:40.775390625rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uOCnwfU5G1MK8yfRXfBdH9lAVgb9uD9p { width:15.5rem;height:1.13671875rem;top:44.400390625rem;left:2.25rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #L7FxTq6Kl5RtTFrwnzduIQERrXAuShHg { width:3.5625rem;height:3.5625rem;top:35.0751953125rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #WapT6FswWHT9bsndEIPBkF4W86G4nEkz { width:13.375rem;height:1.13671875rem;top:38.5751953125rem;left:3.3125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #hF9EpBsOtK35Td82bPz6KqpWFkKXVddb { width:3.0625rem;height:3.0625rem;top:47.1337890625rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PuJ5DcalDEa8T2sl3c3PZyeUOcvL5D5k { width:18.375rem;height:2.2734375rem;top:51.0625rem;left:0.8125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #brTdZ3ugnQESMd3nuPsINWnrTyeTpPdb { width:13.25rem;height:1.94921875rem;top:54.4521484375rem;left:3.375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v27lkBmPNbadSrkhNew7selwi9Z2Ct5S { width:17.125rem;height:1.4619125rem;top:13.7470703125rem;left:1.4375rem;font-size:1.125rem;text-align:center;text-align-last:center;z-index:15021;display:block; }
 }@media only screen and (max-width: 763px) { #JgkMIwmeFU6hivltthepuu19aZuNQb1P { width:19.125rem;height:15.59764375rem;top:27.0703125rem;left:0.9375rem;font-size:1rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #WlwpDJ4SyqFxcPTl4xFLO6dIczDXihZ2 { width:15.625rem;height:2.2734375rem;top:16.2421875rem;left:2.1875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvWftZgv7r2FKQ7TSTVKIIVT5J0VzbUs { width:18.0625rem;height:12.50390625rem;top:19.9375rem;left:0.96875rem;font-size:0.875rem;text-align:center;text-align-last:center;z-index:15045;display:block; }
 }@media only screen and (max-width: 763px) { #qiAzyThT65rlkekiA2qrSXArqnBWBlgJ { display:none; }#qiAzyThT65rlkekiA2qrSXArqnBWBlgJ > .row .container { width:20rem;background-color:#e0e0e0;background-image:none;height:5.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #AMz8B7d4W9D5J05spIQKpbEHAJA09JlL { top:1.65625rem;left:3.28125rem;width:13.4375rem;height:2.5625rem;z-index:15000;background-color:#333333;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;font-size:1rem;border-top-left-radius:0.125rem;border-top-right-radius:0.125rem;border-bottom-left-radius:0.125rem;border-bottom-right-radius:0.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v85l2nDoRBIxFbIBJzGrSk8vTM5acb5H { display:block; }
 }@media only screen and (max-width: 763px) { #B0uTKZE6uc343TXM2TNkaP3P4ZEvG98J { display:none; }#B0uTKZE6uc343TXM2TNkaP3P4ZEvG98J > .row .container { width:20rem;height:26.625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #wZz4MTXDcM8hNseflFGJxI780sHSTOaw { top:1.125rem;left:1rem;width:18rem;height:2.5996125rem;z-index:15000;font-size:1rem;font-weight:700;font-style:normal;text-align:center;text-align-last:center;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #m85m0HebmmlPMxVPpxMstUZXri92ichn { top:21rem;left:3.90625rem;width:4.0625rem;height:1.6875rem;z-index:15001;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #wzvOwKFQHwV4VfTqywqVRJhRtFD6QhB5 { top:11.625rem;left:2.03125rem;width:7.8125rem;height:1.6875rem;z-index:15002;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Q8T5FOUllQGaLD0pw4sT30v4zghqLnkq { top:5.8125rem;left:4.5rem;width:2.875rem;height:3.5rem;z-index:15003;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yeBiSt15XvodINTg4sbIxe4m17MQVFTF { top:5.84375rem;left:10.9375rem;width:5.75rem;height:3.4375rem;z-index:15004;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KTMB423SsJuPs2wziZVVnf9wQgkC7UOO { top:15.65625rem;left:10.28125rem;width:7.0625rem;height:1.5625rem;z-index:15005;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #KsG1bbbTrhTDUPhGtMc5oMELToeVMOli { top:11.125rem;left:12.46875rem;width:2.6875rem;height:2.6875rem;z-index:15006;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ihcXiLIE3L3rHneE2u95167GO6IuuzzN { top:20.21875rem;left:11.9375rem;width:3.75rem;height:3.25rem;z-index:15007;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oTFEbq9W4LwrySURk15lu11FBNvpXmGk { top:14.53125rem;left:4.03125rem;width:3.8125rem;height:3.8125rem;z-index:15008;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #TRrUHLulAebdpNA4PCKGuFDx2ISP7cOS { top:24.375rem;left:8.28125rem;width:3.4375rem;height:1.29980625rem;z-index:15009;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP { display:block; }#nOLT8UaX0KuCE9ZA1pCNtbNlVNSz2NSP > .row .container { width:20rem;height:66.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #mvIFOC68T6aiMKG6Cmt9eNDHHT2kHzIw { width:10.5625rem;height:1.29980625rem;top:5.5625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bGmuSsZmxkRbOhiDVqZwTk0x2azH7RQv { width:20rem;height:auto;top:1.9375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #tExT2hgPx9NgxbHzphKGB6TnJqZR0azk { width:12.5rem;height:0.9746125rem;top:6.8623046875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ffe0gudJdyEQ22ylvgBu4Z2Q76Ja9mwz { width:12.5rem;height:4.546875rem;top:8.375rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i64JwQ6yPd7TLgoMNsPqQV187BhQ1S1t { width:13.5625rem;height:9.09371875rem;top:21.0625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VX3iZJ9ec1B54RImrPLkuBQh5AvwSQuE { width:12.5rem;height:0.9746125rem;top:19.5498046875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #m5D3TZRPFoCpEGcXDJ7sdTXT36UE7d5U { width:16.0625rem;height:1.29980625rem;top:18.25rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U85DOFSNosycMCuhSU4M3pWXcRm9VMUx { width:12.5rem;height:10.23046875rem;top:38.0869140625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #eUedbTkLPhITVrV1eHCnmfdzJiPaOIUi { width:12.5rem;height:0.9746125rem;top:36.9248046875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #cWXlo1ngrTWLGHGChSkK47Q37Xlt4tI0 { width:10.5625rem;height:1.29980625rem;top:35.625rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #go4E94QPtdACyFM6vd170KTkFFfdrRlc { width:12.5rem;height:6.8203125rem;top:57.625rem;left:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #QTUT7f7TiWDPK52wKasktx0aXKTT01Rq { width:12.5rem;height:0.9746125rem;top:56.1748046875rem;left:1.4375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JoB5B863KwG9fC65xb7et7kR5wa0zaUq { width:10.5625rem;height:1.29980625rem;top:54.875rem;left:1.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WEAAJrF5UlSh4qFuLOIMikeJmQQSh0hJ { width:3.125rem;height:3.125rem;top:61rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #iLFWS7UvStgMeRdPTEiQs4HguLmJCuAg { width:3.125rem;height:3.125rem;top:78rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #KtWGx3DOc4H5ZigimAapRJR4GTwpBmRi { width:17.125rem;height:2.923825rem;top:1.25rem;left:1.4375rem;font-size:1.125rem;text-align:left;text-align-last:left;z-index:15022;display:block; }
 }@media only screen and (max-width: 763px) { #uzmXhEQbrSDTfQ15qgOUqKuDaG6PFbdD { width:3.125rem;height:3.125rem;top:31.375rem;left:1.4375rem;z-index:15070;display:block; }
 }@media only screen and (max-width: 763px) { #lrMFZr2xB980wqnT1PmNnZuV9nvgRf7h { width:3.125rem;height:3.125rem;top:50.125rem;left:1.4375rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #XquypHT5RFtEoKvpBl4uzWbNMi8Gdly9 { width:3.125rem;height:3.125rem;top:10.125rem;left:8.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #P677E2LmdkH69fSoGVIxDimQyPobu8Ce { width:3.125rem;height:3.125rem;top:14.125rem;left:1.4375rem;z-index:15071;display:block; }
 }@media only screen and (max-width: 763px) { #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 { background-color:transparent;background-image:url("https://images.assets-landingi.com/VMBVyqA5/roz.png");background-position:bottom center !important;background-repeat:repeat-x !important;background-attachment:scroll;background-size:initial !important;display:block; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.adaptive-delivery-prevent-bg, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyload, #hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7.lazyloading { background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { background-color: transparent; background-image: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row > .video-iframe-container { display: none; }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .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); }#hrZLyq7CvZx7x0vvR2t2U4QDRTTvXWb7 > .row .container { width:20rem;height:31.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K2tTBLi0mnUs15q54uQ8uhDOIzcS4rkG { width:20rem;height:2.5996125rem;top:2.4375rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #M6Ir4gW9hnT3fbJKXym2DAaGpdozlyw5 { width:8.5625rem;height:0.6875rem;top:13.5859375rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cEl4URMBO3xkTTbCOtdDnTxUor19JmMH { width:3.1875rem;height:3.125rem;top:12.3671875rem;left:12.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FCkqkatyniFlFLT8yndJdWug60WnWE5c { width:16.4375rem;height:2.5996125rem;top:2.3125rem;left:1.78125rem;font-size:1rem;z-index:14998;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cFB8zhokEM9ZTCqDPGBpR8rhdtwa2fp5 { width:3.5625rem;height:3.125rem;top:23.4609375rem;left:8.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Srm57zkyT24BSOV35xC7dNFBW7azX7p1 { width:2.9375rem;height:1.29980625rem;top:28.7109375rem;left:8.53125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JX9fE3ISyamrciKfLsgo6IHaogtW99zf { width:3.125rem;height:3.9375rem;top:6.1796875rem;left:4.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTfb8JE6y4DTP5U0IQxWaD2iQ4p84lk0 { width:5.5625rem;height:3.25rem;top:6.5234375rem;left:11rem;display:block; }
 }@media only screen and (max-width: 763px) { #T8moMJcxmGBkdLCF1BRmHfZ4rcMEbXQJ { width:5.875rem;height:5.875rem;top:17.5859375rem;left:11.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nm8Cr4gawfPlwnntFUNsuphNdX6PTRpH { width:5.125rem;height:1.5625rem;top:19.7421875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw { display:block; }#QEhZ35D2LnLvUxoC9Z6vBw7y1EfIQfvw > .row .container { width:20rem;height:6.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZzyO1TCbTWFuBh0Z71J1ORinGn3i08uk { width:15.4375rem;height:2.9375rem;top:1.78125rem;left:2.28125rem;display:block; }
 }@media only screen and (max-width: 763px) { #F1OtRwSHtLCih1wpyJTFXTVPMD1i93uh { display:block; }
 }@media only screen and (max-width: 763px) { #vGSTBwpaRNM94LsuR1izwTPq7otb7XWc { display:block; }#vGSTBwpaRNM94LsuR1izwTPq7otb7XWc > .row .container { width:20rem;height:45.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4H7x8O3LpP7PcMbqAUgQpdPQTXlWpqd { width:3.125rem;height:3.125rem;top:1.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nWlxKUHQF1vdxb19kaC1nIXBgtlSh99T { width:20rem;height:3.41015625rem;top:4.9375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KLl7zePmySurlLFTGvVTbCGU2wT5nllG { width:3.125rem;height:3.125rem;top:9.875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G9shndEgTPUIR0OwLxm8skSeuM6z3peo { width:20rem;height:3.41015625rem;top:13rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aIET10S1iJM7s1sKwKpHiwgql3es6OVD { width:3.125rem;height:3.125rem;top:18.1875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Czhv7cFFC999X3pGatObi3Pd3WTRZf8d { width:20rem;height:4.546875rem;top:21.4375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lPOQUKRraqnLVbtxvhSGlcWaDuhMUKDD { width:3.125rem;height:3.125rem;top:28.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #or7AaucHQoZx8Th0evD6CxiDp8lNv6eP { width:20rem;height:3.41015625rem;top:31.375rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TIc7GZinpGP29xULkQTCxezXLQIPV7vE { width:3.125rem;height:3.125rem;top:37.125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mXseM7c2yXnoRgTMcOncclUhzPDuAglH { width:20rem;height:3.41015625rem;top:40.25rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTfW2gDxONcmQSlMIW8g88nmuEIxT51X { display:block; }#uTfW2gDxONcmQSlMIW8g88nmuEIxT51X > .row .container { width:20rem;height:48.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bR13rmN2AIBmWzWZUtdZDM8fnzEAzmfl { width:20rem;height:4.2246125rem;top:2.4375rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #EXgz7ECzwZlGHeN6sbDHJ2vwVJOvmCoF { width:20rem;height:14.0625rem;top:11.57421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #U3WJWzCo7x3QTSCbKkp6MkkR9I9aFIKX { width:18.25rem;height:9.09375rem;top:13.54296875rem;left:0.875rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LR0iuWU3Ub4MQGoZBQ78I0AIIfPUuNbE { width:18.5rem;height:10.2305rem;top:33.1767578125rem;left:0.75rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZrxkAyTMP0expWKw1wVQARykDP70nN54 { width:20rem;height:14.625rem;top:31.32421875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1LubTxsoxoM6m14S54VHdgRZU0JKbDF { width:4.375rem;height:5.9375rem;top:7.35546875rem;left:2.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fEWwBpJqDD0Je32f4CLD10uJitb53eeG { width:15.9375rem;height:1.13671875rem;top:23.38671875rem;left:2.03125rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #tekS70MW82HCz6R4hqb9U5x0FyxRFsg5 { width:4.6875rem;height:6.3125rem;top:26.57421875rem;left:13.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L64wzLlOqF8lJIR9bbCIm7UQm9w7tPWg { width:16.8125rem;height:1.13671875rem;top:43.9072265625rem;left:1.59375rem;font-size:0.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #NHcCtiANhU23ZTb6tUuVHTVoTWyJ9zJz { width:9.75rem;height:0.625rem;top:4.875rem;left:5.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #ypX8mOwvUWxWT47Jc0bvVVPbbBMDWV8B { width:20rem;height:4.2246125rem;top:1.63671875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt { display:block; }#BLucMDwn8B0zq1EwCp0xCvhBzxV1vNIt > .row .container { width:20rem;height:11.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TvT6wg4RHNvpKsTD5AKQGSsrIEULxtAc { width:18.6875rem;height:7.30956875rem;top:8.7763671875rem;left:0.65625rem;font-size:1.125rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #g3u8g72HALOGanItb7bIw5SqqEZ1TlTJ { width:16.8125rem;height:0.5625rem;top:9.5810546875rem;left:1.5625rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #c4Lyk9ZOAAMZWdlsoADKkwNUVQ0qX0JD { width:7.3125rem;height:0.5625rem;top:11.0732421875rem;left:6.12890625rem;z-index:14991;display:none; }
 }@media only screen and (max-width: 763px) { #eL5KbxVQVUwWpulNvRSBZDnF6yHLKN1B { width:17rem;height:4.546875rem;top:1.4365234375rem;left:1.5rem;font-size:0.875rem;z-index:14992;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qXSvlEh35etIHGdBUUXhCS4nr0pdd5PK { width:14.875rem;height:2.9375rem;top:6.9970703125rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zTE2wJ9NivXlBSRLxd02o908L0bmlfUK { display:block; }
 }@media only screen and (max-width: 763px) { #IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 { display:block; }#IQohpOmW9ppulTvoyTwvlEZhaToPpXq1 > .row .container { width:20rem;height:8.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Arvplbr4BeXO22ZJ40lCRNOMTcKTpHQl { width:12.5rem;height:1.0556625rem;top:1.25rem;left:3.75rem;font-size:0.8125rem;text-align:center;text-align-last:center;color:#333333;display:block; }
 }@media only screen and (max-width: 763px) { #crziFpezTaxMXFV0W6dTPnNFgIMNbJI8 { width:4.5625rem;height:1.0556625rem;top:3.5546875rem;left:7.6875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QSyn7dQ1kz8DyXsegUe6nHaah7KLGT7n { width:8.5rem;height:1.0556625rem;top:5.859375rem;left:5.75rem;font-size:0.8125rem;display:block; }
 }