.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row > .video-iframe-container { display: none; }#TxvpQxGuo6CkxW3pseVeXnPkXz3TAWhR > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6reudOONaaebuhspvx9Mn8paUFIaWSW { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#x6reudOONaaebuhspvx9Mn8paUFIaWSW > .row .container { background-color: transparent; background-image: none; }#x6reudOONaaebuhspvx9Mn8paUFIaWSW::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6reudOONaaebuhspvx9Mn8paUFIaWSW > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6reudOONaaebuhspvx9Mn8paUFIaWSW > .row .container > .video-iframe-container { display: none; }#x6reudOONaaebuhspvx9Mn8paUFIaWSW > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#x6reudOONaaebuhspvx9Mn8paUFIaWSW > .row > .video-iframe-container { display: none; }#x6reudOONaaebuhspvx9Mn8paUFIaWSW > .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); }#x6reudOONaaebuhspvx9Mn8paUFIaWSW > .row .container { border-width: 0; border-radius: 0; }#x6reudOONaaebuhspvx9Mn8paUFIaWSW > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#x6reudOONaaebuhspvx9Mn8paUFIaWSW > .row .container { font-size:0.875rem;font-family:arial;height:4.375rem;width:75rem;position:relative;display:block; }#npbzqbK6eHOBr1kfbEiDsuTebrE7ayu0 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.875rem;height:1rem;text-decoration:none;z-index:15017;text-align:center;text-align-last:center;top:1.6875rem;left:50.0625rem;display:block; }
#vGJcFMiF8TVZouwa6ed3MSx0qQ8vmW9U { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#BftMHEuS2kWPNloQMFIssnhcfHNoKZzL { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.5rem;height:1rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:1.6875rem;left:59.375rem;display:block; }
#M0QxC2KztE41k0bDxTs4V9V55TGH9rFm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XHEMc02zhVqstZe8oDMRN4NUnScm1ll2 { background-color:rgba(0,0,0,0);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:5.25rem;height:1rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:1.6875rem;left:68.5625rem;display:block; }
#iXavN1pnXWtiH5RICU6lCLIb0xhXWsz6 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oHuAJo9nxohq8PULaRtwVooLzcNNs7Kl { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2rem;top:4.375rem;left:11.25rem;display:none; }
#RKFeJ3mizDtEIe5WJGbRb9Z2psATCC7f { position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;display:none; }
#zaswyzTnZnLEbwgSuW4PIQMFL29TcFEK { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:10.625rem;height:3.5625rem;text-decoration:none;z-index:15049;text-align:center;text-align-last:center;top:0.40625rem;left:0rem;display:block; }
#t9QKSJaovVazJn2hsGMOyoGaLsPhobst { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MDiTVUGIdHbvqp8TIbwsgHkqZ0SPX2AT { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.3125rem;width:9.375rem;top:1.03125rem;left:0rem;overflow:hidden;display:block; }
#l6Rx4KpA5oTX3E12oE2IGR3qALwqNVCV { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:rgba(0,0,0,0);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:10.625rem;height:3.5625rem;text-decoration:none;z-index:15050;text-align:center;text-align-last:center;top:0.40625rem;left:0rem;display:block; }
#JVK3fTbFTpJXDFfdh1XSc5XDAn1HGTi8 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#zglnGGXLf258e8K6QbW15X1TphhmTKdn { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#009e48;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { background-color: transparent; background-image: none; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container > .video-iframe-container { display: none; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row > .video-iframe-container { display: none; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .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); }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { border-width: 0; border-radius: 0; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { font-size:0.875rem;font-family:arial;height:12.4375rem;width:75rem;position:relative;display:block; }#xyQ2BkwiPz8zGZcg9Z0eZHN9889sCl7d { color:#ffffff;display:block;width:45.125rem;position:absolute;font-family:"titillium web";font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.1;letter-spacing:0;top:4.9812498092651rem;left:14.9375rem;height:;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 { position:relative;display:block; }#iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 { background-color: transparent; background-image: none; }#iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 > .row .container > .video-iframe-container { display: none; }#iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 > .row > .video-iframe-container { display: none; }#iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 > .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); }#iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 { border-width: 0; border-radius: 0; }#iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:45rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#z2wCSDfTtg3tf8Kbwqaz9qKVufbVm51y { position:absolute;display:block;z-index:15010;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:24.5625rem;width:39.375rem;top:8.4990234375rem;left:17.462890625rem;display:block; }
#vCuFdiqSH0VEbm9x2JmCFTLnPxTDRJw0 { color:#000000;display:block;width:42.875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15018;line-height:1.4;letter-spacing:0;top:2rem;left:0rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#SkKNvKab2mm1BtGxdlclWGrMG8CZpR6x { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.8105625rem;width:55.8105625rem;top:7.061767578125rem;left:9.593505859375rem;overflow:hidden;display:block; }
#nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi { position:relative;display:block; }#nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi { background-color: transparent; background-image: none; }#nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi > .row .container > .video-iframe-container { display: none; }#nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi > .row > .video-iframe-container { display: none; }#nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi > .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); }#nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi { border-width: 0; border-radius: 0; }#nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi > .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:16.5rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EEEcI8XxCVKbxHfI5Trci3JRTAn9s3RR { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:3.4375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZidPSueUNnoo8RJJteS6J6IXlSvdg09Z { color:#009e48;display:block;width:5.18555rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.4;letter-spacing:0;top:1.5rem;left:10.8125rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#whJqoV8UmswVBpZVtqqU8eBSvz23gL3R { position:absolute;display:block;z-index:15015;background-color:#009e48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.18652375rem;width:9.5615rem;top:2.0625rem;left:0rem;display:block; }
#NOGTlXEdbvQiO9bJn3y4n2iX9DTZTwPo { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15022;line-height:1.5;letter-spacing:0;top:3.4375rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#NOGTlXEdbvQiO9bJn3y4n2iX9DTZTwPo li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NOGTlXEdbvQiO9bJn3y4n2iX9DTZTwPo li:before{  }
#ZbqsMAyUBKnDaFwCDCGWVA4pBCNr4N5N { position:absolute;display:block;z-index:15013;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:12.1875rem;width:49.9375rem;top:2.0614585876465rem;left:25rem;display:block; }
#ToOmZlKVSKeONif9ZO46XbivTymQQnhN { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.5;letter-spacing:0;top:3.4375rem;left:51.5625rem;height:;text-align:left;text-align-last:left;display:block; }#ToOmZlKVSKeONif9ZO46XbivTymQQnhN li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ToOmZlKVSKeONif9ZO46XbivTymQQnhN li:before{  }
#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container { background-color: transparent; background-image: none; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container > .video-iframe-container { display: none; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row > .video-iframe-container { display: none; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .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); }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container { border-width: 0; border-radius: 0; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container { font-size:0.875rem;font-family:arial;height:57.125rem;width:75rem;position:relative;display:block; }#psBOw8W2XrqdvE2ehh2gqT5Bnkn8MB1M { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:2.5rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#TkTmhqmpXlkxB7WtrvnQtfqROBiQlkV7 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:2.5000019073486rem;left:51.5625rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zeKJCkuCW7TpqT8JEGA1PCP0FL2apUvf { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15014;line-height:1.5;letter-spacing:0;top:6.3124980926512rem;left:51.5625rem;height:;text-align:left;text-align-last:left;display:block; }#zeKJCkuCW7TpqT8JEGA1PCP0FL2apUvf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zeKJCkuCW7TpqT8JEGA1PCP0FL2apUvf li:before{  }
#pwUsP6VoptwvBpr6DHaFf15yiCzkxCtU { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:23.125rem;left:51.5625rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#D6ChGTGtqNk0Tzr6Qir3lb2x5BXZkua8 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15005;line-height:1.5;letter-spacing:0;top:25.8125rem;left:51.632293701172rem;height:;text-align:left;text-align-last:left;display:block; }#D6ChGTGtqNk0Tzr6Qir3lb2x5BXZkua8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#D6ChGTGtqNk0Tzr6Qir3lb2x5BXZkua8 li:before{  }
#EAaX4eIcDHwKVy2Fx0t1q67MT3rWvG3w { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:2.5rem;left:26.375rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EnT2JLLlKTWbdKNtNg2ukhP2V40NBixH { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.5;letter-spacing:0;top:6.3125rem;left:26.5625rem;height:;text-align:left;text-align-last:left;display:block; }#EnT2JLLlKTWbdKNtNg2ukhP2V40NBixH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#EnT2JLLlKTWbdKNtNg2ukhP2V40NBixH li:before{  }
#vZLNwMfBVErzoxdVATguIA2dat9TVXNo { position:absolute;display:block;z-index:15012;background-color:#009e48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.187174375rem;width:9.5621875rem;top:1.125rem;left:0rem;display:block; }
#EQaIZzgWOvF56IAKOalWdHSkhRJVRxFU { color:#56bb7a;display:block;width:5.1863625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:41.125rem;left:10.375rem;height:1.171875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:none; }
#gmRQN8CneSDpWA0m8LT8kO5dS9h0ikcb { color:#009e48;display:block;width:5.18555rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.4;letter-spacing:0;top:0.5625rem;left:10.8125rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#i8RTF7ThwBUI0gTXReRiSIU1m1GMO1Uc { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:29.5625rem;left:26.5rem;height:1.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#KsnP1sAh8LsSLvi6ecvIgQtrqyVGeuV1 { color:#000000;display:block;width:21.875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15019;line-height:1.5;letter-spacing:0;top:32.4375rem;left:26.5rem;height:;text-align:left;text-align-last:left;display:block; }#KsnP1sAh8LsSLvi6ecvIgQtrqyVGeuV1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#KsnP1sAh8LsSLvi6ecvIgQtrqyVGeuV1 li:before{  }
#sOdwk1Tz1ORvXiRVEEVTTTiGm6t6PyeI { position:absolute;display:block;z-index:15002;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ;height:53.375rem;width:50rem;top:0rem;left:24.923957824707rem;display:block; }
#WoLSN4RKwb68LOIipCXE4WERh1rlDMiV { position:relative;display:block; }#WoLSN4RKwb68LOIipCXE4WERh1rlDMiV { background-color: transparent; background-image: none; }#WoLSN4RKwb68LOIipCXE4WERh1rlDMiV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoLSN4RKwb68LOIipCXE4WERh1rlDMiV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoLSN4RKwb68LOIipCXE4WERh1rlDMiV > .row .container > .video-iframe-container { display: none; }#WoLSN4RKwb68LOIipCXE4WERh1rlDMiV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WoLSN4RKwb68LOIipCXE4WERh1rlDMiV > .row > .video-iframe-container { display: none; }#WoLSN4RKwb68LOIipCXE4WERh1rlDMiV > .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); }#WoLSN4RKwb68LOIipCXE4WERh1rlDMiV { border-width: 0; border-radius: 0; }#WoLSN4RKwb68LOIipCXE4WERh1rlDMiV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#WoLSN4RKwb68LOIipCXE4WERh1rlDMiV > .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:22.9375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#F4tFUyZb8Nfxq8ceXHNflEgNTyTaogPn { color:#000000;display:block;width:16.0625rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15016;line-height:1.3;letter-spacing:0;top:2.4375rem;left:55.5625rem;height:1.1375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZB9do0smxmW07hPKMaZWnAECGnIKa07e { z-index:15018;top:5.375rem;left:31.6875rem;background-color:#000000;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.625rem;height:2.5rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#LnTOqTuJTUhJKetR05GrvJVwX1TJtIi0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#a4FGICHMA8XzIsbkEFTGMqXslFhTPrhQ { color:#000000;display:block;width:10.25rem;position:absolute;font-family:"titillium web";font-size:2.8125rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:1.0625rem;left:32.375rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#vo1RUJFTXMXg4AKXB861T9yGReTUWGOR { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:2.84375rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#frsy5rZgB1sIC65MIZzKgLCTpIuR032S { color:#009e48;display:block;width:5.186525rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15009;line-height:1.4;letter-spacing:0;top:0rem;left:10.375rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#dx7xCaRPlNI2W7G8Ho9tF7HRb7zT1zTG { position:absolute;display:block;z-index:15010;background-color:#009e48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:0.5625rem;left:0rem;display:block; }
#DOFat36o4l84H7VCK7xyG4hFzwSuazuh { position:absolute;display:block;z-index:15008;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid #009e48;border-left:0.0625rem solid #009e48;border-right:0.0625rem solid #009e48;border-bottom:0.0625rem solid #009e48;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.37475rem;width:49.87425rem;top:0rem;left:24.969482421875rem;display:block; }
#FHGNDAJ9mf12LqrEkhFP07fDuaMZWfOf { position:absolute;display:block;z-index:15027;background-color:#009e48;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.1875rem;width:0.1875rem;top:1.8125rem;left:49.875rem;display:block; }
#JTWFvHh4JbdGHW3y3KBdV0CDcp2NPQbT { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.9375rem;width:11.625rem;top:5.0625rem;left:56.9375rem;overflow:hidden;display:block; }
#E4JFIe5p5zWkqX4Sn9a1bNghB8neK4bK { color:#000000;display:block;width:21.3125rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15017;line-height:1.3;letter-spacing:0;top:8.1875rem;left:26.84375rem;height:2.2745rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MUgoG8Kh0zn6kJ1X3mdwzFgb6VHeKJXS { color:#000000;display:block;width:49.9375rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:normal;z-index:15034;line-height:1.7;letter-spacing:0;top:11.01953125rem;left:25.0625rem;height:1.27485625rem;text-align:center;text-align-last:center;display:block; }
#lbgoIyvRSqtTwcns9RNJlPCKN8wrU0o0 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#edeff1;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#lbgoIyvRSqtTwcns9RNJlPCKN8wrU0o0 > .row .container { border-width: 0; border-radius: 0; }#lbgoIyvRSqtTwcns9RNJlPCKN8wrU0o0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lbgoIyvRSqtTwcns9RNJlPCKN8wrU0o0 > .row .container { font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;position:relative;display:none; }#c9B9F8ShuFlGcLWVGpJaTUO1Rr9iwCyJ { color:#000000;display:block;width:19.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:5.0625rem;left:0rem;height:5.6875rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#R08226JfmPnM2R6PyGKbG28wo8IVcoxk { color:#009e48;display:block;width:5.18555rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:3.125rem;left:10.375rem;height:1.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#gzUW3Msz7wMsd53xQdUOZVULpwKT4noq { position:absolute;display:block;z-index:15013;background-color:#009e48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1867675rem;width:9.56175rem;top:3.6875rem;left:0rem;display:block; }
#hg1ZIlsWbA6rTH35xOc5tSSLT6w3pBrm { position:absolute;display:block;z-index:15017;background-color:transparent;background-image:none;border-top:0.0625rem solid #56bb7a;border-left:0.0625rem solid #56bb7a;border-right:0.0625rem solid #56bb7a;border-bottom:0.0625rem solid #56bb7a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:3.125rem;left:32.875rem;display:block; }
#BSGPcG79WcRfZNteJTvElUTCFXQzfUV4 { position:absolute;display:block;z-index:15023;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:5.9375rem;top:4.9270839691162rem;left:34.656251192093rem;overflow:hidden;display:block; }
#Hp5lF9m52W3TwBkvCAQaSXBQ03Ln2VLU { color:#000000;display:block;width:10.37475rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15020;line-height:1.3;letter-spacing:0;top:13.125rem;left:32.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#tQlRak5gOLhZ9RFeL03z6dFHwpMb7iLQ { position:absolute;display:block;z-index:15020;background-color:transparent;background-image:none;border-top:0.0625rem solid #56bb7a;border-left:0.0625rem solid #56bb7a;border-right:0.0625rem solid #56bb7a;border-bottom:0.0625rem solid #56bb7a;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.375rem;width:9.375rem;top:3.125rem;left:57.875rem;display:block; }
#hFiWPrelQ4CvEa6f2b3kftmaW5ss1Qo7 { color:#000000;display:block;width:10.3735rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15023;line-height:1.3;letter-spacing:0;top:13.125rem;left:57.375rem;height:2.5996125rem;text-align:center;text-align-last:center;display:block; }
#A8KElTsVJsRbSDzKC05VKftPDQ34k3m3 { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:5.625rem;top:5.0625rem;left:59.8125rem;overflow:hidden;display:block; }
#iZrvwExl77gmCcNaDZB8nWpxPADa3hKO { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:9.5611875rem;height:9.5611875rem;text-decoration:none;z-index:15026;text-align:center;text-align-last:center;top:3.114013671875rem;left:32.85888671875rem;display:block; }
#T4FhECP9BRVtb0DKTFooO9TMQ9NHa1U5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QLr1tPsPZFzXuqwN4e8PaT08efQD4AsZ { background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-shadow: none;box-sizing:border-box;color:#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:9.561rem;height:9.561rem;text-decoration:none;z-index:15027;text-align:center;text-align-last:center;top:3.09375rem;left:57.97119140625rem;display:block; }
#DacTbd1Jx08iFFNsLideNDIxSVNpovnu { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T > .row .container { background-color: transparent; background-image: none; }#Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T > .row .container > .video-iframe-container { display: none; }#Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T > .row > .video-iframe-container { display: none; }#Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T > .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); }#Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T > .row .container { border-width: 0; border-radius: 0; }#Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T > .row .container { font-size:0.875rem;font-family:arial;height:61.875rem;width:75rem;position:relative;display:block; }#QHPh8FpFn6A8z53g8TFmrST1iNk5gcXU { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:62.5rem;display:block; }
#rwCeohKNtQHXiI3ws3bMoitxyDs0wqTW { position:absolute;display:block;z-index:15027;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5rem;width:8.9375rem;top:42rem;left:64.375rem;overflow:hidden;display:block; }
#m9ltJ2TiN8W3kKB2R4OVq1eARwxdRCbr { position:absolute;display:block;z-index:15009;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:24.8125rem;display:block; }
#txVLDsyRMfr4tlgq0SBvXFSfPWP4zK02 { position:absolute;display:block;z-index:15029;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.0625rem;width:9.4375rem;top:3.3125rem;left:26.4375rem;overflow:hidden;display:block; }
#O4v6fd98mF2x0D5Se2hPianCKSZ12HAD { position:absolute;display:block;z-index:15013;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:49.9375rem;display:block; }
#oPLX5UuCxZfTr0xa6BzXPPVAcl6bZvQm { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:6.875rem;width:10.9375rem;top:3.375rem;left:50.8125rem;overflow:hidden;display:block; }
#hbkg4pNuHqGBT9QIus7uA1peTLO0OZTn { position:absolute;display:block;z-index:15011;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:37.375rem;display:block; }
#JkT5aQCQ1NiwZtUKdV0ChJEBgCTgBe7S { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.625rem;width:11rem;top:4rem;left:38.125rem;overflow:hidden;display:block; }
#UKsOphep8kpTnq5GvQxbNvrhgvtJlSlc { position:absolute;display:block;z-index:15015;background-color:rgba(255,255,255,0.28);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:0.5rem;left:62.5rem;display:block; }
#dXaPgaWgCO5y4uChcEUAXO360rGasGRg { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.8125rem;width:8rem;top:5.4375rem;left:64.8125rem;overflow:hidden;display:block; }
#X6LkGw4lAtep6P7bfGubg3DmBQCMcnte { position:absolute;display:block;z-index:15023;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:49.9375rem;display:block; }
#CJalAiheFcfgTT54C6em9f4TAH6bPpRv { position:absolute;display:block;z-index:15043;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.625rem;width:8.9375rem;top:18.562503814698rem;left:51.781253814698rem;overflow:hidden;display:block; }
#cgC24P2uPNbm5xdccPnPp9zJueQqtU9F { position:absolute;display:block;z-index:15021;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:37.375rem;display:block; }
#InIxXD53CPADqhdUDAmE01pV64aVwy4F { position:absolute;display:block;z-index:15041;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:8.9375rem;top:16.5rem;left:39.1875rem;overflow:hidden;display:block; }
#MelDl7MoZosP1i52uoJPx0LKUW5ZPPq4 { position:absolute;display:block;z-index:15025;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:62.5rem;display:block; }
#hITK8eF2AMKZaggdhEudWovvSXt3ShZ9 { position:absolute;display:block;z-index:15045;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:15.375rem;left:64.8125rem;overflow:hidden;display:block; }
#X4aJJwrePu2uqv7L3uTrLCbNdyu4ITeX { position:absolute;display:block;z-index:15019;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:13.0625rem;left:24.8125rem;display:block; }
#wxw7ITRZ4lZy2vmxT9XNcgCf32dLCyOF { position:absolute;display:block;z-index:15039;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:15.375rem;left:27.125rem;overflow:hidden;display:block; }
#yhIp1M52pgTPukOt7xVUDfbUTgTpintA { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:49.9375rem;display:block; }
#BQdHCqzyvOenp65H0x9RJps0HdTQReIe { position:absolute;display:block;z-index:15037;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:8.9375rem;top:41.875rem;left:51.8125rem;overflow:hidden;display:block; }
#I4Rm8Dc2WHHGt31HRzD4PUT9NyS3DtlR { position:absolute;display:block;z-index:15033;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:49.9375rem;display:block; }
#BH9iSaGQ7FXJOp5ibZICB8wd8CpgyJTZ { position:absolute;display:block;z-index:15031;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:37.375rem;display:block; }
#I7HSnkAoXiWEpK2eaTzdcVsrvcRBTgPh { position:absolute;display:block;z-index:15035;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:62.5rem;display:block; }
#rVzC1lBuBuDoTT39xZZdg4PHoGPFXuwc { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:25.625rem;left:24.8125rem;display:block; }
#X7Xf1Pl8NvMo6cV7JiUGNEuh0MdHrQmw { position:absolute;display:block;z-index:15027;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:37.375rem;display:block; }
#gwiIMhDZ6esqUShRVLBDkfawohtM1JI4 { position:absolute;display:block;z-index:15053;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.875rem;width:11.3125rem;top:29rem;left:50.625rem;overflow:hidden;display:block; }
#kPq4XqQNA6VFzOdeNtocw8m4hWCQuzA6 { position:absolute;display:block;z-index:15051;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:4.4375rem;width:8.9375rem;top:29.75rem;left:39.1875rem;overflow:hidden;display:block; }
#tZQwHHeMa6X8P5x3QNB1psitN7y9ExGL { position:absolute;display:block;z-index:15055;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8rem;width:8rem;top:27.9375rem;left:64.8125rem;overflow:hidden;display:block; }
#TMkgVMumNlS4TV5lgMAmpx7uepCrufRg { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.9375rem;width:8rem;top:29rem;left:27.125rem;overflow:hidden;display:block; }
#MR2NT53wxtrbcUVEdrWv9IurisNUGwGP { position:absolute;display:block;z-index:15047;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.3125rem;width:5.3125rem;top:41.875rem;left:41.0625rem;overflow:hidden;display:block; }
#PmqTGENhT6Zb5LTFh6WQG8DqdScqgrJf { color:#000000;display:block;width:20.0625rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:1.9375rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#qGoiGWwgVApNq5ykrTSMXpcvTszmJJpJ { color:#009e48;display:block;width:5.875rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:0rem;left:10.375rem;height:1.22514375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#eydSN5eoySItdIcbayzXfOdUL6KEGmem { position:absolute;display:block;z-index:15013;background-color:#009e48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:0.5625rem;left:0rem;display:block; }
#RHUePPxGZgg7iysldx3SQ4Lli8dNaRsv { position:absolute;display:block;z-index:15029;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.0625rem solid rgba(193,193,193,0.4);border-left:0.0625rem solid rgba(193,193,193,0.4);border-right:0.0625rem solid rgba(193,193,193,0.4);border-bottom:0.0625rem solid rgba(193,193,193,0.4);border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.5rem;width:12.5rem;top:38.1875rem;left:24.8125rem;display:block; }
#OWImL5oTTyQB1llEz46lWbVJB6VFnvXO { position:absolute;display:block;z-index:15049;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.5rem;width:10.5625rem;top:43.75rem;left:25.875rem;overflow:hidden;display:block; }
#xXr1BMnKFkObu42w4mTRiMEx65TdgnTl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(237,239,241,0.65);background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#xXr1BMnKFkObu42w4mTRiMEx65TdgnTl > .row .container { border-width: 0; border-radius: 0; }#xXr1BMnKFkObu42w4mTRiMEx65TdgnTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#xXr1BMnKFkObu42w4mTRiMEx65TdgnTl > .row .container { font-size:0.875rem;font-family:arial;height:39.375rem;width:75rem;position:relative;display:none; }#XslJyZATnwPADv0VxBvAs2JGOQtRJyvs { color:#000000;display:block;width:25rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15018;line-height:1.3;letter-spacing:0;top:5.1875rem;left:0rem;height:5.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nmsJsQpEfMGvCCEu9CX1bODTMry5W2Aq { color:#009e48;display:block;width:5.186525rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:3.25rem;left:10.375rem;height:1.2246125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:right;text-align-last:right;display:block; }
#ZxeVXIFnAn3DoUF9BDV42amxCS7c4e05 { position:absolute;display:block;z-index:15013;background-color:#009e48;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:9.5625rem;top:3.8125rem;left:0rem;display:block; }
#wRwCkTVfE5eu1JT3Js4ONBnyhgvpQMtH { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:28.875rem;left:21.0625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#zZCd9GZf00BiCa9meCru0G0fVpCIVdSi { position:absolute;display:block;z-index:15011;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:19.3125rem;left:21.25rem;display:block; }
#oTIgUKFysTW3bx4FIxfwZq0F8ItwvPa8 { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:16.9375rem;left:21.25rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#TU1PEgM2JQ2avHGkoIbGp8NApQHuwE2F { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:10.625rem;left:19.875rem;display:block; }
#K6SWvIDLJmkUsScuBIcMNfhKJspDGVTt { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:20.1875rem;left:21.25rem;height:6.12305rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#bKe8vkMn4JnQNgOv81aC5unIUIlJhnz4 { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:28.875rem;left:2.4375rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#LsMtoIFk0waTCId3rfv0D1CLWdeWQ5XV { position:absolute;display:block;z-index:15016;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:19.3125rem;left:2.625rem;display:block; }
#GQyyweepwhi67HzRH9dEkeelGGTn0ShQ { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:16.9375rem;left:2.625rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#cqgOAri9RAG026ZxQnLFMwDZQmTTJ1WN { position:absolute;display:block;z-index:15007;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:10.625rem;left:1.25rem;display:block; }
#yHBr9vB3hh0bQzR2sOTKcaXarA4VKfT5 { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15007;line-height:1.5;letter-spacing:0;top:20.1875rem;left:2.625rem;height:6rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#Z94xu8Gum2g9RTnHKz6CTe4fhpA0MKtt { position:absolute;display:block;z-index:15017;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:10.625rem;left:38.375rem;display:block; }
#JuQ1x4N2mDvcXioe3VJxukKdutSLyBJd { position:absolute;display:block;z-index:15026;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:19.3125rem;left:39.75rem;display:block; }
#a0efep1E8GQh21BLEC2kvt1hKBqiaV0r { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:15rem;left:39.625rem;height:4.0625rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#K7T7PQn6GhLIVyxgRJZ3xQIGAQ2W4TZ6 { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:0.875rem;font-weight:300;z-index:15017;line-height:1.4;letter-spacing:0;top:20.1875rem;left:39.75rem;height:7.347625rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#LSNfuVvCrmZ4QQq7Ait3Z2tarIVlWIE6 { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:28.875rem;left:39.5625rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#aZvfFE8dBfLUXMP0dIgSD5CHX9D4WkUo { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.375rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:28.875rem;left:58rem;height:1.7871125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#FsJTPIWGJhJLKOMMsnFcx5gH2GDFuprC { position:absolute;display:block;z-index:15021;background-color:#000000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.1875rem;width:14.125rem;top:19.3125rem;left:58.1875rem;display:block; }
#rBtmdKqokUI0ucHZ4BAS3nedoTKTNafM { display:block;width:14.5rem;position:absolute;font-family:"titillium web";font-size:1.5625rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:16.9375rem;left:58.1875rem;height:2.03125rem;font-style:normal;text-align:left;text-align-last:left;color:#000000;display:block; }
#uTqKIqcrWMfmhd5ZvBcsE4fbgOpS5gzo { position:absolute;display:block;z-index:15012;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0rem 0.0625rem 0.5rem rgba(0,0,0,0.5) ;height:22.1875rem;width:17rem;top:10.625rem;left:56.8125rem;display:block; }
#EMOyF1ndzeENo0XmTfdaCDzFqGMeuMDu { display:block;width:14.25rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:20.1875rem;left:58.1875rem;height:6rem;color:#000000;font-style:italic;text-align:left;text-align-last:left;display:block; }
#suVunGJzaXPnAAkFt3FVoRcZDmWEugTO { position:absolute;display:block;z-index:15032;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.6875rem;width:6.5rem;top:11.875rem;left:29.4375rem;overflow:hidden;display:block; }
#upCuvmZ5p2ZEaxdrnKLLxfletUnLZ6U8 { position:absolute;display:block;z-index:15031;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:6.5rem;top:11.625rem;left:10.8125rem;overflow:hidden;display:block; }
#EWgv8TmfiLfLSeZlZe35JmkEMMluwxVp { position:absolute;display:block;z-index:15033;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:11.5rem;left:51.8125rem;overflow:hidden;display:block; }
#OTbJ5UXDWF9qkgGBbDVn1w3XswliyBiS { position:absolute;display:block;z-index:15034;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.5625rem;width:5.375rem;top:11.625rem;left:67.1875rem;overflow:hidden;display:block; }
#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J { border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;background-color:#009e48;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row .container { background-color: transparent; background-image: none; }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row .container > .video-iframe-container { display: none; }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row > .video-iframe-container { display: none; }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .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); }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row .container { border-width: 0; border-radius: 0; }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row .container { font-size:0.875rem;font-family:arial;height:45.125rem;width:75rem;position:relative;display:block; }#MLxhPZ1hgvC8bJx5K9RLaflfvIv82ieS { color:#ffffff;display:block;width:24.375rem;position:absolute;font-family:"titillium web";font-size:2.3125rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:2.125rem;left:6.3427734375rem;height:3.006075rem;font-style:normal;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JfL5iVRABiixz3UTSXcB3gkMreQtkBTU { color:#ffffff;display:block;width:20.8123125rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:7rem;left:8.125rem;height:1.787325rem;font-style:normal;display:block; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-form-header { font-size:1rem; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-regular-label { height:auto;display:block;font-family:"titillium web";font-size:1rem;font-weight:400;color:#ffffff;width:20.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;overflow:hidden;font-style:normal;line-height:2;text-align:left;text-align-last:left;vertical-align:top; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.6875rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:3.8125rem;color:#000000;font-size:1rem;overflow:hidden;font-family:"titillium web";vertical-align:top; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:20.6875rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-checkbox { width:1rem;height:1rem;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; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-button { border-top-left-radius:5.0625rem;border-top-right-radius:5.0625rem;border-bottom-left-radius:5.0625rem;border-bottom-right-radius:5.0625rem;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;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:12.4375rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#2f2f2f;width:8.25rem;height:2.5rem;font-family:"titillium web";overflow:hidden;line-height:1;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 [class*="-text"]:-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 [class*="-text"]::-moz-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 [class*="-text"]:-ms-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 [class*="-text"]::-webkit-input-placeholder { color:#000000;font-family:"titillium web";font-size:0.875rem; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .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:"titillium web";line-height:1.2;font-size:0.6875rem;font-weight:300;color:#ffffff;vertical-align:top;width:20.1875rem;overflow:hidden;font-style:normal;float:none; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .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; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .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; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-container { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;width:100%;font-size:0;height:auto; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-container:first-of-type{padding-top:0;}#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-container:last-of-type{padding-bottom:0;}#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5610790252686rem;font-size:1rem; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:20.6875rem;display:block;vertical-align:top; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 {display:block;}#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:21.4375rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:8.75rem;left:5.5610790252686rem;font-size:1rem; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #cZm7TnnU9OrBTEpLVvTNfSAResFwBEBl { position:relative; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #zRDDByRxt4O2FeINs9q3eBLTsIZNvoTc { position:relative;display:block; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #pqr17QnhhLS9T8M1gGcVNct8kDEMrGlF { position:relative; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #nKF0VSGkHDahQyDd4LXeTXqWwX6TeHVh { position:relative; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #NnT4zfGAXdKv8tSwQCdwA2SMABwcf17y { position:relative;display:block; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #BpNNtB5pd74EhsfZbOxovZ1ECkWFT2ef { position:relative; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #anaftn1qmdnv9h5wBX3UDltX72U9rXJA { position:relative; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #Lfh4rWKdBDZNU9LOwQEAtV99J9d6vcbi { position:relative;display:block; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #OHdHM6HGfGminWTHOQ8rypfVC9DFPUQc { position:relative; }
#Ht5M2ErCBRKny0CC5bHdxJXFxZE8bcXz { position:relative;display:block;z-index:100000;display:block; }
#iRmwPiqCcxfZqpMPMXCEKh8EV7hw2Dbd { position:relative;display:block;z-index:100000;display:block; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #RRgxWTp7WsZ8BckZTJxtt7C6lh5FI0cD { position:relative; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #FA9MBxfZrKzvkHrttekBd5f9bHAx6lzA { position:relative;z-index:2; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #NzEGblMqoLM83I1VSnS4Pp7EfkJDLgT7 { position:relative; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #DyKsevhJsasWTuRqNBKWyLhsxXb3WJxC { position:relative; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #FZuABhBXyRMDCrOgC5ieFyi4pZdaVWHM { position:relative; }
#D2eQimnfQduKTrHT5XbFp3z7sDfLTOEZ { box-sizing:content-box;color:#ffffff;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:block;z-index:15017;top:6.3125rem;left:5.5625rem;display:block; }
#GyVX2VU5B60IaNcEBGLyVebliOt1l5CM { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:40rem;width:40rem;top:5.125rem;left:31.7158203125rem;overflow:hidden;display:block; }
#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy { border-top:0.125rem solid #ffffff;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy > .row .container { background-color: transparent; background-image: none; }#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy > .row .container > .video-iframe-container { display: none; }#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy > .row > .video-iframe-container { display: none; }#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy > .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); }#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy > .row .container { border-width: 0; border-radius: 0; }#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy > .row .container { font-size:0.875rem;font-family:arial;height:14.875488125rem;width:75rem;position:relative;display:block; }#vCRPRhP3EKUo0HCIBQQDOJB19mLFWF2w { color:#ffffff;display:block;width:25.1875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:3.1875rem;left:3.0625rem;height:7.79295625rem;text-align:left;text-align-last:left;display:block; }
#gmZZqXqTL1c2TBOmOT12SuWDNHczS5pn { color:#ffffff;display:block;width:16.1241875rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:normal;z-index:15004;line-height:1.6;letter-spacing:0;top:1.5625rem;left:3.0625rem;height:1.5989rem;text-align:left;text-align-last:left;display:block; }
#fX8DuCbO2fFxTPg4nVFSCCrF7c5Zmdqu { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15020;top:8.4375rem;left:62.125rem;display:block; }
#DQzpwS445wTvQw1BeGVfCbOMBb96DTTh { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15021;top:8.4375rem;left:65.5rem;display:block; }
#frcCklymAf2CqS6RB87AkyfPBObxHryl { box-sizing:content-box;color:#ffffff;font-size:1.625rem;font-weight:400;line-height:1;height:2.375rem;width:2.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15022;top:8.3125rem;left:69.125rem;display:block; }
#LGUguv7Z2VP95ZoqqH4DUm3HBkd0Wqds { color:#009e48;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:1rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:6.875rem;left:62.5rem;height:1.298825rem;font-style:normal;display:block; }
#GcqpJK8J26swLTFOvyx6Nvx517rpki8g { box-sizing:content-box;color:#009e48;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:block;z-index:15025;top:1.3125rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x6reudOONaaebuhspvx9Mn8paUFIaWSW { display:block; }#x6reudOONaaebuhspvx9Mn8paUFIaWSW > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npbzqbK6eHOBr1kfbEiDsuTebrE7ayu0 { width:6.875rem;height:1rem;top:1.6875rem;left:36.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGJcFMiF8TVZouwa6ed3MSx0qQ8vmW9U { display:block; }
 }@media only screen and (max-width: 763px) { #BftMHEuS2kWPNloQMFIssnhcfHNoKZzL { width:6.5rem;height:1rem;top:1.6875rem;left:41.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #M0QxC2KztE41k0bDxTs4V9V55TGH9rFm { display:block; }
 }@media only screen and (max-width: 763px) { #XHEMc02zhVqstZe8oDMRN4NUnScm1ll2 { width:5.25rem;height:1rem;top:1.6875rem;left:42.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #iXavN1pnXWtiH5RICU6lCLIb0xhXWsz6 { display:block; }
 }@media only screen and (max-width: 763px) { #oHuAJo9nxohq8PULaRtwVooLzcNNs7Kl { top:4.375rem;left:0rem;width:12.5rem;height:2rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #RKFeJ3mizDtEIe5WJGbRb9Z2psATCC7f { top:0rem;width:;height:;display:none; }
 }@media only screen and (max-width: 763px) { #zaswyzTnZnLEbwgSuW4PIQMFL29TcFEK { width:10.625rem;height:3.5625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9QKSJaovVazJn2hsGMOyoGaLsPhobst { display:block; }
 }@media only screen and (max-width: 763px) { #MDiTVUGIdHbvqp8TIbwsgHkqZ0SPX2AT { top:1rem;left:0rem;width:9.375rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Rx4KpA5oTX3E12oE2IGR3qALwqNVCV { width:10.625rem;height:3.5625rem;top:0.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVK3fTbFTpJXDFfdh1XSc5XDAn1HGTi8 { display:block; }
 }@media only screen and (max-width: 763px) { #zglnGGXLf258e8K6QbW15X1TphhmTKdn { display:block; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyQ2BkwiPz8zGZcg9Z0eZHN9889sCl7d { top:4.9375rem;left:1.3125rem;width:45.125rem;height:2.4375rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 { display:block; }#iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2wCSDfTtg3tf8Kbwqaz9qKVufbVm51y { top:8.4375rem;left:3.837890625rem;width:39.375rem;height:24.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vCuFdiqSH0VEbm9x2JmCFTLnPxTDRJw0 { width:42.875rem;height:1.25rem;top:2rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #SkKNvKab2mm1BtGxdlclWGrMG8CZpR6x { top:7rem;left:0rem;width:47.75rem;height:26.360679654053rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi { display:block; }#nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEEcI8XxCVKbxHfI5Trci3JRTAn9s3RR { top:3.4375rem;left:0rem;width:19.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZidPSueUNnoo8RJJteS6J6IXlSvdg09Z { width:5.125rem;height:1.1875rem;top:1.5rem;left:6.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #whJqoV8UmswVBpZVtqqU8eBSvz23gL3R { width:9.5rem;height:0.125rem;top:2.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOGTlXEdbvQiO9bJn3y4n2iX9DTZTwPo { top:3.4375rem;left:9.875rem;width:21.875rem;height:;font-size:1rem;display:block; }#NOGTlXEdbvQiO9bJn3y4n2iX9DTZTwPo li:before{  }
 }@media only screen and (max-width: 763px) { #ZbqsMAyUBKnDaFwCDCGWVA4pBCNr4N5N { top:2rem;left:0rem;width:47.625rem;height:12.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ToOmZlKVSKeONif9ZO46XbivTymQQnhN { top:3.4375rem;left:25.75rem;width:21.875rem;height:;font-size:1rem;display:block; }#ToOmZlKVSKeONif9ZO46XbivTymQQnhN li:before{  }
 }@media only screen and (max-width: 763px) { #kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k { display:block; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psBOw8W2XrqdvE2ehh2gqT5Bnkn8MB1M { top:2.4375rem;left:0rem;width:19rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkTmhqmpXlkxB7WtrvnQtfqROBiQlkV7 { width:21.875rem;height:1.5rem;top:2.5rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zeKJCkuCW7TpqT8JEGA1PCP0FL2apUvf { top:6.3125rem;left:25.75rem;width:21.875rem;height:;font-size:1rem;display:block; }#zeKJCkuCW7TpqT8JEGA1PCP0FL2apUvf li:before{  }
 }@media only screen and (max-width: 763px) { #pwUsP6VoptwvBpr6DHaFf15yiCzkxCtU { width:21.875rem;height:1.5rem;top:23.125rem;left:25.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #D6ChGTGtqNk0Tzr6Qir3lb2x5BXZkua8 { top:25.8125rem;left:25.75rem;width:21.875rem;height:;font-size:1rem;display:block; }#D6ChGTGtqNk0Tzr6Qir3lb2x5BXZkua8 li:before{  }
 }@media only screen and (max-width: 763px) { #EAaX4eIcDHwKVy2Fx0t1q67MT3rWvG3w { width:21.875rem;height:1.5rem;top:2.5rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnT2JLLlKTWbdKNtNg2ukhP2V40NBixH { top:6.3125rem;left:9.875rem;width:21.875rem;height:;font-size:1rem;display:block; }#EnT2JLLlKTWbdKNtNg2ukhP2V40NBixH li:before{  }
 }@media only screen and (max-width: 763px) { #vZLNwMfBVErzoxdVATguIA2dat9TVXNo { width:9.5rem;height:0.125rem;top:1.125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQaIZzgWOvF56IAKOalWdHSkhRJVRxFU { width:5.125rem;height:1.1875rem;top:41.125rem;left:0rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 763px) { #gmRQN8CneSDpWA0m8LT8kO5dS9h0ikcb { width:5.125rem;height:1.125rem;top:0.5625rem;left:6.25rem;font-size:0.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8RTF7ThwBUI0gTXReRiSIU1m1GMO1Uc { width:21.875rem;height:1.5rem;top:29.5625rem;left:9.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsnP1sAh8LsSLvi6ecvIgQtrqyVGeuV1 { top:32.4375rem;left:9.875rem;width:21.875rem;height:;font-size:1rem;display:block; }#KsnP1sAh8LsSLvi6ecvIgQtrqyVGeuV1 li:before{  }
 }@media only screen and (max-width: 763px) { #sOdwk1Tz1ORvXiRVEEVTTTiGm6t6PyeI { top:0rem;left:0rem;width:47.625rem;height:53.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WoLSN4RKwb68LOIipCXE4WERh1rlDMiV { display:block; }#WoLSN4RKwb68LOIipCXE4WERh1rlDMiV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4tFUyZb8Nfxq8ceXHNflEgNTyTaogPn { top:2.4375rem;left:31.6875rem;width:16.0625rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB9do0smxmW07hPKMaZWnAECGnIKa07e { top:5.375rem;left:18.0625rem;width:11.5625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnTOqTuJTUhJKetR05GrvJVwX1TJtIi0 { display:block; }
 }@media only screen and (max-width: 763px) { #a4FGICHMA8XzIsbkEFTGMqXslFhTPrhQ { top:1.0625rem;left:18.75rem;width:10.25rem;height:3.625rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo1RUJFTXMXg4AKXB861T9yGReTUWGOR { top:1.875rem;left:0rem;width:19rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #frsy5rZgB1sIC65MIZzKgLCTpIuR032S { width:5.125rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx7xCaRPlNI2W7G8Ho9tF7HRb7zT1zTG { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOFat36o4l84H7VCK7xyG4hFzwSuazuh { top:0rem;left:0rem;width:47.625rem;height:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHGNDAJ9mf12LqrEkhFP07fDuaMZWfOf { top:1.8125rem;left:36.25rem;width:0.1875rem;height:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTWFvHh4JbdGHW3y3KBdV0CDcp2NPQbT { top:5.0625rem;left:36.125rem;width:11.625rem;height:2.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4JFIe5p5zWkqX4Sn9a1bNghB8neK4bK { top:8.1875rem;left:13.21875rem;width:21.3125rem;height:1.125rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUgoG8Kh0zn6kJ1X3mdwzFgb6VHeKJXS { width:47.75rem;height:1.25rem;top:11rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbgoIyvRSqtTwcns9RNJlPCKN8wrU0o0 { display:block; }#lbgoIyvRSqtTwcns9RNJlPCKN8wrU0o0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #c9B9F8ShuFlGcLWVGpJaTUO1Rr9iwCyJ { top:5.0625rem;left:0rem;width:19rem;height:5.625rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #R08226JfmPnM2R6PyGKbG28wo8IVcoxk { width:5.125rem;height:1.125rem;top:3.125rem;left:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzUW3Msz7wMsd53xQdUOZVULpwKT4noq { width:9.5rem;height:0.125rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg1ZIlsWbA6rTH35xOc5tSSLT6w3pBrm { top:3.125rem;left:19.1875rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSGPcG79WcRfZNteJTvElUTCFXQzfUV4 { top:4.875rem;left:20.968751192093rem;width:5.9375rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5lF9m52W3TwBkvCAQaSXBQ03Ln2VLU { width:10.3125rem;height:2.5rem;top:13.125rem;left:18.686767578125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQlRak5gOLhZ9RFeL03z6dFHwpMb7iLQ { top:3.125rem;left:35.0625rem;width:9.375rem;height:9.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFiWPrelQ4CvEa6f2b3kftmaW5ss1Qo7 { width:10.3125rem;height:2.5rem;top:13.125rem;left:34.562501192093rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8KElTsVJsRbSDzKC05VKftPDQ34k3m3 { top:5.0625rem;left:37rem;width:5.625rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZrvwExl77gmCcNaDZB8nWpxPADa3hKO { width:9.5rem;height:9.5rem;top:3.0625rem;left:19.17138671875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4FhECP9BRVtb0DKTFooO9TMQ9NHa1U5 { display:block; }
 }@media only screen and (max-width: 763px) { #QLr1tPsPZFzXuqwN4e8PaT08efQD4AsZ { width:9.5rem;height:9.5rem;top:3.0625rem;left:35.15869140625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DacTbd1Jx08iFFNsLideNDIxSVNpovnu { display:block; }
 }@media only screen and (max-width: 763px) { #Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T { display:block; }#Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHPh8FpFn6A8z53g8TFmrST1iNk5gcXU { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwCeohKNtQHXiI3ws3bMoitxyDs0wqTW { top:42rem;left:38.8125rem;width:8.9375rem;height:5rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ltJ2TiN8W3kKB2R4OVq1eARwxdRCbr { top:0.5rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #txVLDsyRMfr4tlgq0SBvXFSfPWP4zK02 { top:3.3125rem;left:12.8125rem;width:9.4375rem;height:7.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4v6fd98mF2x0D5Se2hPianCKSZ12HAD { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPLX5UuCxZfTr0xa6BzXPPVAcl6bZvQm { top:3.375rem;left:36.8125rem;width:10.9375rem;height:6.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbkg4pNuHqGBT9QIus7uA1peTLO0OZTn { top:0.5rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkT5aQCQ1NiwZtUKdV0ChJEBgCTgBe7S { top:4rem;left:24.5rem;width:11rem;height:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKsOphep8kpTnq5GvQxbNvrhgvtJlSlc { top:0.5rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXaPgaWgCO5y4uChcEUAXO360rGasGRg { top:5.4375rem;left:39.75rem;width:8rem;height:2.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6LkGw4lAtep6P7bfGubg3DmBQCMcnte { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJalAiheFcfgTT54C6em9f4TAH6bPpRv { top:18.5625rem;left:38.156253814698rem;width:8.9375rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgC24P2uPNbm5xdccPnPp9zJueQqtU9F { top:13.0625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #InIxXD53CPADqhdUDAmE01pV64aVwy4F { top:16.5rem;left:25.5625rem;width:8.9375rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MelDl7MoZosP1i52uoJPx0LKUW5ZPPq4 { top:13.0625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hITK8eF2AMKZaggdhEudWovvSXt3ShZ9 { top:15.375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4aJJwrePu2uqv7L3uTrLCbNdyu4ITeX { top:13.0625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxw7ITRZ4lZy2vmxT9XNcgCf32dLCyOF { top:15.375rem;left:13.5rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhIp1M52pgTPukOt7xVUDfbUTgTpintA { top:38.1875rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQdHCqzyvOenp65H0x9RJps0HdTQReIe { top:41.875rem;left:38.1875rem;width:8.9375rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Rm8Dc2WHHGt31HRzD4PUT9NyS3DtlR { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH9iSaGQ7FXJOp5ibZICB8wd8CpgyJTZ { top:25.625rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7HSnkAoXiWEpK2eaTzdcVsrvcRBTgPh { top:25.625rem;left:35.125rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVzC1lBuBuDoTT39xZZdg4PHoGPFXuwc { top:25.625rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Xf1Pl8NvMo6cV7JiUGNEuh0MdHrQmw { top:38.1875rem;left:23.75rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwiIMhDZ6esqUShRVLBDkfawohtM1JI4 { top:29rem;left:36.4375rem;width:11.3125rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPq4XqQNA6VFzOdeNtocw8m4hWCQuzA6 { top:29.75rem;left:25.5625rem;width:8.9375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZQwHHeMa6X8P5x3QNB1psitN7y9ExGL { top:27.9375rem;left:39.75rem;width:8rem;height:8rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMkgVMumNlS4TV5lgMAmpx7uepCrufRg { top:29rem;left:13.5rem;width:8rem;height:5.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR2NT53wxtrbcUVEdrWv9IurisNUGwGP { top:41.875rem;left:27.4375rem;width:5.3125rem;height:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmqTGENhT6Zb5LTFh6WQG8DqdScqgrJf { top:1.9375rem;left:0rem;width:20.0625rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qGoiGWwgVApNq5ykrTSMXpcvTszmJJpJ { width:5.875rem;height:1.1875rem;top:0rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eydSN5eoySItdIcbayzXfOdUL6KEGmem { width:9.5625rem;height:0.1875rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHUePPxGZgg7iysldx3SQ4Lli8dNaRsv { top:38.1875rem;left:11.1875rem;width:12.5rem;height:12.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWImL5oTTyQB1llEz46lWbVJB6VFnvXO { top:43.75rem;left:12.25rem;width:10.5625rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXr1BMnKFkObu42w4mTRiMEx65TdgnTl { display:block; }#xXr1BMnKFkObu42w4mTRiMEx65TdgnTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XslJyZATnwPADv0VxBvAs2JGOQtRJyvs { top:5.1875rem;left:0rem;width:25rem;height:2.8125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nmsJsQpEfMGvCCEu9CX1bODTMry5W2Aq { width:5.125rem;height:1.1875rem;top:3.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxeVXIFnAn3DoUF9BDV42amxCS7c4e05 { width:9.5625rem;height:0.1875rem;top:3.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRwCkTVfE5eu1JT3Js4ONBnyhgvpQMtH { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zZCd9GZf00BiCa9meCru0G0fVpCIVdSi { width:14.125rem;height:0.1875rem;top:19.3125rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTIgUKFysTW3bx4FIxfwZq0F8ItwvPa8 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU1PEgM2JQ2avHGkoIbGp8NApQHuwE2F { top:10.625rem;left:6.25rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6SWvIDLJmkUsScuBIcMNfhKJspDGVTt { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKe8vkMn4JnQNgOv81aC5unIUIlJhnz4 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsMtoIFk0waTCId3rfv0D1CLWdeWQ5XV { width:14.125rem;height:0.1875rem;top:19.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQyyweepwhi67HzRH9dEkeelGGTn0ShQ { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqgOAri9RAG026ZxQnLFMwDZQmTTJ1WN { top:10.625rem;left:0rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHBr9vB3hh0bQzR2sOTKcaXarA4VKfT5 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94xu8Gum2g9RTnHKz6CTe4fhpA0MKtt { top:10.625rem;left:24.75rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JuQ1x4N2mDvcXioe3VJxukKdutSLyBJd { width:14.125rem;height:0.1875rem;top:19.3125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0efep1E8GQh21BLEC2kvt1hKBqiaV0r { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7T7PQn6GhLIVyxgRJZ3xQIGAQ2W4TZ6 { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSNfuVvCrmZ4QQq7Ait3Z2tarIVlWIE6 { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZvfFE8dBfLUXMP0dIgSD5CHX9D4WkUo { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsJTPIWGJhJLKOMMsnFcx5gH2GDFuprC { width:14.125rem;height:0.1875rem;top:19.3125rem;left:33.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBtmdKqokUI0ucHZ4BAS3nedoTKTNafM { width:21.875rem;height:1.9375rem;top:16.6875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTqKIqcrWMfmhd5ZvBcsE4fbgOpS5gzo { top:10.625rem;left:30.75rem;width:17rem;height:22.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMOyF1ndzeENo0XmTfdaCDzFqGMeuMDu { width:21.875rem;height:5.75rem;top:10.1875rem;left:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #suVunGJzaXPnAAkFt3FVoRcZDmWEugTO { top:11.875rem;left:15.8125rem;width:6.5rem;height:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #upCuvmZ5p2ZEaxdrnKLLxfletUnLZ6U8 { top:11.625rem;left:0rem;width:6.5rem;height:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWgv8TmfiLfLSeZlZe35JmkEMMluwxVp { top:11.5rem;left:38.1875rem;width:2.4375rem;height:2.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTbJ5UXDWF9qkgGBbDVn1w3XswliyBiS { top:11.625rem;left:42.375rem;width:5.375rem;height:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J { display:block; }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLxhPZ1hgvC8bJx5K9RLaflfvIv82ieS { top:2.0625rem;left:0rem;width:24.375rem;height:3rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JfL5iVRABiixz3UTSXcB3gkMreQtkBTU { top:7rem;left:0rem;width:20.75rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-regular-label { width:21.4375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-text { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-textarea { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-select { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-button { width:8.5625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-checkbox-label { width:20.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1  { width:21.4375rem;height:auto;top:8.75rem;left:0rem; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .radio-container { width:21.4375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 {display:block;}#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 { width:21.4375rem;height:auto;top:8.75rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #cZm7TnnU9OrBTEpLVvTNfSAResFwBEBl {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #zRDDByRxt4O2FeINs9q3eBLTsIZNvoTc { display:block; }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #pqr17QnhhLS9T8M1gGcVNct8kDEMrGlF {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #nKF0VSGkHDahQyDd4LXeTXqWwX6TeHVh {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #NnT4zfGAXdKv8tSwQCdwA2SMABwcf17y { display:block; }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #BpNNtB5pd74EhsfZbOxovZ1ECkWFT2ef {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #anaftn1qmdnv9h5wBX3UDltX72U9rXJA {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #Lfh4rWKdBDZNU9LOwQEAtV99J9d6vcbi { display:block; }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #OHdHM6HGfGminWTHOQ8rypfVC9DFPUQc {  }
 }@media only screen and (max-width: 763px) { #Ht5M2ErCBRKny0CC5bHdxJXFxZE8bcXz { display:block; }
 }@media only screen and (max-width: 763px) { #iRmwPiqCcxfZqpMPMXCEKh8EV7hw2Dbd { display:block; }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #RRgxWTp7WsZ8BckZTJxtt7C6lh5FI0cD {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #FA9MBxfZrKzvkHrttekBd5f9bHAx6lzA {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #NzEGblMqoLM83I1VSnS4Pp7EfkJDLgT7 {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #DyKsevhJsasWTuRqNBKWyLhsxXb3WJxC {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #FZuABhBXyRMDCrOgC5ieFyi4pZdaVWHM {  }
 }@media only screen and (max-width: 763px) { #D2eQimnfQduKTrHT5XbFp3z7sDfLTOEZ { top:6.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GyVX2VU5B60IaNcEBGLyVebliOt1l5CM { top:5.125rem;left:7.75rem;width:40rem;height:40rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy { display:block; }#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCRPRhP3EKUo0HCIBQQDOJB19mLFWF2w { width:25.1875rem;height:7.75rem;top:3.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmZZqXqTL1c2TBOmOT12SuWDNHczS5pn { width:16.0625rem;height:1.5625rem;top:1.5625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX8DuCbO2fFxTPg4nVFSCCrF7c5Zmdqu { top:8.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQzpwS445wTvQw1BeGVfCbOMBb96DTTh { top:8.4375rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frcCklymAf2CqS6RB87AkyfPBObxHryl { top:8.3125rem;left:45.4375rem;width:2.3125rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGUguv7Z2VP95ZoqqH4DUm3HBkd0Wqds { top:6.875rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcqpJK8J26swLTFOvyx6Nvx517rpki8g { top:1.3125rem;left:0rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #x6reudOONaaebuhspvx9Mn8paUFIaWSW { position:relative;z-index:auto;display:block; }#x6reudOONaaebuhspvx9Mn8paUFIaWSW > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #npbzqbK6eHOBr1kfbEiDsuTebrE7ayu0 { width:6.875rem;height:1rem;top:1.6875rem;left:6.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #vGJcFMiF8TVZouwa6ed3MSx0qQ8vmW9U { display:block; }
 }@media only screen and (max-width: 763px) { #BftMHEuS2kWPNloQMFIssnhcfHNoKZzL { width:6.5rem;height:1rem;top:1.6875rem;left:6.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #M0QxC2KztE41k0bDxTs4V9V55TGH9rFm { display:block; }
 }@media only screen and (max-width: 763px) { #XHEMc02zhVqstZe8oDMRN4NUnScm1ll2 { width:5.25rem;height:1rem;top:1.6875rem;left:7.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #iXavN1pnXWtiH5RICU6lCLIb0xhXWsz6 { display:block; }
 }@media only screen and (max-width: 763px) { #oHuAJo9nxohq8PULaRtwVooLzcNNs7Kl { top:4.09375rem;left:7.0625rem;width:9.1875rem;height:12rem;z-index:15006;line-height:2;color:#424242;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #RKFeJ3mizDtEIe5WJGbRb9Z2psATCC7f { top:4.09375rem;left:6.53125rem;width:10.25rem;height:14.25rem;z-index:15005;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #zaswyzTnZnLEbwgSuW4PIQMFL29TcFEK { width:10.625rem;height:3.5625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t9QKSJaovVazJn2hsGMOyoGaLsPhobst { display:block; }
 }@media only screen and (max-width: 763px) { #MDiTVUGIdHbvqp8TIbwsgHkqZ0SPX2AT { width:9.375rem;height:2.3125rem;top:1.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #l6Rx4KpA5oTX3E12oE2IGR3qALwqNVCV { width:10.625rem;height:3.5625rem;top:1.25rem;left:4.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVK3fTbFTpJXDFfdh1XSc5XDAn1HGTi8 { display:block; }
 }@media only screen and (max-width: 763px) { #zglnGGXLf258e8K6QbW15X1TphhmTKdn { display:block; }#zglnGGXLf258e8K6QbW15X1TphhmTKdn > .row .container { width:20rem;height:10rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xyQ2BkwiPz8zGZcg9Z0eZHN9889sCl7d { width:20rem;height:3.84895625rem;top:3.1240234375rem;left:0rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 { display:block; }#iu8aK4Q8HMDw5MKDnnEeOckQpbTtlRp6 > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #z2wCSDfTtg3tf8Kbwqaz9qKVufbVm51y { height:8.75rem;width:14.1875rem;top:5.125rem;left:2.7500000596046rem;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #vCuFdiqSH0VEbm9x2JmCFTLnPxTDRJw0 { width:20rem;height:2.09895625rem;top:1.259765625rem;left:0rem;text-align:left;text-align-last:left;font-size:0.75rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #SkKNvKab2mm1BtGxdlclWGrMG8CZpR6x { width:20rem;height:11.041433370661rem;top:4.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi { display:block; }#nsMWO6z51ZKQpXnWm8AicTbXuAMAr8Xi > .row .container { width:20rem;height:27.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EEEcI8XxCVKbxHfI5Trci3JRTAn9s3RR { width:19.0625rem;height:2.5996125rem;top:4.5859375rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZidPSueUNnoo8RJJteS6J6IXlSvdg09Z { width:5.125rem;height:1.3997375rem;top:1.75rem;left:11.875rem;text-align:center;text-align-last:center;font-size:1rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #whJqoV8UmswVBpZVtqqU8eBSvz23gL3R { width:9.5rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOGTlXEdbvQiO9bJn3y4n2iX9DTZTwPo { width:18.75rem;height:9.408875rem;top:9.25rem;left:0.625rem;font-size:1rem;line-height:1.3;z-index:15004;text-align:left;text-align-last:left;display:block; }#NOGTlXEdbvQiO9bJn3y4n2iX9DTZTwPo li:before{  }
 }@media only screen and (max-width: 763px) { #ZbqsMAyUBKnDaFwCDCGWVA4pBCNr4N5N { width:19.875rem;height:19.0625rem;top:8.3235683441163rem;left:0.061197936534882rem;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #ToOmZlKVSKeONif9ZO46XbivTymQQnhN { width:18.25rem;height:8.109375rem;top:18.658854484558rem;left:0.59375005960464rem;font-size:1rem;line-height:1.3;z-index:15004;text-align:left;text-align-last:left;display:block; }#ToOmZlKVSKeONif9ZO46XbivTymQQnhN li:before{  }
 }@media only screen and (max-width: 763px) { #kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k { display:block; }#kNbJFNwU8QpRbefqlbX63I4MdiWlZT5k > .row .container { width:20rem;height:86.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #psBOw8W2XrqdvE2ehh2gqT5Bnkn8MB1M { width:19.0625rem;height:5.19921875rem;top:3.3125rem;left:0.46875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #TkTmhqmpXlkxB7WtrvnQtfqROBiQlkV7 { width:18.75rem;height:1.29948125rem;top:9.5514326095581rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #zeKJCkuCW7TpqT8JEGA1PCP0FL2apUvf { width:18.75rem;height:14.2448125rem;top:11.625000476837rem;left:0.62500005960463rem;font-size:1rem;line-height:1.3;z-index:14999;display:block; }#zeKJCkuCW7TpqT8JEGA1PCP0FL2apUvf li:before{  }
 }@media only screen and (max-width: 763px) { #pwUsP6VoptwvBpr6DHaFf15yiCzkxCtU { width:18.75rem;height:1.29948125rem;top:27.000000953674rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #D6ChGTGtqNk0Tzr6Qir3lb2x5BXZkua8 { width:18.75rem;height:23.028625rem;top:29.250003814698rem;left:0.62500005960463rem;font-size:1rem;line-height:1.3;display:block; }#D6ChGTGtqNk0Tzr6Qir3lb2x5BXZkua8 li:before{  }
 }@media only screen and (max-width: 763px) { #EAaX4eIcDHwKVy2Fx0t1q67MT3rWvG3w { width:18.75rem;height:1.5rem;top:68.50000190735rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EnT2JLLlKTWbdKNtNg2ukhP2V40NBixH { width:18.75rem;height:15.54425rem;top:70.705729484556rem;left:0.62500005960463rem;font-size:1rem;line-height:1.3;display:block; }#EnT2JLLlKTWbdKNtNg2ukhP2V40NBixH li:before{  }
 }@media only screen and (max-width: 763px) { #vZLNwMfBVErzoxdVATguIA2dat9TVXNo { width:9.5rem;height:0.125rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQaIZzgWOvF56IAKOalWdHSkhRJVRxFU { width:6.75rem;height:1.3997375rem;top:0.75rem;left:10.8125rem;text-align:right;text-align-last:right;font-size:1rem;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #gmRQN8CneSDpWA0m8LT8kO5dS9h0ikcb { width:1rem;height:0.087239375rem;top:10.7900390625rem;left:11.8125rem;text-align:right;text-align-last:right;font-size:0.0625rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #i8RTF7ThwBUI0gTXReRiSIU1m1GMO1Uc { width:18.75rem;height:1.5rem;top:53.089847564698rem;left:0.62500005960463rem;text-align:left;text-align-last:left;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KsnP1sAh8LsSLvi6ecvIgQtrqyVGeuV1 { width:18.75rem;height:12.9453125rem;top:55.117190361023rem;left:0.62500005960463rem;font-size:1rem;line-height:1.3;display:block; }#KsnP1sAh8LsSLvi6ecvIgQtrqyVGeuV1 li:before{  }
 }@media only screen and (max-width: 763px) { #sOdwk1Tz1ORvXiRVEEVTTTiGm6t6PyeI { width:19.9375rem;height:77rem;top:8.98828125rem;left:0rem;z-index:15000;display:block; }
 }@media only screen and (max-width: 763px) { #WoLSN4RKwb68LOIipCXE4WERh1rlDMiV { display:block; }#WoLSN4RKwb68LOIipCXE4WERh1rlDMiV > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F4tFUyZb8Nfxq8ceXHNflEgNTyTaogPn { width:16.0625rem;height:1.13736875rem;top:25.4375rem;left:1.96875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZB9do0smxmW07hPKMaZWnAECGnIKa07e { top:14.03125rem;left:4.1875rem;width:11.625rem;height:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LnTOqTuJTUhJKetR05GrvJVwX1TJtIi0 { display:block; }
 }@media only screen and (max-width: 763px) { #a4FGICHMA8XzIsbkEFTGMqXslFhTPrhQ { width:10.25rem;height:3.0872375rem;top:9.9375rem;left:4.875rem;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vo1RUJFTXMXg4AKXB861T9yGReTUWGOR { width:14.4375rem;height:2.5996125rem;top:3.5625rem;left:2.78125rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #frsy5rZgB1sIC65MIZzKgLCTpIuR032S { width:5.125rem;height:1.3997375rem;top:1.03125rem;left:11.6875rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dx7xCaRPlNI2W7G8Ho9tF7HRb7zT1zTG { width:9.5625rem;height:0.125rem;top:1.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #DOFat36o4l84H7VCK7xyG4hFzwSuazuh { width:19.875rem;height:21.375rem;top:7.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #FHGNDAJ9mf12LqrEkhFP07fDuaMZWfOf { width:9.9375rem;height:0.125rem;top:18.25rem;left:5.03125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JTWFvHh4JbdGHW3y3KBdV0CDcp2NPQbT { width:11.625rem;height:2.9375rem;top:20.875rem;left:4.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E4JFIe5p5zWkqX4Sn9a1bNghB8neK4bK { width:18.5rem;height:0.9746125rem;top:8.4375rem;left:0.75rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #MUgoG8Kh0zn6kJ1X3mdwzFgb6VHeKJXS { width:20rem;height:3.375rem;top:30.3125rem;left:0rem;text-align:center;text-align-last:center;line-height:1.5;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lbgoIyvRSqtTwcns9RNJlPCKN8wrU0o0 { display:none; }#lbgoIyvRSqtTwcns9RNJlPCKN8wrU0o0 > .row .container { width:20rem;height:42.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #c9B9F8ShuFlGcLWVGpJaTUO1Rr9iwCyJ { width:19.0625rem;height:5.125rem;top:5.25rem;left:0.4375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #R08226JfmPnM2R6PyGKbG28wo8IVcoxk { width:5.125rem;height:1.375rem;top:1.875rem;left:12.25rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #gzUW3Msz7wMsd53xQdUOZVULpwKT4noq { width:9.5rem;height:0.125rem;top:2.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hg1ZIlsWbA6rTH35xOc5tSSLT6w3pBrm { width:9.375rem;height:9.375rem;top:11.625rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BSGPcG79WcRfZNteJTvElUTCFXQzfUV4 { width:5.9375rem;height:5.9375rem;top:13.4375rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Hp5lF9m52W3TwBkvCAQaSXBQ03Ln2VLU { width:10.3125rem;height:3rem;top:22.375rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #tQlRak5gOLhZ9RFeL03z6dFHwpMb7iLQ { width:9.375rem;height:9.375rem;top:26.875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hFiWPrelQ4CvEa6f2b3kftmaW5ss1Qo7 { width:10.3125rem;height:3rem;top:37.625rem;left:4.875rem;text-align:center;text-align-last:center;line-height:1.5;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8KElTsVJsRbSDzKC05VKftPDQ34k3m3 { width:5.625rem;height:5.625rem;top:28.8125rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iZrvwExl77gmCcNaDZB8nWpxPADa3hKO { width:9.5rem;height:9.5rem;top:11.625rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4FhECP9BRVtb0DKTFooO9TMQ9NHa1U5 { display:block; }
 }@media only screen and (max-width: 763px) { #QLr1tPsPZFzXuqwN4e8PaT08efQD4AsZ { width:9.5rem;height:9.5rem;top:26.875rem;left:5.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DacTbd1Jx08iFFNsLideNDIxSVNpovnu { display:block; }
 }@media only screen and (max-width: 763px) { #Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T { display:block; }#Bk9JnJxfTP5ZuHGIEgaqsOCn7yabPp0T > .row .container { width:20rem;height:233.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QHPh8FpFn6A8z53g8TFmrST1iNk5gcXU { width:12.5rem;height:12.5rem;top:8.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rwCeohKNtQHXiI3ws3bMoitxyDs0wqTW { width:9.6875rem;height:5.0625rem;top:11.9375rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #m9ltJ2TiN8W3kKB2R4OVq1eARwxdRCbr { width:12.5rem;height:12.5rem;top:21.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #txVLDsyRMfr4tlgq0SBvXFSfPWP4zK02 { width:9.4375rem;height:7.0625rem;top:24.6875rem;left:5.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O4v6fd98mF2x0D5Se2hPianCKSZ12HAD { width:12.5rem;height:12.5rem;top:49.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPLX5UuCxZfTr0xa6BzXPPVAcl6bZvQm { width:10.9375rem;height:6.875rem;top:52.5rem;left:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hbkg4pNuHqGBT9QIus7uA1peTLO0OZTn { width:12.5rem;height:12.5rem;top:35.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkT5aQCQ1NiwZtUKdV0ChJEBgCTgBe7S { width:11rem;height:5.625rem;top:39.25rem;left:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKsOphep8kpTnq5GvQxbNvrhgvtJlSlc { width:12.5rem;height:12.5rem;top:63.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dXaPgaWgCO5y4uChcEUAXO360rGasGRg { width:8rem;height:2.8125rem;top:68.4375rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6LkGw4lAtep6P7bfGubg3DmBQCMcnte { width:12.5rem;height:12.5rem;top:119rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CJalAiheFcfgTT54C6em9f4TAH6bPpRv { width:8.9375rem;height:1.625rem;top:122.8125rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cgC24P2uPNbm5xdccPnPp9zJueQqtU9F { width:12.5rem;height:12.5rem;top:105.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #InIxXD53CPADqhdUDAmE01pV64aVwy4F { width:8.9375rem;height:5.8125rem;top:108.5625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #MelDl7MoZosP1i52uoJPx0LKUW5ZPPq4 { width:12.5rem;height:12.5rem;top:132.875rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hITK8eF2AMKZaggdhEudWovvSXt3ShZ9 { width:8rem;height:8rem;top:135.1875rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #X4aJJwrePu2uqv7L3uTrLCbNdyu4ITeX { width:12.5rem;height:12.5rem;top:91.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wxw7ITRZ4lZy2vmxT9XNcgCf32dLCyOF { width:8rem;height:8rem;top:93.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhIp1M52pgTPukOt7xVUDfbUTgTpintA { width:12.5rem;height:12.5rem;top:77.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BQdHCqzyvOenp65H0x9RJps0HdTQReIe { width:8.9375rem;height:5.3125rem;top:81.0625rem;left:5.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I4Rm8Dc2WHHGt31HRzD4PUT9NyS3DtlR { width:12.5rem;height:12.5rem;top:188.375rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #BH9iSaGQ7FXJOp5ibZICB8wd8CpgyJTZ { width:12.5rem;height:12.5rem;top:174.5rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #I7HSnkAoXiWEpK2eaTzdcVsrvcRBTgPh { width:12.5rem;height:12.5rem;top:202.25rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rVzC1lBuBuDoTT39xZZdg4PHoGPFXuwc { width:12.5rem;height:12.5rem;top:160.625rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #X7Xf1Pl8NvMo6cV7JiUGNEuh0MdHrQmw { width:12.5rem;height:12.5rem;top:146.75rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gwiIMhDZ6esqUShRVLBDkfawohtM1JI4 { width:11.3125rem;height:5.875rem;top:191.75rem;left:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kPq4XqQNA6VFzOdeNtocw8m4hWCQuzA6 { width:8.9375rem;height:4.4375rem;top:178.625rem;left:5.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #tZQwHHeMa6X8P5x3QNB1psitN7y9ExGL { width:8rem;height:8rem;top:204.5625rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #TMkgVMumNlS4TV5lgMAmpx7uepCrufRg { width:8rem;height:5.9375rem;top:164rem;left:6rem;display:block; }
 }@media only screen and (max-width: 763px) { #MR2NT53wxtrbcUVEdrWv9IurisNUGwGP { width:5.3125rem;height:5.3125rem;top:150.4375rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PmqTGENhT6Zb5LTFh6WQG8DqdScqgrJf { width:12.8125rem;height:2.5996125rem;top:3.90625rem;left:3.59375rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qGoiGWwgVApNq5ykrTSMXpcvTszmJJpJ { width:5.125rem;height:1.3997375rem;top:1.21875rem;left:11.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eydSN5eoySItdIcbayzXfOdUL6KEGmem { width:9.5625rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RHUePPxGZgg7iysldx3SQ4Lli8dNaRsv { width:12.5rem;height:12.5rem;top:216.125rem;left:3.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OWImL5oTTyQB1llEz46lWbVJB6VFnvXO { width:10.5625rem;height:1.5rem;top:221.6875rem;left:4.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xXr1BMnKFkObu42w4mTRiMEx65TdgnTl { display:none; }#xXr1BMnKFkObu42w4mTRiMEx65TdgnTl > .row .container { width:20rem;height:107.9375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #XslJyZATnwPADv0VxBvAs2JGOQtRJyvs { width:12.8125rem;height:5.19921875rem;top:4.03125rem;left:2.875rem;font-size:2rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #nmsJsQpEfMGvCCEu9CX1bODTMry5W2Aq { width:5.125rem;height:1.3994125rem;top:1.21875rem;left:11.9375rem;text-align:right;text-align-last:right;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZxeVXIFnAn3DoUF9BDV42amxCS7c4e05 { width:9.5625rem;height:0.125rem;top:1.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wRwCkTVfE5eu1JT3Js4ONBnyhgvpQMtH { width:17.5rem;height:1.7871125rem;top:51.75rem;left:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zZCd9GZf00BiCa9meCru0G0fVpCIVdSi { width:14.125rem;height:0.1875rem;top:43.25rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oTIgUKFysTW3bx4FIxfwZq0F8ItwvPa8 { width:14.5rem;height:2.03125rem;top:40.75rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TU1PEgM2JQ2avHGkoIbGp8NApQHuwE2F { width:17rem;height:22.1875rem;top:34.5625rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #K6SWvIDLJmkUsScuBIcMNfhKJspDGVTt { width:14.8125rem;height:5.68359375rem;top:44.625rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:0.875rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #bKe8vkMn4JnQNgOv81aC5unIUIlJhnz4 { width:14.5rem;height:1.7871125rem;top:29.375rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LsMtoIFk0waTCId3rfv0D1CLWdeWQ5XV { width:14.125rem;height:0.1875rem;top:19.8125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQyyweepwhi67HzRH9dEkeelGGTn0ShQ { width:14.5rem;height:2.03125rem;top:17.4375rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cqgOAri9RAG026ZxQnLFMwDZQmTTJ1WN { width:17rem;height:22.1875rem;top:11.125rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #yHBr9vB3hh0bQzR2sOTKcaXarA4VKfT5 { width:14.25rem;height:4.5rem;top:20.6875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z94xu8Gum2g9RTnHKz6CTe4fhpA0MKtt { width:17rem;height:22.1875rem;top:58rem;left:1.5rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #JuQ1x4N2mDvcXioe3VJxukKdutSLyBJd { width:14.125rem;height:0.1875rem;top:66.6875rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #a0efep1E8GQh21BLEC2kvt1hKBqiaV0r { width:14.5rem;height:4.0625rem;top:62.125rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #K7T7PQn6GhLIVyxgRJZ3xQIGAQ2W4TZ6 { width:14.25rem;height:8.3965rem;top:67.5625rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #LSNfuVvCrmZ4QQq7Ait3Z2tarIVlWIE6 { width:14.5rem;height:1.7871125rem;top:76.25rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aZvfFE8dBfLUXMP0dIgSD5CHX9D4WkUo { width:14.5rem;height:1.7871125rem;top:99.6875rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FsJTPIWGJhJLKOMMsnFcx5gH2GDFuprC { width:14.125rem;height:0.1875rem;top:90.125rem;left:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rBtmdKqokUI0ucHZ4BAS3nedoTKTNafM { width:14.5rem;height:2.03125rem;top:87.625rem;left:2.75rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uTqKIqcrWMfmhd5ZvBcsE4fbgOpS5gzo { width:17rem;height:22.1875rem;top:81.4375rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #EMOyF1ndzeENo0XmTfdaCDzFqGMeuMDu { width:14.25rem;height:6rem;top:91rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #suVunGJzaXPnAAkFt3FVoRcZDmWEugTO { width:6.5rem;height:1.6875rem;top:37.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #upCuvmZ5p2ZEaxdrnKLLxfletUnLZ6U8 { width:6.5rem;height:2.1875rem;top:13.1875rem;left:6.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #EWgv8TmfiLfLSeZlZe35JmkEMMluwxVp { width:2.4375rem;height:2.4375rem;top:59rem;left:8.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OTbJ5UXDWF9qkgGBbDVn1w3XswliyBiS { width:5.375rem;height:2.5625rem;top:83.375rem;left:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J { background-color:#009e48;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.125rem solid #ffffff;display:block; }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row .container { background-color: transparent; background-image: none; }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row .container > .video-iframe-container { display: none; }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row > .video-iframe-container { display: none; }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .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); }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row .container { border-width: 0; border-radius: 0; }#tcDtVUZ1OJli0dJAvVUCTrvrv8EX8T4J > .row .container { width:20rem;height:57.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MLxhPZ1hgvC8bJx5K9RLaflfvIv82ieS { width:20rem;height:2.4375rem;top:1.875rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #JfL5iVRABiixz3UTSXcB3gkMreQtkBTU { width:13rem;height:1.70573125rem;top:5.5380859375rem;left:3.6865234375rem;font-size:1.3125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;color:#ffffff;display:block; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;height:2.5625rem; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-text {padding-top: 0; padding-bottom: 0;}#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-select {padding-top: 0; padding-bottom: 0;}#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-input-button { width:10.5rem;margin-top:0.25rem;margin-right:7rem;margin-bottom:0.25rem;margin-left:0;height:2.5rem;font-size:1rem;overflow:hidden;text-align:center;text-align-last:center;line-height:1; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto;color:#ffffff; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1  { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 {display:block;}#F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 { width:17.5rem;height:auto;top:8.6123046875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #cZm7TnnU9OrBTEpLVvTNfSAResFwBEBl {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #zRDDByRxt4O2FeINs9q3eBLTsIZNvoTc { display:block; }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #pqr17QnhhLS9T8M1gGcVNct8kDEMrGlF {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #nKF0VSGkHDahQyDd4LXeTXqWwX6TeHVh {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #NnT4zfGAXdKv8tSwQCdwA2SMABwcf17y { display:block; }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #BpNNtB5pd74EhsfZbOxovZ1ECkWFT2ef {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #anaftn1qmdnv9h5wBX3UDltX72U9rXJA {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #Lfh4rWKdBDZNU9LOwQEAtV99J9d6vcbi { display:block; }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #OHdHM6HGfGminWTHOQ8rypfVC9DFPUQc {  }
 }@media only screen and (max-width: 763px) { #Ht5M2ErCBRKny0CC5bHdxJXFxZE8bcXz { display:block; }
 }@media only screen and (max-width: 763px) { #iRmwPiqCcxfZqpMPMXCEKh8EV7hw2Dbd { display:block; }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #RRgxWTp7WsZ8BckZTJxtt7C6lh5FI0cD {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #FA9MBxfZrKzvkHrttekBd5f9bHAx6lzA {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #NzEGblMqoLM83I1VSnS4Pp7EfkJDLgT7 {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #DyKsevhJsasWTuRqNBKWyLhsxXb3WJxC {  }
 }@media only screen and (max-width: 763px) { #F34hnUMfHNKrZDKHaClWDviV8d4VvTT1 #FZuABhBXyRMDCrOgC5ieFyi4pZdaVWHM {  }
 }@media only screen and (max-width: 763px) { #D2eQimnfQduKTrHT5XbFp3z7sDfLTOEZ { width:3.125rem;height:3.125rem;top:4.8193359375rem;left:0.5615234375rem;font-size:2.1875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #GyVX2VU5B60IaNcEBGLyVebliOt1l5CM { width:18.5rem;height:18.5rem;top:38.875rem;left:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy { display:block; }#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zkznlgFFBnzTXPbTZPRIW0cbMX5glUTy > .row .container { width:20rem;height:22.5rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vCRPRhP3EKUo0HCIBQQDOJB19mLFWF2w { width:20rem;height:5.84766875rem;top:5.6875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmZZqXqTL1c2TBOmOT12SuWDNHczS5pn { width:16.1246875rem;height:1.5996125rem;top:4.1875rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #fX8DuCbO2fFxTPg4nVFSCCrF7c5Zmdqu { width:2.375rem;height:2.375rem;top:16.6875rem;left:4.5rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DQzpwS445wTvQw1BeGVfCbOMBb96DTTh { width:2.375rem;height:2.375rem;top:16.6875rem;left:9.0625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #frcCklymAf2CqS6RB87AkyfPBObxHryl { width:2.375rem;height:2.375rem;top:16.5rem;left:13.125rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGUguv7Z2VP95ZoqqH4DUm3HBkd0Wqds { width:6.31225rem;height:1.2999125rem;top:14.25rem;left:6.875rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #GcqpJK8J26swLTFOvyx6Nvx517rpki8g { width:3.125rem;height:3.125rem;top:1.1230466365814rem;left:8.4374997019769rem;font-size:2.1875rem;display:block; }
 }