.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;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@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; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .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); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { 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; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { background-color: transparent; background-image: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container { display: none; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .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); }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { border-width: 0; border-radius: 0; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { font-size:0.875rem;font-family:arial;height:3.375rem;width:60rem;position:relative;display:block; }#T8S42SFAg1AVRIhqyvrW9qa3oDbhpqFn { color:#000000;display:block;width:14.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:0.99658203125rem;left:45.25rem;height:1.3808625rem;text-align:right;text-align-last:right;font-style:normal;display:block; }
#egOEQZWkcoMJ8ne9JzxF6R8gdRGafAxc { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.375rem;top:1.09375rem;left:47.4375rem;overflow:hidden;display:block; }
#snJvugSIx9ionlp2gOZtuGXKEs9AgOIz { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.375rem;width:11.625rem;top:0rem;left:0rem;overflow:hidden;display:block; }
#f4RxFd8R49Pm9N418f0UKS2JAODnpV7l { color:#000000;display:block;width:12.5rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:0.9375rem;top:8.1875rem;left:1.1875rem;display:none; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/172f6b0f-6079-4877-b64c-1789a7718032/image.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;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(0,0,0,0); }#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(0,0,0,0); }#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 > .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:0.875rem;font-family:arial;height:46.4375rem;width:60rem;overflow:visible;position:relative;display:block; }#BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { color:#ffffff;display:block;width:26.75rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:300;z-index:15001;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.17);top:17.21875rem;left:2.1875rem;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; }
#zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { position:absolute;display:block;z-index:14999;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.125rem solid #a0a0a0;border-left:0.125rem solid #a0a0a0;border-right:0.125rem solid #a0a0a0;border-bottom:0.125rem solid #a0a0a0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:36.1875rem;width:24.375rem;top:8.375rem;left:34.40625rem;display:block; }
#XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { color:#5a2e6c;display:block;width:16.875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:9.5625rem;left:41rem;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; }
#x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { position:absolute;display:block;z-index:15012;background-color:rgba(16,16,16,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:15.3125rem;left:37.03125rem;display:block; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-form-header {  }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:#000000;width:19.0625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;text-align:left;text-align-last:left;vertical-align:top; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-text { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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.0625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-text {padding-top: 0; padding-bottom: 0;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-textarea { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0.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.0625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.0625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-select {padding-top: 0; padding-bottom: 0;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-button { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;background-color:#22a000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1rem;font-weight:bold;color:#ffffff;width:19.0625rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:17.8125rem;overflow:hidden;font-style:normal;float:none; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-container:first-of-type{padding-top:0;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-container:last-of-type{padding-bottom:0;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.5625rem;left:35.9375rem; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.0625rem;display:block;vertical-align:top; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn {display:block;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.0625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15013;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:12.5625rem;left:35.9375rem; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #BOsDWo3fvHRhfadTtPoJ5sCBlkLCaNrs { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #BOsDWo3fvHRhfadTtPoJ5sCBlkLCaNrs .container-column{width:100%;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #GZazHdlTKUVLO11Iay5FuA4ZKwBFWbtE { position:relative;display:none; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #BDLth8zowC6QHAxJ59TrulNqhCtHUoZO { position:relative;z-index:2; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #wPGCQzozGf01iaUIkX3JUxVTuhLTfIfC { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #AgWoiOTHXHexz0bhGqAN3e1c59kNlvlJ { position:relative;z-index:2; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #i7udlkGZ961HMeeey7iTZfDh63xaI0Wx { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #AlPBRpHSNtMaGzWrTd0Rm7n4CwcEEzpE { position:relative;z-index:2; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #nTup61S7EsfSbcyILnduOmMvrkqg2FSC { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #L0FdmVX1woqnGihil71o5oVSan6fhptJ { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #ufQy96zQ440V2rTy57Tzw50PQmG5u2eN { position:relative;display:none; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #fCQ4IVUpsh5GQO2hAOf7DlTqoaAE1uEU { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #iyQgEWTJVqOBtrBztTfWuXO8HGfZTk3L { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #rtRSB6kPJMsyblT9NiSmkALzpo1VP0RZ { position:relative;display:none; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #C6gl0JJJp9sgbgTzEkggr6pTxvxJtg7f { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #hPdk073HsTFp94VEahUh3Be2paH86zEm { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #lkyslpD5i4O9fIe6ig5u8dwmDJbLi2CA { position:relative;display:none; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #qRwE2hvofO1W6EeE5ZUseb0PUobwD6OE { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #FuNdKunuMbIzg2gTnclQUGZkbWMh0BWD { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #kaM13ogActJrHNwX876fLJvWgHRUJiZy { position:relative;display:none; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #FiHLEmvXdPpM3czRX7skAmNH4hixXgiA { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #bKO4t5rQpOkWrrWlMeOQRoO0ZngCgTuC { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #Tg2vQwClW9Pan4dntsFhfRerQ1vCB1XT { position:relative;z-index:2; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #SGTqiir35BCuvTR56uOHs09yWhSK6CAW { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #tn5mIIHPudOaL2ABqhGLpkJpfzoSWmVV { position:relative; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #TdwmDbZonitSMZADbNEpSf2hdbBnC6FD { position:relative; }
#P2UOm8ChFDDPmdEEF7QUsZA12S17Hyn8 { box-sizing:content-box;height:15.3125rem;width:15.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15000;background-color:#22a000;background-image:none;top:14.25rem;left:0rem;display:block; }
#Ka0GcpFEwvJM5TmRgrTNWzbqqQmB6mv6 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.3125rem;width:4.3125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15016;opacity:1;top:37rem;left:34.40625rem; }
#UHK35ifrQo1nZOSGLDdR5VyHFZvNPWqi { color:#aeaeae;display:block;width:19.25rem;position:absolute;font-family:"open sans";font-size:0.75rem;font-weight:normal;z-index:15017;line-height:1.3;letter-spacing:0;top:41.5rem;left:37.1875rem;height:1.94921875rem;display:block; }
#bguivmBaHMo4g3495xAaBlUR4ENfEH2A { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15018;opacity:1;top:9.625rem;left:37.40625rem; }
#xGShif7fDQM8AQFTWCU5ben4ay7fHIkx { color:#9a689c;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:5.1875rem;left:1.3125rem;height:0.9746125rem;font-style:normal;display:block; }
#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { 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; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { background-color: transparent; background-image: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container { display: none; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .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); }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { border-width: 0; border-radius: 0; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { font-size:0.875rem;font-family:arial;height:38.25rem;width:60rem;position:relative;display:block; }#ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { position:absolute;display:block;z-index:15000;background-color:#22a000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { color:#000000;display:block;width:27.375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:4.9375rem;left:2.8125rem;height:4.94921875rem;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; }
#kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { color:rgba(16,16,16,0.7);display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.625rem;left:32.1875rem;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;text-align:justify;text-align-last:initial;display:block; }
#eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:22.875rem;width:26.6875rem;top:12.4375rem;left:11.0625rem;overflow:hidden;display:block; }
#L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:9.8125rem;width:17.5rem;top:12.4375rem;left:41.75rem;overflow:hidden;display:block; }
#UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 { 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; }#UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 > .row .container { background-color: transparent; background-image: none; }#UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 > .row .container > .video-iframe-container { display: none; }#UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 > .row > .video-iframe-container { display: none; }#UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 > .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); }#UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 > .row .container { border-width: 0; border-radius: 0; }#UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 > .row .container { font-size:0.875rem;font-family:arial;height:26rem;width:60rem;position:relative;display:block; }#fEQNlF1BWqEM3LT5Ok6cbmeOPkoV9Uz8 { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:1.4375rem;left:1.875rem;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; }
#HH9L7ov1cLQgA0ON5ZUhHmPZEeDevZbl { color:rgba(16,16,16,0.7);display:block;width:22.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:7.375rem;left:1.875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#WAuxVkSrDzpKpru5nshUTUmbBXqa5zsv { color:#101010;display:block;width:10.75rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:13.5625rem;left:2.5625rem;height:1.125rem;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; }
#XRBBbvkFSQtqi9fPoM3HcCAgaP9Gp3OT { color:#101010;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:13.5625rem;left:13.875rem;height:1.125rem;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:justify;text-align-last:initial;display:block; }
#CKAkw2Gzq9BzGJa3vMOskNaqZwqq9zgu { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.5625rem;width:20.8125rem;top:0.9375rem;left:27.1875rem;overflow:hidden;display:block; }
#RNs8dwCnwOFkyX3KsfCrAi3d6RPdJZfO { position:absolute;display:block;z-index:15012;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:13.875rem;width:16.1875rem;top:8.125rem;left:41.9375rem;overflow:hidden;display:block; }
#O6vp73I30EPX264A3AAua09uTBchb0w7 { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#22a000;background-image:none;top:13.0625rem;left:1.875rem;display:block; }
#H5RZUGsJGTBb7J0UxIU4bcupuXvOnd33 { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#22a000;background-image:none;top:13.0625rem;left:13.3125rem;display:block; }
#yQE6dXL3eICmnTT2hmIGfNHNroQMHK3k { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#22a000;background-image:none;top:16.0625rem;left:1.875rem;display:block; }
#KQRnszGKzcsmHFTgLLZrPJw26m5ZfMDL { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#22a000;background-image:none;top:19.21875rem;left:1.875rem;display:block; }
#elVFHTn2eALPsdvMtHXWPiXaKtC2HGNg { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#22a000;background-image:none;top:16.125rem;left:13.375rem;display:block; }
#KgD5XgQBPL2cAy2SJLqETHiqCDtJ8Mbh { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#22a000;background-image:none;top:19.21875rem;left:13.3125rem;display:block; }
#RrikX7xVNnzZBtiZivbflxZebkhibEhg { color:#101010;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:16.5625rem;left:13.875rem;height:1.125rem;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:justify;text-align-last:initial;display:block; }
#JFAeBQsTMU129bXFOuUaZ5ggbyiEwRzh { color:#101010;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:16.5625rem;left:2.5625rem;height:1.125rem;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:justify;text-align-last:initial;display:block; }
#pWSemeCBnyGlDAHEdXTXdC0BTC10Qqg3 { color:#101010;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:19.8125rem;left:2.5625rem;height:1.125rem;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:justify;text-align-last:initial;display:block; }
#rCiRyZCpepr5htCtsNSwIGMSQfWvX7N4 { color:#101010;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:19.8125rem;left:13.9375rem;height:1.125rem;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:justify;text-align-last:initial;display:block; }
#tPdGhlfn1z1ACiLNsW3GDRD9ToebI40B { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:19.65625rem;left:48.5625rem; }
#q5rfbJOsZztuQDrFshSti6WQG5dbI4hV { 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; }#q5rfbJOsZztuQDrFshSti6WQG5dbI4hV > .row .container { background-color: transparent; background-image: none; }#q5rfbJOsZztuQDrFshSti6WQG5dbI4hV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5rfbJOsZztuQDrFshSti6WQG5dbI4hV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5rfbJOsZztuQDrFshSti6WQG5dbI4hV > .row .container > .video-iframe-container { display: none; }#q5rfbJOsZztuQDrFshSti6WQG5dbI4hV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#q5rfbJOsZztuQDrFshSti6WQG5dbI4hV > .row > .video-iframe-container { display: none; }#q5rfbJOsZztuQDrFshSti6WQG5dbI4hV > .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); }#q5rfbJOsZztuQDrFshSti6WQG5dbI4hV > .row .container { border-width: 0; border-radius: 0; }#q5rfbJOsZztuQDrFshSti6WQG5dbI4hV > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#q5rfbJOsZztuQDrFshSti6WQG5dbI4hV > .row .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#XlTZb8CmLvNGpoRthSVRptv7pEwOIZFJ { position:absolute;display:block;z-index:15000;background-color:#e1e1e1;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:2.9375rem;left:0rem;display:block; }
#TXUkhuDgdBRfrgg0iicgTfqylXkqPlwe { color:#000000;display:block;width:27.375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:4.9375rem;left:2.8125rem;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; }
#r8gAlL1A7TGzyyDeK6fDOCEOy9g5Lfde { color:rgba(16,16,16,0.7);display:block;width:27.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:4.625rem;left:32.1875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#X8xS4n4zhe0WaB8EwLOknOKC5iWDm1sV { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:17.5rem;top:16.0625rem;left:42.5rem;overflow:hidden;display:block; }
#UqA4TpLFgfLGkEUTZ6UuSbc0JeefHIL9 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.5rem;width:15.75rem;top:16.0625rem;left:21.875rem;overflow:hidden;display:block; }
#UvC9vmdM2EZ90aksMFUBo5SGTABWKsvi { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:13.375rem;width:15.375rem;top:16.0625rem;left:0rem;overflow:hidden;display:block; }
#ay4no0gxOBObDIe5hM7lGIUGTmhA9ToN { color:#22a000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:30.25rem;left:1.15625rem;height:1.29980625rem;display:block; }
#uHxplAUFuGyHPNcvtlLb33LtCvMTEdFe { color:#22a000;display:block;width:16.6875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:30.25rem;left:22.90625rem;height:1.29980625rem;display:block; }
#Pk6sQoyavIA5Ma8k9AHPrgvScIIATR3k { color:#22a000;display:block;width:14.875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:30.25rem;left:43.875rem;height:1.29980625rem;display:block; }
#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { 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; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { background-color: transparent; background-image: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { display: none; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .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); }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { border-width: 0; border-radius: 0; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { font-size:0.875rem;font-family:arial;height:25.375rem;width:60rem;position:relative;display:block; }#F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15002;line-height:1.1;letter-spacing:0;top:1.4375rem;left:1.875rem;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; }
#uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { color:rgba(16,16,16,0.7);display:block;width:22.8125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15004;line-height:1.6;letter-spacing:0;top:7.375rem;left:1.875rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#kgfqqtBTWPBtdzKHygOykJVQIiz3q90g { color:#101010;display:block;width:10.75rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:13.5625rem;left:2.5625rem;height:1.125rem;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; }
#SAZw4t3gWBaUoO3woMEJTVqZ7F9R3Iyd { color:#101010;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:13.5625rem;left:13.875rem;height:1.125rem;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:justify;text-align-last:initial;display:block; }
#LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:15.6875rem;width:15.6875rem;top:0.9375rem;left:27.1875rem;overflow:hidden;display:block; }
#rIJTxZv70MflRydcZKyLEOroXTDQOeTI { position:absolute;display:block;z-index:15012;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.1875rem 0.9375rem rgba(0,0,0,0.2) ;height:11.5rem;width:20.5rem;top:8rem;left:38.75rem;overflow:hidden;display:block; }
#Po7T8CfQ6VaHgLmArmPWPRFF7xhxzMrG { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15004;background-color:#e3e3e3;background-image:none;top:13.0625rem;left:1.875rem;display:block; }
#yhwR9wqmOXTCniDxT9KZv5e9s2XnSlQE { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:13.0625rem;left:13.3125rem;display:block; }
#Ad49z8ryKZvywEXEhTNeqCNcryaId79r { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15005;background-color:#e3e3e3;background-image:none;top:16.0625rem;left:1.875rem;display:block; }
#kUf9qEp9NxNSlwa2kVOWB9lSU09757rB { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:19.21875rem;left:1.875rem;display:block; }
#nBkAim4bzxKJoRgTi5GgshIykI1vAR1p { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15006;background-color:#e3e3e3;background-image:none;top:16.125rem;left:13.375rem;display:block; }
#uynUaMkCkAKlwnNkiBH9tDOLZrl5RqV6 { box-sizing:content-box;height:2.3125rem;width:2.3125rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#e3e3e3;background-image:none;top:19.21875rem;left:13.3125rem;display:block; }
#CK1vUriqUL6VBZag73ZlGf6dLQQxtoPw { color:#101010;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:16.5625rem;left:13.875rem;height:1.125rem;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:justify;text-align-last:initial;display:block; }
#FZcFS0JoAI42bRbEskT9JumxXtsT93Bh { color:#101010;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15011;line-height:1.5;letter-spacing:0;top:16.5625rem;left:2.5625rem;height:1.125rem;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:justify;text-align-last:initial;display:block; }
#HdMPoqaubPP2HX7iGGDgi9KMAlvwy1Rv { color:#101010;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15012;line-height:1.5;letter-spacing:0;top:19.8125rem;left:2.5625rem;height:1.125rem;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:justify;text-align-last:initial;display:block; }
#fphtZv6q5dQWgQtP1XJ9NO7y48c39KBi { color:#101010;display:block;width:11.125rem;position:absolute;font-family:lato;font-size:0.75rem;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:19.8125rem;left:13.9375rem;height:1.125rem;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:justify;text-align-last:initial;display:block; }
#m450IqAVsqCTCGUpGXLZcnZLo83L5OD7 { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:1.5rem;width:1.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;opacity:1;top:19.65625rem;left:48.5625rem; }
#RgpoxC78iaeTwF1m9NflyxbmPZOktOul { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#22a000;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; }#RgpoxC78iaeTwF1m9NflyxbmPZOktOul > .row .container { background-color: transparent; background-image: none; }#RgpoxC78iaeTwF1m9NflyxbmPZOktOul::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgpoxC78iaeTwF1m9NflyxbmPZOktOul > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgpoxC78iaeTwF1m9NflyxbmPZOktOul > .row .container > .video-iframe-container { display: none; }#RgpoxC78iaeTwF1m9NflyxbmPZOktOul > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RgpoxC78iaeTwF1m9NflyxbmPZOktOul > .row > .video-iframe-container { display: none; }#RgpoxC78iaeTwF1m9NflyxbmPZOktOul > .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); }#RgpoxC78iaeTwF1m9NflyxbmPZOktOul > .row .container { border-width: 0; border-radius: 0; }#RgpoxC78iaeTwF1m9NflyxbmPZOktOul > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RgpoxC78iaeTwF1m9NflyxbmPZOktOul > .row .container { font-size:0.875rem;font-family:arial;height:51.8125rem;width:60rem;position:relative;display:block; }#rHkEI5o4xT6MpNAW2Zst5x8EVohfv2pb { color:#ffffff;display:block;width:45.5625rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:4.494140625rem;left:1.96875rem;height:4.94921875rem;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; }
#u0S5oo1V1EKDfX9imH2qiRAIFXoa6wDl { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:31.3125rem;width:56.0625rem;top:11.53125rem;left:1.96875rem;display:block; }
#swHqw7f7yO6Ro9u9Ju9hFAMnTIa42HLp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.4375rem;width:3.4375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:45.375rem;left:1.96875rem; }
#J54XeCQCmcodwdFCkHQ8p2mb43XUmcvO { color:#000000;display:block;width:16.5rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:normal;z-index:15000;line-height:1.3;letter-spacing:0;height:2.25rem;top:21.125rem;left:1.75rem;display:none; }
#BeCrQ6885FkTWydkSeFrNroynQ0ypVmp { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15000;opacity:1;display:none; }
#gH0yCO92Z15XSwvdmg5GJxf7v8N9Jyhk { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:7.625rem;width:7.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;opacity:1;top:6.75rem;left:48.28125rem; }
#hRQRZqCkFk2zbf13oGwg4cnQ3qH05Bea { color:#ffffff;display:block;width:52.4375rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:46.24072265625rem;left:6.3125rem;height:1.70605625rem;display:block; }
#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { 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; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { background-color: transparent; background-image: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { display: none; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .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); }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { border-width: 0; border-radius: 0; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { font-size:0.875rem;font-family:arial;height:28.125rem;width:60rem;position:relative;display:block; }#fP7BZw8nr8iPsSTHBH81V7RKXxA4l6wX { color:#000000;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15003;line-height:1;letter-spacing:0;top:3.744140625rem;left:7.625rem;height:4.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#t4E0B2CGu9XITVsXTOe40c2plTpiRxBu { color:#5a2e6c;display:block;width:27.375rem;position:absolute;font-family:lato;font-size:1rem;font-weight:normal;z-index:15004;line-height:1.2;letter-spacing:0;top:13.244140625rem;left:1.0625rem;height:8.39794375rem;text-align:center;text-align-last:center;display:block; }
#qFlI5QGi0WpvWkFEmSKGnfDRAx056w3K { box-sizing:content-box;height:12rem;width:25.4375rem;position:absolute;display:block;z-index:15001;background-color:#e1e1e1;background-image:none;top:11.3125rem;left:2.1875rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.375rem dotted #f7079a;border-left:0.375rem dotted #f7079a;border-right:0.375rem dotted #f7079a;border-bottom:0.375rem dotted #f7079a;display:block; }
#uarD7nNVuiqiu53lD6TK65aTFTX77gcX { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.5625rem;width:4.5625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;opacity:1;top:3.712890625rem;left:2.1875rem; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO .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; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO .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:0.40625rem;padding-right:0.36rem;padding-bottom:0.40625rem;padding-left:0.36rem;display:block;align-items:center;width:2.16rem;min-width:2.16rem;height:2.181875rem;position:relative;font-family:lato;font-size:1.62375rem;font-weight:700;line-height:34.91px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO .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:0.25375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:2.88rem;height:0.8625rem;position:relative;font-family:"open sans";font-size:0.60875rem;font-weight:400;line-height:13.8px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO { 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:#ffffff;background-image:none;box-shadow: none;display:flex;justify-content:space-between;width:15.5rem;height:4.110625rem;padding-top:0.5075rem;padding-right:0.514375rem;padding-bottom:0.5075rem;padding-left:0.514375rem;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:6.23486328125rem;left:40.78369140625rem;z-index:15006; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #D3QexkC82puAbOtWJ8dW2STpMk2d4ZHz { display:flex;position:relative;top:0rem;left:0rem; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #g1c2duBVIrTROVsTraUOGpJdTtCo0E52 { width:auto; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #dcTeTqGnsiygMpelWTKGIkcl4gihEh17 {  }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #f5i5PZeSsA2PxNZdLXlcBow6TNgC1Hl7 { display:flex;position:relative;top:0rem;left:0rem; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #H3q5DBq7qd0qzZtSBdpNUti6hmTabtH2 {  }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #kWJFWFshLNRrOoIf66TupTqPnzLTTbFP {  }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #StyE790mwVJxRCr9UAk9V6iyAIfT5twI { display:flex;position:relative;top:0rem;left:0rem; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #yFT6lquTZXdqzbvZZDaTqCHqsmr1WE3I {  }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #pb9WaovBk6K8W7dZ9EpmamviFfcMR73C {  }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #nCmymMB14qgs5WyTFprJS4veI9ZPepbC { display:flex;position:relative;top:0rem;left:0rem; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #sg4EIVZ7nTt17Dwt0b2GMn40CvDAF7us {  }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #DgOcNEls7dQ4ScFpd8owNirtpdFdHPUK {  }
#DfwZUWHdpmqCvlkJLMnfIs1ApNeimEvC { color:#5a2e6c;display:block;width:4.625rem;position:absolute;font-family:lato;font-size:0.625rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:16.484375rem;left:27.5625rem;height:2.4375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#q8UBdhDZkETHsGptPLIvSR3qMJnx6oTG { box-sizing:content-box;height:5.875rem;width:5.875rem;position:absolute;border-top-right-radius:37.5rem;border-bottom-right-radius:37.5rem;border-bottom-left-radius:37.5rem;border-top-left-radius:37.5rem;display:block;z-index:15007;background-color:#ffffff;background-image:none;top:14.375rem;left:26.6875rem;border-top:0.375rem solid #22a000;border-left:0.375rem solid #22a000;border-right:0.375rem solid #22a000;border-bottom:0.375rem solid #22a000;display:block; }
#FZNDTbfO4q4UkEgJTtrqJvMnLkeHvNzv { box-sizing:content-box;height:12rem;width:25.4375rem;position:absolute;display:block;z-index:15002;background-color:#f7079a;background-image:none;top:11.3125rem;left:31.0625rem;border-top-right-radius:1.25rem;border-bottom-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-top-left-radius:1.25rem;border-top:0.375rem dotted #ffffff;border-left:0.375rem dotted #ffffff;border-right:0.375rem dotted #ffffff;border-bottom:0.375rem dotted #ffffff;display:block; }
#RhVbre3uKxmr0ze0SvMUSEvQkS18AiWQ { color:#ffffff;display:block;width:19.9375rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15005;line-height:1.2;letter-spacing:0;top:12.744140625rem;left:34.25rem;height:4.199225rem;text-align:center;text-align-last:center;display:block; }
#rGtxXulorbQmw4J0RLXU40SaMp4f0DFt { background-color:#22a000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.4375rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:19.26806640625rem;left:33.78125rem;display:block; }
#rTr9AK6WqXftrewNdhK6T4bR9QnNBlt7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JTxOSL56Ki09Jz2GTzrFPPiuWwgZoQkl { color:#ffffff;display:block;width:8.1875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:normal;z-index:15008;line-height:1.3;letter-spacing:0;top:16.9560546875rem;left:40.6875rem;height:1.4624rem;display:block; }
#FtxpRt4HQbSH3ECuiAMuQ4DAmXrL1ZDI { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:8.8125rem;width:8.8125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15010;opacity:1;top:4.4375rem;left:32.15869140625rem; }
#VtTtluGCdzrygZHaai1mWgcXnSZh52xa { color:#000000;display:block;width:15.1875rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:8.3125rem;left:7.625rem;height:1.4624rem;display:block; }
#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1cciNqPH/BG3.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc.adaptive-delivery-prevent-bg, #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc.lazyload, #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc.lazyloading { background-image: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { background-color: transparent; background-image: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container > .video-iframe-container { display: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row > .video-iframe-container { display: none; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .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); }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { border-width: 0; border-radius: 0; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { font-size:0.875rem;font-family:arial;height:33.4375rem;width:60rem;position:relative;display:block; }#Cs7khadKDXV6ETESBzNRcoTLtqBq65Vp { color:#22a000;display:block;width:8.0625rem;position:absolute;font-family:lato;font-size:2.875rem;font-weight:300;z-index:15003;line-height:1.1;letter-spacing:0;top:2.755859375rem;left:0rem;height:3.1621125rem;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; }
#N2BNSEMWFOwTJUfE5qzltt4qpapV2bLx { color:#000000;display:block;width:16.6875rem;position:absolute;font-family:lato;font-size:1.625rem;font-weight:300;z-index:15004;line-height:1.2;letter-spacing:0;top:6.18115234375rem;left:0rem;height:1.94970625rem;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; }
#ZAv5Jnos3MJBUOy0D1usfhHh03Xh4lMH { color:rgba(16,16,16,0.7);display:block;width:15.3125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:9.6875rem;left:0rem;height:;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ZLayaURKc4no7wvXnI0EwnreiBgQdLoA { position:absolute;display:block;z-index:15006;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:25.9375rem;width:20rem;top:3.125rem;left:18.125rem;display:block; }
#cABqVLWaF29ZwLertC3w2kMJyUZIuR8k { color:rgba(16,16,16,0.7);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15006;line-height:1.6;letter-spacing:0;top:16rem;left:20.5rem;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;text-align:left;text-align-last:left;display:block; }
#KhUhmQcGAOd8hZWo0yEJdHPLBn8iuk8c { color:#101010;display:block;width:14.1875rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15006;line-height:1.2;letter-spacing:0;top:24.875rem;left:20.5rem;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; }
#hb0Sf7TlSTr7xbLEa9cexUkPT95JTOJK { position:absolute;display:block;z-index:15010;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:25.9375rem;width:20rem;top:3.125rem;left:40rem;display:block; }
#ifoxIiESu0TeM3rkUWIakTVHNPFWXrML { color:rgba(16,16,16,0.7);display:block;width:15.625rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16rem;left:42.375rem;height:7.9980625rem;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; }
#TsznMS24JNyTkaAtRJ2E5AV97hkHhp9n { color:#101010;display:block;width:13.4375rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:300;z-index:15010;line-height:1.2;letter-spacing:0;top:24.875rem;left:42.375rem;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; }
#QIOc2M7AkmJlc3K24BOWzG676Uw3T3ui { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:26.375rem;left:20.625rem;height:1.13720625rem;display:block; }
#FF6wVFGxSPnFgnydaQLXOJenzNs5OuKE { color:#000000;display:block;width:12.5rem;position:absolute;font-family:lato;font-size:0.875rem;font-weight:normal;z-index:15012;line-height:1.3;letter-spacing:0;top:26.375rem;left:42.375rem;height:1.13720625rem;display:block; }
#UT3Uz3D0vsl53PRvMEJ3e4TJA3xtPFWN { position:absolute;display:block;z-index:15013;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.9375rem;width:11.125rem;top:20.1875rem;left:2.09375rem;overflow:hidden;display:block; }
#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ded9da;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; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { border-width: 0; border-radius: 0; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { font-size:0.875rem;font-family:arial;height:50.9375rem;width:60rem;position:relative;display:block; }#bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { position:absolute;display:block;z-index:15006;background-color:#22a000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:10.625rem;width:9.25rem;top:5rem;left:0rem;display:block; }
#vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { color:#101010;display:block;width:24.4375rem;position:absolute;font-family:lato;font-size:2.25rem;font-weight:300;z-index:15008;line-height:1.1;letter-spacing:0;top:7rem;left:2.8125rem;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; }
#lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { color:rgba(16,16,16,0.7);display:block;width:33.125rem;position:absolute;font-family:lato;font-size:0.9375rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:6.6875rem;left:26.875rem;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;text-align:justify;text-align-last:initial;display:block; }
#kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { position:absolute;display:block;z-index:15011;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.875rem;width:23.0625rem;top:14.5rem;left:18.46875rem;overflow:hidden;display:block; }
#RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { position:absolute;display:block;z-index:15012;border-top:0.375rem solid #ffffff;border-left:0.375rem solid #ffffff;border-right:0.375rem solid #ffffff;border-bottom:0.375rem solid #ffffff;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:12.0625rem;width:20.875rem;top:21.125rem;left:37.1875rem;overflow:hidden;display:block; }
#bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { position:absolute;display:block;z-index:15002;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: 0.0625rem 0.5rem 1.25rem rgba(0,0,0,0.15) ;height:26.5625rem;width:24.375rem;top:18.75rem;left:0rem;display:block; }
#RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { color:#101010;display:block;width:19.6875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:28.8505859375rem;left:2.34375rem;height:2.2749rem;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; }
#s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { color:rgba(16,16,16,0.5);display:block;width:14.6875rem;position:absolute;font-family:lato;font-size:1.125rem;font-weight:300;z-index:15017;line-height:1;letter-spacing:0;top:31.12451171875rem;left:2.34375rem;height:1.125rem;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; }
#GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { position:absolute;display:block;z-index:15026;background-color:rgba(16,16,16,0.1);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.0625rem;width:20rem;top:33.875rem;left:2.1875rem;display:block; }
#trkCJ1WybVbw7FzmU4tF6e06lX1HTlWN { color:#101010;display:block;width:20.0625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:400;z-index:15017;line-height:1.2;letter-spacing:0;top:20.83740234375rem;left:2.15625rem;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; }
#TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:35.875rem;left:4.6875rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#aLTgcrUTyBZdAJeXMDbwZf5uo3ACd8H1 { position:absolute;display:block;z-index:15004;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.375rem;top:35.9375rem;left:2.3125rem;overflow:hidden;display:block; }
#q4A2DTNHSfJuCZS0sIci9lrSvLLqHWTp { color:#000000;display:block;width:13.5rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:38.1875rem;left:4.6875rem;height:1.3808625rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#Eq9kTwo0SAmpkoq78EEUiZvMiElq9ALv { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.125rem;width:1.375rem;top:38.375rem;left:2.3125rem;overflow:hidden;display:block; }
#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f7079a;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; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { background-color: transparent; background-image: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container { display: none; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .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); }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { border-width: 0; border-radius: 0; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { font-size:0.875rem;font-family:arial;height:33.0625rem;width:60rem;position:relative;display:block; }#WHkTB4q4MsiVh2T20NZTTZFNd3Hlb6zz { position:absolute;display:block;z-index:15003;background-color:#22a000;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:14.875rem;width:9.5rem;top:2.5625rem;left:0rem;display:block; }
#WSdpGPEb00ZgbCCrIR1S8Wi2ZBSpPFJA { color:#ffffff;display:block;width:43.375rem;position:absolute;font-family:lato;font-size:3.125rem;font-weight:300;z-index:15004;line-height:1;letter-spacing:0;text-shadow:0.0625rem 0.3125rem 0.625rem rgba(0,0,0,0.3);top:5.6875rem;left:2.8125rem;height:6.25rem;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; }
#mnBBqEBWdbUmePXeufiTx6Kx1TStLq52 { color:#ffffff;display:block;width:29.625rem;position:absolute;font-family:lato;font-size:1.1875rem;font-weight:300;z-index:15005;line-height:1;letter-spacing:0;top:13.1875rem;left:2.8125rem;height:1.1875rem;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; }
#cnAt2rCeLsGtoIKblqnT0N2iITD4matX { color:#ffffff;display:block;width:58.125rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.35107421875rem;left:0.9375rem;height:5.19921875rem;display:block; }
#zuHkpFaDKKd9IemcxR961UH6sUdK7SPf { background-color:#22a000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:20.25rem;height:3.4375rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:19.375rem;left:0.9375rem;display:block; }
#M3hcxJBcJE0ef5lHDzy9dRcGrLi9pcGO { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8S42SFAg1AVRIhqyvrW9qa3oDbhpqFn { width:14.75rem;height:1.375rem;top:0.9375rem;left:33rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #egOEQZWkcoMJ8ne9JzxF6R8gdRGafAxc { width:1.375rem;height:1.125rem;top:1.0625rem;left:41.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snJvugSIx9ionlp2gOZtuGXKEs9AgOIz { width:11.625rem;height:8.375rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #f4RxFd8R49Pm9N418f0UKS2JAODnpV7l { top:8.1875rem;left:0rem;width:12.5rem;height:0.9375rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:26.75rem;height:;top:17.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { width:24.375rem;height:36.1875rem;top:8.375rem;left:23.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { width:16.875rem;height:;top:9.5625rem;left:30.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:20rem;height:0.0625rem;top:15.3125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-regular-label { width:19.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-text { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-text {padding-top: 0; padding-bottom: 0;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-textarea { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-select { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-select {padding-top: 0; padding-bottom: 0;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-button { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-checkbox-label { width:17.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn  { width:19.0625rem;height:auto;top:12.5625rem;left:26.1875rem; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .radio-container { width:19.0625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn {display:block;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn { width:19.0625rem;height:auto;top:12.5625rem;left:26.1875rem; }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #BOsDWo3fvHRhfadTtPoJ5sCBlkLCaNrs {  }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #BOsDWo3fvHRhfadTtPoJ5sCBlkLCaNrs .container-column{width:50%;} }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #GZazHdlTKUVLO11Iay5FuA4ZKwBFWbtE {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #BDLth8zowC6QHAxJ59TrulNqhCtHUoZO {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #wPGCQzozGf01iaUIkX3JUxVTuhLTfIfC {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #AgWoiOTHXHexz0bhGqAN3e1c59kNlvlJ {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #i7udlkGZ961HMeeey7iTZfDh63xaI0Wx {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #AlPBRpHSNtMaGzWrTd0Rm7n4CwcEEzpE {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #nTup61S7EsfSbcyILnduOmMvrkqg2FSC {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #L0FdmVX1woqnGihil71o5oVSan6fhptJ {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #ufQy96zQ440V2rTy57Tzw50PQmG5u2eN {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #fCQ4IVUpsh5GQO2hAOf7DlTqoaAE1uEU {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #iyQgEWTJVqOBtrBztTfWuXO8HGfZTk3L {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #rtRSB6kPJMsyblT9NiSmkALzpo1VP0RZ {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #C6gl0JJJp9sgbgTzEkggr6pTxvxJtg7f {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #hPdk073HsTFp94VEahUh3Be2paH86zEm {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #lkyslpD5i4O9fIe6ig5u8dwmDJbLi2CA {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #qRwE2hvofO1W6EeE5ZUseb0PUobwD6OE {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #FuNdKunuMbIzg2gTnclQUGZkbWMh0BWD {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #kaM13ogActJrHNwX876fLJvWgHRUJiZy {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #FiHLEmvXdPpM3czRX7skAmNH4hixXgiA {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #bKO4t5rQpOkWrrWlMeOQRoO0ZngCgTuC {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #Tg2vQwClW9Pan4dntsFhfRerQ1vCB1XT {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #SGTqiir35BCuvTR56uOHs09yWhSK6CAW {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #tn5mIIHPudOaL2ABqhGLpkJpfzoSWmVV {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #TdwmDbZonitSMZADbNEpSf2hdbBnC6FD {  }
 }@media only screen and (max-width: 763px) { #P2UOm8ChFDDPmdEEF7QUsZA12S17Hyn8 { top:14.25rem;left:0rem;width:15.3125rem;height:15.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka0GcpFEwvJM5TmRgrTNWzbqqQmB6mv6 { top:37rem;left:28.28125rem;width:4.3125rem;height:4.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHK35ifrQo1nZOSGLDdR5VyHFZvNPWqi { top:41.5rem;left:28.5rem;width:19.25rem;height:1.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bguivmBaHMo4g3495xAaBlUR4ENfEH2A { top:9.625rem;left:31.28125rem;width:3.125rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xGShif7fDQM8AQFTWCU5ben4ay7fHIkx { top:5.1875rem;left:0rem;width:12.5rem;height:;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:27.375rem;height:;top:4.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { width:27.8125rem;height:;top:4.625rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:26.6875rem;height:22.875rem;top:12.4375rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { width:17.5rem;height:9.8125rem;top:12.4375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 { display:block; }#UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEQNlF1BWqEM3LT5Ok6cbmeOPkoV9Uz8 { width:24.4375rem;height:;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH9L7ov1cLQgA0ON5ZUhHmPZEeDevZbl { width:22.8125rem;height:;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WAuxVkSrDzpKpru5nshUTUmbBXqa5zsv { width:10.75rem;height:1.125rem;top:13.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRBBbvkFSQtqi9fPoM3HcCAgaP9Gp3OT { width:11.125rem;height:1.125rem;top:13.5625rem;left:7.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKAkw2Gzq9BzGJa3vMOskNaqZwqq9zgu { width:20.8125rem;height:15.5625rem;top:0.9375rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNs8dwCnwOFkyX3KsfCrAi3d6RPdJZfO { width:16.1875rem;height:13.875rem;top:8.125rem;left:30.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6vp73I30EPX264A3AAua09uTBchb0w7 { top:13.0625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5RZUGsJGTBb7J0UxIU4bcupuXvOnd33 { top:13.0625rem;left:7.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQE6dXL3eICmnTT2hmIGfNHNroQMHK3k { top:16.0625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQRnszGKzcsmHFTgLLZrPJw26m5ZfMDL { top:19.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #elVFHTn2eALPsdvMtHXWPiXaKtC2HGNg { top:16.125rem;left:7.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgD5XgQBPL2cAy2SJLqETHiqCDtJ8Mbh { top:19.1875rem;left:7.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrikX7xVNnzZBtiZivbflxZebkhibEhg { width:11.125rem;height:1.125rem;top:16.5625rem;left:7.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFAeBQsTMU129bXFOuUaZ5ggbyiEwRzh { width:11.125rem;height:1.125rem;top:16.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWSemeCBnyGlDAHEdXTXdC0BTC10Qqg3 { width:11.125rem;height:1.125rem;top:19.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCiRyZCpepr5htCtsNSwIGMSQfWvX7N4 { width:11.125rem;height:1.125rem;top:19.8125rem;left:7.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPdGhlfn1z1ACiLNsW3GDRD9ToebI40B { top:19.625rem;left:42.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5rfbJOsZztuQDrFshSti6WQG5dbI4hV { display:block; }#q5rfbJOsZztuQDrFshSti6WQG5dbI4hV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlTZb8CmLvNGpoRthSVRptv7pEwOIZFJ { width:9.25rem;height:10.625rem;top:2.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXUkhuDgdBRfrgg0iicgTfqylXkqPlwe { width:27.375rem;height:;top:4.9375rem;left:0rem;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8gAlL1A7TGzyyDeK6fDOCEOy9g5Lfde { width:27.8125rem;height:;top:4.625rem;left:19.9375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #X8xS4n4zhe0WaB8EwLOknOKC5iWDm1sV { width:17.5rem;height:13.5rem;top:16.0625rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqA4TpLFgfLGkEUTZ6UuSbc0JeefHIL9 { width:15.75rem;height:13.5rem;top:16.0625rem;left:15.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvC9vmdM2EZ90aksMFUBo5SGTABWKsvi { width:15.375rem;height:13.375rem;top:16.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay4no0gxOBObDIe5hM7lGIUGTmhA9ToN { top:30.25rem;left:0rem;width:16.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHxplAUFuGyHPNcvtlLb33LtCvMTEdFe { top:30.25rem;left:16.78125rem;width:16.6875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk6sQoyavIA5Ma8k9AHPrgvScIIATR3k { top:30.25rem;left:32.875rem;width:14.875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:24.4375rem;height:;top:1.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:22.8125rem;height:;top:7.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgfqqtBTWPBtdzKHygOykJVQIiz3q90g { width:10.75rem;height:1.125rem;top:13.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAZw4t3gWBaUoO3woMEJTVqZ7F9R3Iyd { width:11.125rem;height:1.125rem;top:13.5625rem;left:7.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { width:15.6875rem;height:15.6875rem;top:0.9375rem;left:21.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJTxZv70MflRydcZKyLEOroXTDQOeTI { width:20.5rem;height:11.5rem;top:8rem;left:26.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po7T8CfQ6VaHgLmArmPWPRFF7xhxzMrG { top:13.0625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhwR9wqmOXTCniDxT9KZv5e9s2XnSlQE { top:13.0625rem;left:7.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad49z8ryKZvywEXEhTNeqCNcryaId79r { top:16.0625rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUf9qEp9NxNSlwa2kVOWB9lSU09757rB { top:19.1875rem;left:0rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBkAim4bzxKJoRgTi5GgshIykI1vAR1p { top:16.125rem;left:7.25rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #uynUaMkCkAKlwnNkiBH9tDOLZrl5RqV6 { top:19.1875rem;left:7.1875rem;width:2.3125rem;height:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK1vUriqUL6VBZag73ZlGf6dLQQxtoPw { width:11.125rem;height:1.125rem;top:16.5625rem;left:7.75rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZcFS0JoAI42bRbEskT9JumxXtsT93Bh { width:11.125rem;height:1.125rem;top:16.5625rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdMPoqaubPP2HX7iGGDgi9KMAlvwy1Rv { width:11.125rem;height:1.125rem;top:19.8125rem;left:0rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fphtZv6q5dQWgQtP1XJ9NO7y48c39KBi { width:11.125rem;height:1.125rem;top:19.8125rem;left:7.8125rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m450IqAVsqCTCGUpGXLZcnZLo83L5OD7 { top:19.625rem;left:42.4375rem;width:1.5rem;height:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RgpoxC78iaeTwF1m9NflyxbmPZOktOul { display:block; }#RgpoxC78iaeTwF1m9NflyxbmPZOktOul > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHkEI5o4xT6MpNAW2Zst5x8EVohfv2pb { width:45.5625rem;height:;top:4.4375rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0S5oo1V1EKDfX9imH2qiRAIFXoa6wDl { top:11.5rem;left:0rem;width:47.75rem;height:26.669732441472rem;display:block; }
 }@media only screen and (max-width: 763px) { #swHqw7f7yO6Ro9u9Ju9hFAMnTIa42HLp { top:45.375rem;left:0rem;width:3.4375rem;height:3.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J54XeCQCmcodwdFCkHQ8p2mb43XUmcvO { top:21.125rem;left:0rem;width:16.5rem;height:2.25rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #BeCrQ6885FkTWydkSeFrNroynQ0ypVmp { display:none; }
 }@media only screen and (max-width: 763px) { #gH0yCO92Z15XSwvdmg5GJxf7v8N9Jyhk { top:6.75rem;left:40.125rem;width:7.625rem;height:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRQRZqCkFk2zbf13oGwg4cnQ3qH05Bea { top:46.1875rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fP7BZw8nr8iPsSTHBH81V7RKXxA4l6wX { width:24.4375rem;height:;top:3.6875rem;left:1.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4E0B2CGu9XITVsXTOe40c2plTpiRxBu { top:13.1875rem;left:0rem;width:27.375rem;height:8.375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFlI5QGi0WpvWkFEmSKGnfDRAx056w3K { top:11.3125rem;left:0rem;width:25.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #uarD7nNVuiqiu53lD6TK65aTFTX77gcX { top:3.6875rem;left:0rem;width:4.5625rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO .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; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO .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; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO { display:flex;width:18rem;height:5.0625rem;top:10.8125rem;left:28.5rem; }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #D3QexkC82puAbOtWJ8dW2STpMk2d4ZHz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #g1c2duBVIrTROVsTraUOGpJdTtCo0E52 {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #dcTeTqGnsiygMpelWTKGIkcl4gihEh17 {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #f5i5PZeSsA2PxNZdLXlcBow6TNgC1Hl7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #H3q5DBq7qd0qzZtSBdpNUti6hmTabtH2 {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #kWJFWFshLNRrOoIf66TupTqPnzLTTbFP {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #StyE790mwVJxRCr9UAk9V6iyAIfT5twI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #yFT6lquTZXdqzbvZZDaTqCHqsmr1WE3I {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #pb9WaovBk6K8W7dZ9EpmamviFfcMR73C {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #nCmymMB14qgs5WyTFprJS4veI9ZPepbC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #sg4EIVZ7nTt17Dwt0b2GMn40CvDAF7us {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #DgOcNEls7dQ4ScFpd8owNirtpdFdHPUK {  }
 }@media only screen and (max-width: 763px) { #DfwZUWHdpmqCvlkJLMnfIs1ApNeimEvC { top:16.4375rem;left:21.4375rem;width:4.625rem;height:2.4375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8UBdhDZkETHsGptPLIvSR3qMJnx6oTG { top:14.375rem;left:20.5625rem;width:5.875rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZNDTbfO4q4UkEgJTtrqJvMnLkeHvNzv { top:11.3125rem;left:21.5625rem;width:25.4375rem;height:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhVbre3uKxmr0ze0SvMUSEvQkS18AiWQ { top:12.6875rem;left:27.8125rem;width:19.9375rem;height:4.1875rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGtxXulorbQmw4J0RLXU40SaMp4f0DFt { width:20.25rem;height:3.4375rem;top:19.25rem;left:27.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTr9AK6WqXftrewNdhK6T4bR9QnNBlt7 { display:block; }
 }@media only screen and (max-width: 763px) { #JTxOSL56Ki09Jz2GTzrFPPiuWwgZoQkl { top:16.9375rem;left:34.5625rem;width:8.1875rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtxpRt4HQbSH3ECuiAMuQ4DAmXrL1ZDI { top:4.4375rem;left:26.03369140625rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VtTtluGCdzrygZHaai1mWgcXnSZh52xa { top:8.3125rem;left:1.5rem;width:15.1875rem;height:;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc { display:block; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cs7khadKDXV6ETESBzNRcoTLtqBq65Vp { width:8.0625rem;height:3.125rem;top:2.75rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2BNSEMWFOwTJUfE5qzltt4qpapV2bLx { width:16.6875rem;height:1.9375rem;top:6.125rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAv5Jnos3MJBUOy0D1usfhHh03Xh4lMH { width:15.3125rem;height:;top:9.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZLayaURKc4no7wvXnI0EwnreiBgQdLoA { width:20rem;height:25.9375rem;top:3.125rem;left:12rem;display:block; }
 }@media only screen and (max-width: 763px) { #cABqVLWaF29ZwLertC3w2kMJyUZIuR8k { width:15.625rem;height:;top:16rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KhUhmQcGAOd8hZWo0yEJdHPLBn8iuk8c { width:14.1875rem;height:;top:24.875rem;left:14.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb0Sf7TlSTr7xbLEa9cexUkPT95JTOJK { width:20rem;height:25.9375rem;top:3.125rem;left:27.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifoxIiESu0TeM3rkUWIakTVHNPFWXrML { width:15.625rem;height:;top:16rem;left:32.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TsznMS24JNyTkaAtRJ2E5AV97hkHhp9n { width:13.4375rem;height:;top:24.875rem;left:34.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIOc2M7AkmJlc3K24BOWzG676Uw3T3ui { top:26.375rem;left:14.5rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF6wVFGxSPnFgnydaQLXOJenzNs5OuKE { top:26.375rem;left:35.25rem;width:12.5rem;height:1.125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT3Uz3D0vsl53PRvMEJ3e4TJA3xtPFWN { top:20.1875rem;left:0rem;width:11.125rem;height:8.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { width:9.25rem;height:10.625rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { width:24.4375rem;height:;top:7rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { width:33.125rem;height:;top:6.6875rem;left:14.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { width:23.0625rem;height:30.875rem;top:14.5rem;left:12.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { width:20.875rem;height:12.0625rem;top:21.125rem;left:26.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:24.375rem;height:26.5625rem;top:18.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { width:19.6875rem;height:;top:28.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { width:14.6875rem;height:1.125rem;top:31.0625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { width:20rem;height:0.0625rem;top:33.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkCJ1WybVbw7FzmU4tF6e06lX1HTlWN { width:20.0625rem;height:;top:20.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { width:13.5rem;height:1.375rem;top:35.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #aLTgcrUTyBZdAJeXMDbwZf5uo3ACd8H1 { width:1.375rem;height:1.125rem;top:35.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4A2DTNHSfJuCZS0sIci9lrSvLLqHWTp { width:13.5rem;height:1.375rem;top:38.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Eq9kTwo0SAmpkoq78EEUiZvMiElq9ALv { width:1.375rem;height:1.125rem;top:38.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHkTB4q4MsiVh2T20NZTTZFNd3Hlb6zz { width:9.5rem;height:14.875rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSdpGPEb00ZgbCCrIR1S8Wi2ZBSpPFJA { width:43.375rem;height:;top:5.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnBBqEBWdbUmePXeufiTx6Kx1TStLq52 { width:29.625rem;height:;top:13.1875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #cnAt2rCeLsGtoIKblqnT0N2iITD4matX { top:24.3125rem;left:0rem;width:47.75rem;height:5.1875rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zuHkpFaDKKd9IemcxR961UH6sUdK7SPf { width:20.25rem;height:3.4375rem;top:19.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3hcxJBcJE0ef5lHDzy9dRcGrLi9pcGO { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn { display:block; }#Kb4vHfqsgTllgaTxHxMaV6QVZzBFhwqn > .row .container { width:20rem;height:10.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #T8S42SFAg1AVRIhqyvrW9qa3oDbhpqFn { width:11.9375rem;height:0;top:10.56201171875rem;left:3.125rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #egOEQZWkcoMJ8ne9JzxF6R8gdRGafAxc { width:1.375rem;height:1.125rem;top:5.75rem;left:16.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #snJvugSIx9ionlp2gOZtuGXKEs9AgOIz { width:10.125rem;height:7.3125rem;top:0.78125rem;left:1.125rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #f4RxFd8R49Pm9N418f0UKS2JAODnpV7l { top:8.21875rem;left:1.1875rem;width:12.5rem;height:0.9746125rem;z-index:15003;font-size:0.75rem;color:#9a689c;font-weight:700;font-style:normal;font-family:lato;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/d72c4ab7-42f9-440e-ae06-5a267173099f/104b7eb8a2a146f9b0b5875ae8173a36.JPG");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;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(0,0,0,0); }#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(0,0,0,0); }#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 { width:20rem;height:60.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BFLh6b1vEWu7CT2rSzzxNGD4x64o9Mwh { width:18.75rem;height:7.125rem;top:9.3125rem;left:1.25rem;text-align:left;text-align-last:left;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBZ1IsDFSaqIJRd7wQPVxTUrVgG1ZuPd { width:19.75rem;height:37rem;top:20.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XIT9CSUU9GDzz59wNcZWeyiGlpXOLQOf { width:13.3125rem;height:4.875rem;top:21.875rem;left:5.25rem;text-align:left;text-align-last:left;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #x8tWb20WM6nwdw3hEelZq7AQhZrgKAtl { width:20rem;height:0.0625rem;top:46.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-regular-label { width:16.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;display:block;vertical-align:top;height:auto; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-text { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-text {padding-top: 0; padding-bottom: 0;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-textarea { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-select { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-select {padding-top: 0; padding-bottom: 0;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-input-button { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .widget-checkbox-label { width:15.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn  { width:16.9375rem;height:auto;top:25.630859375rem;left:0rem; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn .radio-container { width:16.9375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn {display:block;}#hTaJNsQPVFy3unILWliQXoxxetoy5fKn { width:16.9375rem;height:auto;top:25.630859375rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #BOsDWo3fvHRhfadTtPoJ5sCBlkLCaNrs {  }
#hTaJNsQPVFy3unILWliQXoxxetoy5fKn #BOsDWo3fvHRhfadTtPoJ5sCBlkLCaNrs .container-column{width:100%;} }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #GZazHdlTKUVLO11Iay5FuA4ZKwBFWbtE { display:none; }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #BDLth8zowC6QHAxJ59TrulNqhCtHUoZO {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #wPGCQzozGf01iaUIkX3JUxVTuhLTfIfC {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #AgWoiOTHXHexz0bhGqAN3e1c59kNlvlJ {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #i7udlkGZ961HMeeey7iTZfDh63xaI0Wx {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #AlPBRpHSNtMaGzWrTd0Rm7n4CwcEEzpE {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #nTup61S7EsfSbcyILnduOmMvrkqg2FSC {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #L0FdmVX1woqnGihil71o5oVSan6fhptJ {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #ufQy96zQ440V2rTy57Tzw50PQmG5u2eN { display:none; }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #fCQ4IVUpsh5GQO2hAOf7DlTqoaAE1uEU {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #iyQgEWTJVqOBtrBztTfWuXO8HGfZTk3L {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #rtRSB6kPJMsyblT9NiSmkALzpo1VP0RZ { display:none; }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #C6gl0JJJp9sgbgTzEkggr6pTxvxJtg7f {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #hPdk073HsTFp94VEahUh3Be2paH86zEm {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #lkyslpD5i4O9fIe6ig5u8dwmDJbLi2CA { display:none; }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #qRwE2hvofO1W6EeE5ZUseb0PUobwD6OE {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #FuNdKunuMbIzg2gTnclQUGZkbWMh0BWD {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #kaM13ogActJrHNwX876fLJvWgHRUJiZy { display:none; }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #FiHLEmvXdPpM3czRX7skAmNH4hixXgiA {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #bKO4t5rQpOkWrrWlMeOQRoO0ZngCgTuC {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #Tg2vQwClW9Pan4dntsFhfRerQ1vCB1XT {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #SGTqiir35BCuvTR56uOHs09yWhSK6CAW {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #tn5mIIHPudOaL2ABqhGLpkJpfzoSWmVV {  }
 }@media only screen and (max-width: 763px) { #hTaJNsQPVFy3unILWliQXoxxetoy5fKn #TdwmDbZonitSMZADbNEpSf2hdbBnC6FD {  }
 }@media only screen and (max-width: 763px) { #P2UOm8ChFDDPmdEEF7QUsZA12S17Hyn8 { width:11.375rem;height:11.375rem;top:7.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ka0GcpFEwvJM5TmRgrTNWzbqqQmB6mv6 { display:flex;width:2.0625rem;height:2.0625rem;top:51.1875rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #UHK35ifrQo1nZOSGLDdR5VyHFZvNPWqi { width:19.25rem;height:1.94921875rem;top:54.875rem;left:0.75rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bguivmBaHMo4g3495xAaBlUR4ENfEH2A { display:flex;width:3.125rem;height:3.125rem;top:21.9375rem;left:1.5625rem; }
 }@media only screen and (max-width: 763px) { #xGShif7fDQM8AQFTWCU5ben4ay7fHIkx { width:12.5rem;height:0;top:20.5625rem;left:3.75rem;font-size:0.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR { display:block; }#lcCRFXVdTlIAkef29bQ7bPbh9QvR3TPR > .row .container { width:20rem;height:56.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZnMwATnrrTGkadPSQKsrZkU8GJAXyAU8 { width:9.25rem;height:10.625rem;top:3.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #d66vpIQPnlRCk916gWRUyr3p3hEO8ruN { width:18.75rem;height:4.125rem;top:7rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kaNCnZuUHbGTiDrkHOMp9wg08S0qUci2 { width:20rem;height:7.9980625rem;top:16.25rem;left:0rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #eDl92hGDReWNJJivKl1BA0xxAxL9NmBV { width:18.8125rem;height:16.125rem;top:26.125rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #L2IASbWbFVwgiBsc8sKmK1TqqyyZmb9Q { width:18.8125rem;height:10.5625rem;top:43.1875rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 { display:block; }#UwSgtGtTvyuU95Rfq1IsNTCwllK5Zy75 > .row .container { width:20rem;height:56.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fEQNlF1BWqEM3LT5Ok6cbmeOPkoV9Uz8 { width:18.75rem;height:4.3994125rem;top:0.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #HH9L7ov1cLQgA0ON5ZUhHmPZEeDevZbl { width:19.375rem;height:4.798825rem;top:6.8125rem;left:0.3125rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #WAuxVkSrDzpKpru5nshUTUmbBXqa5zsv { width:9.0625rem;height:0.9375rem;top:14.71875rem;left:1.375rem;text-align:left;text-align-last:left;z-index:15009;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XRBBbvkFSQtqi9fPoM3HcCAgaP9Gp3OT { width:9.0625rem;height:0.9375rem;top:14.71875rem;left:10.375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKAkw2Gzq9BzGJa3vMOskNaqZwqq9zgu { width:19.25rem;height:14.375rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RNs8dwCnwOFkyX3KsfCrAi3d6RPdJZfO { width:17.4375rem;height:14.875rem;top:39.0625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O6vp73I30EPX264A3AAua09uTBchb0w7 { width:2.3125rem;height:2.3125rem;top:22.15625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #H5RZUGsJGTBb7J0UxIU4bcupuXvOnd33 { width:2.3125rem;height:2.3125rem;top:14.125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yQE6dXL3eICmnTT2hmIGfNHNroQMHK3k { width:2.3125rem;height:2.3125rem;top:17.875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KQRnszGKzcsmHFTgLLZrPJw26m5ZfMDL { width:2.3125rem;height:2.3125rem;top:17.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #elVFHTn2eALPsdvMtHXWPiXaKtC2HGNg { width:2.3125rem;height:2.3125rem;top:22.15625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #KgD5XgQBPL2cAy2SJLqETHiqCDtJ8Mbh { width:2.3125rem;height:2.3125rem;top:14.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RrikX7xVNnzZBtiZivbflxZebkhibEhg { width:11.125rem;height:0.9375rem;top:22.84375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JFAeBQsTMU129bXFOuUaZ5ggbyiEwRzh { width:6.375rem;height:0.9375rem;top:18.5625rem;left:10.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pWSemeCBnyGlDAHEdXTXdC0BTC10Qqg3 { width:11.125rem;height:0.9375rem;top:18.5625rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCiRyZCpepr5htCtsNSwIGMSQfWvX7N4 { width:7.5rem;height:0.9375rem;top:22.84375rem;left:10.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tPdGhlfn1z1ACiLNsW3GDRD9ToebI40B { display:flex;width:1.5rem;height:1.5rem;top:36.4375rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #q5rfbJOsZztuQDrFshSti6WQG5dbI4hV { display:block; }#q5rfbJOsZztuQDrFshSti6WQG5dbI4hV > .row .container { width:20rem;height:89.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XlTZb8CmLvNGpoRthSVRptv7pEwOIZFJ { width:9.25rem;height:10.625rem;top:1.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TXUkhuDgdBRfrgg0iicgTfqylXkqPlwe { width:18.75rem;height:4.125rem;top:4.9375rem;left:1.25rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #r8gAlL1A7TGzyyDeK6fDOCEOy9g5Lfde { width:20rem;height:7.9980625rem;top:14.6875rem;left:0rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #X8xS4n4zhe0WaB8EwLOknOKC5iWDm1sV { width:18.8125rem;height:14.625rem;top:69.375rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UqA4TpLFgfLGkEUTZ6UuSbc0JeefHIL9 { width:18.8125rem;height:16.125rem;top:48.0625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UvC9vmdM2EZ90aksMFUBo5SGTABWKsvi { width:19rem;height:16.5rem;top:26rem;left:0.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ay4no0gxOBObDIe5hM7lGIUGTmhA9ToN { width:13.625rem;height:1.29980625rem;top:43.5rem;left:3.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #uHxplAUFuGyHPNcvtlLb33LtCvMTEdFe { width:14.375rem;height:1.29980625rem;top:65.1748046875rem;left:3.4375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pk6sQoyavIA5Ma8k9AHPrgvScIIATR3k { width:14.875rem;height:1.29980625rem;top:85.099609375rem;left:3.1875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl { display:block; }#mc2AKlf5m30f40gBmKAQ8LteyFB9rGTl > .row .container { width:20rem;height:55.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #F2FfhTXhLf3lsANOmkxt7bE7I6W5zRpN { width:18.75rem;height:6.599125rem;top:0.625rem;left:0.625rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #uGZ8TmTs6iTMneLAnWRRxhenqLhbbU21 { width:19.375rem;height:4.798825rem;top:8rem;left:0.625rem;text-align:justify;text-align-last:initial;display:block; }
 }@media only screen and (max-width: 763px) { #kgfqqtBTWPBtdzKHygOykJVQIiz3q90g { width:9.0625rem;height:0.9375rem;top:14.71875rem;left:1.375rem;text-align:left;text-align-last:left;z-index:15009;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAZw4t3gWBaUoO3woMEJTVqZ7F9R3Iyd { width:9.0625rem;height:0.9375rem;top:14.71875rem;left:10.375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #LTBGW96EvmcTwzqUkqO6tswwVUhPK1dt { width:17.3125rem;height:17.3125rem;top:26.375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rIJTxZv70MflRydcZKyLEOroXTDQOeTI { width:17.1875rem;height:9.625rem;top:41.75rem;left:2.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Po7T8CfQ6VaHgLmArmPWPRFF7xhxzMrG { width:2.3125rem;height:2.3125rem;top:22.15625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhwR9wqmOXTCniDxT9KZv5e9s2XnSlQE { width:2.3125rem;height:2.3125rem;top:14.125rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ad49z8ryKZvywEXEhTNeqCNcryaId79r { width:2.3125rem;height:2.3125rem;top:17.875rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kUf9qEp9NxNSlwa2kVOWB9lSU09757rB { width:2.3125rem;height:2.3125rem;top:17.875rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #nBkAim4bzxKJoRgTi5GgshIykI1vAR1p { width:2.3125rem;height:2.3125rem;top:22.15625rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #uynUaMkCkAKlwnNkiBH9tDOLZrl5RqV6 { width:2.3125rem;height:2.3125rem;top:14.125rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CK1vUriqUL6VBZag73ZlGf6dLQQxtoPw { width:11.125rem;height:0.9375rem;top:22.84375rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZcFS0JoAI42bRbEskT9JumxXtsT93Bh { width:6.375rem;height:0.9375rem;top:18.5625rem;left:10.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HdMPoqaubPP2HX7iGGDgi9KMAlvwy1Rv { width:11.125rem;height:0.9375rem;top:18.5625rem;left:1.375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fphtZv6q5dQWgQtP1XJ9NO7y48c39KBi { width:7.5rem;height:0.9375rem;top:22.84375rem;left:10.4375rem;text-align:left;text-align-last:left;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #m450IqAVsqCTCGUpGXLZcnZLo83L5OD7 { display:flex;width:1.5rem;height:1.5rem;top:36.4375rem;left:16.8125rem; }
 }@media only screen and (max-width: 763px) { #RgpoxC78iaeTwF1m9NflyxbmPZOktOul { display:block; }#RgpoxC78iaeTwF1m9NflyxbmPZOktOul > .row .container { width:20rem;height:26.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rHkEI5o4xT6MpNAW2Zst5x8EVohfv2pb { width:18.125rem;height:4.7431625rem;top:1.8466796875rem;left:0.9375rem;text-align:left;text-align-last:left;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #u0S5oo1V1EKDfX9imH2qiRAIFXoa6wDl { height:11.170568561873rem;width:20rem;top:9.28662109375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #swHqw7f7yO6Ro9u9Ju9hFAMnTIa42HLp { display:flex;width:2.8125rem;height:2.8125rem;top:21.82421875rem;left:0.4375rem; }
 }@media only screen and (max-width: 763px) { #J54XeCQCmcodwdFCkHQ8p2mb43XUmcvO { top:22.2177734375rem;left:3.5rem;width:16.5rem;height:2.2744125rem;z-index:15006;font-family:lato;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #BeCrQ6885FkTWydkSeFrNroynQ0ypVmp { display:flex;top:6.90625rem;left:16.125rem;width:3.875rem;height:3.875rem;z-index:15007; }
 }@media only screen and (max-width: 763px) { #gH0yCO92Z15XSwvdmg5GJxf7v8N9Jyhk { display:flex;width:7.625rem;height:7.625rem;top:24.63671875rem;left:6.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #hRQRZqCkFk2zbf13oGwg4cnQ3qH05Bea { width:20rem;height:0;top:33.51171875rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo { display:block; }#kgiXGF8lwb7ILMLSFSDCq36lXcEm5mRo > .row .container { width:20rem;height:44.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fP7BZw8nr8iPsSTHBH81V7RKXxA4l6wX { width:14.5rem;height:3.5rem;top:2.2021484375rem;left:4.9658203125rem;text-align:left;text-align-last:left;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t4E0B2CGu9XITVsXTOe40c2plTpiRxBu { width:20rem;height:6.2993rem;top:9.5146484375rem;left:0rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #qFlI5QGi0WpvWkFEmSKGnfDRAx056w3K { width:19.25rem;height:10.25rem;top:7.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #uarD7nNVuiqiu53lD6TK65aTFTX77gcX { display:flex;width:3.5rem;height:3.5rem;top:2.4521484375rem;left:0.5625rem; }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO .widget-text.counter-number { padding-top:0.4525rem;padding-right:0.40375rem;padding-bottom:0.4525rem;padding-left:0.40375rem;width:2.421875rem;min-width:2.421875rem;height:2.4325rem;font-size:1.81rem;line-height:38.92px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.2825rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.229375rem;height:0.96125rem;font-size:0.67875rem;line-height:15.38px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO { display:flex;width:16.9375rem;height:4.58125rem;top:36.39404296875rem;left:1.212890625rem;padding-top:0.45875rem;padding-right:0.474375rem;padding-bottom:0.45875rem;padding-left:0.474375rem;border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#f7079a;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important; }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #D3QexkC82puAbOtWJ8dW2STpMk2d4ZHz { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #g1c2duBVIrTROVsTraUOGpJdTtCo0E52 {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #dcTeTqGnsiygMpelWTKGIkcl4gihEh17 {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #f5i5PZeSsA2PxNZdLXlcBow6TNgC1Hl7 { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #H3q5DBq7qd0qzZtSBdpNUti6hmTabtH2 {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #kWJFWFshLNRrOoIf66TupTqPnzLTTbFP {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #StyE790mwVJxRCr9UAk9V6iyAIfT5twI { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #yFT6lquTZXdqzbvZZDaTqCHqsmr1WE3I {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #pb9WaovBk6K8W7dZ9EpmamviFfcMR73C {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #nCmymMB14qgs5WyTFprJS4veI9ZPepbC { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #sg4EIVZ7nTt17Dwt0b2GMn40CvDAF7us {  }
 }@media only screen and (max-width: 763px) { #w7WXxDPtfTBTvKQFydI4HXOulF9qzdGO #DgOcNEls7dQ4ScFpd8owNirtpdFdHPUK {  }
 }@media only screen and (max-width: 763px) { #DfwZUWHdpmqCvlkJLMnfIs1ApNeimEvC { width:5.1875rem;height:2.4375rem;top:18.54638671875rem;left:6.84375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q8UBdhDZkETHsGptPLIvSR3qMJnx6oTG { width:5.875rem;height:5.875rem;top:16.49951171875rem;left:6.20166015625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FZNDTbfO4q4UkEgJTtrqJvMnLkeHvNzv { width:19.25rem;height:21.6875rem;top:20.45263671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhVbre3uKxmr0ze0SvMUSEvQkS18AiWQ { width:19.9375rem;height:4.7998rem;top:23.7763671875rem;left:0rem;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #rGtxXulorbQmw4J0RLXU40SaMp4f0DFt { width:18.25rem;height:3.4375rem;top:31.20263671875rem;left:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rTr9AK6WqXftrewNdhK6T4bR9QnNBlt7 { display:block; }
 }@media only screen and (max-width: 763px) { #JTxOSL56Ki09Jz2GTzrFPPiuWwgZoQkl { width:10.5rem;height:1.4624rem;top:28.5380859375rem;left:6.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FtxpRt4HQbSH3ECuiAMuQ4DAmXrL1ZDI { display:flex;width:8.8125rem;height:8.8125rem;top:4.4375rem;left:5.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VtTtluGCdzrygZHaai1mWgcXnSZh52xa { width:13.6875rem;height:1.4624rem;top:5.7021484375rem;left:5rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc { display:block; }#hTCSlrm3v7HtwyrZ77nCXiNI6OoqBaDc > .row .container { width:20rem;height:84.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Cs7khadKDXV6ETESBzNRcoTLtqBq65Vp { width:13.875rem;height:2.19970625rem;top:1.8125rem;left:2.375rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #N2BNSEMWFOwTJUfE5qzltt4qpapV2bLx { width:12rem;height:4.5rem;top:4.26171875rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZAv5Jnos3MJBUOy0D1usfhHh03Xh4lMH { width:15.3125rem;height:7.7988125rem;top:10rem;left:2.34375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ZLayaURKc4no7wvXnI0EwnreiBgQdLoA { width:20rem;height:25.9375rem;top:19.25rem;left:0rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #cABqVLWaF29ZwLertC3w2kMJyUZIuR8k { width:15.625rem;height:7.9980625rem;top:32.125rem;left:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #KhUhmQcGAOd8hZWo0yEJdHPLBn8iuk8c { width:12.9375rem;height:1.2749rem;top:41rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #hb0Sf7TlSTr7xbLEa9cexUkPT95JTOJK { width:20rem;height:25.9375rem;top:47.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ifoxIiESu0TeM3rkUWIakTVHNPFWXrML { width:15.625rem;height:7.9980625rem;top:59.9375rem;left:2.375rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #TsznMS24JNyTkaAtRJ2E5AV97hkHhp9n { width:9.375rem;height:1.2749rem;top:68.8125rem;left:2.375rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #QIOc2M7AkmJlc3K24BOWzG676Uw3T3ui { width:12.5rem;height:1.13720625rem;top:42.2744140625rem;left:2.6875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FF6wVFGxSPnFgnydaQLXOJenzNs5OuKE { width:12.5rem;height:1.13720625rem;top:70.0869140625rem;left:2.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UT3Uz3D0vsl53PRvMEJ3e4TJA3xtPFWN { width:11.125rem;height:8.9375rem;top:74.5625rem;left:3.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/3Xt0cyh5/BG2.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.adaptive-delivery-prevent-bg, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyload, #HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO.lazyloading { background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { background-color: transparent; background-image: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row > .video-iframe-container { display: none; }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .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); }#HmWS9VBVAQ8LzxtoHrJEXb0JeETu2yZO > .row .container { width:20rem;height:86rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bNbpFboaXRLWXmIOP4AquTsqSdRlEKU8 { width:9.25rem;height:10.625rem;top:2rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGAuLCd0bGHZ8VptnvP5UotrmQRPEKvl { width:18.125rem;height:4.3994125rem;top:5.125rem;left:1.875rem;text-align:left;text-align-last:left;font-size:2rem;display:block; }
 }@media only screen and (max-width: 763px) { #lrEdGbaxUemgqulDs9Jq2nqiMkRkifCx { width:20rem;height:11.19725rem;top:15rem;left:0rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kZ7Nea94Q1QzfBmSlx9Nri9TJbhCSO8n { width:17.375rem;height:23.1875rem;top:24.25rem;left:1.3125rem;z-index:14961;display:block; }
 }@media only screen and (max-width: 763px) { #RJ0HxseNN0lm1JCsScsGTGUbrIoiWTuM { width:19.25rem;height:11.625rem;top:71rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bN4Tsmoa5gJgpx1HOD27ROhm3ZTLmPli { width:20rem;height:23.5rem;top:46.01171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RVwEva6LrJa7a80ZqpwaZAIipV95AXbN { width:15.0625rem;height:2.11230625rem;top:55.88134765625rem;left:1.875rem;text-align:left;text-align-last:left;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #s6hWWDXbNoy3t1VXWd6U64NomDTaUJ9P { width:14.6875rem;height:1rem;top:57.99365234375rem;left:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #GpKtt1OVKMwccvTw5MZ6NTqu4H7SyitF { width:20rem;height:0.0625rem;top:60.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #trkCJ1WybVbw7FzmU4tF6e06lX1HTlWN { width:17.0625rem;height:7.6494375rem;top:47.60009765625rem;left:1.8125rem;text-align:left;text-align-last:left;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TJPHMuTaairuI6rqayvf2oM9tB2gu6Iy { width:13.5rem;height:1.29980625rem;top:63.474609375rem;left:4.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #aLTgcrUTyBZdAJeXMDbwZf5uo3ACd8H1 { width:1.375rem;height:1.125rem;top:63.56201171875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #q4A2DTNHSfJuCZS0sIci9lrSvLLqHWTp { width:13.5rem;height:1.29980625rem;top:66.37451171875rem;left:4.625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Eq9kTwo0SAmpkoq78EEUiZvMiElq9ALv { width:1.375rem;height:1.125rem;top:66.4619140625rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr { display:block; }#zyTZyXBdXiAWww1wd8W1IzuSkBHIqaNr > .row .container { width:20rem;height:43.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WHkTB4q4MsiVh2T20NZTTZFNd3Hlb6zz { width:9.5rem;height:14.875rem;top:4.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #WSdpGPEb00ZgbCCrIR1S8Wi2ZBSpPFJA { width:15.1875rem;height:9.5rem;top:7.375rem;left:1.6875rem;text-align:left;text-align-last:left;font-size:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnBBqEBWdbUmePXeufiTx6Kx1TStLq52 { width:16.4375rem;height:2rem;top:20.6875rem;left:1.78125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #cnAt2rCeLsGtoIKblqnT0N2iITD4matX { width:17.25rem;height:10.7206875rem;top:29.5625rem;left:1.375rem;font-size:0.75rem;color:#f6f6f6;display:block; }
 }@media only screen and (max-width: 763px) { #zuHkpFaDKKd9IemcxR961UH6sUdK7SPf { width:18.75rem;height:3.4375rem;top:24.5625rem;left:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #M3hcxJBcJE0ef5lHDzy9dRcGrLi9pcGO { display:block; }
 }