.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:transparent;background-image:url("https://images.assets-landingi.com/4_jhDO54BYg/unsplash/dan-gold-4_jhDO54BYg-photo-1498837167922-ddd27525d352.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,43,44,0.72); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(40,43,44,0.72); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:14px;font-family:arial;height:990px;width:960px;overflow:visible;position:relative;display:block; }#tNEktrsFCZWKxuqHXAvnslVHcamvfDn4 { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:547px;width:425px;top:166px;left:533.41918294849px;overflow:hidden;display:block; }
#tFlc7FM0suOaSS0lm4ktdGOvczrAbA72 { position:absolute;display:block;z-index:15001;background-color:#e3e3e3;background-image:url("https://images.assets-landingi.com/uc/e079d122-8e80-46e2-b500-c58b8b0f774e/Screenshot20231120at112949AM.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:444px;width:335px;top:208.5px;left:578.40625px;display:block; }#tFlc7FM0suOaSS0lm4ktdGOvczrAbA72.adaptive-delivery-prevent-bg, #tFlc7FM0suOaSS0lm4ktdGOvczrAbA72.lazyload, #tFlc7FM0suOaSS0lm4ktdGOvczrAbA72.lazyloading { background-image: none; }
#FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { color:#ffffff;display:block;width:473px;position:absolute;font-family:neuton;font-size:79px;font-weight:400;z-index:15003;line-height:1;letter-spacing:0;top:9px;left:243.5px;height:158px;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Fn78fHnbpmeDn3ITSWo7hVog4Xuk2DZ0 { position:absolute;display:block;z-index:15004;background-color:#e3b340;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:353px;top:178px;left:104px;display:block; }
#IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { color:#ffffff;display:block;width:504px;position:absolute;font-family:neuton;font-size:33px;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:185px;left:28.5px;height:294px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#RsrMMiHzgTQICDyrE8Ah4mENMKACq6yT { position:absolute;display:block;z-index:15005;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:443px;width:434px;top:496px;left:63.5px;display:block; }
#xzzknfbAKpnXvACFoLP4A9M2RTt0B8Ga { color:#e3b340;display:block;width:319px;position:absolute;font-family:"times new roman";font-size:37px;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:509px;left:121px;height:48px;font-style:normal;text-align:center;text-align-last:center;display:block; }
#AUJHDTZKSLVl7BK4zli8CicG2hLzm2qI { color:#33383e;display:block;width:332px;position:absolute;font-family:neuton;font-size:27px;font-weight:400;z-index:15007;line-height:1.3;letter-spacing:0;top:550px;left:114.5px;height:70px;font-style:italic;text-align:center;text-align-last:center;display:block; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-form-header {  }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:14px;font-weight:bold;color:#000000;width:312px;padding-top:0;padding-right:0;padding-bottom:5px;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid #e3b340;border-left:1px solid #e3b340;border-right:1px solid #e3b340;border-bottom:1px solid #e3b340;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:312px;box-sizing:border-box;height:40px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:1px solid #e3b340;border-left:1px solid #e3b340;border-right:1px solid #e3b340;border-bottom:1px solid #e3b340;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:312px;box-sizing:border-box;height:70px;color:#161616;font-size:14px;overflow:hidden;font-family:"open sans";vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select { border-top-left-radius:4px;border-top-right-radius:4px;border-bottom-left-radius:4px;border-bottom-right-radius:4px;background-color:#ffffff;background-image:none;border-top:1px solid #d6d4d4;border-right:1px solid #d6d4d4;border-bottom:1px solid #d6d4d4;border-left:1px solid #d6d4d4;padding-top:0;padding-right:5px;padding-bottom:0;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;width:312px;box-sizing:border-box;height:40px;color:#161616;font-family:"open sans";font-size:14px;overflow:hidden;vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-checkbox { width:13px;height:13px;box-sizing:border-box;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:0;padding-top:1px;padding-right:1px;padding-bottom:1px;padding-left:1px;vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#e3b340;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:10px;padding-right:5px;padding-bottom:10px;padding-left:5px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;display:block;box-sizing:border-box;font-size:14px;font-weight:bold;color:#33383e;width:312px;height:51px;font-family:"times new roman";overflow:hidden;text-align:center;text-align-last:center; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]:-moz-placeholder { color:#33383e;font-family:neuton;font-size:16px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]::-moz-placeholder { color:#33383e;font-family:neuton;font-size:16px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]:-ms-input-placeholder { color:#33383e;font-family:neuton;font-size:16px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD [class*="-text"]::-webkit-input-placeholder { color:#33383e;font-family:neuton;font-size:16px;text-align:center;text-align-last:center;font-weight:400;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .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:12px;font-weight:300;color:#000000;vertical-align:top;width:295px;overflow:hidden;font-style:normal;line-height:1.6;float:none; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:13px;height:13px;margin-top:0;margin-right:3px;margin-bottom:0;margin-left:3px;vertical-align:middle; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:18px;vertical-align:middle;font-family:"open sans";font-size:12px;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-container { padding-top:4px;padding-right:0;padding-bottom:4px;padding-left:0;width:100%;font-size:0;height:auto; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-container:first-of-type{padding-top:0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-container:last-of-type{padding-bottom:0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD  { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:312px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:607px;left:104.5px; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .radio-container { margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0;width:312px;display:block;vertical-align:top; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:12px;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD {display:block;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD { background-color:transparent;background-image:none;padding-top:20px;padding-right:20px;padding-bottom:20px;padding-left:20px;width:312px;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:absolute;top:607px;left:104.5px; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #zBke0AyhTT8OiqaWIXdmhfJ70tpXguUs { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #enQZyokt4klIkXhy6PwTSUFrvbk9sTFT { position:relative;display:none; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #sPlSwUDEG1r6v9ag6zcAzhaTtmRbTtTn { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #HwpWVygpJAvxgSTBLJ6vvxuo5OrPdndf { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rVbvOZr4xSB3Gf6hgohri8zmgaG3v3UC { position:relative;display:none; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #XmHpg8UFzpT2iZUO2Qg4tUlTX4No9nEd { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #t1tXtH4u62dvfoNEtFesWFHRfHfG3urh { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #NueoiKXoueibqR2x0B3IryPRieUbz4Df { position:relative;display:none; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #WTcfIOxyuvI5QDT8lUgqPl6d1oo2JpiT { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #em5pPTrtBAz2fuc6soQSIOCchWEcLRwo { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #M1nQUTouLyTtVg59NIgQH6Rtce9wNn4q { position:relative;z-index:2; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #es2df1rpUTuorur7OHpT6oWHECduzmVC { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #LT0zIJwCW6i14FoVilvaPBasKNHzqJ63 { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #byGD56lDewdmzTL3qBOyMpDe4aRvo2Jx { position:relative;z-index:2; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #miTcpDs1MCNdo1U2M7JcEv9op3VyLKgO { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rUqONMJ2P0vrCDZPowIyNpWW4hRkML2U { position:relative; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #TFFquQwA8uzWKrekv9FR4iW3TeXSZbhg { position:relative; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f .widget-container { border-top-left-radius:10px;border-top-right-radius:10px;border-bottom-right-radius:10px;border-bottom-left-radius:10px;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; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f .widget-text.counter-number { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#000000;background-image:none;color:#ffffff;padding-top:9.27px;padding-right:8.22px;padding-bottom:9.27px;padding-left:8.22px;display:block;align-items:center;width:49.31px;min-width:49.31px;height:49.81px;position:relative;font-family:"open sans";font-size:37.07px;font-weight:700;line-height:49.81px;text-align:center;text-align-last:center;top:0px;left:0px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5.79px;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:65.75px;height:19.69px;position:relative;font-family:"open sans";font-size:13.9px;font-weight:400;line-height:19.69px;text-align:center;text-align-last:center;text-transform:none;top:0px;left:0px;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0px;border-top-right-radius:0px;border-bottom-right-radius:0px;border-bottom-left-radius:0px;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:327px;height:93.83px;padding-top:11.58px;padding-right:11.74px;padding-bottom:11.58px;padding-left:11.74px;position:absolute;font-family:"open sans";font-size:32px;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:752px;left:564.640625px;z-index:15009; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #U7LIHfRhRDTQyBorSrKxJEoctRQhGbIK { display:flex;position:relative;top:0px;left:0px; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #hBq6iCtm2Dfuua3bA3lTKEc51kKP8dBP { width:auto; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #iT8lHsrVv29HT9e3r5Vw0eAxIBopSavq {  }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #tsehTzIKEXnwlVGAK43VyfpudvHEtbaQ { display:flex;position:relative;top:0px;left:0px; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #QqtiWPIC2ZUeUrOOPT1Vsv9zPbO4KLzS {  }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #GmOf1NV5SUCCDy3NuSsze61SOmr1g4NO {  }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #TZtfSEtMk7KEPRpG26BHKE8gC762tGSc { display:flex;position:relative;top:0px;left:0px; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #M5cb6hUqobiFWZODD4ZTgfxDC3BdWymW {  }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #awTah6MUPTUVrQa0MOHGi4fn4sPi9PiE {  }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #kAXfnU8A42Q7qPdSvXyNOQLz5CdRQ33X { display:flex;position:relative;top:0px;left:0px; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #eZR6ZLe9DcWKMnyAuShUHoKZ6cXUi7Ew {  }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #Fo1rEVJL4W0PZ8gi0gpHRFn1ls8WekkA {  }
#KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO > .row .container { background-color: transparent; background-image: none; }#KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO > .row .container > .video-iframe-container { display: none; }#KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO > .row > .video-iframe-container { display: none; }#KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO > .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); }#KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO > .row .container { border-width: 0; border-radius: 0; }#KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO > .row .container { font-size:14px;font-family:arial;height:565px;width:960px;position:relative;display:block; }#GGIW3AFwa3NsMP3NxhnsPXUeG8oDNn6q { color:rgba(0,0,0,0.7);display:block;width:180px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15006;line-height:1.4;letter-spacing:0;top:91px;left:120px;height:19px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#N8g6qapzSzSnDyfXkeQakGwGbcy9OTEM { position:absolute;display:block;z-index:15007;background-color:#e3b340;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:100px;top:100px;left:0px;display:block; }
#WcXTilzcybQDLfb9761tkNGO5AXnUbAl { color:#000000;display:block;width:284px;position:absolute;font-family:lato;font-size:23px;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:126px;left:0px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#CnV0hU54sB2rf1q8k7C7dDe7q2i9h3WZ { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:30px;top:79.5px;left:320px;overflow:hidden;display:block; }
#g9pItpSSrTCe0BGWJl2WeT7JkvKXKU2X { color:rgba(0,0,0,0.5);display:block;width:267px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15005;line-height:1.5;letter-spacing:0;top:113px;left:359.5px;height:63px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Sok6whrpxmOe80XWiEFqLhzyUyrWkDKQ { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15006;line-height:1.5;letter-spacing:0;top:81px;left:359.5px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#WgrPfZ8eVcuaxQoBdhkBUo9A5m3xAtZ7 { position:absolute;display:block;z-index:15012;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:30px;top:218px;left:320px;overflow:hidden;display:block; }
#FTH4TZFGyPuD47lL1gwPNhcEJqgIsd01 { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15009;line-height:1.5;letter-spacing:0;top:220px;left:360px;height:27px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Fktv7LbbSL8oIRoneOnVwoMt84kygeyL { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:253px;left:360.5px;height:84px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#UvTo1nWRwTdaW0JfoNfexzLq6GkKBcZF { position:absolute;display:block;z-index:15015;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:30px;top:379px;left:320px;overflow:hidden;display:block; }
#FOv4myx6C7haGIheFNrQa3mEyp6S7v66 { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15012;line-height:1.5;letter-spacing:0;top:381px;left:360px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#LdF0zgT5cTBTHJfSz5txdDdVfUNHloZL { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15011;line-height:1.5;letter-spacing:0;top:435px;left:360px;height:105px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#COk7nVDViD0AF1aKgh7caUVRrk5cfKx9 { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15014;line-height:1.5;letter-spacing:0;top:136px;left:695px;height:63px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#U0iGn8um1emffPCXN0e5OyCa4EivqtBa { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15015;line-height:1.5;letter-spacing:0;top:81px;left:694.5px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#cZ0rkBTtCG6Df2DhNLI36cZTyrECmbTA { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15018;line-height:1.5;letter-spacing:0;top:217px;left:695px;height:54px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#QUvT337IQdM850voawVmdsKvMbRFT6xE { position:absolute;display:block;z-index:15018;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:30px;top:79.5px;left:655px;overflow:hidden;display:block; }
#M4waQtLmGxuq0AE5GfxVylSvE6N22DTS { position:absolute;display:block;z-index:15021;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:30px;top:219px;left:655px;overflow:hidden;display:block; }
#v9S560vyfyFzS6adkDIP61liXN7y8fns { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15017;line-height:1.5;letter-spacing:0;top:273px;left:695px;height:105px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#gu3A54nDh68dVfbiEbuz6Lva4uqPxEhn { position:absolute;display:block;z-index:15024;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:30px;width:30px;top:379px;left:655px;overflow:hidden;display:block; }
#dlgLnvrscJZfC5PsoXqHqpnBspiGl4gu { color:#000000;display:block;width:250px;position:absolute;font-family:lato;font-size:18px;font-weight:400;z-index:15021;line-height:1.5;letter-spacing:0;top:381px;left:695px;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#lvXo8tF0rDMDvyO2EETAh2RKHZsbnPV6 { color:rgba(0,0,0,0.5);display:block;width:265px;position:absolute;font-family:lato;font-size:14px;font-weight:300;z-index:15020;line-height:1.5;letter-spacing:0;top:429px;left:695px;height:84px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#RBEIESu4iZewJwVTKWUk7bFF33tpwkTw { position:absolute;display:block;z-index:15025;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:276px;width:254px;top:262px;left:33px;overflow:hidden;display:block; }
#UzwTcpphp00OZB5HsWpC4ywptch55vAh { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { background-color: transparent; background-image: none; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container > .video-iframe-container { display: none; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row > .video-iframe-container { display: none; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .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); }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { border-width: 0; border-radius: 0; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { font-size:14px;font-family:arial;height:254px;width:960px;position:relative;display:block; }#FhDfz91ibKhlswVXdUb66ZprsyzxBDe4 { position:absolute;display:block;z-index:15005;background-color:rgba(227,179,64,0.56);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;height:2px;width:500px;top:226.5px;left:254px;display:block; }
#hvGcT42vQ5WDaMIMow5L4MQvtNFJcmZD { color:#33383e;display:block;width:960px;position:absolute;font-family:neuton;font-size:50px;font-weight:400;z-index:15005;line-height:1.3;letter-spacing:0;top:12px;left:0px;height:;font-style:italic;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:760px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNEktrsFCZWKxuqHXAvnslVHcamvfDn4 { width:425px;height:547px;top:166px;left:325px;display:block; }
 }@media only screen and (max-width: 763px) { #tFlc7FM0suOaSS0lm4ktdGOvczrAbA72 { width:335px;height:444px;top:208px;left:429px;display:block; }
 }@media only screen and (max-width: 763px) { #FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { width:473px;height:158px;top:9px;left:145.5px;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #Fn78fHnbpmeDn3ITSWo7hVog4Xuk2DZ0 { width:353px;height:2px;top:178px;left:6px;display:block; }
 }@media only screen and (max-width: 763px) { #IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { width:504px;height:294px;top:185px;left:0px;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RsrMMiHzgTQICDyrE8Ah4mENMKACq6yT { width:434px;height:443px;top:496px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xzzknfbAKpnXvACFoLP4A9M2RTt0B8Ga { width:319px;height:48px;top:509px;left:23px;font-size:37px;display:block; }
 }@media only screen and (max-width: 763px) { #AUJHDTZKSLVl7BK4zli8CicG2hLzm2qI { width:332px;height:70px;top:550px;left:16.5px;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-regular-label { width:312px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text { width:312px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-textarea { width:312px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select { width:312px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-button { width:312px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-checkbox-label { width:296px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD  { width:312px;height:auto;top:607px;left:6.5px; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .radio-container { width:312px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD {display:block;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD { width:312px;height:auto;top:607px;left:6.5px; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #zBke0AyhTT8OiqaWIXdmhfJ70tpXguUs {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #enQZyokt4klIkXhy6PwTSUFrvbk9sTFT { display:none; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #sPlSwUDEG1r6v9ag6zcAzhaTtmRbTtTn {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #HwpWVygpJAvxgSTBLJ6vvxuo5OrPdndf {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rVbvOZr4xSB3Gf6hgohri8zmgaG3v3UC { display:none; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #XmHpg8UFzpT2iZUO2Qg4tUlTX4No9nEd {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #t1tXtH4u62dvfoNEtFesWFHRfHfG3urh {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #NueoiKXoueibqR2x0B3IryPRieUbz4Df {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #WTcfIOxyuvI5QDT8lUgqPl6d1oo2JpiT {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #em5pPTrtBAz2fuc6soQSIOCchWEcLRwo {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #M1nQUTouLyTtVg59NIgQH6Rtce9wNn4q {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #es2df1rpUTuorur7OHpT6oWHECduzmVC {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #LT0zIJwCW6i14FoVilvaPBasKNHzqJ63 {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #byGD56lDewdmzTL3qBOyMpDe4aRvo2Jx {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #miTcpDs1MCNdo1U2M7JcEv9op3VyLKgO {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rUqONMJ2P0vrCDZPowIyNpWW4hRkML2U {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #TFFquQwA8uzWKrekv9FR4iW3TeXSZbhg {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f { display:flex;width:288px;height:81px;top:769px;left:456px; }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #U7LIHfRhRDTQyBorSrKxJEoctRQhGbIK { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #hBq6iCtm2Dfuua3bA3lTKEc51kKP8dBP {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #iT8lHsrVv29HT9e3r5Vw0eAxIBopSavq {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #tsehTzIKEXnwlVGAK43VyfpudvHEtbaQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #QqtiWPIC2ZUeUrOOPT1Vsv9zPbO4KLzS {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #GmOf1NV5SUCCDy3NuSsze61SOmr1g4NO {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #TZtfSEtMk7KEPRpG26BHKE8gC762tGSc { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #M5cb6hUqobiFWZODD4ZTgfxDC3BdWymW {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #awTah6MUPTUVrQa0MOHGi4fn4sPi9PiE {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #kAXfnU8A42Q7qPdSvXyNOQLz5CdRQ33X { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #eZR6ZLe9DcWKMnyAuShUHoKZ6cXUi7Ew {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #Fo1rEVJL4W0PZ8gi0gpHRFn1ls8WekkA {  }
 }@media only screen and (max-width: 763px) { #KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO { display:block; }#KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGIW3AFwa3NsMP3NxhnsPXUeG8oDNn6q { width:180px;height:19px;top:91px;left:80px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #N8g6qapzSzSnDyfXkeQakGwGbcy9OTEM { width:100px;height:2px;top:100px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WcXTilzcybQDLfb9761tkNGO5AXnUbAl { width:284px;height:;top:126px;left:0px;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #CnV0hU54sB2rf1q8k7C7dDe7q2i9h3WZ { width:30px;height:30px;top:79px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #g9pItpSSrTCe0BGWJl2WeT7JkvKXKU2X { width:267px;height:63px;top:113px;left:241px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Sok6whrpxmOe80XWiEFqLhzyUyrWkDKQ { width:250px;height:;top:81px;left:258px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #WgrPfZ8eVcuaxQoBdhkBUo9A5m3xAtZ7 { width:30px;height:30px;top:218px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #FTH4TZFGyPuD47lL1gwPNhcEJqgIsd01 { width:250px;height:;top:220px;left:258px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Fktv7LbbSL8oIRoneOnVwoMt84kygeyL { width:265px;height:84px;top:253px;left:243px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #UvTo1nWRwTdaW0JfoNfexzLq6GkKBcZF { width:30px;height:30px;top:379px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #FOv4myx6C7haGIheFNrQa3mEyp6S7v66 { width:250px;height:;top:381px;left:258px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #LdF0zgT5cTBTHJfSz5txdDdVfUNHloZL { width:265px;height:105px;top:435px;left:243px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #COk7nVDViD0AF1aKgh7caUVRrk5cfKx9 { width:265px;height:63px;top:136px;left:497px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #U0iGn8um1emffPCXN0e5OyCa4EivqtBa { width:250px;height:;top:81px;left:512px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #cZ0rkBTtCG6Df2DhNLI36cZTyrECmbTA { width:250px;height:;top:217px;left:512px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #QUvT337IQdM850voawVmdsKvMbRFT6xE { width:30px;height:30px;top:79px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #M4waQtLmGxuq0AE5GfxVylSvE6N22DTS { width:30px;height:30px;top:219px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #v9S560vyfyFzS6adkDIP61liXN7y8fns { width:265px;height:105px;top:273px;left:497px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #gu3A54nDh68dVfbiEbuz6Lva4uqPxEhn { width:30px;height:30px;top:379px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #dlgLnvrscJZfC5PsoXqHqpnBspiGl4gu { width:250px;height:;top:381px;left:512px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #lvXo8tF0rDMDvyO2EETAh2RKHZsbnPV6 { width:265px;height:84px;top:429px;left:497px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RBEIESu4iZewJwVTKWUk7bFF33tpwkTw { top:262px;left:0px;width:254px;height:276px;display:block; }
 }@media only screen and (max-width: 763px) { #UzwTcpphp00OZB5HsWpC4ywptch55vAh { display:block; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhDfz91ibKhlswVXdUb66ZprsyzxBDe4 { width:500px;height:2px;top:226px;left:156px;display:block; }
 }@media only screen and (max-width: 763px) { #hvGcT42vQ5WDaMIMow5L4MQvtNFJcmZD { width:764px;height:;top:12px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:320px;height:1291px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tNEktrsFCZWKxuqHXAvnslVHcamvfDn4 { width:194px;height:250px;top:409px;left:63px;display:block; }
 }@media only screen and (max-width: 763px) { #tFlc7FM0suOaSS0lm4ktdGOvczrAbA72 { width:151px;height:205px;top:431.5px;left:84.5px;display:block; }
 }@media only screen and (max-width: 763px) { #FKbzflsktpx8SS3a01iyIf8nGQAxDiIT { width:285px;height:92px;top:16px;left:17.5px;text-align:center;text-align-last:center;font-size:46px;display:block; }
 }@media only screen and (max-width: 763px) { #Fn78fHnbpmeDn3ITSWo7hVog4Xuk2DZ0 { width:220px;height:2px;top:127px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #IxAgqmOHVr79FFT7KBLEzP3QrC7SaPTF { width:320px;height:256px;top:138px;left:0px;text-align:center;text-align-last:center;font-size:25px;display:block; }
 }@media only screen and (max-width: 763px) { #RsrMMiHzgTQICDyrE8Ah4mENMKACq6yT { width:320px;height:533px;top:677px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #xzzknfbAKpnXvACFoLP4A9M2RTt0B8Ga { width:300px;height:48px;top:693px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #AUJHDTZKSLVl7BK4zli8CicG2hLzm2qI { width:300px;height:74px;top:741px;left:10px;text-align:center;text-align-last:center;font-size:29px;display:block; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-regular-label { width:280px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-text {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-textarea { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-select {padding-top: 0; padding-bottom: 0;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-input-button { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .widget-checkbox-label { width:263px;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD  { width:280px;height:auto;top:815px;left:0px; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD .radio-container { width:280px;margin-top:4px;margin-right:0;margin-bottom:4px;margin-left:0; }
#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD {display:block;}#nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD { width:280px;height:auto;top:815px;left:0px; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #zBke0AyhTT8OiqaWIXdmhfJ70tpXguUs {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #enQZyokt4klIkXhy6PwTSUFrvbk9sTFT { display:none; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #sPlSwUDEG1r6v9ag6zcAzhaTtmRbTtTn {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #HwpWVygpJAvxgSTBLJ6vvxuo5OrPdndf {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rVbvOZr4xSB3Gf6hgohri8zmgaG3v3UC { display:none; }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #XmHpg8UFzpT2iZUO2Qg4tUlTX4No9nEd {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #t1tXtH4u62dvfoNEtFesWFHRfHfG3urh {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #NueoiKXoueibqR2x0B3IryPRieUbz4Df {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #WTcfIOxyuvI5QDT8lUgqPl6d1oo2JpiT {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #em5pPTrtBAz2fuc6soQSIOCchWEcLRwo {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #M1nQUTouLyTtVg59NIgQH6Rtce9wNn4q {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #es2df1rpUTuorur7OHpT6oWHECduzmVC {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #LT0zIJwCW6i14FoVilvaPBasKNHzqJ63 {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #byGD56lDewdmzTL3qBOyMpDe4aRvo2Jx {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #miTcpDs1MCNdo1U2M7JcEv9op3VyLKgO {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #rUqONMJ2P0vrCDZPowIyNpWW4hRkML2U {  }
 }@media only screen and (max-width: 763px) { #nt1hvJ4huCBgbXIo0a3FmhOSERhua5HD #TFFquQwA8uzWKrekv9FR4iW3TeXSZbhg {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f .widget-text.counter-number { padding-top:8px;padding-right:7px;padding-bottom:8px;padding-left:7px;width:42px;min-width:42px;height:43px;font-size:32px;line-height:43px;top:0px;left:0px; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:5px;margin-right:0;margin-bottom:0;margin-left:0;width:56px;height:17px;font-size:12px;line-height:1;top:0px;left:0px; }
#akx0xx1GXcmR21xowLp8xTMSZFsxGS9f { display:flex;width:288px;height:81px;top:1166px;left:4.234375px; }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #U7LIHfRhRDTQyBorSrKxJEoctRQhGbIK { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #hBq6iCtm2Dfuua3bA3lTKEc51kKP8dBP {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #iT8lHsrVv29HT9e3r5Vw0eAxIBopSavq {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #tsehTzIKEXnwlVGAK43VyfpudvHEtbaQ { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #QqtiWPIC2ZUeUrOOPT1Vsv9zPbO4KLzS {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #GmOf1NV5SUCCDy3NuSsze61SOmr1g4NO {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #TZtfSEtMk7KEPRpG26BHKE8gC762tGSc { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #M5cb6hUqobiFWZODD4ZTgfxDC3BdWymW {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #awTah6MUPTUVrQa0MOHGi4fn4sPi9PiE {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #kAXfnU8A42Q7qPdSvXyNOQLz5CdRQ33X { display:flex;position:relative;top:0px;left:0px; }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #eZR6ZLe9DcWKMnyAuShUHoKZ6cXUi7Ew {  }
 }@media only screen and (max-width: 763px) { #akx0xx1GXcmR21xowLp8xTMSZFsxGS9f #Fo1rEVJL4W0PZ8gi0gpHRFn1ls8WekkA {  }
 }@media only screen and (max-width: 763px) { #KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO { display:block; }#KXDhdLZHLtHOoSCgJQ6KkeDxiheX3NnO > .row .container { width:320px;height:2021px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #GGIW3AFwa3NsMP3NxhnsPXUeG8oDNn6q { width:208px;height:22px;top:28.5px;left:112px;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #N8g6qapzSzSnDyfXkeQakGwGbcy9OTEM { width:100px;height:1px;top:39px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #WcXTilzcybQDLfb9761tkNGO5AXnUbAl { width:192px;height:216px;top:68px;left:64px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #CnV0hU54sB2rf1q8k7C7dDe7q2i9h3WZ { width:30px;height:30px;top:343px;left:146px;display:block; }
 }@media only screen and (max-width: 763px) { #g9pItpSSrTCe0BGWJl2WeT7JkvKXKU2X { width:265px;height:96px;top:440px;left:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Sok6whrpxmOe80XWiEFqLhzyUyrWkDKQ { width:250px;height:24px;top:393px;left:36px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #WgrPfZ8eVcuaxQoBdhkBUo9A5m3xAtZ7 { width:30px;height:30px;top:561px;left:146px;display:block; }
 }@media only screen and (max-width: 763px) { #FTH4TZFGyPuD47lL1gwPNhcEJqgIsd01 { width:250px;height:24px;top:611px;left:36px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fktv7LbbSL8oIRoneOnVwoMt84kygeyL { width:265px;height:120px;top:658px;left:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #UvTo1nWRwTdaW0JfoNfexzLq6GkKBcZF { width:30px;height:30px;top:799px;left:146px;display:block; }
 }@media only screen and (max-width: 763px) { #FOv4myx6C7haGIheFNrQa3mEyp6S7v66 { width:250px;height:48px;top:849px;left:36px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LdF0zgT5cTBTHJfSz5txdDdVfUNHloZL { width:265px;height:120px;top:896px;left:28px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #COk7nVDViD0AF1aKgh7caUVRrk5cfKx9 { width:265px;height:96px;top:1139px;left:27px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #U0iGn8um1emffPCXN0e5OyCa4EivqtBa { width:250px;height:48px;top:1092px;left:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #cZ0rkBTtCG6Df2DhNLI36cZTyrECmbTA { width:250px;height:48px;top:1298px;left:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QUvT337IQdM850voawVmdsKvMbRFT6xE { width:30px;height:30px;top:1042px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #M4waQtLmGxuq0AE5GfxVylSvE6N22DTS { width:30px;height:30px;top:1255px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #v9S560vyfyFzS6adkDIP61liXN7y8fns { width:265px;height:144px;top:1354px;left:27.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #gu3A54nDh68dVfbiEbuz6Lva4uqPxEhn { width:30px;height:30px;top:1518px;left:145px;display:block; }
 }@media only screen and (max-width: 763px) { #dlgLnvrscJZfC5PsoXqHqpnBspiGl4gu { width:250px;height:24px;top:1567px;left:35px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lvXo8tF0rDMDvyO2EETAh2RKHZsbnPV6 { width:265px;height:120px;top:1590px;left:27.5px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RBEIESu4iZewJwVTKWUk7bFF33tpwkTw { width:254px;height:276px;top:1729px;left:33px;display:block; }
 }@media only screen and (max-width: 763px) { #UzwTcpphp00OZB5HsWpC4ywptch55vAh { display:block; }#UzwTcpphp00OZB5HsWpC4ywptch55vAh > .row .container { width:320px;height:279px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #FhDfz91ibKhlswVXdUb66ZprsyzxBDe4 { width:220px;height:2px;top:17px;left:50px;display:block; }
 }@media only screen and (max-width: 763px) { #hvGcT42vQ5WDaMIMow5L4MQvtNFJcmZD { width:300px;height:234px;top:30px;left:10px;text-align:center;text-align-last:center;font-size:30px;display:block; }
 }