.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#2b6207;background-image:none;position:relative;display:block; }
#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .row > .video-iframe-container { display: none; }#wFla3vvEwT3u3lrvZWoq0gXanCnr76nP > .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); }#TXPPFodD5eRA578niBWM29nBnmzD9EAm { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container { background-color: transparent; background-image: none; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container > .video-iframe-container { display: none; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row > .video-iframe-container { display: none; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .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); }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container { border-width: 0; border-radius: 0; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container { width:60rem;height:5.125rem;font-size:0.875rem;font-family:arial;overflow:visible;position:relative;display:block; }#HGgqtAb1Bvlvi5IKoh2TBLGROwg03gFZ { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.4375rem;width:13.125rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:none;position:relative;display:block; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { background-color: transparent; background-image: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container > .video-iframe-container { display: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container { display: none; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .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); }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { border-width: 0; border-radius: 0; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row > .video-iframe-container {  }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { font-size:0.875rem;font-family:arial;height:50.375rem;width:60rem;position:relative;display:block; }#ueCDwzLHanfxlLphPXSvmzA9Xzc5QJ2L { display:block;width:58.375rem;position:absolute;font-family:"open sans";font-size:3.625rem;z-index:100002;line-height:1.2;top:8.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:700;height:4.349825rem;text-align:left;text-align-last:left;text-shadow:0rem 0.125rem 0rem rgba(0,0,0,0.35);font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#e8CT5d5TEsRKuHTOyz9sGiTSgI75GIa8 { display:block;width:46.75rem;position:absolute;font-family:"open sans";font-size:1.9375rem;z-index:100002;line-height:1.4;top:14.53125rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffffff;font-weight:lighter;height:5.42448125rem;text-align:left;text-align-last:left;text-shadow:0rem 0.0625rem 0rem rgba(0,0,0,0.41);display:block; }
#PyU7vtawmuRlT6wAxu9TBMA0uFclBrFC { background-color:transparent;background-image:none;height:25.1875rem;width:23.75rem;position:absolute;display:block;z-index:100000;top:6.75rem;left:33.125rem;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;display:block; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-form-header {  }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:400;color:#ffffff;width:19.875rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;vertical-align:top;text-align:left;text-align-last:left;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;font-style:normal;background-color:transparent;background-image:none; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #f6f6f6;border-left:0.125rem solid #f6f6f6;border-right:0.125rem solid #f6f6f6;border-bottom:0.125rem solid #f6f6f6;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:19.875rem;box-sizing:border-box;height:2.5rem;vertical-align:top;color:#1d1d1d;font-family:signika;font-size:0.9375rem;overflow:hidden; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #f6f6f6;border-left:0.125rem solid #f6f6f6;border-right:0.125rem solid #f6f6f6;border-bottom:0.125rem solid #f6f6f6;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:19.875rem;box-sizing:border-box;height:3.375rem;vertical-align:top;color:#1d1d1d;font-family:signika;font-size:0.9375rem;overflow:hidden; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffffff;background-image:none;border-top:0.125rem solid #dad6c1;border-right:0.125rem solid #dad6c1;border-bottom:0.125rem solid #dad6c1;border-left:0.125rem solid #dad6c1;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:19.875rem;box-sizing:border-box;height:2.5625rem;vertical-align:top; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-checkbox { width:0.8125rem;height:0.8125rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;background-color:#ffd300;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.5625rem;font-weight:bold;color:#1d1d1d;width:19.875rem;height:3.125rem;font-family:"open sans";overflow:hidden;box-shadow: 0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.5) ; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:signika;font-size:0.9375rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:signika;font-size:0.9375rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:signika;font-size:0.9375rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:signika;font-size:0.9375rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";font-size:0.625rem;font-weight:400;color:#dcdcdc;vertical-align:top;width:18.8125rem;line-height:1.6;overflow:hidden;font-style:normal; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .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:top; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1rem;vertical-align:top;font-family:"open sans";font-size:0.625rem;font-weight:bold;color:#040404; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-container:first-of-type{padding-top:0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-container:last-of-type{padding-bottom:0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV  { background-color:rgba(246,246,246,0.17);background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.875rem;height:auto;position:absolute;z-index:100009;top:21.8125rem;left:36.625003814698rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top;width:19.875rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.625rem;line-height:1.3;font-weight:300;color:#ffffff;vertical-align:top;overflow:hidden;font-style:normal; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV {display:block;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV { background-color:rgba(246,246,246,0.17);background-image:none;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.875rem;height:auto;position:absolute;z-index:100009;top:21.8125rem;left:36.625003814698rem;border-top:0.0625rem solid #f6f6f6;border-left:0.0625rem solid #f6f6f6;border-right:0.0625rem solid #f6f6f6;border-bottom:0.0625rem solid #f6f6f6; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NuJpewvv5DD1THHfqNK2URJFCxkGtB24 { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #UXN7kmRENw52wviByDgFLbbrlADUTA2a { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vQBkahL7LKxIhVPWP4ip1Alb7D5CkXSH { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #Eg8pZlehxxKs7NzhQTTi0eHt5ThnFyEW { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #oHIsGRB9qe0fA9ybDdqeNIZqn1JB4WE4 { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vvpXspyExo3RK3tSkxkRdCoxUt9TdOnq { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #trf4Auy94x3Qvc3iuObBiTF5Drpx3yf0 { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #t4S4JIEqaFeRVwQoBIW9rBTcE86PcCse { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #ulLan3USVDQDdIKOx0QRxnDiidz3ldUf { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #nDJrgc25HFEPUaD8TLyyPh4TTSI5pKOO { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #MgVWocCWIOrEtbbthEmNNXaDMfVz5o7B { position:relative;z-index:2; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #mpN2h6UIJFWCzmkMx00yr9U204q3GP6U { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NcMw5ksf3AECSQe5ebZdOzX2kxcLP74y { position:relative; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #KHqTvEu1sfeTxqa2weSAi7mHdaIST9Ni { position:relative; }
#BRTcDs4XHvxNxfn3fslkWJAfsEskhDvd { box-sizing:content-box;color:#ffd300;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:5.625rem;left:0rem;display:block; }
#eF0zxgiVhehVs4PchZGRRZyMHy1Xpepu { display:block;width:13.75rem;position:absolute;font-family:signika;font-size:1.3125rem;z-index:100003;line-height:1.1;top:5.8125rem;left:1.8125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffd300;font-weight:lighter;height:1.443575rem;text-align:left;text-align-last:left;text-shadow:0rem 0.0625rem 0rem rgba(0,0,0,0.41);display:block; }
#CUrr86EDBeCUZTCH199KTkorCUDVtTSW { display:block;width:7.75rem;position:absolute;font-family:signika;font-size:1.3125rem;z-index:100004;line-height:1.1;top:5.8125rem;left:18.3125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#ffd300;font-weight:lighter;height:1.44375rem;text-align:left;text-align-last:left;text-shadow:0rem 0.0625rem 0rem rgba(0,0,0,0.41);display:block; }
#Mdrg89aoRmHCnAfEIPq72yykbv5IV9pU { box-sizing:content-box;color:#ffd300;font-size:1.25rem;font-weight:400;line-height:1;height:1.8125rem;width:1.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100013;top:5.625rem;left:16.375rem;display:block; }
#oDLD1Hp02uBxr7skcK8uMDynmS8AW8c5 { border-bottom:0;border-left:0;border-right:0;border-top:0;height:24.5625rem;width:34.375rem;position:absolute;display:block;z-index:100000;top:25.812500953674rem;left:0rem;overflow:hidden;display:block; }
#hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU { position:relative;display:block; }#hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU { background-color: transparent; background-image: none; }#hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU > .row .container > .video-iframe-container { display: none; }#hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU > .row > .video-iframe-container { display: none; }#hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU > .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); }#hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU { border-width: 0; border-radius: 0; }#hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU > .row .container > .video-iframe-container {  }#hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU > .row .container { border-top:0.0625rem solid #f8f8f6;border-left:0;border-right:0;border-bottom:0;background-color:#2b6207;background-image:none;font-size:0.875rem;font-family:arial;height:24.5625rem;width:60rem;position:relative;display:block; }#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 .widget-text.counter-number { border-top:0.090625rem solid #f8f8f6;border-left:0.091875rem solid #f8f8f6;border-right:0.091875rem solid #f8f8f6;border-bottom:0.090625rem solid #f8f8f6;background-color:transparent;background-image:none;color:#f8f8f6;padding-top:0.72375rem;padding-right:0.64375rem;padding-bottom:0.72375rem;padding-left:0.64375rem;display:block;align-items:center;width:3.86375rem;min-width:3.86375rem;height:3.88875rem;position:relative;font-family:arial;font-size:2.894375rem;font-weight:700;line-height:62.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 .widget-text.counter-label { background-color:;background-image:none;color:#f8f8f6;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4525rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.151875rem;height:1.5375rem;position:relative;font-family:"open sans";font-size:1.085rem;font-weight:400;line-height:24.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.3125rem;height:7.5060625rem;padding-top:0.090625rem;padding-right:0.091875rem;padding-bottom:0.090625rem;padding-left:0.091875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:13.934896469116rem;left:17.250869750976rem;z-index:100014; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #yfT0hwgfg6D4KtsB9MNRUSbAnsHv45ks { display:flex;position:relative;top:0rem;left:0rem; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #nS2T5HP0OVom3k4vT4qBxFfKQ5D99CX5 { width:auto; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #XB5WfHdvBnVGsvxGfG8rGWOJlOL53Bkw {  }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #hmfHFRJeDiIeDfVB8pX3klFzTsTXqGJU { display:flex;position:relative;top:0rem;left:0rem; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #aWsr60RThKBcz4iJ68do4T6k5sUKThQF {  }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #C5RPo1AoE5UWmWvUoy7nzERRwbfGD63T {  }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #NWDLZ5ExoXKJGGD6E9VcC9HM54TNbMBF { display:flex;position:relative;top:0rem;left:0rem; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #e2CwO2ygGP1aLlemLQZIkpJHyI1EuKHq {  }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #owACIZNDCav5UrAxVw2SKHpAJsavuVEk {  }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #rBehAOGBqy5ewbLsXmiqlxwvgAeRgk8F { display:flex;position:relative;top:0rem;left:0rem; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #r4o3X8R9yfiVSFreoRoXMdN8B9XplXNT {  }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #KbM1k6inZCcq3THfHfTdf3O0U6TrFlqR {  }
#GK0XyWF9qwKqyzZSgAQHRqV7GbS26yLa { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.375rem;width:3.4375rem;top:2.1875rem;left:17.250869750976rem;overflow:hidden;display:block; }
#iO8V0hGf01DyzmioGa1TLAdbw3HLJo9L { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.625rem;width:3.625rem;top:2.0625rem;left:29.125rem;overflow:hidden;display:block; }
#zETW6Q8ouT2stLnPBQywSUnwGv6b2rnN { display:block;width:10.25rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:5.625rem;left:13.8125rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#zrvRgJGo7mp3GzgXslvTBQAm6TJv9KyR { display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:100010;line-height:1.2;letter-spacing:0;top:6.5625rem;left:26.625rem;height:1.19986875rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#t01seiOMnHw1oq1sJlwIsPTB6n5XMAP5 { display:block;width:8.75rem;position:absolute;font-family:lato;font-size:1rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:6.3125rem;left:37.5rem;height:;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;display:block; }
#P97KCkwT9ynciqUnDkPRQSNR62xiI0vE { box-sizing:content-box;color:#ebc965;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:100013;top:2.3125rem;left:40.3125rem;display:block; }
#GVP89EizgED2x5V1Of6WGf4xuc4dwp1u { display:block;width:36.75rem;position:absolute;font-family:raleway;font-size:1.4375rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:10.4375rem;left:11.625rem;height:3.73698125rem;text-align:center;text-align-last:center;color:#31455f;font-style:normal;display:block; }
#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { background-color: transparent; background-image: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container > .video-iframe-container { display: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container { display: none; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .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); }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { border-width: 0; border-radius: 0; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row > .video-iframe-container {  }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { font-size:0.875rem;font-family:arial;height:6.4375rem;width:60rem;position:relative;display:block; }#ZkAfWoLgdDUTtlTeulh5Jt6P7WVE98IG { display:block;width:28.75rem;position:absolute;font-family:signika;font-size:1.4375rem;z-index:100005;line-height:1.1;top:1.9583339691162rem;left:8.875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:700;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#xg7rnP5NgvBhMQJhfQ40uBpuwuPwTwc1 { display:block;width:32.125rem;position:absolute;font-family:"open sans";font-size:1.875rem;z-index:100005;line-height:1.2;top:2.09375rem;left:13.9375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:700;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nM8JdoFabvifvW5wTBblteOvrvORpU2V { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;position:relative;display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { background-color: transparent; background-image: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container > .video-iframe-container { display: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container { display: none; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .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); }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { border-width: 0; border-radius: 0; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row > .video-iframe-container {  }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { font-size:0.875rem;font-family:arial;height:32.5625rem;width:60rem;position:relative;display:block; }#VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { display:block;width:47.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;z-index:100002;line-height:1.6;top:1.6875rem;left:8.625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#1d1d1d;font-weight:400;height:4rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MyhqOxoG9EhzZ4JJ6VCq4ZfOG28RNPX2 { display:block;width:26.125rem;position:absolute;font-family:"open sans";font-size:1.375rem;z-index:100004;line-height:1.1;top:0.92448043823244rem;left:31.25rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:400;height:;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#JLsEqRyBwyGpTwkyAJNlJZDAP2aOPyal { display:block;width:47.75rem;position:absolute;font-family:"open sans";font-size:1.25rem;z-index:100003;line-height:1.6;top:8.3125rem;left:8.875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#1d1d1d;font-weight:400;height:6rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bdNgrLzBPriEhsxdA1C6g8RUBHkMkW44 { display:block;width:35.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;z-index:100004;line-height:1.6;top:16.1875rem;left:8.5625rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#1d1d1d;font-weight:400;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#MHDGKZtqsh6TGrZvHSuT0WtVV5RQntwE { box-sizing:content-box;color:#6ba712;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:100025;top:0.9375rem;left:5.5rem;display:block; }
#PyJ61GHpcbNA7QQKkFHaKeMMSQzgmgsO { box-sizing:content-box;color:#6ba712;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:100026;top:7.6875rem;left:5.8125rem;display:block; }
#LiiZBNKeHLZTIPtos3yetBoE7sfueFV5 { box-sizing:content-box;color:#6ba712;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:100027;top:15.625001907349rem;left:5.5625rem;display:block; }
#VTfgSLAV95rVXkOQG5HUO127iWHAMK5A { display:block;width:44.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:28.250001907349rem;left:5.8125rem;height:2.1933625rem;text-align:center;text-align-last:center;color:#010101;font-style:normal;display:block; }
#mqh59mJzI5TyJR7MuKIdomREnf1mneJy { display:block;width:35.875rem;position:absolute;font-family:"open sans";font-size:1.25rem;z-index:100006;line-height:1.6;top:20.0625rem;left:8.5rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#1d1d1d;font-weight:400;height:2rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#qhM66pLfJSxOBRpcNkvQXwdqFpCSddQ3 { box-sizing:content-box;color:#6ba712;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:100029;top:19.5rem;left:5.5rem;display:block; }
#L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 { background-color:rgba(43,98,7,0.69);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 > .row .container { background-color: transparent; background-image: none; }#L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 > .row .container > .video-iframe-container { display: none; }#L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 > .row > .video-iframe-container { display: none; }#L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 > .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); }#L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 > .row .container { border-width: 0; border-radius: 0; }#L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 > .row > .video-iframe-container {  }#L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 > .row .container { font-size:0.875rem;font-family:arial;height:10.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#RGFT4XWUTcZBubVR7oSS5BBJzANAfgZc { background-color:#ffd300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1d1d1d;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:24.25rem;height:4.625rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:2.75rem;left:17.875rem;display:block; }
#VcTXGW8q43bnt8Qs4zSt9DuHF2dShqWx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 > .row .container { background-color: transparent; background-image: none; }#IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 > .row .container > .video-iframe-container { display: none; }#IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 > .row > .video-iframe-container { display: none; }#IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 > .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); }#IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 > .row .container { border-width: 0; border-radius: 0; }#IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 > .row > .video-iframe-container {  }#IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 > .row .container { font-size:0.875rem;font-family:arial;height:9.0625rem;width:60rem;position:relative;display:block; }#dL2TUB0n7TbowwsPh56RDhzyMEXWogdu { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.1875rem;z-index:100003;line-height:1.1;top:3.75rem;left:0rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#000000;font-weight:700;height:2.40625rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .row .container { background-color: transparent; background-image: none; }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .row .container > .video-iframe-container { display: none; }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .row > .video-iframe-container { display: none; }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .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); }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .row .container { border-width: 0; border-radius: 0; }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;overflow:visible;position:relative;display:block; }#bCfenUhOQrTabz8n4za8JoKHOncFugqw { display:block;width:20.9375rem;position:absolute;font-family:"open sans";font-size:1.6875rem;z-index:100002;line-height:1;top:1.4365234375rem;left:9.3125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#6ba712;font-weight:700;height:1.68764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#d1GkICOagCIDHc6M09ttFU0QC26xTbAQ { display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:1rem;z-index:100002;line-height:1.4;top:4.5225677490234rem;left:9.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#1d1d1d;font-weight:400;height:5.59895625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#albM6B8y3y7Zwv8uhm7yVioCIToiZruP { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.6875rem;width:7.6875rem;position:absolute;display:block;z-index:100004;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:1.4366302490234rem;left:0rem;overflow:hidden;display:block; }
#NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0 { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }#NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0 > .row .container { background-color: transparent; background-image: none; }#NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0 > .row .container > .video-iframe-container { display: none; }#NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0 > .row > .video-iframe-container { display: none; }#NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0 > .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); }#NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0 > .row .container { border-width: 0; border-radius: 0; }#NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0 > .row .container { font-size:0.875rem;font-family:arial;height:20.75rem;width:60rem;overflow:visible;position:relative;display:block; }#TqBXg19N9gGmaqGzHTUoS2GI7WBSDLOc { display:block;width:18.0625rem;position:absolute;font-family:"open sans";font-size:1.6875rem;z-index:100002;line-height:1;top:1.4365234375rem;left:9.3125rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#6ba712;font-weight:700;height:1.68764375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#bBOLqqOcrHdqI40LGTwmkqHovMaS0ph5 { display:block;width:50.625rem;position:absolute;font-family:"open sans";font-size:1rem;z-index:100002;line-height:1.4;top:4.5225677490234rem;left:9.375rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#1d1d1d;font-weight:400;height:12.59765625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#CWCvvg99e9tQgDlbqEuUD7tuQF1IWZXC { border-bottom:0;border-left:0;border-right:0;border-top:0;height:7.75rem;width:7.625rem;position:absolute;display:block;z-index:100004;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;top:1.4366319589317rem;left:0rem;overflow:hidden;display:block; }
#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 { background-color:rgba(43,98,7,0.69);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { background-color: transparent; background-image: none; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container > .video-iframe-container { display: none; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row > .video-iframe-container { display: none; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .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); }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { border-width: 0; border-radius: 0; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row > .video-iframe-container {  }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { font-size:0.875rem;font-family:arial;height:17.1875rem;width:60rem;overflow:visible;position:relative;display:block; }#Eud4zVRib9NbUT8TADAJrOQhd3KSyJQm { background-color:#ffd300;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#1d1d1d;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:17.5rem;height:3.4375rem;text-decoration:none;z-index:100000;text-align:center;text-align-last:center;top:6.875rem;left:34.9375rem;display:block; }
#n7kHSVx5G9s3ro62VmRfKg15C170yVHC { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#Qd4qTTBzyfhctBkk4bfuuBSr5EaQKb8q { color:#ffffff;display:block;width:22.0625rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:100002;line-height:1.3;letter-spacing:0;top:2.0625rem;left:4.8125rem;height:1.4622375rem;display:block; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx .widget-text.counter-number { border-top:0.090625rem solid #f8f8f6;border-left:0.091875rem solid #f8f8f6;border-right:0.091875rem solid #f8f8f6;border-bottom:0.090625rem solid #f8f8f6;background-color:transparent;background-image:none;color:#f8f8f6;padding-top:0.72375rem;padding-right:0.64375rem;padding-bottom:0.72375rem;padding-left:0.64375rem;display:block;align-items:center;width:3.86375rem;min-width:3.86375rem;height:3.88875rem;position:relative;font-family:arial;font-size:2.894375rem;font-weight:700;line-height:62.22px;text-align:center;text-align-last:center;top:0rem;left:0rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx .widget-text.counter-label { background-color:;background-image:none;color:#f8f8f6;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.4525rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:5.151875rem;height:1.5375rem;position:relative;font-family:"open sans";font-size:1.085rem;font-weight:400;line-height:24.6px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;font-style:normal;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-right-radius:0rem;border-bottom-left-radius:0rem;background-color:transparent;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:flex;justify-content:space-between;width:25.3125rem;height:7.5069375rem;padding-top:0.090625rem;padding-right:0.091875rem;padding-bottom:0.090625rem;padding-left:0.091875rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:5.5rem;left:4.8125rem;z-index:100015; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #w1iIFNDKRoxHd0bV0Kbu7B8MCqcfStet { display:flex;position:relative;top:0rem;left:0rem; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #vfzAbMTTxXKnhLCQ8cU9RDudMs6KGTfF { width:auto; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #BIDtvRaiACPbeb3nwaMluEUTu3JJeRgJ {  }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #Iw7V2ACqSygJFuPkSuakBUNJADpINIsr { display:flex;position:relative;top:0rem;left:0rem; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #yyXedHybJXNOh2r7cpHF4MkUo8hxdiEr {  }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #J2rJU3oUfv5ip5tZasqItv5ppEVTAcml {  }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #Tf5uQdTOpyMaWGTwIyx9hMxzWWsV0IQy { display:flex;position:relative;top:0rem;left:0rem; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #NAZG2ZmTyAZSzKRk5x4UlBdg5HIzAdM7 {  }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #HODOXXy2JEbhr96ZhQuWIktfS9gF14kD {  }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #G3rX462MgDGb1dgpkBC10oOVPXbh7HVI { display:flex;position:relative;top:0rem;left:0rem; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #BR8cyqeeOiKa0z3GnMmqGSHdbRmiuF6q {  }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #y7F62BTrLbVl0LRzkRTTyw4wTQzhlMeK {  }
#iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:auto !important;z-index:;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }#iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg > .row .container { background-color: transparent; background-image: none; }#iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg > .row .container > .video-iframe-container { display: none; }#iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg > .row > .video-iframe-container { display: none; }#iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg > .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); }#iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg > .row .container { border-width: 0; border-radius: 0; }#iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg > .row .container { font-size:0.875rem;font-family:arial;height:12.25rem;width:60rem;overflow:visible;position:relative;display:block; }#f8vK2IkMHtBuDqVlwMS4kae58p3UUTPB { display:block;width:27.9375rem;position:absolute;font-family:signika;font-size:0.875rem;z-index:100002;line-height:1.2;top:9.8723964691163rem;left:17.1875rem;background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;color:#d1d1d1;font-weight:lighter;height:1.04948125rem;text-align:left;text-align-last:left;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TXPPFodD5eRA578niBWM29nBnmzD9EAm { display:block; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGgqtAb1Bvlvi5IKoh2TBLGROwg03gFZ { top:0rem;left:0rem;width:13.125rem;height:5.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg { display:block; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { width:47.75rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueCDwzLHanfxlLphPXSvmzA9Xzc5QJ2L { z-index:100004;width:27.6875rem;height:3.4375rem;top:7.875rem;left:0rem;color:#ffffff;font-family:signika;font-weight:700;text-align:left;text-align-last:left;font-size:3.4375rem;line-height:1;text-shadow:0rem 0.125rem 0rem rgba(0,0,0,0.46);background-color:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;overflow:visible;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e8CT5d5TEsRKuHTOyz9sGiTSgI75GIa8 { z-index:100005;width:26.25rem;height:3.5rem;top:13.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyU7vtawmuRlT6wAxu9TBMA0uFclBrFC { top:3.6875rem;left:29rem;background-color:rgba(0,0,0,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;width:18.75rem;height:25.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-regular-label { width:19.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-textarea { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-button { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-checkbox-label { width:18.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV  { width:19.875rem;height:auto;top:21.8125rem;left:25.25rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .radio-container { width:19.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV {display:block;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV { width:19.875rem;height:auto;top:21.8125rem;left:25.25rem; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NuJpewvv5DD1THHfqNK2URJFCxkGtB24 {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #UXN7kmRENw52wviByDgFLbbrlADUTA2a {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vQBkahL7LKxIhVPWP4ip1Alb7D5CkXSH {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #Eg8pZlehxxKs7NzhQTTi0eHt5ThnFyEW {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #oHIsGRB9qe0fA9ybDdqeNIZqn1JB4WE4 {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vvpXspyExo3RK3tSkxkRdCoxUt9TdOnq {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #trf4Auy94x3Qvc3iuObBiTF5Drpx3yf0 {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #t4S4JIEqaFeRVwQoBIW9rBTcE86PcCse {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #ulLan3USVDQDdIKOx0QRxnDiidz3ldUf {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #nDJrgc25HFEPUaD8TLyyPh4TTSI5pKOO {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #MgVWocCWIOrEtbbthEmNNXaDMfVz5o7B {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #mpN2h6UIJFWCzmkMx00yr9U204q3GP6U {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NcMw5ksf3AECSQe5ebZdOzX2kxcLP74y {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #KHqTvEu1sfeTxqa2weSAi7mHdaIST9Ni {  }
 }@media only screen and (max-width: 763px) { #BRTcDs4XHvxNxfn3fslkWJAfsEskhDvd { top:5.625rem;left:0rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF0zxgiVhehVs4PchZGRRZyMHy1Xpepu { z-index:100005;width:26.25rem;height:3.5rem;top:13.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUrr86EDBeCUZTCH199KTkorCUDVtTSW { z-index:100005;width:26.25rem;height:3.5rem;top:13.125rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdrg89aoRmHCnAfEIPq72yykbv5IV9pU { top:5.625rem;left:13.3125rem;width:1.8125rem;height:1.8125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDLD1Hp02uBxr7skcK8uMDynmS8AW8c5 { width:21.5rem;height:15.875rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU { display:block; }#hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 { width:18.75rem;height:5.24375rem;display:flex;top:23.5rem;left:8.625rem;z-index:100014; }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #yfT0hwgfg6D4KtsB9MNRUSbAnsHv45ks { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #nS2T5HP0OVom3k4vT4qBxFfKQ5D99CX5 {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #XB5WfHdvBnVGsvxGfG8rGWOJlOL53Bkw {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #hmfHFRJeDiIeDfVB8pX3klFzTsTXqGJU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #aWsr60RThKBcz4iJ68do4T6k5sUKThQF {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #C5RPo1AoE5UWmWvUoy7nzERRwbfGD63T {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #NWDLZ5ExoXKJGGD6E9VcC9HM54TNbMBF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #e2CwO2ygGP1aLlemLQZIkpJHyI1EuKHq {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #owACIZNDCav5UrAxVw2SKHpAJsavuVEk {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #rBehAOGBqy5ewbLsXmiqlxwvgAeRgk8F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #r4o3X8R9yfiVSFreoRoXMdN8B9XplXNT {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #KbM1k6inZCcq3THfHfTdf3O0U6TrFlqR {  }
 }@media only screen and (max-width: 763px) { #GK0XyWF9qwKqyzZSgAQHRqV7GbS26yLa { top:2.1875rem;left:11.125869750976rem;width:3.4375rem;height:3.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO8V0hGf01DyzmioGa1TLAdbw3HLJo9L { top:2.0625rem;left:23rem;width:3.625rem;height:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zETW6Q8ouT2stLnPBQywSUnwGv6b2rnN { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrvRgJGo7mp3GzgXslvTBQAm6TJv9KyR { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #t01seiOMnHw1oq1sJlwIsPTB6n5XMAP5 { width:30.75rem;height:9.75rem;top:4rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #P97KCkwT9ynciqUnDkPRQSNR62xiI0vE { top:2.3125rem;left:34.1875rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVP89EizgED2x5V1Of6WGf4xuc4dwp1u { width:36.75rem;height:3.6875rem;top:10.4375rem;left:5.5rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkAfWoLgdDUTtlTeulh5Jt6P7WVE98IG { z-index:100001;top:3.125rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg7rnP5NgvBhMQJhfQ40uBpuwuPwTwc1 { z-index:100001;top:3.125rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM8JdoFabvifvW5wTBblteOvrvORpU2V { display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { width:47.75rem;height:21.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { z-index:100001;width:22.8125rem;height:17.8125rem;top:0rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyhqOxoG9EhzZ4JJ6VCq4ZfOG28RNPX2 { z-index:100001;top:3.125rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLsEqRyBwyGpTwkyAJNlJZDAP2aOPyal { z-index:100001;width:22.8125rem;height:17.8125rem;top:0rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdNgrLzBPriEhsxdA1C6g8RUBHkMkW44 { z-index:100001;width:22.8125rem;height:17.8125rem;top:0rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHDGKZtqsh6TGrZvHSuT0WtVV5RQntwE { top:0.9375rem;left:2.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyJ61GHpcbNA7QQKkFHaKeMMSQzgmgsO { top:7.6875rem;left:2.75rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiiZBNKeHLZTIPtos3yetBoE7sfueFV5 { top:15.625rem;left:2.5rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfgSLAV95rVXkOQG5HUO127iWHAMK5A { width:44.0625rem;height:2.1875rem;top:28.25rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqh59mJzI5TyJR7MuKIdomREnf1mneJy { z-index:100001;width:22.8125rem;height:17.8125rem;top:0rem;left:24.9375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhM66pLfJSxOBRpcNkvQXwdqFpCSddQ3 { top:19.5rem;left:2.4375rem;width:3.125rem;height:3.125rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 { display:block; }#L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGFT4XWUTcZBubVR7oSS5BBJzANAfgZc { width:24.25rem;height:4.625rem;top:2.75rem;left:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTXGW8q43bnt8Qs4zSt9DuHF2dShqWx { display:block; }
 }@media only screen and (max-width: 763px) { #IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 { display:block; }#IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dL2TUB0n7TbowwsPh56RDhzyMEXWogdu { z-index:100001;top:3.125rem;left:0rem;width:47.75rem;height:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5qwLJlPblUEn9zX3SWaszlfgTs1lExK { display:block; }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .row .container { width:47.75rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCfenUhOQrTabz8n4za8JoKHOncFugqw { z-index:100001;top:5.625rem;left:8.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1GkICOagCIDHc6M09ttFU0QC26xTbAQ { z-index:100001;width:38.9375rem;height:4.75rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #albM6B8y3y7Zwv8uhm7yVioCIToiZruP { width:7.6875rem;height:7.6875rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0 { display:block; }#NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0 > .row .container { width:47.75rem;height:10.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqBXg19N9gGmaqGzHTUoS2GI7WBSDLOc { z-index:100001;top:5.625rem;left:8.6875rem;height:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBOLqqOcrHdqI40LGTwmkqHovMaS0ph5 { z-index:100001;width:38.9375rem;height:4.75rem;top:0rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWCvvg99e9tQgDlbqEuUD7tuQF1IWZXC { width:7.625rem;height:7.75rem;top:1.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 { display:block; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eud4zVRib9NbUT8TADAJrOQhd3KSyJQm { width:17.5rem;height:3.4375rem;top:6.875rem;left:28.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7kHSVx5G9s3ro62VmRfKg15C170yVHC { display:block; }
 }@media only screen and (max-width: 763px) { #Qd4qTTBzyfhctBkk4bfuuBSr5EaQKb8q { top:2.0625rem;left:0rem;width:22.0625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx { width:18.75rem;height:5.24375rem;display:flex;top:23.5rem;left:8.625rem;z-index:100014; }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #w1iIFNDKRoxHd0bV0Kbu7B8MCqcfStet { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #vfzAbMTTxXKnhLCQ8cU9RDudMs6KGTfF {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #BIDtvRaiACPbeb3nwaMluEUTu3JJeRgJ {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #Iw7V2ACqSygJFuPkSuakBUNJADpINIsr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #yyXedHybJXNOh2r7cpHF4MkUo8hxdiEr {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #J2rJU3oUfv5ip5tZasqItv5ppEVTAcml {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #Tf5uQdTOpyMaWGTwIyx9hMxzWWsV0IQy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #NAZG2ZmTyAZSzKRk5x4UlBdg5HIzAdM7 {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #HODOXXy2JEbhr96ZhQuWIktfS9gF14kD {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #G3rX462MgDGb1dgpkBC10oOVPXbh7HVI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #BR8cyqeeOiKa0z3GnMmqGSHdbRmiuF6q {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #y7F62BTrLbVl0LRzkRTTyw4wTQzhlMeK {  }
 }@media only screen and (max-width: 763px) { #iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg { display:block; }#iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8vK2IkMHtBuDqVlwMS4kae58p3UUTPB { z-index:100001;top:2.1875rem;left:0rem;line-height:1.2;height:2rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TXPPFodD5eRA578niBWM29nBnmzD9EAm { display:block; }#TXPPFodD5eRA578niBWM29nBnmzD9EAm > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HGgqtAb1Bvlvi5IKoh2TBLGROwg03gFZ { width:13.125rem;height:5.4375rem;top:1.25rem;left:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg { display:block; }#tGP7HD8UKULBZHPT0QDhFXOZ1FwMZZqg > .row .container { width:20rem;height:63.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ueCDwzLHanfxlLphPXSvmzA9Xzc5QJ2L { z-index:100001;width:20rem;height:6.1875rem;top:7.75rem;left:0rem;font-size:1.875rem;text-align:center;text-align-last:center;line-height:1.1;font-weight:400;font-style:normal;display:block; }
 }@media only screen and (max-width: 763px) { #e8CT5d5TEsRKuHTOyz9sGiTSgI75GIa8 { z-index:100001;top:14.5rem;left:0rem;width:20rem;height:4.98698125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyU7vtawmuRlT6wAxu9TBMA0uFclBrFC { top:22.375rem;left:0.62499994039536rem;z-index:100000;background-color:rgba(0,0,0,0.6);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;height:33.0625rem;width:18.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-regular-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-text {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-textarea { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-select {padding-top: 0; padding-bottom: 0;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-input-button { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .widget-checkbox-label { width:15.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV  { width:16.25rem;height:auto;top:34.6875rem;left:0.56163197755814rem; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV .radio-container { width:16.25rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV {display:block;}#BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV { width:16.25rem;height:auto;top:34.6875rem;left:0.56163197755814rem; }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NuJpewvv5DD1THHfqNK2URJFCxkGtB24 {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #UXN7kmRENw52wviByDgFLbbrlADUTA2a {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vQBkahL7LKxIhVPWP4ip1Alb7D5CkXSH {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #Eg8pZlehxxKs7NzhQTTi0eHt5ThnFyEW {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #oHIsGRB9qe0fA9ybDdqeNIZqn1JB4WE4 {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #vvpXspyExo3RK3tSkxkRdCoxUt9TdOnq {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #trf4Auy94x3Qvc3iuObBiTF5Drpx3yf0 {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #t4S4JIEqaFeRVwQoBIW9rBTcE86PcCse {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #ulLan3USVDQDdIKOx0QRxnDiidz3ldUf {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #nDJrgc25HFEPUaD8TLyyPh4TTSI5pKOO {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #MgVWocCWIOrEtbbthEmNNXaDMfVz5o7B {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #mpN2h6UIJFWCzmkMx00yr9U204q3GP6U {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #NcMw5ksf3AECSQe5ebZdOzX2kxcLP74y {  }
 }@media only screen and (max-width: 763px) { #BeswM17kU9iwCTwRcwHKnwtPUQ8pTIiV #KHqTvEu1sfeTxqa2weSAi7mHdaIST9Ni {  }
 }@media only screen and (max-width: 763px) { #BRTcDs4XHvxNxfn3fslkWJAfsEskhDvd { width:1.8125rem;height:1.8125rem;top:2.5642366409302rem;left:2.3116319775581rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eF0zxgiVhehVs4PchZGRRZyMHy1Xpepu { z-index:100001;top:2.75rem;left:3.1250000596046rem;width:13.75rem;height:1.443575rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CUrr86EDBeCUZTCH199KTkorCUDVtTSW { z-index:100001;top:5rem;left:6.1249998211861rem;width:7.75rem;height:1.443575rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Mdrg89aoRmHCnAfEIPq72yykbv5IV9pU { width:1.8125rem;height:1.8125rem;top:4.8142366409302rem;left:4.0624998211861rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oDLD1Hp02uBxr7skcK8uMDynmS8AW8c5 { width:18.6875rem;height:13.8125rem;top:20.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU { display:block; }#hky1pkVr4eopVTrUiQuPTIu2DGh6MSVU > .row .container { width:20rem;height:33.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 { width:18.75rem;height:5.24305625rem;display:flex;top:25.192708969116rem;left:0.53211802244186rem;z-index:100014; }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #yfT0hwgfg6D4KtsB9MNRUSbAnsHv45ks { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #nS2T5HP0OVom3k4vT4qBxFfKQ5D99CX5 {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #XB5WfHdvBnVGsvxGfG8rGWOJlOL53Bkw {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #hmfHFRJeDiIeDfVB8pX3klFzTsTXqGJU { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #aWsr60RThKBcz4iJ68do4T6k5sUKThQF {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #C5RPo1AoE5UWmWvUoy7nzERRwbfGD63T {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #NWDLZ5ExoXKJGGD6E9VcC9HM54TNbMBF { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #e2CwO2ygGP1aLlemLQZIkpJHyI1EuKHq {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #owACIZNDCav5UrAxVw2SKHpAJsavuVEk {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #rBehAOGBqy5ewbLsXmiqlxwvgAeRgk8F { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #r4o3X8R9yfiVSFreoRoXMdN8B9XplXNT {  }
 }@media only screen and (max-width: 763px) { #zefmTPMmu3wB91gHIqAdJ4Meft97Wd07 #KbM1k6inZCcq3THfHfTdf3O0U6TrFlqR {  }
 }@media only screen and (max-width: 763px) { #GK0XyWF9qwKqyzZSgAQHRqV7GbS26yLa { width:3.4375rem;height:3.375rem;top:1.25rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #iO8V0hGf01DyzmioGa1TLAdbw3HLJo9L { width:3.625rem;height:3.625rem;top:8.5625rem;left:8.1875002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #zETW6Q8ouT2stLnPBQywSUnwGv6b2rnN { width:10.25rem;height:2.27430625rem;top:4.625rem;left:4.8749998211861rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zrvRgJGo7mp3GzgXslvTBQAm6TJv9KyR { width:8.75rem;height:1.04948125rem;top:12.1875rem;left:5.6249998211861rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #t01seiOMnHw1oq1sJlwIsPTB6n5XMAP5 { width:8.75rem;height:1.04948125rem;top:18.186632156372rem;left:5.6249998211861rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P97KCkwT9ynciqUnDkPRQSNR62xiI0vE { width:3.125rem;height:3.125rem;top:15.061632156372rem;left:8.4375002980231rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #GVP89EizgED2x5V1Of6WGf4xuc4dwp1u { width:20rem;height:2.4375rem;top:21.796875rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R { display:block; }#yGn2Gwu56m4MXxuB2R6eZmzesu4u5T5R > .row .container { width:20rem;height:4.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZkAfWoLgdDUTtlTeulh5Jt6P7WVE98IG { z-index:100001;top:1.25rem;left:0rem;width:20rem;height:0;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xg7rnP5NgvBhMQJhfQ40uBpuwuPwTwc1 { z-index:100001;top:2rem;left:0rem;width:20rem;height:1.42448125rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nM8JdoFabvifvW5wTBblteOvrvORpU2V { display:block; }#nM8JdoFabvifvW5wTBblteOvrvORpU2V > .row .container { width:20rem;height:36.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #VbtML3zHgyaPCAfhf84uxtuwRh5BBXLw { z-index:100001;top:0rem;left:2.8741319775581rem;width:17.125rem;height:6.9965rem;display:block; }
 }@media only screen and (max-width: 763px) { #MyhqOxoG9EhzZ4JJ6VCq4ZfOG28RNPX2 { z-index:100001;top:17.034722328186rem;left:0rem;width:20rem;height:0;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JLsEqRyBwyGpTwkyAJNlJZDAP2aOPyal { z-index:100001;top:8.6927080154419rem;left:2.8116319775581rem;width:17.1875rem;height:8.3958125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bdNgrLzBPriEhsxdA1C6g8RUBHkMkW44 { z-index:100001;top:18.759548187256rem;left:2.8116319775581rem;width:17.1875rem;height:2.7986125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MHDGKZtqsh6TGrZvHSuT0WtVV5RQntwE { width:3.125rem;height:3.125rem;top:1.9340276718139rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PyJ61GHpcbNA7QQKkFHaKeMMSQzgmgsO { width:3.125rem;height:3.125rem;top:11.327257156372rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #LiiZBNKeHLZTIPtos3yetBoE7sfueFV5 { width:3.125rem;height:3.125rem;top:18.596353530884rem;left:0rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VTfgSLAV95rVXkOQG5HUO127iWHAMK5A { width:20rem;height:3.08680625rem;top:22.987846374512rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mqh59mJzI5TyJR7MuKIdomREnf1mneJy { z-index:100001;top:31.675350189209rem;left:0rem;width:20rem;height:0;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhM66pLfJSxOBRpcNkvQXwdqFpCSddQ3 { width:3.125rem;height:3.125rem;top:27.300350189209rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 { display:block; }#L5Cl4KBCxanmp7KovlwmJ8rqn3FcBqV9 > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RGFT4XWUTcZBubVR7oSS5BBJzANAfgZc { width:17.5rem;height:3.4375rem;top:1.5677089691162rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #VcTXGW8q43bnt8Qs4zSt9DuHF2dShqWx { display:block; }
 }@media only screen and (max-width: 763px) { #IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 { display:block; }#IgbKgwLOJPNHUF2EVihKOP9eb68r0Dn2 > .row .container { width:20rem;height:6rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dL2TUB0n7TbowwsPh56RDhzyMEXWogdu { z-index:100001;top:1.875rem;left:0rem;width:20rem;height:2.33680625rem;text-align:center;text-align-last:center;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S5qwLJlPblUEn9zX3SWaszlfgTs1lExK { display:block; }#S5qwLJlPblUEn9zX3SWaszlfgTs1lExK > .row .container { width:20rem;height:28.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bCfenUhOQrTabz8n4za8JoKHOncFugqw { z-index:100003;top:7.0824661254881rem;left:0rem;height:1.6875rem;width:20rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #d1GkICOagCIDHc6M09ttFU0QC26xTbAQ { z-index:100001;width:20rem;height:16.7916875rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #albM6B8y3y7Zwv8uhm7yVioCIToiZruP { width:5.3125rem;height:5.3125rem;top:0.9375rem;left:6.49826413393rem;display:block; }
 }@media only screen and (max-width: 763px) { #NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0 { display:block; }#NCzVbCOmZCvTWZezkA9zpG05hTWJQyg0 > .row .container { width:20rem;height:35.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TqBXg19N9gGmaqGzHTUoS2GI7WBSDLOc { z-index:100003;top:7.0824661254881rem;left:0rem;height:1.6875rem;width:20rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bBOLqqOcrHdqI40LGTwmkqHovMaS0ph5 { z-index:100001;width:20rem;height:22.388875rem;top:10.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CWCvvg99e9tQgDlbqEuUD7tuQF1IWZXC { width:5.3125rem;height:5.4375rem;top:0.9375rem;left:6.49826413393rem;display:block; }
 }@media only screen and (max-width: 763px) { #xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 { display:block; }#xy2ocFkfwTB9vSDDifpVVTMIeJLoIgZ9 > .row .container { width:20rem;height:17.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Eud4zVRib9NbUT8TADAJrOQhd3KSyJQm { width:17.5rem;height:3.4375rem;top:11.692708253861rem;left:1.2491319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #n7kHSVx5G9s3ro62VmRfKg15C170yVHC { display:block; }
 }@media only screen and (max-width: 763px) { #Qd4qTTBzyfhctBkk4bfuuBSr5EaQKb8q { width:20rem;height:1.46180625rem;top:1.25rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#y733oqa3EQrzfaOi56TLXMy6CiqzM5sx { width:18.75rem;height:5.24305625rem;display:flex;top:3.6293354034424rem;left:0.53211802244186rem;z-index:100014; }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #w1iIFNDKRoxHd0bV0Kbu7B8MCqcfStet { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #vfzAbMTTxXKnhLCQ8cU9RDudMs6KGTfF {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #BIDtvRaiACPbeb3nwaMluEUTu3JJeRgJ {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #Iw7V2ACqSygJFuPkSuakBUNJADpINIsr { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #yyXedHybJXNOh2r7cpHF4MkUo8hxdiEr {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #J2rJU3oUfv5ip5tZasqItv5ppEVTAcml {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #Tf5uQdTOpyMaWGTwIyx9hMxzWWsV0IQy { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #NAZG2ZmTyAZSzKRk5x4UlBdg5HIzAdM7 {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #HODOXXy2JEbhr96ZhQuWIktfS9gF14kD {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #G3rX462MgDGb1dgpkBC10oOVPXbh7HVI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #BR8cyqeeOiKa0z3GnMmqGSHdbRmiuF6q {  }
 }@media only screen and (max-width: 763px) { #y733oqa3EQrzfaOi56TLXMy6CiqzM5sx #y7F62BTrLbVl0LRzkRTTyw4wTQzhlMeK {  }
 }@media only screen and (max-width: 763px) { #iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg { display:block; }#iNSNdoK9AbMX7qRhdNKwgrsW1NZz8Klg > .row .container { width:20rem;height:5.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #f8vK2IkMHtBuDqVlwMS4kae58p3UUTPB { z-index:100001;width:20rem;height:2.09895625rem;top:3.0625rem;left:0rem;text-align:center;text-align-last:center;display:block; }
 }