.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;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); }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf { border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #747474;background-color:#ffffff;background-image:none;position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row .container { background-color: transparent; background-image: none; }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row .container > .video-iframe-container { display: none; }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row > .video-iframe-container { display: none; }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .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); }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row .container { border-width: 0; border-radius: 0; }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row > .video-iframe-container {  }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row .container { font-size:0.875rem;font-family:roboto;height:3.5625rem;width:75rem;position:relative;display:block; }#WvaPCsccTVucQRISPX3V2ba9AAZbDeCg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.31228125rem;width:9.561625rem;top:0.62391495704651rem;left:1.3726139068604rem;overflow:hidden;display:block; }
#Opdt7Cf57iATWrkQZpuaMCFRyWAJBiDo { color:#000000;display:block;width:23.5611875rem;position:absolute;font-family:poppins;font-size:1rem;font-weight:normal;z-index:100001;line-height:1.3;letter-spacing:0;top:1.130642414093rem;left:32.998050689698rem;height:1.3rem;text-align:right;text-align-last:right;display:block; }
#rfrDzkWUXhWKouTLBTtztqgECgSqbzd0 { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6622, #ff9422);background-image: -moz-linear-gradient(90deg, #ff6622, #ff9422);background-image: -ms-linear-gradient(90deg, #ff6622, #ff9422);background-image: -o-linear-gradient(90deg, #ff6622, #ff9422);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6622', endColorstr='#ff9422' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6622', endColorstr='#ff9422' );";background-image: linear-gradient(90deg, #ff6622, #ff9422);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;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:poppins;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:13.125rem;height:2.99913125rem;text-decoration:none;z-index:100009;text-align:center;text-align-last:center;top:0.27994793653488rem;left:58.872615814209rem;display:block; }
#MaRs3iPN7wLdXCPu1FUU3i3fgfzy4gbi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#vHnbFPzmMkneTUuRnHToTryzzIOiU1Bw { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c954c, #01963e);background-image: -moz-linear-gradient(180deg, #4c954c, #01963e);background-image: -ms-linear-gradient(180deg, #4c954c, #01963e);background-image: -o-linear-gradient(180deg, #4c954c, #01963e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );";background-image: linear-gradient(180deg, #4c954c, #01963e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;height:3.0625rem;width:36.375rem;top:22.374132156372rem;left:2.5618495941162rem;display:none; }
#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/Vlyid7Vm/vaca.png");background-position:center right !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;position:relative;display:block; }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6.adaptive-delivery-prevent-bg, #lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6.lazyload, #lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6.lazyloading { background-image: none; }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row .container { background-color: transparent; background-image: none; }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row .container > .video-iframe-container { display: none; }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row > .video-iframe-container { display: none; }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .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); }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row .container { border-width: 0; border-radius: 0; }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row > .video-iframe-container {  }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row .container { font-size:0.875rem;font-family:roboto;height:51.375rem;width:75rem;overflow:visible;position:relative;display:block; }#rbn0XrmkhafuxJZteCV07ZCDazpNzM7d { color:#ffffff;display:block;width:22.4370625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:29.187284469604rem;left:4.6875rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#eoTuSGhPglQyNUrh0SRgiXT6dAr5qqaI { color:#ffffff;display:block;width:32.8125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.5);top:34.0625rem;left:4.0625rem;height:10.2368125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#gFiizuyxa82XQTpMWyib0TV3svrLEgL0 { position:absolute;display:block;z-index:99999;background-color:rgba(0,169,69,0.17);background-image:none;border-top:0.0625rem dashed #ffca08;border-left:0.0625rem dashed #ffca08;border-right:0.0625rem dashed #ffca08;border-bottom:0.0625rem dashed #ffca08;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:16.875rem;width:35.9375rem;top:30.6787109375rem;left:1.65625rem;display:block; }
#xPom3FGP8FsNlAvkTTLw8cZz3PPWNlGS { position:absolute;display:block;z-index:100004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c954c, #01963e);background-image: -moz-linear-gradient(180deg, #4c954c, #01963e);background-image: -ms-linear-gradient(180deg, #4c954c, #01963e);background-image: -o-linear-gradient(180deg, #4c954c, #01963e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );";background-image: linear-gradient(180deg, #4c954c, #01963e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;height:4.375rem;width:20.1248125rem;top:28.687067031861rem;left:5.8116340637207rem;display:block; }
#rMTm1vBxo4Ai8fRkAtWg9tQTQdnn5rrP { color:#ffffff;display:block;width:26.936875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.74);top:9.3736972808837rem;left:3.1868495941162rem;height:5.8496125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#KH1Ms3GCra4r43UZeugpIEEs6NeGmWgZ { color:#ffffff;display:block;width:30.999375rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.74);top:11.547525405884rem;left:3.1868495941162rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nwq2qsVqFAMe9GK1XeOGZadZ8kJZCiFF { color:#ffffff;display:block;width:29.936rem;position:absolute;font-family:poppins;font-size:3.75rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.74);top:15.061645507812rem;left:3.1868495941162rem;height:4.875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Jdw9K6QaUM0gG3WV56nOVkG5GlR83FhV { color:#ffffff;display:block;width:27.6875rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.74);top:19.436849594116rem;left:3.1868515014649rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TNHGpTBtIDcXdf3vXAW7ByoQqALa0lkp { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.74);top:22.561849594116rem;left:3.1868515014649rem;height:2.925rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#Nvn59qkWcq8qQSWvTGAFK3TKSmOKouNa { position:absolute;display:block;z-index:99999;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c954c, #01963e);background-image: -moz-linear-gradient(180deg, #4c954c, #01963e);background-image: -ms-linear-gradient(180deg, #4c954c, #01963e);background-image: -o-linear-gradient(180deg, #4c954c, #01963e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );";background-image: linear-gradient(180deg, #4c954c, #01963e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;height:3.0625rem;width:36.375rem;top:22.374132156372rem;left:2.5618495941162rem;display:block; }
#oPUZ41JIE6MKed9TJRTkTuZnvKi6V8uJ { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.74);top:23.1875rem;left:3.8125rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#o02qb6hme9aF46lzLZHTkTRw9H07IUFT { color:#ffffff;display:block;width:37.0625rem;position:absolute;font-family:poppins;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.74);top:23.1875rem;left:3.8125rem;height:2.92535rem;font-style:normal;text-align:left;text-align-last:left;display:none; }
#GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f7;background-image:none;position:relative;display:block; }#GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg > .row .container { background-color: transparent; background-image: none; }#GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg > .row .container > .video-iframe-container { display: none; }#GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg > .row > .video-iframe-container { display: none; }#GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg > .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); }#GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg > .row .container { border-width: 0; border-radius: 0; }#GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg > .row > .video-iframe-container {  }#GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#pZZG1CeZha3tiTnVrpboI06OqwUwl2RD { color:#01963e;display:block;width:59.375rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:1.9151477813721rem;left:7.8125rem;height:3.16845625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f7;background-image:none;position:relative;display:block; }#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy > .row .container { background-color: transparent; background-image: none; }#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy > .row .container > .video-iframe-container { display: none; }#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy > .row > .video-iframe-container { display: none; }#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy > .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); }#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy > .row .container { border-width: 0; border-radius: 0; }#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy > .row > .video-iframe-container {  }#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy > .row .container { font-size:0.875rem;font-family:roboto;height:20.3125rem;width:75rem;position:relative;display:block; }#NayiaNOWhiGfwacP5ktuwBTfhJK5H9VL { color:#ffffff;display:block;width:14.124375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:13.6875rem;left:5.4375rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T4RvGzSuG4fXaJFKI854c98UWhkAT3Xi { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.18706875rem;width:8.125rem;top:3.1553821563721rem;left:9.124351501465rem;overflow:hidden;display:block; }
#BybiJTkEn7MOFhxPPpGWFtMmSTTlh7mf { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.4995625rem;width:6.4995625rem;top:2.998046875rem;left:34.249134063721rem;overflow:hidden;display:block; }
#do1XTCigZ4oAhVTHtdheVU5a6FkTv2DP { position:absolute;display:block;z-index:100002;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #4c954c, #01963e);background-image: -moz-linear-gradient(171deg, #4c954c, #01963e);background-image: -ms-linear-gradient(171deg, #4c954c, #01963e);background-image: -o-linear-gradient(171deg, #4c954c, #01963e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );";background-image: linear-gradient(171deg, #4c954c, #01963e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62499.9375rem;border-top-right-radius:62499.9375rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;height:15.3125rem;width:16.3125rem;top:5rem;left:4.3125rem;display:block; }
#HbIiZDJ8yegI7t2Wg3H7wmcmULMsQ4Ei { position:absolute;display:block;z-index:100003;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #4c954c, #01963e);background-image: -moz-linear-gradient(171deg, #4c954c, #01963e);background-image: -ms-linear-gradient(171deg, #4c954c, #01963e);background-image: -o-linear-gradient(171deg, #4c954c, #01963e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );";background-image: linear-gradient(171deg, #4c954c, #01963e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:624.9375rem;border-top-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-bottom-right-radius:624.9375rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;height:10.8105625rem;width:10.8105625rem;top:0.875rem;left:7.125rem;display:block; }
#HJlc44ZC6J2RNaSJkuqfUTEpDSQ8eq7g { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #4c954c, #01963e);background-image: -moz-linear-gradient(171deg, #4c954c, #01963e);background-image: -ms-linear-gradient(171deg, #4c954c, #01963e);background-image: -o-linear-gradient(171deg, #4c954c, #01963e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );";background-image: linear-gradient(171deg, #4c954c, #01963e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62499.9375rem;border-top-right-radius:62499.9375rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;height:15.3125rem;width:16.3125rem;top:5rem;left:29.375rem;display:block; }
#XdK8Z8SuobkUyGBMPvW5kRFbgcHzbz8H { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #4c954c, #01963e);background-image: -moz-linear-gradient(171deg, #4c954c, #01963e);background-image: -ms-linear-gradient(171deg, #4c954c, #01963e);background-image: -o-linear-gradient(171deg, #4c954c, #01963e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );";background-image: linear-gradient(171deg, #4c954c, #01963e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:624.9375rem;border-top-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-bottom-right-radius:624.9375rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;height:10.8105625rem;width:10.8105625rem;top:0.875rem;left:32.1875rem;display:block; }
#SKubRRoIRUomrpDw6ldIkN00fC9nt2KR { color:#ffffff;display:block;width:14.124375rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:13.6875rem;left:30.5rem;height:4.38720625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xIE4mnlrgSSrDWggUl7TSDzItrBOg6tw { position:absolute;display:block;z-index:100006;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #4c954c, #01963e);background-image: -moz-linear-gradient(171deg, #4c954c, #01963e);background-image: -ms-linear-gradient(171deg, #4c954c, #01963e);background-image: -o-linear-gradient(171deg, #4c954c, #01963e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );";background-image: linear-gradient(171deg, #4c954c, #01963e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:62499.9375rem;border-top-right-radius:62499.9375rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;height:15.3125rem;width:16.3125rem;top:5rem;left:54.375rem;display:block; }
#DBJepQ57g3nHHUsuphFAbAmzsMNW5k3I { position:absolute;display:block;z-index:100007;background-color:transparent;background-image: -webkit-linear-gradient(171deg, #4c954c, #01963e);background-image: -moz-linear-gradient(171deg, #4c954c, #01963e);background-image: -ms-linear-gradient(171deg, #4c954c, #01963e);background-image: -o-linear-gradient(171deg, #4c954c, #01963e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );";background-image: linear-gradient(171deg, #4c954c, #01963e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:624.9375rem;border-top-right-radius:624.9375rem;border-bottom-left-radius:624.9375rem;border-bottom-right-radius:624.9375rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;height:10.8105625rem;width:10.8105625rem;top:0.875rem;left:57.1875rem;display:block; }
#BRnXfMkJPBT481ZsnJpwaPITyqoeNvsG { color:#ffffff;display:block;width:14.124375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:13.6875rem;left:55.5rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TpkVx2WPEgo7oXVL8BWoqc2pwazJ2ptm { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.6873125rem;width:6.6873125rem;top:2.1228313446045rem;left:59.280818939209rem;overflow:hidden;display:block; }
#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f7;background-image:none;position:relative;display:block; }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row .container { background-color: transparent; background-image: none; }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row .container > .video-iframe-container { display: none; }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row > .video-iframe-container { display: none; }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .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); }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row .container { border-width: 0; border-radius: 0; }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row > .video-iframe-container {  }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row .container { font-size:0.875rem;font-family:arial;height:7rem;width:75rem;position:relative;display:block; }#HTdvaqVJHI27EfIzdQezZgfiNz9GlAOl { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6622, #ff9422);background-image: -moz-linear-gradient(90deg, #ff6622, #ff9422);background-image: -ms-linear-gradient(90deg, #ff6622, #ff9422);background-image: -o-linear-gradient(90deg, #ff6622, #ff9422);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6622', endColorstr='#ff9422' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6622', endColorstr='#ff9422' );";background-image: linear-gradient(90deg, #ff6622, #ff9422);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:23.811875rem;height:4.62456875rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:1.1870670318604rem;left:25.593536376953rem;display:block; }
#BXereFwt4uOXpuFB2vp9HUaPGc21wsuc { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX { background-color:transparent;background-image: -webkit-linear-gradient(top, #00963d, #00a945);background-image: -moz-linear-gradient(top, #00963d, #00a945);background-image: -ms-linear-gradient(top, #00963d, #00a945);background-image: -o-linear-gradient(top, #00963d, #00a945);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00963d', endColorstr='#00a945' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00963d', endColorstr='#00a945' );";background-image: linear-gradient(to bottom, #00963d, #00a945);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX > .row .container { background-color: transparent; background-image: none; }#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX > .row .container > .video-iframe-container { display: none; }#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX > .row > .video-iframe-container { display: none; }#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX > .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); }#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX > .row .container { border-width: 0; border-radius: 0; }#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX > .row > .video-iframe-container {  }#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX > .row .container { font-size:0.875rem;font-family:roboto;height:7rem;width:75rem;overflow:visible;position:relative;display:block; }#xXsKZfEOKXHRIGiE2AwFfaRCDVH6HWaR { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5);top:1.875rem;left:0rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00a945, #00963d);background-image: -moz-linear-gradient(180deg, #00a945, #00963d);background-image: -ms-linear-gradient(180deg, #00a945, #00963d);background-image: -o-linear-gradient(180deg, #00a945, #00963d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a945', endColorstr='#00963d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a945', endColorstr='#00963d' );";background-image: linear-gradient(180deg, #00a945, #00963d);background-size:cover !important;position:relative;display:block; }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row .container { background-color: transparent; background-image: none; }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row .container > .video-iframe-container { display: none; }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row > .video-iframe-container { display: none; }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .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); }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row .container { border-width: 0; border-radius: 0; }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row > .video-iframe-container {  }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row .container { font-size:0.875rem;font-family:roboto;height:48rem;width:75rem;position:relative;display:block; }#HyTl65Q2vVZ3FEBA90JTzN2WlpXoegXF { position:absolute;display:block;z-index:100014;background-color:rgba(255,255,255,0.9);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;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.12) ;height:26.375rem;width:29rem;top:20rem;left:42.25rem;display:block; }
#MilTIzl2ngu17TMFkxexlZgK3EJPgrKT { color:#01296f;display:block;width:26.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100015;line-height:1.5;letter-spacing:0;top:24.125rem;left:43.375rem;height:19.6875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dqTyGh1bXSSZXBaqGt4ocLAzy3b9658g { box-sizing:content-box;color:#01296f;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100017;top:21.3125rem;left:43.375rem;display:block; }
#I1SyTnWTENyeWgxlAXuLGTRJdDpoJNN1 { position:absolute;display:block;z-index:100018;background-color:rgba(255,255,255,0.9);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;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.12) ;height:16.875rem;width:29rem;top:1.2499980926514rem;left:42.249219894409rem;display:block; }
#g6qdvV1PLBXzz2iDVQSxxmhTuVMOwdqb { color:#01296f;display:block;width:26.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100019;line-height:1.5;letter-spacing:0;top:5.3125rem;left:43.495313644409rem;height:9.84375rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#CpsNZ7BV6Gsav7SIDh5MaaILTG4UDBWk { box-sizing:content-box;color:#01296f;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100021;top:2.5625rem;left:43.375rem;display:block; }
#KDU10Wl0zPssq5h9x0X0b8apddaSByRI { position:absolute;display:block;z-index:100021;background-color:rgba(255,255,255,0.9);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;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.12) ;height:36.375rem;width:29rem;top:1.25rem;left:4.25rem;display:block; }
#NPHMvcpXbOC5rWLugr3ZOhLkKdDzqSEn { color:#01296f;display:block;width:26.6875rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100022;line-height:1.5;letter-spacing:0;top:5.3125rem;left:5.5rem;height:23.90625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#E90W3PCnKetfkb2mNMDH7RsDJ1OSwxW5 { box-sizing:content-box;color:#01296f;font-size:1.5rem;font-weight:400;line-height:1;height:2.1875rem;width:2.1875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100024;top:2.5625rem;left:5.375rem;display:block; }
#nyHEFIDswloNPT4HyowGk60msG057lih { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00963d;background-image:none;position:relative;display:block; }#nyHEFIDswloNPT4HyowGk60msG057lih > .row .container { background-color: transparent; background-image: none; }#nyHEFIDswloNPT4HyowGk60msG057lih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyHEFIDswloNPT4HyowGk60msG057lih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyHEFIDswloNPT4HyowGk60msG057lih > .row .container > .video-iframe-container { display: none; }#nyHEFIDswloNPT4HyowGk60msG057lih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyHEFIDswloNPT4HyowGk60msG057lih > .row > .video-iframe-container { display: none; }#nyHEFIDswloNPT4HyowGk60msG057lih > .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); }#nyHEFIDswloNPT4HyowGk60msG057lih > .row .container { border-width: 0; border-radius: 0; }#nyHEFIDswloNPT4HyowGk60msG057lih > .row > .video-iframe-container {  }#nyHEFIDswloNPT4HyowGk60msG057lih > .row .container { font-size:0.875rem;font-family:roboto;height:11.625rem;width:75rem;position:relative;display:block; }#fbfTmh5wkbBn6ZXSELogk1wVWb9h7G3E { color:#ffffff;display:block;width:73.311875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100013;line-height:1.4;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.1875rem rgba(0,0,0,0.15);top:2.25rem;left:0.8125rem;height:5.25rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#XrZozbAMCUKs5mE5owU1k86NBswreuDK { color:#ffffff;display:block;width:63.4375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100014;line-height:1.3;letter-spacing:0;top:7.75rem;left:5.8116340637207rem;height:1.21875rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#WD6OxWBot1fdqyf8upcG0zQR136yZtvy { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #134497, #01296f);background-image: -moz-linear-gradient(180deg, #134497, #01296f);background-image: -ms-linear-gradient(180deg, #134497, #01296f);background-image: -o-linear-gradient(180deg, #134497, #01296f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#134497', endColorstr='#01296f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#134497', endColorstr='#01296f' );";background-image: linear-gradient(180deg, #134497, #01296f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;height:8.8125rem;width:71.1875rem;top:1.2228736877441rem;left:2.2979621887207rem;display:block; }
#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:#f3f4f7;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#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 {  }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:"open sans";height:8.1875rem;width:75rem;overflow:visible;position:relative;display:block; }#osVQamTVC6FbtNHoFiE2uy4XvU7Aworf { color:rgba(1,32,86,0.8);display:block;width:60rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:3.59375rem;left:7.5rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f7;background-image:none;position:relative;display:block; }#nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp > .row .container { background-color: transparent; background-image: none; }#nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp > .row .container > .video-iframe-container { display: none; }#nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp > .row > .video-iframe-container { display: none; }#nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp > .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); }#nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp > .row .container { border-width: 0; border-radius: 0; }#nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp > .row > .video-iframe-container {  }#nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp > .row .container { font-size:0.875rem;font-family:arial;height:29.25rem;width:75rem;position:relative;display:block; }#b6T0G9JlnbqBxzoE9y9ZTLtcGO0MPdF6 { color:rgba(1,41,111,0.8);display:block;width:16.6865rem;position:absolute;font-family:poppins;font-size:0.6875rem;font-weight:400;z-index:100012;line-height:1.5;letter-spacing:0;top:16.0625rem;left:4.15625rem;height:6.1875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BrDogJe0WPNlQAOJc4lWzoTFAtpNKgrX { position:absolute;display:block;z-index:100014;background-color:rgba(0,0,0,0.17);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:7.5605625rem;width:7.5605625rem;top:1.875rem;left:8.5625rem;display:block; }
#x4y6HLhet8h7qSO44ri0rmEpqnNVquip { color:#012056;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100017;line-height:1.1;letter-spacing:0;top:11.830078125rem;left:5.46875rem;height:2.4746125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#tgXhsftLAT5Md1TtZlKXaV8Upi9q2GyA { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:3.6875rem;left:10.3125rem;overflow:hidden;display:block; }
#zMy2IZQcF5MbcQPKa6Db4NHVsiG43gwS { color:#012056;display:block;width:17.249rem;position:absolute;font-family:poppins;font-size:1.0625rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:11.6865234375rem;left:28.875rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gyFUyrSiGn8iV5iTLEdwHdntbE3Gerlg { position:absolute;display:block;z-index:100018;background-color:rgba(0,0,0,0.17);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:7.5605625rem;width:7.5605625rem;top:1.875rem;left:33.5625rem;display:block; }
#bu3hcNlUTQoLn4UPrCCZWOqXP6Z0hyis { color:rgba(1,41,111,0.8);display:block;width:16.6865rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:100016;line-height:1.5;letter-spacing:0;top:16.0625rem;left:29.15625rem;height:6.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bKaoT3TzP6daBU3qz9RLp9UpLeVas987 { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:3.625rem;left:35.3125rem;overflow:hidden;display:block; }
#NqBVJk4JAIBEgVGOgJBaoNp6fyM5smLl { position:absolute;display:block;z-index:100026;background-color:rgba(0,0,0,0.17);background-image:none;border-top:0.1875rem solid #ffffff;border-left:0.1875rem solid #ffffff;border-right:0.1875rem solid #ffffff;border-bottom:0.1875rem solid #ffffff;border-top-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;height:7.5605625rem;width:7.5605625rem;top:1.875rem;left:58.5625rem;display:block; }
#sg7hfyEpcirGvFLMzrd4xTTx4Je9Sgr9 { color:#012056;display:block;width:14.0625rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:700;z-index:100029;line-height:1.3;letter-spacing:0;top:11.830078125rem;left:55.46875rem;height:1.4624rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#p9r3neDoAE318qRzlxbDmH6oNG4hR1MU { position:absolute;display:block;z-index:100037;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.375rem;width:4.375rem;top:3.625rem;left:60.25rem;overflow:hidden;display:block; }
#VnUXFpiSPvMBlsyiDO0KzJGFFfkmwJWI { color:rgba(1,41,111,0.8);display:block;width:16.6865rem;position:absolute;font-family:poppins;font-size:0.75rem;font-weight:400;z-index:100024;line-height:1.5;letter-spacing:0;top:15.166015625rem;left:54.15625rem;height:10.125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f3f4f7;background-image:none;position:relative;display:block; }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row .container { background-color: transparent; background-image: none; }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row .container > .video-iframe-container { display: none; }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row > .video-iframe-container { display: none; }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .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); }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row .container { border-width: 0; border-radius: 0; }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row > .video-iframe-container {  }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row .container { font-size:0.875rem;font-family:arial;height:9.25rem;width:75rem;position:relative;display:block; }#bG56NDKazrU528avny6eTdXiFPXQu8vQ { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #ff6622, #ff9422);background-image: -moz-linear-gradient(90deg, #ff6622, #ff9422);background-image: -ms-linear-gradient(90deg, #ff6622, #ff9422);background-image: -o-linear-gradient(90deg, #ff6622, #ff9422);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6622', endColorstr='#ff9422' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff6622', endColorstr='#ff9422' );";background-image: linear-gradient(90deg, #ff6622, #ff9422);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;box-shadow: 0rem 0rem 0.5rem rgba(0,0,0,0.21) ;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:poppins;font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.5;overflow:hidden;position:absolute;width:29.0625rem;height:4.62421875rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:2.3117189407349rem;left:22.968751907349rem;display:block; }
#NDxHIDaEvNZF4rPDUcPxZExLHphs7X8S { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn { background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn > .row .container { background-color: transparent; background-image: none; }#xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn > .row .container > .video-iframe-container { display: none; }#xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn > .row > .video-iframe-container { display: none; }#xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn > .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); }#xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn > .row .container { border-width: 0; border-radius: 0; }#xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn > .row > .video-iframe-container {  }#xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn > .row .container { font-size:0.875rem;font-family:"open sans";height:4.9375rem;width:75rem;overflow:visible;position:relative;display:block; }#pw7VGTw6McTVGubV0edI7KqXZp735al0 { color:rgba(1,32,86,0.8);display:block;width:61.875rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:700;z-index:100002;line-height:1.5;letter-spacing:0;top:1.375rem;left:6.5625rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e4QJQzmuHumNItk3pdvWusIs23cbQgB2 { background-color:rgba(255,255,255,0.3);background-image:none;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#e4QJQzmuHumNItk3pdvWusIs23cbQgB2 > .row .container { background-color: transparent; background-image: none; }#e4QJQzmuHumNItk3pdvWusIs23cbQgB2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4QJQzmuHumNItk3pdvWusIs23cbQgB2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4QJQzmuHumNItk3pdvWusIs23cbQgB2 > .row .container > .video-iframe-container { display: none; }#e4QJQzmuHumNItk3pdvWusIs23cbQgB2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e4QJQzmuHumNItk3pdvWusIs23cbQgB2 > .row > .video-iframe-container { display: none; }#e4QJQzmuHumNItk3pdvWusIs23cbQgB2 > .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); }#e4QJQzmuHumNItk3pdvWusIs23cbQgB2 > .row .container { border-width: 0; border-radius: 0; }#e4QJQzmuHumNItk3pdvWusIs23cbQgB2 > .row > .video-iframe-container {  }#e4QJQzmuHumNItk3pdvWusIs23cbQgB2 > .row .container { font-size:0.875rem;font-family:roboto;height:22.4375rem;width:75rem;overflow:visible;position:relative;display:block; }#TO2EQ5uR0FyuAO6Fh9yvKKgVHMTgZQcK { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:24.375rem;top:4rem;left:0rem;overflow:hidden;display:block; }
#ZgCTuc1CRPibVN6TCankCrWSSV8KZlz4 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.125rem;width:24.375rem;top:4.03125rem;left:25.312501907349rem;overflow:hidden;display:block; }
#ko7m2bVDGsWJTuBhSzRci85uNwrxDQ8t { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:16.1875rem;width:24.375rem;top:4rem;left:50.625001907349rem;overflow:hidden;display:block; }
#OpO9RpR7KFf5HdEloW7gn0tMHwtZn0h3 { color:#ffffff;display:block;width:70.5rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:0rem;left:2.25rem;height:1.4625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh { background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00963d, #00a945);background-image: -moz-linear-gradient(90deg, #00963d, #00a945);background-image: -ms-linear-gradient(90deg, #00963d, #00a945);background-image: -o-linear-gradient(90deg, #00963d, #00a945);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00963d', endColorstr='#00a945' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00963d', endColorstr='#00a945' );";background-image: linear-gradient(90deg, #00963d, #00a945);background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh > .row .container { background-color: transparent; background-image: none; }#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh > .row .container > .video-iframe-container { display: none; }#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh > .row > .video-iframe-container { display: none; }#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh > .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); }#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh > .row .container { border-width: 0; border-radius: 0; }#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh > .row > .video-iframe-container {  }#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh > .row .container { font-size:0.875rem;font-family:roboto;height:10.75rem;width:75rem;overflow:visible;position:relative;display:block; }#Tw2c05OfktIJ6ecDEPUK3ERnaVPnQwNv { color:#ffffff;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.4375rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5);top:1.75rem;left:0rem;height:3.16875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#HarHCF7XWwMfZf15I7smC4iAdqm7QVBk { color:#ffffff;display:block;width:54.1873125rem;position:absolute;font-family:poppins;font-size:1.125rem;font-weight:300;z-index:100015;line-height:1.3;letter-spacing:0;top:5.5414505004883rem;left:10.405818939209rem;height:2.92480625rem;font-style:italic;text-align:center;text-align-last:center;display:block; }
#ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00963d, #00a945);background-image: -moz-linear-gradient(90deg, #00963d, #00a945);background-image: -ms-linear-gradient(90deg, #00963d, #00a945);background-image: -o-linear-gradient(90deg, #00963d, #00a945);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00963d', endColorstr='#00a945' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00963d', endColorstr='#00a945' );";background-image: linear-gradient(90deg, #00963d, #00a945);background-size:auto !important;position:relative;display:block; }#ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI > .row .container { background-color: transparent; background-image: none; }#ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI > .row .container > .video-iframe-container { display: none; }#ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI > .row > .video-iframe-container { display: none; }#ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI > .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); }#ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI > .row .container { border-width: 0; border-radius: 0; }#ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI > .row > .video-iframe-container {  }#ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI > .row .container { font-size:0.875rem;font-family:arial;height:8.75rem;width:75rem;position:relative;display:block; }#v9Jr568HhPQQ6Tk4rQbTDolgRECKr4IT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.99805rem;width:2.99805rem;top:0rem;left:7.8754348754881rem;overflow:hidden;display:block; }
#lq5KxkuPOJxMd5zRS1cVAKKM5Eaw9uXB { color:#ffffff;display:block;width:10.999375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5);top:3.623046875rem;left:3.8736991882324rem;height:3.4121125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fasETFAOFXFQL6Q233EfJzZUWdhbrWRB { color:#ffffff;display:block;width:10.999375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5);top:4.4770126342774rem;left:22.624786376953rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fONJLs1032AblxXwwGB98eEJWKWKbKJD { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.99805rem;width:2.99805rem;top:3.814697265625E-6rem;left:26.6875rem;overflow:hidden;display:block; }
#AlDRbVZOsTPTT7q9SOSrGlVAmulZS9TT { color:#ffffff;display:block;width:10.999375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5);top:4.4770126342774rem;left:41.374782562256rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#A8b50lFU1eCWB8OCUmmNga0Jdms2pyid { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.99805rem;width:2.99805rem;top:3.814697265625E-6rem;left:45.4375rem;overflow:hidden;display:block; }
#c8Oamlod8pMNGD9llGnsMiMSDAbQ0O2D { color:#ffffff;display:block;width:10.999375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5);top:4.4770126342774rem;left:60.124790191651rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Gk1qaxeDIQAfVBJbsb6wtfVWSdcHg529 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.99805rem;width:2.99805rem;top:3.814697265625E-6rem;left:64.1875rem;overflow:hidden;display:block; }
#s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #00963d, #00a945);background-image: -moz-linear-gradient(90deg, #00963d, #00a945);background-image: -ms-linear-gradient(90deg, #00963d, #00a945);background-image: -o-linear-gradient(90deg, #00963d, #00a945);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00963d', endColorstr='#00a945' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00963d', endColorstr='#00a945' );";background-image: linear-gradient(90deg, #00963d, #00a945);background-size:auto !important;position:relative;display:block; }#s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM > .row .container { background-color: transparent; background-image: none; }#s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM > .row .container > .video-iframe-container { display: none; }#s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM > .row > .video-iframe-container { display: none; }#s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM > .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); }#s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM > .row .container { border-width: 0; border-radius: 0; }#s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM > .row > .video-iframe-container {  }#s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM > .row .container { font-size:0.875rem;font-family:arial;height:10.625rem;width:75rem;position:relative;display:block; }#K7raieUuK9tL5ilIPopIx6xpmeLca14O { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.99805rem;width:2.99805rem;top:0rem;left:7.8754348754881rem;overflow:hidden;display:block; }
#Ts0QhQSla41Z7i7yog7RtmsN2b7KInXR { color:#ffffff;display:block;width:10.999375rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100001;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5);top:4.4769973754883rem;left:3.8736991882324rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#u9NhyXIPX5ZbnSsb3m76hFQ6RciDyHLq { color:#ffffff;display:block;width:16.436625rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5);top:3.623046875rem;left:19.905601501465rem;height:3.4125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uR1VfuNau4sCmPZ3TNnOsxp4chBk2vqP { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.99805rem;width:2.99805rem;top:0rem;left:26.687286376953rem;overflow:hidden;display:block; }
#bH6MLsTREAlNJ1HBn3glTHTiqlf3nLI5 { color:#ffffff;display:block;width:10.999rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5);top:4.458984375rem;left:41.3740234375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ccB8IsvaX24Tp3Aapy3WX8K4GLm9VzBk { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.99805rem;width:2.99805rem;top:0rem;left:45.437282562256rem;overflow:hidden;display:block; }
#wTXmOrW3w2lhfizktx1nrswnCa4AS2yr { color:#ffffff;display:block;width:10.999rem;position:absolute;font-family:poppins;font-size:1.3125rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;text-shadow:0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5);top:4.4765625rem;left:60.1240234375rem;height:1.70605625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OqXtaxqOcPJfI29eyHy9QIeJ6iFHvdDf { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.99805rem;width:2.99805rem;top:0rem;left:64.18729019165rem;overflow:hidden;display:block; }
#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(255,255,255,0.53);background-image:none;position:relative;display:block; }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row .container { background-color: transparent; background-image: none; }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row .container > .video-iframe-container { display: none; }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row > .video-iframe-container { display: none; }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .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); }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row .container { border-width: 0; border-radius: 0; }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row > .video-iframe-container {  }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row .container { font-size:0.875rem;font-family:arial;height:17.5rem;width:75rem;position:relative;display:block; }#P3G0ZoDDdregx0moOeScB73L9buh4Ue2 { position:absolute;display:block;z-index:100002;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.0625rem;width:21.0625rem;top:0.4375rem;left:26.968751907349rem;overflow:hidden;display:block; }
#rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp > .row .container { background-color: transparent; background-image: none; }#rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp > .row .container > .video-iframe-container { display: none; }#rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp > .row > .video-iframe-container { display: none; }#rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp > .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); }#rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp > .row .container { border-width: 0; border-radius: 0; }#rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp > .row > .video-iframe-container {  }#rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp > .row .container { font-size:0.875rem;font-family:roboto;height:6.8125rem;width:75rem;position:relative;display:block; }#OMbZx8I0l2Pz7UMolXwvZ0X5uwBiOKWD { color:#012056;display:block;width:75rem;position:absolute;font-family:poppins;font-size:2.5rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:1.78125rem;left:0rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A > .row .container { background-color: transparent; background-image: none; }#e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A > .row .container > .video-iframe-container { display: none; }#e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A > .row > .video-iframe-container { display: none; }#e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A > .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); }#e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A > .row .container { border-width: 0; border-radius: 0; }#e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A > .row > .video-iframe-container {  }#e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A > .row .container { font-size:0.875rem;font-family:roboto;height:18.9375rem;width:75rem;position:relative;display:block; }#AzLRvLWl24y8ryMX7sMfK5oNf4znrdNH { position:absolute;display:block;z-index:99998;background-color:transparent;background-image:none;border-top:0.0625rem solid #01296f;border-left:0.0625rem solid #01296f;border-right:0.0625rem solid #01296f;border-bottom:0.0625rem solid #01296f;height:11.9375rem;width:16.875rem;top:3.375rem;left:4.0625rem;display:block; }
#w8hw4JiuXaB8ezlTuhbdRdA4SDQJr7cE { color:#01296f;display:block;width:14.249125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100004;line-height:1.1;letter-spacing:0;top:5.8734817504883rem;left:5.3743515014649rem;height:2.75rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#g3AkzmwLArT9gxBy4XeNAe2izAdP6m6U { position:absolute;display:block;z-index:99999;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-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: -0.3125rem 0rem 1.9375rem rgba(0,0,0,0.12) ;height:3.625rem;width:3.625rem;top:1.625rem;left:10.75rem;display:block; }
#qRHIyVzwIPquWCUFoTfGepQSrJESFAit { box-sizing:content-box;color:#ffca08;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:2.25rem;left:11.3125rem;display:block; }
#Z5uoimLioKhI5yi6ive7kRGIhrUpvJ34 { position:absolute;display:block;z-index:100002;background-color:transparent;background-image:none;border-top:0.0625rem solid #01296f;border-left:0.0625rem solid #01296f;border-right:0.0625rem solid #01296f;border-bottom:0.0625rem solid #01296f;height:11.9375rem;width:16.875rem;top:3.375rem;left:29.0625rem;display:block; }
#cD04DkT9rlfXdZRrlo2ScFAn9ZCxpMuI { position:absolute;display:block;z-index:100003;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-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: -0.3125rem 0rem 1.9375rem rgba(0,0,0,0.12) ;height:3.625rem;width:3.625rem;top:1.625rem;left:35.75rem;display:block; }
#FU5x71f4atfnqQnahFMp0n8hzCQ5BoXo { box-sizing:content-box;color:#ffca08;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100006;top:2.25rem;left:36.3125rem;display:block; }
#t2sJLXxrd97XLah0yvOlAcyh153NX1oO { position:absolute;display:block;z-index:100006;background-color:transparent;background-image:none;border-top:0.0625rem solid #01296f;border-left:0.0625rem solid #01296f;border-right:0.0625rem solid #01296f;border-bottom:0.0625rem solid #01296f;height:11.9375rem;width:16.875rem;top:3.375rem;left:54.0625rem;display:block; }
#kctADW6LTPzb1y0tCS9gqUvdp8oMsG0T { position:absolute;display:block;z-index:100007;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-left-radius:31.25rem;border-top-right-radius:31.25rem;border-bottom-left-radius:31.25rem;border-bottom-right-radius:31.25rem;box-shadow: -0.3125rem 0rem 1.9375rem rgba(0,0,0,0.12) ;height:3.625rem;width:3.625rem;top:1.625rem;left:60.75rem;display:block; }
#KHRXKTreMVuSSw9T3A0yGT7ccv1VXrs5 { box-sizing:content-box;color:#ffca08;font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100010;top:2.3125rem;left:61.3125rem;display:block; }
#QeqSxcneUzAwJP8WzkQvkA8qdHHqsvRq { color:#01296f;display:block;width:14.249125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.5;letter-spacing:0;top:9.8187942504881rem;left:5.3754348754883rem;height:2.8125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EcPxeotmPlC11ZwnATFcAsub4ULf8XNS { color:#01296f;display:block;width:14.249125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:5.8723983764649rem;left:30.374351501465rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#gdLhN8BG66LCu7kyEgbzRza0wPhz7AJH { color:#01296f;display:block;width:14.249125rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:9.8187942504881rem;left:30.375434875488rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#JRuZ8TpFWsHNNJQ2ReE7n82bOuGa9OGu { color:#01296f;display:block;width:14.249125rem;position:absolute;font-family:poppins;font-size:1.25rem;font-weight:700;z-index:100006;line-height:1.1;letter-spacing:0;top:5.8723983764649rem;left:55.374355316162rem;height:1.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ALo4NqpXTwKPTwP1ufQTKNJIU8xpyepV { color:#01296f;display:block;width:15.9375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100007;line-height:1.5;letter-spacing:0;top:9.2469635009762rem;left:54.531253814698rem;height:4.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/7QeOouGZ/vaca_03.png");background-position:bottom center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S.adaptive-delivery-prevent-bg, #nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S.lazyload, #nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S.lazyloading { background-image: none; }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row .container { background-color: transparent; background-image: none; }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,202,8,0.39); }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row .container > .video-iframe-container { display: none; }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(255,202,8,0.39); }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row > .video-iframe-container { display: none; }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .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); }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row .container { border-width: 0; border-radius: 0; }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;  }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row > .video-iframe-container {  }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row .container { font-size:0.875rem;font-family:roboto;height:45.5rem;width:75rem;position:relative;display:block; }#U9xOg8F4F7Vtn4zed271xfwZfgMBD1uh { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:10.2495625rem;width:11.8120625rem;top:25.375rem;left:11.4375rem;overflow:hidden;display:block; }
#vEXORTsdAQcSoSaXqPNc1aEkOvKeFqPK { color:#ffffff;display:block;width:22.125rem;position:absolute;font-family:poppins;font-size:1.5rem;font-weight:700;z-index:100006;line-height:1.3;letter-spacing:0;top:4.4375rem;left:43.5rem;height:3.8994125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EgQCzEcUA0J5T1vZF8shfZFVJzMvGnvc { position:absolute;display:block;z-index:99999;background-color:#00a945;background-image:none;border-top:0.0625rem dashed #ffca08;border-left:0.0625rem dashed #ffca08;border-right:0.0625rem dashed #ffca08;border-bottom:0.0625rem dashed #ffca08;border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;height:12.8125rem;width:24.375rem;top:10.375rem;left:5.0625rem;display:block; }
#TgPan8UXEEfCG8NHupM31eKl768dG1eg { color:#ffffff;display:block;width:22.3123125rem;position:absolute;font-family:poppins;font-size:1.5625rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:12rem;left:6.1875rem;height:6.09375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#FpvLZg6nWuIhPwQIV4BVdPQt1cO4PMlt { color:#ffffff;display:block;width:24.625rem;position:absolute;font-family:poppins;font-size:1.875rem;font-weight:300;z-index:100005;line-height:1.1;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.5);top:22.5rem;left:5.0304689407349rem;height:2.0625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#wbaZU72eU0fA9vVW2slmsZFK2SW6qNMO { position:absolute;display:block;z-index:100000;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #4c954c, #01963e);background-image: -moz-linear-gradient(180deg, #4c954c, #01963e);background-image: -ms-linear-gradient(180deg, #4c954c, #01963e);background-image: -o-linear-gradient(180deg, #4c954c, #01963e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );";background-image: linear-gradient(180deg, #4c954c, #01963e);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;height:5.3125rem;width:26.625rem;top:21.4375rem;left:3.75rem;display:block; }
#L0VLk6idLg70bIdacIxr8BskGew7P1zt { position:absolute;display:block;z-index:100001;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #134497, #01296f);background-image: -moz-linear-gradient(180deg, #134497, #01296f);background-image: -ms-linear-gradient(180deg, #134497, #01296f);background-image: -o-linear-gradient(180deg, #134497, #01296f);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#134497', endColorstr='#01296f' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#134497', endColorstr='#01296f' );";background-image: linear-gradient(180deg, #134497, #01296f);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;box-shadow: 0.1875rem 0.1875rem 0.5625rem rgba(0,0,0,0.5) ;height:8.811875rem;width:24.375rem;top:3.1875rem;left:42.375rem;display:block; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-form-header {  }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-regular-label { height:auto;display:block;font-family:roboto;font-size:0;font-weight:400;color:#ffffff;width:22.5625rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:center;text-align-last:center;font-style:normal;overflow:hidden;line-height:.2; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .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:22.5625rem;box-sizing:border-box;height:2.5625rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .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:22.5625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:roboto;vertical-align:top;text-align:center;text-align-last:center; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .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:22.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:roboto;font-size:0.875rem;overflow:hidden;vertical-align:top;text-align:center;text-align-last:center; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .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; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-button { 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:transparent;background-image: -webkit-linear-gradient(264deg, #002971, #0a3d96);background-image: -moz-linear-gradient(264deg, #002971, #0a3d96);background-image: -ms-linear-gradient(264deg, #002971, #0a3d96);background-image: -o-linear-gradient(264deg, #002971, #0a3d96);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#002971', endColorstr='#0a3d96' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#002971', endColorstr='#0a3d96' );";background-image: linear-gradient(264deg, #002971, #0a3d96);background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.1875rem;font-weight:bold;color:#f2f9ff;width:22.5625rem;height:3.4375rem;font-family:roboto;overflow:hidden;box-shadow: 0rem 0.125rem 0.1875rem rgba(0,0,0,0.5) ; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 [class*="-text"]:-moz-placeholder { color:#3a3a3a;font-family:roboto;font-size:0.875rem;text-align:center;text-align-last:center; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 [class*="-text"]::-moz-placeholder { color:#3a3a3a;font-family:roboto;font-size:0.875rem;text-align:center;text-align-last:center; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 [class*="-text"]:-ms-input-placeholder { color:#3a3a3a;font-family:roboto;font-size:0.875rem;text-align:center;text-align-last:center; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 [class*="-text"]::-webkit-input-placeholder { color:#3a3a3a;font-family:roboto;font-size:0.875rem;text-align:center;text-align-last:center; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .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:roboto;line-height:1.3;font-size:0.75rem;font-weight:300;color:#000000;vertical-align:top;width:21.375rem;overflow:hidden;font-style:normal; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .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; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .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:roboto;font-size:0.8125rem;font-weight:400;color:#ffffff;overflow:hidden;font-style:normal;line-height:1.3;text-align:center;text-align-last:center; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.25rem;padding-left:0;width:100%;font-size:0;height:auto; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-container:first-of-type{padding-top:0;}#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-container:last-of-type{padding-bottom:0;}#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4  { background-color:transparent;background-image: -webkit-linear-gradient(top, #4c954c, #01963e);background-image: -moz-linear-gradient(top, #4c954c, #01963e);background-image: -ms-linear-gradient(top, #4c954c, #01963e);background-image: -o-linear-gradient(top, #4c954c, #01963e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );";background-image: linear-gradient(to bottom, #4c954c, #01963e);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:9.25rem;left:42.03125rem; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:22.5625rem;display:block;vertical-align:top; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-info-text { display:block;height:auto;font-family:roboto;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; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 {display:block;}#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 { background-color:transparent;background-image: -webkit-linear-gradient(top, #4c954c, #01963e);background-image: -moz-linear-gradient(top, #4c954c, #01963e);background-image: -ms-linear-gradient(top, #4c954c, #01963e);background-image: -o-linear-gradient(top, #4c954c, #01963e);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c954c', endColorstr='#01963e' );";background-image: linear-gradient(to bottom, #4c954c, #01963e);background-size:initial !important;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:22.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:100009;border-top-left-radius:0.4375rem;border-top-right-radius:0.4375rem;border-bottom-left-radius:0.4375rem;border-bottom-right-radius:0.4375rem;position:absolute;top:9.25rem;left:42.03125rem; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Ev0QatpMde9DW6RigXycatO3z2HwtSZM { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Nsvu1XWsRvsxHiNFIm2OFfq9qRub8LSV { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #VJaKBpTOsudaSw2arwqqAXbyNlxW27TS { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #soVFfhwfCiOxs49tS0x6vAziVq8TxQ9m { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #sORR7rM9dUKeKBsx9IlcSXnz6go9BziX { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #oCDVwoJ5diSuCX4dUIMDck309ZHJL2oO { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Py3QTIrIBgib37Dog3wJanoexnfvaaWx { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #vnk85c94w5OHhlo1esndq0ELHiPV3Nm1 { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #y43H4e4VF8b69M3slmb6I3qUZbrFkDtV { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #cTB0iygUSRIvHicZGCq6Psy3JxdPkLP9 { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Vqys57UGDuPOO2hJ9bTTsOnoOMHqTpOk { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #qWxS4T8VnKdCsFp2fa07C4G9vhFzkcdI { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #pyhlJk2w8G6T4VUwO6ala0f658STDNgM { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #qHxBNHRS5rBLWuEZw47G0UbJ2FdRyKMr { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #PQ0acBPRr7TFIxMC4DfDnqAr41vs6gPi { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #LNv3BLM4iwkNhRG5NVR5xc0ss9bWJ013 { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #A3Sc14TM8RVbqvlwQtKXeLJ6PfKTozXs { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Oz5TLJfh6lUvmTBbNfTuJGLlEcF2yVVE { position:relative; }
#KlOSyRq2iAy0vT02r3Miuooz8y6201qC { position:relative;display:block; }
#PEVuEzK5u7zBALHmAA2XuG8qyCfgr4gH { position:relative;display:block; }
#HB00ysXnRCWmz8eRPK3sxqDqAdTqtdho { position:relative;display:block; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #nM8T24BN4vIVu2AuV5xnQLhnzd8gagXr { position:relative; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #ouBp71ssJKM6qVq4v3cywZUCE1rH5bXb { position:relative; }
#zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;display:block; }#zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P > .row .container { background-color: transparent; background-image: none; }#zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P > .row .container > .video-iframe-container { display: none; }#zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P > .row > .video-iframe-container { display: none; }#zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P > .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); }#zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P > .row .container { border-width: 0; border-radius: 0; }#zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P > .row > .video-iframe-container {  }#zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P > .row .container { font-size:0.875rem;font-family:arial;height:2.3125rem;width:75rem;position:relative;display:block; }#RNdfPUebgPgSDfozziX2cycWuQM3K4FJ { color:rgba(255,255,255,0.3);display:block;width:67.249375rem;position:absolute;font-family:poppins;font-size:0.9375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.875rem rgba(0,0,0,0.5);top:0.546875rem;left:3.8736991882324rem;height:1.21875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#D7RT9ThwPWAXJ06vccHwlvMJPO0mc0Aw { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:none; }#D7RT9ThwPWAXJ06vccHwlvMJPO0mc0Aw > .row .container { border-width: 0; border-radius: 0; }#D7RT9ThwPWAXJ06vccHwlvMJPO0mc0Aw > .row > .video-iframe-container {  }#D7RT9ThwPWAXJ06vccHwlvMJPO0mc0Aw > .row .container { font-size:0.875rem;font-family:roboto;height:36.375rem;width:75rem;position:relative;display:none; }#zd48Zxk6HDgwW8Wx7O2arShTTWLJSnBd { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:7.5625rem;top:1.375rem;left:3.0615234375rem;overflow:hidden;display:block; }
#P4x4uegkVBpa5pRcIl6PqcyvrZV7cxeX { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:6.875rem;width:5.125rem;top:1.375rem;left:15.90625rem;overflow:hidden;display:block; }
#Pg9oLVOTIqJvDygZNCUWoOywhp5TGkhD { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:7.5625rem;top:1.375rem;left:29.09375rem;overflow:hidden;display:block; }
#sRgIWidzzI4e8nur2ENJcz7QHOMTBkC3 { position:absolute;display:block;z-index:100018;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:7.5625rem;top:1.375rem;left:41.15625rem;overflow:hidden;display:block; }
#RnKLTZyKuvZC11Kol43xmVQ6cD4MqXhu { position:absolute;display:block;z-index:100019;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.625rem;width:7.5625rem;top:1.375rem;left:52.40625rem;overflow:hidden;display:block; }
#pG3yMrz3KqdwtTql9en94rA79q6b9sk8 { position:absolute;display:block;z-index:100023;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:2.8125rem;top:10.25rem;left:41.1875rem;overflow:hidden;display:block; }
#gkd0qPPTG1NT7Tx6TwWPlJqT8Ml4niam { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.8125rem;width:7.5625rem;top:10.25rem;left:52.4375rem;overflow:hidden;display:block; }
#VgnNZnNNnJsMsxQmBBQ1aQRwz9wZnxT2 { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:7.5625rem;top:10.25rem;left:15.9375rem;overflow:hidden;display:block; }
#ND9zl3AdwRCJCBOJKRbwMm2Lr4erL1km { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:4.125rem;top:10.25rem;left:29.125rem;overflow:hidden;display:block; }
#FiOHlObW2lnvsyTOtJgDmOns8WWrtvm8 { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:7.5625rem;top:10.25rem;left:3.0625rem;overflow:hidden;display:block; }
#Kz565aHhKVWvQ8i6ZW2ENcq0JdGJkh3r { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:7.5625rem;top:19.9375rem;left:41.1875rem;overflow:hidden;display:block; }
#P0kzOeNZpTCLBA4wxXxIPhwIZ88sqP9A { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5.6875rem;width:7.5625rem;top:19.9375rem;left:52.4375rem;overflow:hidden;display:block; }
#xF0ZqwsAiiXMmKOlDSRCSu0mEerVZbac { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:6.6875rem;top:19.9375rem;left:15.9375rem;overflow:hidden;display:block; }
#FDuAcD19NTHlf30z5XtHroSUUmIvDqaz { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:7.5625rem;top:19.9375rem;left:29.125rem;overflow:hidden;display:block; }
#zCocT2npZnyDtFmNWFBZZ1rbyoPF0PDO { position:absolute;display:block;z-index:100025;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:7.5625rem;top:19.9375rem;left:3.0625rem;overflow:hidden;display:block; }
#TN8pvWL1BGVT9Acg7hB8VVghHbozfRao { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:3.75rem;top:28.3125rem;left:3.0625rem;overflow:hidden;display:block; }
#B0wokGFrBS1dwi6r8ANPhAu0GE2ex1va { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:5rem;width:6.6875rem;top:28.3125rem;left:15.90625rem;overflow:hidden;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvaPCsccTVucQRISPX3V2ba9AAZbDeCg { width:9.5rem;height:2.2973785182958rem;top:0.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Opdt7Cf57iATWrkQZpuaMCFRyWAJBiDo { width:23.498875rem;height:1.25454375rem;top:1.1531249284744rem;left:13.339771926403rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #rfrDzkWUXhWKouTLBTtztqgECgSqbzd0 { width:9rem;height:2.12471875rem;top:0.71846586465838rem;left:37.99943035841rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaRs3iPN7wLdXCPu1FUU3i3fgfzy4gbi { display:block; }
 }@media only screen and (max-width: 763px) { #vHnbFPzmMkneTUuRnHToTryzzIOiU1Bw { width:36.3125rem;height:3rem;top:22.3125rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 { display:block; }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row .container { width:47.75rem;height:33.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbn0XrmkhafuxJZteCV07ZCDazpNzM7d { width:43.7496875rem;height:2.34545625rem;top:14.265339851379rem;left:1.9985794425011rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoTuSGhPglQyNUrh0SRgiXT6dAr5qqaI { width:43.7496875rem;height:7.6363625rem;top:20.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFiizuyxa82XQTpMWyib0TV3svrLEgL0 { width:47.1246875rem;height:10.875rem;top:18.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPom3FGP8FsNlAvkTTLw8cZz3PPWNlGS { width:20.0625rem;height:4.375rem;top:28.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMTm1vBxo4Ai8fRkAtWg9tQTQdnn5rrP { width:42.0621875rem;height:5.45454375rem;top:8.8116474151613rem;left:2.8414770960807rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH1Ms3GCra4r43UZeugpIEEs6NeGmWgZ { width:42.0621875rem;height:5.45454375rem;top:8.8116474151613rem;left:2.8414770960807rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwq2qsVqFAMe9GK1XeOGZadZ8kJZCiFF { width:42.0621875rem;height:5.45454375rem;top:8.8116474151613rem;left:2.8414770960807rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jdw9K6QaUM0gG3WV56nOVkG5GlR83FhV { width:42.0621875rem;height:5.45454375rem;top:8.8116474151613rem;left:2.8414770960807rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNHGpTBtIDcXdf3vXAW7ByoQqALa0lkp { width:42.0621875rem;height:5.45454375rem;top:8.8116474151613rem;left:2.8414770960807rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nvn59qkWcq8qQSWvTGAFK3TKSmOKouNa { width:36.3125rem;height:3rem;top:22.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPUZ41JIE6MKed9TJRTkTuZnvKi6V8uJ { width:42.0621875rem;height:5.45454375rem;top:8.8116474151613rem;left:2.8414770960807rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #o02qb6hme9aF46lzLZHTkTRw9H07IUFT { width:42.0621875rem;height:5.45454375rem;top:8.8116474151613rem;left:2.8414770960807rem;font-size:2.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg { display:block; }#GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZZG1CeZha3tiTnVrpboI06OqwUwl2RD { width:42.0621875rem;height:5.45454375rem;top:8.8116474151613rem;left:2.8414770960807rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy { display:block; }#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy > .row .container { width:47.75rem;height:17.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NayiaNOWhiGfwacP5ktuwBTfhJK5H9VL { width:15.0625rem;height:4.25454375rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4RvGzSuG4fXaJFKI854c98UWhkAT3Xi { width:4.6875rem;height:3.625rem;top:3.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BybiJTkEn7MOFhxPPpGWFtMmSTTlh7mf { width:6.4375rem;height:6.4375rem;top:2.9375rem;left:20.561634063721rem;display:block; }
 }@media only screen and (max-width: 763px) { #do1XTCigZ4oAhVTHtdheVU5a6FkTv2DP { width:16.25rem;height:15.3125rem;top:5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbIiZDJ8yegI7t2Wg3H7wmcmULMsQ4Ei { width:10.75rem;height:10.75rem;top:0.875rem;left:2.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJlc44ZC6J2RNaSJkuqfUTEpDSQ8eq7g { width:16.25rem;height:15.3125rem;top:5rem;left:15.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdK8Z8SuobkUyGBMPvW5kRFbgcHzbz8H { width:10.75rem;height:10.75rem;top:0.875rem;left:18.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKubRRoIRUomrpDw6ldIkN00fC9nt2KR { width:15.0625rem;height:4.25454375rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIE4mnlrgSSrDWggUl7TSDzItrBOg6tw { width:16.25rem;height:15.3125rem;top:5rem;left:31.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBJepQ57g3nHHUsuphFAbAmzsMNW5k3I { width:10.75rem;height:10.75rem;top:0.875rem;left:34.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRnXfMkJPBT481ZsnJpwaPITyqoeNvsG { width:15.0625rem;height:4.25454375rem;top:10.8125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpkVx2WPEgo7oXVL8BWoqc2pwazJ2ptm { width:6.625rem;height:6.625rem;top:2.0625rem;left:36.468318939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec { display:block; }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTdvaqVJHI27EfIzdQezZgfiNz9GlAOl { width:9rem;height:2.12471875rem;top:0.71846586465838rem;left:37.99943035841rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXereFwt4uOXpuFB2vp9HUaPGc21wsuc { display:block; }
 }@media only screen and (max-width: 763px) { #MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX { display:block; }#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXsKZfEOKXHRIGiE2AwFfaRCDVH6HWaR { width:47.75rem;height:3.21818125rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqXQXZhB94apD1HDL9CrDTAbALvVDqEe { display:block; }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row .container { width:47.75rem;height:48.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyTl65Q2vVZ3FEBA90JTzN2WlpXoegXF { width:22.625rem;height:46.6875rem;top:0.65625rem;left:0.62471586465836rem;display:block; }
 }@media only screen and (max-width: 763px) { #MilTIzl2ngu17TMFkxexlZgK3EJPgrKT { width:19.4375rem;height:36.818175rem;top:2.84375rem;left:2.21875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqTyGh1bXSSZXBaqGt4ocLAzy3b9658g { width:2.1875rem;height:2.1875rem;top:0.65625rem;left:1.4375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1SyTnWTENyeWgxlAXuLGTRJdDpoJNN1 { width:22.5rem;height:46.6875rem;top:0.65625rem;left:24.562498748302rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6qdvV1PLBXzz2iDVQSxxmhTuVMOwdqb { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CpsNZ7BV6Gsav7SIDh5MaaILTG4UDBWk { width:2.1875rem;height:2.1875rem;top:0.65625rem;left:25.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDU10Wl0zPssq5h9x0X0b8apddaSByRI { width:22.5rem;height:46.6875rem;top:0.65625rem;left:24.562498748302rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPHMvcpXbOC5rWLugr3ZOhLkKdDzqSEn { width:19.0625rem;height:33.8726875rem;top:2.84375rem;left:26.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #E90W3PCnKetfkb2mNMDH7RsDJ1OSwxW5 { width:2.1875rem;height:2.1875rem;top:0.65625rem;left:25.1875rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHEFIDswloNPT4HyowGk60msG057lih { display:block; }#nyHEFIDswloNPT4HyowGk60msG057lih > .row .container { width:47.75rem;height:15.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbfTmh5wkbBn6ZXSELogk1wVWb9h7G3E { width:37.5rem;height:7.52725rem;top:2.125rem;left:5.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #XrZozbAMCUKs5mE5owU1k86NBswreuDK { width:31.1871875rem;height:2.50909375rem;top:10.497443199157rem;left:8.2789770960806rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WD6OxWBot1fdqyf8upcG0zQR136yZtvy { width:47.75rem;height:8.8125rem;top:1.1875rem;left:0rem;display:block; }
 }@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) { #osVQamTVC6FbtNHoFiE2uy4XvU7Aworf { width:38.4375rem;height:5.5636375rem;top:0.65625rem;left:4.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp { display:block; }#nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6T0G9JlnbqBxzoE9y9ZTLtcGO0MPdF6 { width:19.125rem;height:20.4rem;top:16.499142646789rem;left:2.3735794425011rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrDogJe0WPNlQAOJc4lWzoTFAtpNKgrX { width:6.625rem;height:6.625rem;top:2.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4y6HLhet8h7qSO44ri0rmEpqnNVquip { width:14.0625rem;height:2.4375rem;top:11.8125rem;left:0.90625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgXhsftLAT5Md1TtZlKXaV8Upi9q2GyA { width:4.74971875rem;height:4.74971875rem;top:3.75rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMy2IZQcF5MbcQPKa6Db4NHVsiG43gwS { width:17.1875rem;height:2.75rem;top:11.625rem;left:14.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyFUyrSiGn8iV5iTLEdwHdntbE3Gerlg { width:6.625rem;height:6.625rem;top:2.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu3hcNlUTQoLn4UPrCCZWOqXP6Z0hyis { width:19.125rem;height:20.4rem;top:16.499142646789rem;left:2.3735794425011rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKaoT3TzP6daBU3qz9RLp9UpLeVas987 { width:4.375rem;height:4.375rem;top:3.75rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqBVJk4JAIBEgVGOgJBaoNp6fyM5smLl { width:6.625rem;height:6.625rem;top:2.625rem;left:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7hfyEpcirGvFLMzrd4xTTx4Je9Sgr9 { width:14.0625rem;height:1.4375rem;top:11.8125rem;left:32.65625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9r3neDoAE318qRzlxbDmH6oNG4hR1MU { width:4.375rem;height:4.375rem;top:3.75rem;left:9.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnUXFpiSPvMBlsyiDO0KzJGFFfkmwJWI { width:19.125rem;height:20.4rem;top:16.499142646789rem;left:2.3735794425011rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF { display:block; }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bG56NDKazrU528avny6eTdXiFPXQu8vQ { width:9rem;height:2.12471875rem;top:0.71846586465838rem;left:37.99943035841rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDxHIDaEvNZF4rPDUcPxZExLHphs7X8S { display:block; }
 }@media only screen and (max-width: 763px) { #xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn { display:block; }#xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pw7VGTw6McTVGubV0edI7KqXZp735al0 { width:38.4375rem;height:5.5636375rem;top:0.65625rem;left:4.65625rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4QJQzmuHumNItk3pdvWusIs23cbQgB2 { display:block; }#e4QJQzmuHumNItk3pdvWusIs23cbQgB2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO2EQ5uR0FyuAO6Fh9yvKKgVHMTgZQcK { width:14.8125rem;height:9.875rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgCTuc1CRPibVN6TCankCrWSSV8KZlz4 { width:14.8125rem;height:9.8125rem;top:2.53125rem;left:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko7m2bVDGsWJTuBhSzRci85uNwrxDQ8t { width:14.8125rem;height:9.875rem;top:2.5625rem;left:31.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpO9RpR7KFf5HdEloW7gn0tMHwtZn0h3 { width:47.75rem;height:3.21818125rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #U5MdiyVpOS37DCCGnSm36NCqmcxhktxh { display:block; }#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tw2c05OfktIJ6ecDEPUK3ERnaVPnQwNv { width:47.75rem;height:3.21818125rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #HarHCF7XWwMfZf15I7smC4iAdqm7QVBk { width:31.1871875rem;height:2.50909375rem;top:10.497443199157rem;left:8.2789770960806rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI { display:block; }#ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9Jr568HhPQQ6Tk4rQbTDolgRECKr4IT { width:2.9375rem;height:2.9375rem;top:0rem;left:4.4691848754883rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq5KxkuPOJxMd5zRS1cVAKKM5Eaw9uXB { width:47.75rem;height:3.21818125rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fasETFAOFXFQL6Q233EfJzZUWdhbrWRB { width:47.75rem;height:3.21818125rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #fONJLs1032AblxXwwGB98eEJWKWKbKJD { width:2.9375rem;height:2.9375rem;top:0rem;left:16.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlDRbVZOsTPTT7q9SOSrGlVAmulZS9TT { width:47.75rem;height:3.21818125rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #A8b50lFU1eCWB8OCUmmNga0Jdms2pyid { width:2.9375rem;height:2.9375rem;top:0rem;left:28.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8Oamlod8pMNGD9llGnsMiMSDAbQ0O2D { width:47.75rem;height:3.21818125rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gk1qaxeDIQAfVBJbsb6wtfVWSdcHg529 { width:2.9375rem;height:2.9375rem;top:0rem;left:40.34375rem;display:block; }
 }@media only screen and (max-width: 763px) { #s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM { display:block; }#s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7raieUuK9tL5ilIPopIx6xpmeLca14O { width:2.9375rem;height:2.9375rem;top:0rem;left:4.4691848754883rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts0QhQSla41Z7i7yog7RtmsN2b7KInXR { width:47.75rem;height:3.21818125rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #u9NhyXIPX5ZbnSsb3m76hFQ6RciDyHLq { width:47.75rem;height:3.21818125rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #uR1VfuNau4sCmPZ3TNnOsxp4chBk2vqP { width:2.9375rem;height:2.9375rem;top:0rem;left:16.468536376953rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH6MLsTREAlNJ1HBn3glTHTiqlf3nLI5 { width:47.75rem;height:3.21818125rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ccB8IsvaX24Tp3Aapy3WX8K4GLm9VzBk { width:2.9375rem;height:2.9375rem;top:0rem;left:28.406032562256rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTXmOrW3w2lhfizktx1nrswnCa4AS2yr { width:47.75rem;height:3.21818125rem;top:4.25rem;left:0rem;font-size:2.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #OqXtaxqOcPJfI29eyHy9QIeJ6iFHvdDf { width:2.9375rem;height:2.9375rem;top:0rem;left:40.343540191651rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxSTKaQleVW2elfrrZJEXauCMF4TfscZ { display:block; }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3G0ZoDDdregx0moOeScB73L9buh4Ue2 { width:15.4994375rem;height:12.4994375rem;top:3.2181816101074rem;left:16.123293578625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp { display:block; }#rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMbZx8I0l2Pz7UMolXwvZ0X5uwBiOKWD { width:47.75rem;height:6.9818125rem;top:3.4375rem;left:0rem;font-size:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A { display:block; }#e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzLRvLWl24y8ryMX7sMfK5oNf4znrdNH { width:15rem;height:11.9375rem;top:3.6875rem;left:0.3955078125rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8hw4JiuXaB8ezlTuhbdRdA4SDQJr7cE { width:14.1875rem;height:2.6875rem;top:5.8125rem;left:0.81185150146487rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3AkzmwLArT9gxBy4XeNAe2izAdP6m6U { width:3.5625rem;height:3.5625rem;top:1.625rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRHIyVzwIPquWCUFoTfGepQSrJESFAit { width:2.5rem;height:2.5rem;top:2.25rem;left:6.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5uoimLioKhI5yi6ive7kRGIhrUpvJ34 { width:15rem;height:11.9375rem;top:3.6875rem;left:16.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD04DkT9rlfXdZRrlo2ScFAn9ZCxpMuI { width:3.5625rem;height:3.5625rem;top:1.625rem;left:22.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU5x71f4atfnqQnahFMp0n8hzCQ5BoXo { width:2.5rem;height:2.5rem;top:2.25rem;left:22.625rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2sJLXxrd97XLah0yvOlAcyh153NX1oO { width:15rem;height:11.9375rem;top:3.6875rem;left:32.228515625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kctADW6LTPzb1y0tCS9gqUvdp8oMsG0T { width:3.5625rem;height:3.5625rem;top:1.625rem;left:37.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHRXKTreMVuSSw9T3A0yGT7ccv1VXrs5 { width:2.5rem;height:2.5rem;top:2.3125rem;left:38.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeqSxcneUzAwJP8WzkQvkA8qdHHqsvRq { width:14.1875rem;height:4.1875rem;top:9.8125rem;left:0.81293487548825rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcPxeotmPlC11ZwnATFcAsub4ULf8XNS { width:14.1875rem;height:2.6875rem;top:5.8125rem;left:16.686851501465rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdLhN8BG66LCu7kyEgbzRza0wPhz7AJH { width:14.1875rem;height:4.1875rem;top:9.8125rem;left:16.687934875488rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRuZ8TpFWsHNNJQ2ReE7n82bOuGa9OGu { width:14.1875rem;height:2.6875rem;top:5.8125rem;left:32.561855316162rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALo4NqpXTwKPTwP1ufQTKNJIU8xpyepV { width:15.9375rem;height:5.625rem;top:9.1875rem;left:31.6875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S { display:block; }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9xOg8F4F7Vtn4zed271xfwZfgMBD1uh { width:8.686375rem;height:7.5690625rem;top:17.10343170166rem;left:7.4667612910269rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEXORTsdAQcSoSaXqPNc1aEkOvKeFqPK { width:17.5619375rem;height:3.272725rem;top:1.4343748092651rem;left:28.119032561779rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgQCzEcUA0J5T1vZF8shfZFVJzMvGnvc { width:47.1246875rem;height:10.875rem;top:18.6875rem;left:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TgPan8UXEEfCG8NHupM31eKl768dG1eg { width:43.7496875rem;height:7.6363625rem;top:20.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpvLZg6nWuIhPwQIV4BVdPQt1cO4PMlt { width:43.7496875rem;height:7.6363625rem;top:20.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbaZU72eU0fA9vVW2slmsZFK2SW6qNMO { width:26.5625rem;height:5.3125rem;top:21.4375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #L0VLk6idLg70bIdacIxr8BskGew7P1zt { width:24.375rem;height:8.75rem;top:3.1875rem;left:23.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-button { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4  { width:16.6875rem;height:auto;top:5.2670459747314rem;left:27.307669341564rem; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 {display:block;}#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 { width:16.6875rem;height:auto;top:5.2670459747314rem;left:27.307669341564rem; }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Ev0QatpMde9DW6RigXycatO3z2HwtSZM {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Nsvu1XWsRvsxHiNFIm2OFfq9qRub8LSV {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #VJaKBpTOsudaSw2arwqqAXbyNlxW27TS {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #soVFfhwfCiOxs49tS0x6vAziVq8TxQ9m {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #sORR7rM9dUKeKBsx9IlcSXnz6go9BziX {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #oCDVwoJ5diSuCX4dUIMDck309ZHJL2oO {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Py3QTIrIBgib37Dog3wJanoexnfvaaWx {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #vnk85c94w5OHhlo1esndq0ELHiPV3Nm1 {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #y43H4e4VF8b69M3slmb6I3qUZbrFkDtV {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #cTB0iygUSRIvHicZGCq6Psy3JxdPkLP9 {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Vqys57UGDuPOO2hJ9bTTsOnoOMHqTpOk {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #qWxS4T8VnKdCsFp2fa07C4G9vhFzkcdI {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #pyhlJk2w8G6T4VUwO6ala0f658STDNgM {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #qHxBNHRS5rBLWuEZw47G0UbJ2FdRyKMr {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #PQ0acBPRr7TFIxMC4DfDnqAr41vs6gPi {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #LNv3BLM4iwkNhRG5NVR5xc0ss9bWJ013 {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #A3Sc14TM8RVbqvlwQtKXeLJ6PfKTozXs {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Oz5TLJfh6lUvmTBbNfTuJGLlEcF2yVVE {  }
 }@media only screen and (max-width: 763px) { #KlOSyRq2iAy0vT02r3Miuooz8y6201qC { display:block; }
 }@media only screen and (max-width: 763px) { #PEVuEzK5u7zBALHmAA2XuG8qyCfgr4gH { display:block; }
 }@media only screen and (max-width: 763px) { #HB00ysXnRCWmz8eRPK3sxqDqAdTqtdho { display:block; }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #nM8T24BN4vIVu2AuV5xnQLhnzd8gagXr {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #ouBp71ssJKM6qVq4v3cywZUCE1rH5bXb {  }
 }@media only screen and (max-width: 763px) { #zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P { display:block; }#zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNdfPUebgPgSDfozziX2cycWuQM3K4FJ { width:43.7496875rem;height:7.6363625rem;top:20.375rem;left:2.0625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7RT9ThwPWAXJ06vccHwlvMJPO0mc0Aw { display:block; }#D7RT9ThwPWAXJ06vccHwlvMJPO0mc0Aw > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zd48Zxk6HDgwW8Wx7O2arShTTWLJSnBd { width:14.625rem;height:10.9375rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4x4uegkVBpa5pRcIl6PqcyvrZV7cxeX { width:9.9375rem;height:13.3125rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg9oLVOTIqJvDygZNCUWoOywhp5TGkhD { width:14.625rem;height:10.9375rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRgIWidzzI4e8nur2ENJcz7QHOMTBkC3 { width:14.625rem;height:10.9375rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnKLTZyKuvZC11Kol43xmVQ6cD4MqXhu { width:14.625rem;height:10.9375rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG3yMrz3KqdwtTql9en94rA79q6b9sk8 { width:5.4375rem;height:9.6875rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkd0qPPTG1NT7Tx6TwWPlJqT8Ml4niam { width:14.625rem;height:11.3125rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgnNZnNNnJsMsxQmBBQ1aQRwz9wZnxT2 { width:14.625rem;height:11.0625rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND9zl3AdwRCJCBOJKRbwMm2Lr4erL1km { width:8.125rem;height:9.75rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiOHlObW2lnvsyTOtJgDmOns8WWrtvm8 { width:14.625rem;height:11rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz565aHhKVWvQ8i6ZW2ENcq0JdGJkh3r { width:14.625rem;height:9.75rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0kzOeNZpTCLBA4wxXxIPhwIZ88sqP9A { width:14.625rem;height:11.0625rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0ZqwsAiiXMmKOlDSRCSu0mEerVZbac { width:13rem;height:9.75rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDuAcD19NTHlf30z5XtHroSUUmIvDqaz { width:14.625rem;height:9.75rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCocT2npZnyDtFmNWFBZZ1rbyoPF0PDO { width:14.625rem;height:9.75rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN8pvWL1BGVT9Acg7hB8VVghHbozfRao { width:7.3125rem;height:9.75rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0wokGFrBS1dwi6r8ANPhAu0GE2ex1va { width:13rem;height:9.75rem;top:2.5625rem;left:0.59375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;background-color:rgba(0,0,0,0);background-image:none;display:block; }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row .container { background-color: transparent; background-image: none; }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row .container > .video-iframe-container { display: none; }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row > .video-iframe-container { display: none; }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .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); }#sUxucIiEvUmMJuJGquSHCAxEsJNca4Qf > .row .container { width:20rem;height:5.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WvaPCsccTVucQRISPX3V2ba9AAZbDeCg { width:8.9995625rem;height:2.24935rem;top:0.625rem;left:5.4991322159767rem;display:block; }
 }@media only screen and (max-width: 763px) { #Opdt7Cf57iATWrkQZpuaMCFRyWAJBiDo { width:20rem;height:0;top:3.36181640625rem;left:0rem;font-size:1.125rem;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #rfrDzkWUXhWKouTLBTtztqgECgSqbzd0 { width:14.5rem;height:2rem;top:3.123046875rem;left:2.75rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MaRs3iPN7wLdXCPu1FUU3i3fgfzy4gbi { display:block; }
 }@media only screen and (max-width: 763px) { #vHnbFPzmMkneTUuRnHToTryzzIOiU1Bw { width:20rem;height:6.25rem;top:-1.00048828125rem;left:-0.0625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;z-index:99999;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 { background-color:#08162e;background-image:url("https://images.assets-landingi.com/xkTuENSb/bgb_01.png");background-position:bottom left !important;background-repeat:repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6.adaptive-delivery-prevent-bg, #lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6.lazyload, #lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6.lazyloading { background-image: none; }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row .container { background-color: transparent; background-image: none; }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row .container > .video-iframe-container { display: none; }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row > .video-iframe-container { display: none; }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .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); }#lLyt5Mh1xIXVoGUSDUZ9mhTMcTrNxKE6 > .row .container { width:20rem;height:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rbn0XrmkhafuxJZteCV07ZCDazpNzM7d { width:17.686625rem;height:3.25rem;top:27.686630249024rem;left:1.1870660185814rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #eoTuSGhPglQyNUrh0SRgiXT6dAr5qqaI { width:17.561875rem;height:9.500975rem;top:32.749565124512rem;left:1.2185329794884rem;text-align:center;text-align-last:center;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gFiizuyxa82XQTpMWyib0TV3svrLEgL0 { width:19.875rem;height:13.375rem;top:31.062278747559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPom3FGP8FsNlAvkTTLw8cZz3PPWNlGS { width:18.125rem;height:4.375rem;top:27.124565124512rem;left:0.93750005960463rem;display:block; }
 }@media only screen and (max-width: 763px) { #rMTm1vBxo4Ai8fRkAtWg9tQTQdnn5rrP { width:20rem;height:1.70625rem;top:8.248046875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KH1Ms3GCra4r43UZeugpIEEs6NeGmWgZ { width:20rem;height:2.925rem;top:10.623046875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nwq2qsVqFAMe9GK1XeOGZadZ8kJZCiFF { width:20rem;height:2.925rem;top:12.875rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jdw9K6QaUM0gG3WV56nOVkG5GlR83FhV { width:20rem;height:1.70625rem;top:17.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNHGpTBtIDcXdf3vXAW7ByoQqALa0lkp { width:20rem;height:0;top:56.512590408325rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Nvn59qkWcq8qQSWvTGAFK3TKSmOKouNa { width:19.0625rem;height:5.3125rem;top:19.312065124512rem;left:0.43728297948838rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oPUZ41JIE6MKed9TJRTkTuZnvKi6V8uJ { width:15.5620625rem;height:2.925rem;top:21.56575012207rem;left:2.2178819775581rem;text-align:center;text-align-last:center;font-size:2.25rem;z-index:100004;display:block; }
 }@media only screen and (max-width: 763px) { #o02qb6hme9aF46lzLZHTkTRw9H07IUFT { width:20rem;height:2.19375rem;top:19.375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;z-index:100005;display:block; }
 }@media only screen and (max-width: 763px) { #GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg { display:block; }#GHBeVxMO2xakWTFO5sPvAZJeq0RzTUWg > .row .container { width:20rem;height:6.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pZZG1CeZha3tiTnVrpboI06OqwUwl2RD { width:20rem;height:3.8984375rem;top:1.2695322036743rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;color:#01963e;display:block; }
 }@media only screen and (max-width: 763px) { #NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy { display:block; }#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy { border-width: 0; border-radius: 0; }#NHdzxkUlRxAyO8QXiRoGR54L3GQQ9EDy > .row .container { width:20rem;height:54.9375rem;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; } }@media only screen and (max-width: 763px) { #NayiaNOWhiGfwacP5ktuwBTfhJK5H9VL { width:16.1230625rem;height:2.923825rem;top:11.811198234558rem;left:1.9379342198372rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #T4RvGzSuG4fXaJFKI854c98UWhkAT3Xi { width:7.3123125rem;height:5.625rem;top:2.5607652664184rem;left:6.8118491768837rem;display:block; }
 }@media only screen and (max-width: 763px) { #BybiJTkEn7MOFhxPPpGWFtMmSTTlh7mf { width:6.06228125rem;height:6.06228125rem;top:20.125rem;left:6.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #do1XTCigZ4oAhVTHtdheVU5a6FkTv2DP { width:16.3125rem;height:12.75rem;top:4.375rem;left:1.8435330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #HbIiZDJ8yegI7t2Wg3H7wmcmULMsQ4Ei { width:10.75rem;height:10.75rem;top:4.7683715820312E-6rem;left:4.6245661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #HJlc44ZC6J2RNaSJkuqfUTEpDSQ8eq7g { width:16.25rem;height:13.125rem;top:22.125rem;left:1.875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdK8Z8SuobkUyGBMPvW5kRFbgcHzbz8H { width:10.75rem;height:10.75rem;top:17.75rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SKubRRoIRUomrpDw6ldIkN00fC9nt2KR { width:14.0625rem;height:4.38574375rem;top:29.75rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xIE4mnlrgSSrDWggUl7TSDzItrBOg6tw { width:16.25rem;height:15.3125rem;top:39.625rem;left:1.875rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:30rem;border-bottom-right-radius:30rem;display:block; }
 }@media only screen and (max-width: 763px) { #DBJepQ57g3nHHUsuphFAbAmzsMNW5k3I { width:10.75rem;height:10.75rem;top:35.875rem;left:4.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #BRnXfMkJPBT481ZsnJpwaPITyqoeNvsG { width:14.0625rem;height:2.923825rem;top:47.875rem;left:3rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TpkVx2WPEgo7oXVL8BWoqc2pwazJ2ptm { width:6.624375rem;height:6.624375rem;top:37.125rem;left:6.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec { background-color:#f3f4f7;background-image:none;display:block; }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row .container { background-color: transparent; background-image: none; }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row .container > .video-iframe-container { display: none; }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row > .video-iframe-container { display: none; }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .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); }#CsSpcUK9rclxnTvCi1wpJS8Hrk8Tc8Ec > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HTdvaqVJHI27EfIzdQezZgfiNz9GlAOl { width:19rem;height:4.5625rem;top:1.25rem;left:0.5rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXereFwt4uOXpuFB2vp9HUaPGc21wsuc { display:block; }
 }@media only screen and (max-width: 763px) { #MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX { display:block; }#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#MTMcF8KuPxTAOKMlVaitl6SNLIdzQTSX > .row .container { width:20rem;height:6.5625rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xXsKZfEOKXHRIGiE2AwFfaRCDVH6HWaR { width:19.9989375rem;height:4.125rem;top:1.2185335159302rem;left:0rem;text-align:center;text-align-last:center;font-size:1.875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #VqXQXZhB94apD1HDL9CrDTAbALvVDqEe { background-color:transparent;background-image:url("https://images.assets-landingi.com/uWs0p8k1/bgb_02.png");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe.adaptive-delivery-prevent-bg, #VqXQXZhB94apD1HDL9CrDTAbALvVDqEe.lazyload, #VqXQXZhB94apD1HDL9CrDTAbALvVDqEe.lazyloading { background-image: none; }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row .container { background-color: transparent; background-image: none; }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #00a945; }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row .container > .video-iframe-container { display: none; }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: #00a945; }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row > .video-iframe-container { display: none; }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .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); }#VqXQXZhB94apD1HDL9CrDTAbALvVDqEe > .row .container { width:20rem;height:96.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HyTl65Q2vVZ3FEBA90JTzN2WlpXoegXF { width:19.9375rem;height:31.1875rem;top:1.2476501464844rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MilTIzl2ngu17TMFkxexlZgK3EJPgrKT { width:19.3125rem;height:25.59375rem;top:4.3957381248474rem;left:0.46789771318436rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #dqTyGh1bXSSZXBaqGt4ocLAzy3b9658g { width:2.18693125rem;height:2.18693125rem;top:1.9568114280701rem;left:8.904545247555rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #I1SyTnWTENyeWgxlAXuLGTRJdDpoJNN1 { width:19.9375rem;height:17.625rem;top:34.3125rem;left:0.0625rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g6qdvV1PLBXzz2iDVQSxxmhTuVMOwdqb { width:19.3125rem;height:13.40625rem;top:37.0625rem;left:0.375rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #CpsNZ7BV6Gsav7SIDh5MaaILTG4UDBWk { width:2.18693125rem;height:2.18693125rem;top:34.9375rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KDU10Wl0zPssq5h9x0X0b8apddaSByRI { width:20rem;height:40.625rem;top:53.8125rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NPHMvcpXbOC5rWLugr3ZOhLkKdDzqSEn { width:19.3125rem;height:35.34375rem;top:57.25rem;left:0.3125rem;text-align:left;text-align-last:left;font-size:0.9375rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #E90W3PCnKetfkb2mNMDH7RsDJ1OSwxW5 { width:2.1875rem;height:2.1875rem;top:54.4375rem;left:8.9375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #nyHEFIDswloNPT4HyowGk60msG057lih { background-color:transparent;background-image: -webkit-linear-gradient(180deg, #00a945, #00963d);background-image: -moz-linear-gradient(180deg, #00a945, #00963d);background-image: -ms-linear-gradient(180deg, #00a945, #00963d);background-image: -o-linear-gradient(180deg, #00a945, #00963d);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a945', endColorstr='#00963d' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a945', endColorstr='#00963d' );";background-image: linear-gradient(180deg, #00a945, #00963d);background-size:cover !important;display:block; }#nyHEFIDswloNPT4HyowGk60msG057lih > .row .container { background-color: transparent; background-image: none; }#nyHEFIDswloNPT4HyowGk60msG057lih::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyHEFIDswloNPT4HyowGk60msG057lih > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyHEFIDswloNPT4HyowGk60msG057lih > .row .container > .video-iframe-container { display: none; }#nyHEFIDswloNPT4HyowGk60msG057lih > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nyHEFIDswloNPT4HyowGk60msG057lih > .row > .video-iframe-container { display: none; }#nyHEFIDswloNPT4HyowGk60msG057lih > .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); }#nyHEFIDswloNPT4HyowGk60msG057lih > .row .container { width:20rem;height:15rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fbfTmh5wkbBn6ZXSELogk1wVWb9h7G3E { width:20rem;height:7.21679375rem;top:1.8728294372559rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #XrZozbAMCUKs5mE5owU1k86NBswreuDK { width:19.124375rem;height:4.125rem;top:9.716796875rem;left:0.43619793653488rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #WD6OxWBot1fdqyf8upcG0zQR136yZtvy { width:20rem;height:8.8125rem;top:3.1174093876034rem;left:0rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:7.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #osVQamTVC6FbtNHoFiE2uy4XvU7Aworf { width:20rem;height:3.9375rem;top:3.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp { display:block; }#nC5O3iCbcD3xio5TIlAscp2G2mDv5Tqp > .row .container { width:20rem;height:77rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #b6T0G9JlnbqBxzoE9y9ZTLtcGO0MPdF6 { width:16.624375rem;height:10.125rem;top:13.8837890625rem;left:1.6865234375rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #BrDogJe0WPNlQAOJc4lWzoTFAtpNKgrX { width:7.5rem;height:7.5rem;top:1.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x4y6HLhet8h7qSO44ri0rmEpqnNVquip { width:14.0625rem;height:2.88671875rem;top:10.3720703125rem;left:2.96875rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tgXhsftLAT5Md1TtZlKXaV8Upi9q2GyA { width:4.375rem;height:4.375rem;top:3.625rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMy2IZQcF5MbcQPKa6Db4NHVsiG43gwS { width:17.1875rem;height:2.923825rem;top:34.375rem;left:1.4375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gyFUyrSiGn8iV5iTLEdwHdntbE3Gerlg { width:7.5rem;height:7.5rem;top:25.875rem;left:6.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bu3hcNlUTQoLn4UPrCCZWOqXP6Z0hyis { width:16.6241875rem;height:9rem;top:39.375rem;left:1.625rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #bKaoT3TzP6daBU3qz9RLp9UpLeVas987 { width:4.375rem;height:4.375rem;top:27.625rem;left:7.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NqBVJk4JAIBEgVGOgJBaoNp6fyM5smLl { width:7.5rem;height:7.5rem;top:50.25rem;left:6.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #sg7hfyEpcirGvFLMzrd4xTTx4Je9Sgr9 { width:14.0625rem;height:1.70605625rem;top:58.75rem;left:3rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p9r3neDoAE318qRzlxbDmH6oNG4hR1MU { width:4.375rem;height:4.375rem;top:52rem;left:7.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VnUXFpiSPvMBlsyiDO0KzJGFFfkmwJWI { width:16.624375rem;height:12.375rem;top:61.0625rem;left:1.75rem;text-align:center;text-align-last:center;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF { background-color:#f3f4f7;background-image:none;display:block; }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row .container { background-color: transparent; background-image: none; }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row .container > .video-iframe-container { display: none; }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row > .video-iframe-container { display: none; }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .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); }#ZiZZ84kWAENdMIv6ku5wkuXt6f0b4aQF > .row .container { width:20rem;height:5.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #bG56NDKazrU528avny6eTdXiFPXQu8vQ { width:18.9985rem;height:2.9362rem;top:1.3422298431396rem;left:0.50021702051162rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #NDxHIDaEvNZF4rPDUcPxZExLHphs7X8S { display:block; }
 }@media only screen and (max-width: 763px) { #xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn { display:block; }#xGmokXWsmobkJtn4Z9uN0wcaNZJS4yyn > .row .container { width:20rem;height:8.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pw7VGTw6McTVGubV0edI7KqXZp735al0 { width:18.2491875rem;height:5.90625rem;top:1.578125rem;left:0.87421870231631rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #e4QJQzmuHumNItk3pdvWusIs23cbQgB2 { display:block; }#e4QJQzmuHumNItk3pdvWusIs23cbQgB2 > .row .container > .video-iframe-container {  }#e4QJQzmuHumNItk3pdvWusIs23cbQgB2 > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TO2EQ5uR0FyuAO6Fh9yvKKgVHMTgZQcK { width:20rem;height:13.3125rem;top:2.2812509536743rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZgCTuc1CRPibVN6TCankCrWSSV8KZlz4 { width:20rem;height:13.25rem;top:16.217968940735rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ko7m2bVDGsWJTuBhSzRci85uNwrxDQ8t { width:20rem;height:13.25rem;top:30.092967987061rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #OpO9RpR7KFf5HdEloW7gn0tMHwtZn0h3 { width:20rem;height:1.03125rem;top:0rem;left:0rem;text-align:center;text-align-last:center;font-size:0.9375rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #U5MdiyVpOS37DCCGnSm36NCqmcxhktxh { display:block; }#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh > .row .container > .video-iframe-container { border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem; }#U5MdiyVpOS37DCCGnSm36NCqmcxhktxh > .row .container { width:20rem;height:13.75rem;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0rem;border-bottom-right-radius:0rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Tw2c05OfktIJ6ecDEPUK3ERnaVPnQwNv { width:20rem;height:4.94824375rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #HarHCF7XWwMfZf15I7smC4iAdqm7QVBk { width:20rem;height:4.125rem;top:7.4479103088381rem;left:0rem;font-size:0.9375rem;text-align:center;text-align-last:center;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI { display:block; }#ET5tnzeAGfyqNAOmpXkAo1d9OOWmAoJI > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #v9Jr568HhPQQ6Tk4rQbTDolgRECKr4IT { width:2.93728125rem;height:2.93728125rem;top:0rem;left:8.5286465287206rem;display:block; }
 }@media only screen and (max-width: 763px) { #lq5KxkuPOJxMd5zRS1cVAKKM5Eaw9uXB { width:10.9375rem;height:2.8875rem;top:3.5579376220703rem;left:4.5312500596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fasETFAOFXFQL6Q233EfJzZUWdhbrWRB { width:10.9375rem;height:1.44375rem;top:11.875rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #fONJLs1032AblxXwwGB98eEJWKWKbKJD { width:2.9375rem;height:2.9375rem;top:8.3125rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AlDRbVZOsTPTT7q9SOSrGlVAmulZS9TT { width:10.9375rem;height:1.44375rem;top:18.75rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #A8b50lFU1eCWB8OCUmmNga0Jdms2pyid { width:2.9375rem;height:2.9375rem;top:15.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #c8Oamlod8pMNGD9llGnsMiMSDAbQ0O2D { width:10.9375rem;height:1.44375rem;top:25.625rem;left:4.5625rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #Gk1qaxeDIQAfVBJbsb6wtfVWSdcHg529 { width:2.9375rem;height:2.9375rem;top:22.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM { display:block; }#s61CDLVCqWCxgThkkPQNSsIRHz0RfAAM > .row .container { width:20rem;height:29.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #K7raieUuK9tL5ilIPopIx6xpmeLca14O { width:2.93728125rem;height:2.93728125rem;top:0rem;left:8.5286465287206rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ts0QhQSla41Z7i7yog7RtmsN2b7KInXR { width:10.9375rem;height:1.44375rem;top:3.5611953735351rem;left:4.5312500596046rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #u9NhyXIPX5ZbnSsb3m76hFQ6RciDyHLq { width:16.3748125rem;height:2.8875rem;top:10.4375rem;left:1.8125rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #uR1VfuNau4sCmPZ3TNnOsxp4chBk2vqP { width:2.9375rem;height:2.9375rem;top:6.875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bH6MLsTREAlNJ1HBn3glTHTiqlf3nLI5 { width:14.1873125rem;height:1.44375rem;top:18.75rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #ccB8IsvaX24Tp3Aapy3WX8K4GLm9VzBk { width:2.9375rem;height:2.9375rem;top:15.1875rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #wTXmOrW3w2lhfizktx1nrswnCa4AS2yr { width:20rem;height:0;top:25.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #OqXtaxqOcPJfI29eyHy9QIeJ6iFHvdDf { width:2.9375rem;height:2.9375rem;top:22.0625rem;left:8.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #dxSTKaQleVW2elfrrZJEXauCMF4TfscZ { background-color:transparent;background-image:url("https://images.assets-landingi.com/7QeOouGZ/vaca_03.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;display:block; }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ.adaptive-delivery-prevent-bg, #dxSTKaQleVW2elfrrZJEXauCMF4TfscZ.lazyload, #dxSTKaQleVW2elfrrZJEXauCMF4TfscZ.lazyloading { background-image: none; }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row .container { background-color: transparent; background-image: none; }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row .container > .video-iframe-container { display: none; }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0.39); }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row > .video-iframe-container { display: none; }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .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); }#dxSTKaQleVW2elfrrZJEXauCMF4TfscZ > .row .container { width:20rem;height:20.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P3G0ZoDDdregx0moOeScB73L9buh4Ue2 { width:16.875rem;height:13.68675rem;top:3.40625rem;left:1.5625001192093rem;display:block; }
 }@media only screen and (max-width: 763px) { #rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp { display:block; }#rViSIH0VbMLwDKkNW3W1Nn0R6Nx4ExRp > .row .container { width:20rem;height:6.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OMbZx8I0l2Pz7UMolXwvZ0X5uwBiOKWD { width:19.249125rem;height:3.8984375rem;top:1.4876298904419rem;left:0.37434893846512rem;text-align:center;text-align-last:center;font-size:1.5rem;font-family:poppins;display:block; }
 }@media only screen and (max-width: 763px) { #e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A { display:block; }#e7MXUf4TTuBTPeIkmpGTKTQN1LchmN2A > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #AzLRvLWl24y8ryMX7sMfK5oNf4znrdNH { width:16.875rem;height:11.9375rem;top:2.25rem;left:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #w8hw4JiuXaB8ezlTuhbdRdA4SDQJr7cE { width:14.249125rem;height:2.475rem;top:4.74609375rem;left:2.8743491768837rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #g3AkzmwLArT9gxBy4XeNAe2izAdP6m6U { width:3.625rem;height:3.625rem;top:0.5rem;left:8.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qRHIyVzwIPquWCUFoTfGepQSrJESFAit { width:2.5rem;height:2.5rem;top:1.0625rem;left:8.75rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z5uoimLioKhI5yi6ive7kRGIhrUpvJ34 { width:16.875rem;height:11.9375rem;top:16.75rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cD04DkT9rlfXdZRrlo2ScFAn9ZCxpMuI { width:3.625rem;height:3.625rem;top:14.9375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #FU5x71f4atfnqQnahFMp0n8hzCQ5BoXo { width:2.5rem;height:2.5rem;top:15.5rem;left:8.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #t2sJLXxrd97XLah0yvOlAcyh153NX1oO { width:16.875rem;height:11.9375rem;top:31.3125rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kctADW6LTPzb1y0tCS9gqUvdp8oMsG0T { width:3.625rem;height:3.625rem;top:29.4375rem;left:8.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #KHRXKTreMVuSSw9T3A0yGT7ccv1VXrs5 { width:2.5rem;height:2.5rem;top:30rem;left:8.8125rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #QeqSxcneUzAwJP8WzkQvkA8qdHHqsvRq { width:14.249125rem;height:4.21875rem;top:8.4678821563719rem;left:2.8754342198372rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EcPxeotmPlC11ZwnATFcAsub4ULf8XNS { width:14.249125rem;height:2.475rem;top:19.1875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #gdLhN8BG66LCu7kyEgbzRza0wPhz7AJH { width:14.249125rem;height:4.5rem;top:22.9375rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JRuZ8TpFWsHNNJQ2ReE7n82bOuGa9OGu { width:14.249125rem;height:2.475rem;top:33.6875rem;left:2.9375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ALo4NqpXTwKPTwP1ufQTKNJIU8xpyepV { width:15.9375rem;height:5.625rem;top:36.8125rem;left:2.125rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S { background-color:transparent;background-image:url("https://images.assets-landingi.com/6goruIrU/bgb_03.png");background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S.adaptive-delivery-prevent-bg, #nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S.lazyload, #nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S.lazyloading { background-image: none; }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row .container { background-color: transparent; background-image: none; }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row .container > .video-iframe-container { display: none; }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row > .video-iframe-container { display: none; }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .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); }#nryTVvqOtB3DNwNWEPL9E6itRTdsfq1S > .row .container { width:20rem;height:60.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #U9xOg8F4F7Vtn4zed271xfwZfgMBD1uh { width:10.061875rem;height:8.811875rem;top:1.875rem;left:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vEXORTsdAQcSoSaXqPNc1aEkOvKeFqPK { width:17.7495rem;height:2.923825rem;top:21.53759765625rem;left:1.1240234375rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EgQCzEcUA0J5T1vZF8shfZFVJzMvGnvc { width:19rem;height:9.0625rem;top:9.0625rem;left:0.4375rem;z-index:99997;display:block; }
 }@media only screen and (max-width: 763px) { #TgPan8UXEEfCG8NHupM31eKl768dG1eg { width:13.875rem;height:3.41015625rem;top:11.43701171875rem;left:3.0625rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpvLZg6nWuIhPwQIV4BVdPQt1cO4PMlt { width:20rem;height:1.44375rem;top:15.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wbaZU72eU0fA9vVW2slmsZFK2SW6qNMO { width:20rem;height:3.5rem;top:16.8125rem;left:0rem;z-index:99998;display:none; }
 }@media only screen and (max-width: 763px) { #L0VLk6idLg70bIdacIxr8BskGew7P1zt { width:17.686625rem;height:6.25rem;top:20.25rem;left:1.125rem;border-top-left-radius:0.5625rem;border-top-right-radius:0.5625rem;border-bottom-left-radius:0.5625rem;border-bottom-right-radius:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-text {padding-top: 0; padding-bottom: 0;}#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-select {padding-top: 0; padding-bottom: 0;}#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 [class*="-text"]:-moz-placeholder { text-align:center;text-align-last:center; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 [class*="-text"]::-moz-placeholder { text-align:center;text-align-last:center; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 [class*="-text"]:-ms-input-placeholder { text-align:center;text-align-last:center; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 [class*="-text"]::-webkit-input-placeholder { text-align:center;text-align-last:center; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .widget-checkbox-label { width:16.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4  { width:17.5rem;height:auto;top:0rem;left:0rem;z-index:99996; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 {display:block;}#rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 { width:17.5rem;height:auto;top:27.75rem;left:0rem;z-index:99996; }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Ev0QatpMde9DW6RigXycatO3z2HwtSZM {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Nsvu1XWsRvsxHiNFIm2OFfq9qRub8LSV {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #VJaKBpTOsudaSw2arwqqAXbyNlxW27TS {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #soVFfhwfCiOxs49tS0x6vAziVq8TxQ9m {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #sORR7rM9dUKeKBsx9IlcSXnz6go9BziX {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #oCDVwoJ5diSuCX4dUIMDck309ZHJL2oO {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Py3QTIrIBgib37Dog3wJanoexnfvaaWx {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #vnk85c94w5OHhlo1esndq0ELHiPV3Nm1 {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #y43H4e4VF8b69M3slmb6I3qUZbrFkDtV {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #cTB0iygUSRIvHicZGCq6Psy3JxdPkLP9 {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Vqys57UGDuPOO2hJ9bTTsOnoOMHqTpOk {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #qWxS4T8VnKdCsFp2fa07C4G9vhFzkcdI {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #pyhlJk2w8G6T4VUwO6ala0f658STDNgM {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #qHxBNHRS5rBLWuEZw47G0UbJ2FdRyKMr {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #PQ0acBPRr7TFIxMC4DfDnqAr41vs6gPi {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #LNv3BLM4iwkNhRG5NVR5xc0ss9bWJ013 {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #A3Sc14TM8RVbqvlwQtKXeLJ6PfKTozXs {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #Oz5TLJfh6lUvmTBbNfTuJGLlEcF2yVVE {  }
 }@media only screen and (max-width: 763px) { #KlOSyRq2iAy0vT02r3Miuooz8y6201qC { display:block; }
 }@media only screen and (max-width: 763px) { #PEVuEzK5u7zBALHmAA2XuG8qyCfgr4gH { display:block; }
 }@media only screen and (max-width: 763px) { #HB00ysXnRCWmz8eRPK3sxqDqAdTqtdho { display:block; }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #nM8T24BN4vIVu2AuV5xnQLhnzd8gagXr {  }
 }@media only screen and (max-width: 763px) { #rLKFNZLOuaJUfcCiAbKRkFZTiNTZNHE4 #ouBp71ssJKM6qVq4v3cywZUCE1rH5bXb {  }
 }@media only screen and (max-width: 763px) { #zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P { display:block; }#zz94pqRBvpGPAlq2okGzUTEEz4nGuz9P > .row .container { width:20rem;height:3.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RNdfPUebgPgSDfozziX2cycWuQM3K4FJ { width:16.5625rem;height:1.7875rem;top:0.79296875rem;left:1.71875rem;text-align:center;text-align-last:center;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D7RT9ThwPWAXJ06vccHwlvMJPO0mc0Aw { display:none; }#D7RT9ThwPWAXJ06vccHwlvMJPO0mc0Aw > .row .container { width:20rem;height:158.1875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #zd48Zxk6HDgwW8Wx7O2arShTTWLJSnBd { width:17.4375rem;height:13rem;top:2.9681701660156rem;left:1.1872158646584rem;display:block; }
 }@media only screen and (max-width: 763px) { #P4x4uegkVBpa5pRcIl6PqcyvrZV7cxeX { width:5.125rem;height:6.875rem;top:20.0927734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Pg9oLVOTIqJvDygZNCUWoOywhp5TGkhD { width:7.5625rem;height:5.625rem;top:28.2177734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRgIWidzzI4e8nur2ENJcz7QHOMTBkC3 { width:7.5625rem;height:5.625rem;top:36.3427734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #RnKLTZyKuvZC11Kol43xmVQ6cD4MqXhu { width:7.5625rem;height:5.625rem;top:44.4677734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #pG3yMrz3KqdwtTql9en94rA79q6b9sk8 { width:2.8125rem;height:5rem;top:76.9677734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #gkd0qPPTG1NT7Tx6TwWPlJqT8Ml4niam { width:7.5625rem;height:5.8125rem;top:85.0927734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VgnNZnNNnJsMsxQmBBQ1aQRwz9wZnxT2 { width:7.5625rem;height:5.6875rem;top:60.7177734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ND9zl3AdwRCJCBOJKRbwMm2Lr4erL1km { width:4.125rem;height:5rem;top:68.8427734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FiOHlObW2lnvsyTOtJgDmOns8WWrtvm8 { width:7.5625rem;height:5.6875rem;top:52.5927734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Kz565aHhKVWvQ8i6ZW2ENcq0JdGJkh3r { width:7.5625rem;height:5rem;top:117.5927734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #P0kzOeNZpTCLBA4wxXxIPhwIZ88sqP9A { width:7.5625rem;height:5.6875rem;top:125.7177734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xF0ZqwsAiiXMmKOlDSRCSu0mEerVZbac { width:6.6875rem;height:5rem;top:101.3427734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDuAcD19NTHlf30z5XtHroSUUmIvDqaz { width:7.5625rem;height:5rem;top:109.4677734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #zCocT2npZnyDtFmNWFBZZ1rbyoPF0PDO { width:7.5625rem;height:5rem;top:93.2177734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TN8pvWL1BGVT9Acg7hB8VVghHbozfRao { width:3.75rem;height:5rem;top:133.8427734375rem;left:6.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0wokGFrBS1dwi6r8ANPhAu0GE2ex1va { width:6.6875rem;height:5rem;top:140.0927734375rem;left:6.625rem;display:block; }
 }