.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
@media (max-width: 763px) { [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%;
}
 }@media only screen and (max-width: 1199px) {
    html {
        width: 1200px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .row > .video-iframe-container { display: none; }#uIgrH6qCphDpLGh8ueMZTbbMJw6ZsD8m > .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); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffebdc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { background-color: transparent; background-image: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container { display: none; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .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); }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { border-width: 0; border-radius: 0; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#m3EpEvyQasTUDrMme3cFQnFFhVAxQChR > .row .container { font-size:0.875rem;font-family:arial;height:68.125rem;width:75rem;position:relative;display:block; }#WMgeipAFJ6BDDf9cHv5KwXlJuHDtlGIb { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#Qb4dFhSpvo8DQCn9fkDKaPxQ7TffeFOy { color:#004b9b;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:22.312501907349rem;left:3rem;height:0;display:none; }
#fkTn8fV2uHgZfbAbCzCsmVO6VBeq0dR9 { color:#ff5c05;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:7.1875rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UJdvQsuw3La9pa2cv6Z19KmM10JENKBq { background-color:#1d1b93;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:lato;font-size:1.375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:23.4375rem;height:3.4375rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:61.25rem;left:25.78125rem;display:block; }
#DW9HNyE66VCkMWCT1FhTow9swEep8CRP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#CtFwF3UPaJCIV00qwRcnFspnoBVU0SBl { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:18.75rem;top:2.8098957538605rem;left:28.125rem;overflow:hidden;display:block; }
#KMTErAc91I6RABdRGrwk19TdOut97vw2 { display:block;width:65.9375rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:700;z-index:15002;line-height:1.5;letter-spacing:0;top:16.8662109375rem;left:4.53125rem;height:6.75rem;color:#000000;text-align:center;text-align-last:center;font-style:normal;display:block; }
#sgJwC64gUmsEb2gUsOaiRFStadVNdqhs { box-sizing:content-box;height:27.75rem;width:49.375rem;position:absolute;display:block;z-index:14999;background-color:#000000;background-image:none;top:27.6845703125rem;left:12.8125rem;border-top-right-radius:0.3125rem;border-bottom-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-top-left-radius:0.3125rem;display:block; }
#LsgWl2C9PG8PZaysZQc2CfJtCM5etBTH { display:block;width:46.7479375rem;position:absolute;font-family:lato;font-size:3.75rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:37.0595703125rem;left:14.125rem;height:9.75rem;color:rgba(255,255,255,0.8);text-align:center;text-align-last:center;font-style:normal;display:block; }
#hEkKLCgazCtEkvFP2FTZnPxfoZvPyt5Q { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:21.5rem;width:49.375rem;top:30.9033203125rem;left:12.8125rem;overflow:hidden;display:block; }
#gWsXdXW8CHXCQS69OFLViA3SRFDT52wg { border-bottom:0;border-left:0;border-right:0;border-top:0;height:33.125rem;width:66.25rem;position:absolute;display:block;z-index:14998;box-shadow: none;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;top:25.9375rem;left:4.1875rem;overflow:hidden;display:block; }
#IcX3uaK4mib6JGk6B5vZo5QTv0vGlWdc { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ff5c05;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#IcX3uaK4mib6JGk6B5vZo5QTv0vGlWdc > .row .container { background-color: transparent; background-image: none; }#IcX3uaK4mib6JGk6B5vZo5QTv0vGlWdc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcX3uaK4mib6JGk6B5vZo5QTv0vGlWdc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcX3uaK4mib6JGk6B5vZo5QTv0vGlWdc > .row .container > .video-iframe-container { display: none; }#IcX3uaK4mib6JGk6B5vZo5QTv0vGlWdc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#IcX3uaK4mib6JGk6B5vZo5QTv0vGlWdc > .row > .video-iframe-container { display: none; }#IcX3uaK4mib6JGk6B5vZo5QTv0vGlWdc > .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); }#IcX3uaK4mib6JGk6B5vZo5QTv0vGlWdc > .row .container { border-width: 0; border-radius: 0; }#IcX3uaK4mib6JGk6B5vZo5QTv0vGlWdc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#IcX3uaK4mib6JGk6B5vZo5QTv0vGlWdc > .row .container { font-size:0.875rem;font-family:arial;height:21.875rem;width:75rem;position:relative;display:block; }#sgPFIqNMvukMyAMapAMNP6lRatKK2uS2 { display:block;width:66.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:3.125rem;left:4.6875rem;height:9.74609375rem;color:#ffffff;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XE6kc4ZBdZXfWvxRD463LApMJzIQflpE { display:block;width:66.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.4;letter-spacing:0;top:13.750001907349rem;left:7.1875rem;height:6.2988375rem;color:#ffffff;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:justify;text-align-last:initial;display:block; }
#T0yrHRn1nlt2RKCo7utKanzJJmHI8klb { box-sizing:content-box;color:#1d1b93;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15010;top:14.125001907349rem;left:4.6875rem;display:block; }
#aRgHrEWufLCT0kwVFmT0V5GDrr87fIUM { box-sizing:content-box;color:#1d1b93;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15011;top:16.187501907349rem;left:4.6875rem;display:block; }
#BW7XJOyGOXeMQm0viLxi59NuQKWDgdvg { box-sizing:content-box;color:#1d1b93;font-size:1.375rem;font-weight:400;line-height:1;height:2rem;width:2rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15012;top:18.187501907349rem;left:4.6875rem;display:block; }
#HEgBTJEWPpVvZqXt3pzU7bnWrTWwi1tT { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ff5c05;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#HEgBTJEWPpVvZqXt3pzU7bnWrTWwi1tT > .row .container { background-color: transparent; background-image: none; }#HEgBTJEWPpVvZqXt3pzU7bnWrTWwi1tT::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEgBTJEWPpVvZqXt3pzU7bnWrTWwi1tT > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEgBTJEWPpVvZqXt3pzU7bnWrTWwi1tT > .row .container > .video-iframe-container { display: none; }#HEgBTJEWPpVvZqXt3pzU7bnWrTWwi1tT > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#HEgBTJEWPpVvZqXt3pzU7bnWrTWwi1tT > .row > .video-iframe-container { display: none; }#HEgBTJEWPpVvZqXt3pzU7bnWrTWwi1tT > .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); }#HEgBTJEWPpVvZqXt3pzU7bnWrTWwi1tT > .row .container { border-width: 0; border-radius: 0; }#HEgBTJEWPpVvZqXt3pzU7bnWrTWwi1tT > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#HEgBTJEWPpVvZqXt3pzU7bnWrTWwi1tT > .row .container { font-size:0.875rem;font-family:arial;height:49.375rem;width:75rem;position:relative;display:block; }#WuUCrPcx1D2SxEEuwMIdwuAXSfEdHTeT { color:#ffffff;display:block;width:33.75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15003;line-height:1.1;letter-spacing:0;top:2.5rem;left:4.6875rem;height:6.1875rem;text-align:left;text-align-last:left;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zmShWT15DEC96VreKzb3zFc4ePwhzxba { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: 0rem 0rem 1.875rem rgba(51,59,76,0.15) ;height:36.375rem;width:28.9375rem;top:2.5rem;left:42.205371900826rem;overflow:hidden;display:block; }
#Rel4IECQsIgOM1wFRBD9hmyJBIqaT96T { position:absolute;display:block;z-index:15007;background-color:#1d1b93;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.125rem;width:12.5rem;top:10.9375rem;left:4.6875rem;display:block; }
#QSRWzGrhQAwB4KFaT5endswXQFPQ0ihr { display:block;width:33.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15003;line-height:1.3;letter-spacing:0;top:14.0625rem;left:4.6875rem;height:25.33984375rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#wvb8LZrTGIHohk0rCHPrlzh85rrUNOiX { display:block;width:66.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15004;line-height:1.3;letter-spacing:0;top:41.125rem;left:4.6875rem;height:3.8984375rem;color:#ffffff;font-style:normal;text-align:left;text-align-last:left;display:block; }
#LXTuvrutVypaKNTGo86Q3egAVxbK1LKe { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/19c62f3a-fb9d-4fb8-9f3e-a908b38518f7/DSC04322.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#LXTuvrutVypaKNTGo86Q3egAVxbK1LKe.adaptive-delivery-prevent-bg, #LXTuvrutVypaKNTGo86Q3egAVxbK1LKe.lazyload, #LXTuvrutVypaKNTGo86Q3egAVxbK1LKe.lazyloading { background-image: none; }#LXTuvrutVypaKNTGo86Q3egAVxbK1LKe > .row .container { background-color: transparent; background-image: none; }#LXTuvrutVypaKNTGo86Q3egAVxbK1LKe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXTuvrutVypaKNTGo86Q3egAVxbK1LKe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXTuvrutVypaKNTGo86Q3egAVxbK1LKe > .row .container > .video-iframe-container { display: none; }#LXTuvrutVypaKNTGo86Q3egAVxbK1LKe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#LXTuvrutVypaKNTGo86Q3egAVxbK1LKe > .row > .video-iframe-container { display: none; }#LXTuvrutVypaKNTGo86Q3egAVxbK1LKe > .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); }#LXTuvrutVypaKNTGo86Q3egAVxbK1LKe > .row .container { border-width: 0; border-radius: 0; }#LXTuvrutVypaKNTGo86Q3egAVxbK1LKe > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LXTuvrutVypaKNTGo86Q3egAVxbK1LKe > .row .container { font-size:0.875rem;font-family:arial;height:43.75rem;width:75rem;position:relative;display:block; }#LV8ikdGmJyzfZgMBc6FLe5gxbEXdu6SX { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffebdc;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#LV8ikdGmJyzfZgMBc6FLe5gxbEXdu6SX > .row .container { border-width: 0; border-radius: 0; }#LV8ikdGmJyzfZgMBc6FLe5gxbEXdu6SX > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#LV8ikdGmJyzfZgMBc6FLe5gxbEXdu6SX > .row .container { font-size:0.875rem;font-family:arial;height:33.75rem;width:75rem;position:relative;display:none; }#iHvMoT5Jt2ablBTOdIT8ewsVahFfLnux { display:block;width:66.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:400;z-index:15002;line-height:1.3;letter-spacing:0;top:7.5rem;left:4.6875rem;height:23.390625rem;color:#000000;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#hsVGw1tcBkDCOJqrQMqx5lZgLVGn2Gm7 { color:#000000;display:block;width:67.8125rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;top:2.4916687011719rem;left:4.6875rem;height:3.65625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#By5Ga5nalHkIq6Rze3FEUTtRFZ5RTECF { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/ab954358-1c3a-43d4-b0ab-9a20f69b8ccb/DSC04322.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:none; }#By5Ga5nalHkIq6Rze3FEUTtRFZ5RTECF.adaptive-delivery-prevent-bg, #By5Ga5nalHkIq6Rze3FEUTtRFZ5RTECF.lazyload, #By5Ga5nalHkIq6Rze3FEUTtRFZ5RTECF.lazyloading { background-image: none; }#By5Ga5nalHkIq6Rze3FEUTtRFZ5RTECF > .row .container { border-width: 0; border-radius: 0; }#By5Ga5nalHkIq6Rze3FEUTtRFZ5RTECF::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#By5Ga5nalHkIq6Rze3FEUTtRFZ5RTECF > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#By5Ga5nalHkIq6Rze3FEUTtRFZ5RTECF > .row .container { font-size:0.875rem;font-family:arial;height:71.375rem;width:75rem;position:relative;display:none; }#NFxrMPXiTHznPTf5p8ITC8XFPKZW8NTw { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:27.7480625rem;width:49.375rem;top:16.873046875rem;left:12.8125rem;display:none; }
#ZM9MxBIIPsC9gLkhpV2zMUxDTUfOVfmO { color:#000000;display:block;width:18.3116875rem;position:absolute;font-family:lato;font-size:1.75rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:8.3108720779419rem;left:28.34228515625rem;height:2.275rem;text-align:center;text-align-last:center;display:block; }
#O18mNyCMlQLfvoroUZCopIAz4f2bVu7I { color:#004b9b;display:block;width:12.5rem;position:absolute;font-family:"titillium web";font-size:2.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:27.75rem;left:3rem;height:;display:block; }
#frPnVwgPlaGHrOfQNwJmAmI9TW1T0ZDz { color:#1d1b93;display:block;width:75rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:12.4375rem;left:0rem;height:7.3125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#F17bThCyS1GS5fhFahD9PNv51zT3hKQn { position:absolute;display:block;z-index:15009;height:27.7470625rem;width:49.374rem;top:32.875rem;left:12.8125rem;display:block; }
#oZ6Tq623s6HsuoCUA8qxakVytPdxhrxy { background-color:#000000;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: none;box-sizing:border-box;color:#ffffff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"titillium web";font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.8036875rem;height:2.8046875rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:63.1875rem;left:30.625rem;display:block; }
#mJpAsURFd3n8UoovPu7WNZ9CHQzATC7Z { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#MEQVoK5VOybMfSLTGcMapZBumCPcix91 { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.1875rem;width:18.75rem;top:2.8098957538605rem;left:28.125rem;overflow:hidden;display:block; }
#U3Fpt68Uh2f96M3aaVPkvdgt4AMZxwKo { display:block;width:52.6875rem;position:absolute;font-family:lato;font-size:1.375rem;font-weight:normal;z-index:15002;line-height:1.5;letter-spacing:0;top:23.305555343628rem;left:11.15625rem;height:6.1875rem;color:#000000;text-align:center;text-align-last:center;display:block; }
#WIei2GNlFRUsqiRI3FJJm8vs0A243TGC { box-sizing:content-box;height:27.75rem;width:49.375rem;position:absolute;display:block;z-index:15015;background-color:#e3e3e3;background-image:none;top:27.750001907349rem;left:23.270832061767rem;display:block; }
#Q8h3mIKDqsAVHm5ieKmgclTT0Pumw4TT { position:relative;display:none; }#Q8h3mIKDqsAVHm5ieKmgclTT0Pumw4TT { border-width: 0; border-radius: 0; }#Q8h3mIKDqsAVHm5ieKmgclTT0Pumw4TT > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#Q8h3mIKDqsAVHm5ieKmgclTT0Pumw4TT > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#uXGUEW9fd6THCJAWA7ox9ggl4IFWWFq8 { position:relative;display:none; }#uXGUEW9fd6THCJAWA7ox9ggl4IFWWFq8 { border-width: 0; border-radius: 0; }#uXGUEW9fd6THCJAWA7ox9ggl4IFWWFq8 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#uXGUEW9fd6THCJAWA7ox9ggl4IFWWFq8 > .row .container { border-top:0.1875rem dashed #1d6f42;border-left:0.1875rem dashed #1d6f42;border-right:0.1875rem dashed #1d6f42;border-bottom:0.1875rem dashed #1d6f42;background-color:transparent;background-image: -webkit-linear-gradient(283deg, rgba(29,111,66,0.59), #ddf4e6);background-image: -moz-linear-gradient(283deg, rgba(29,111,66,0.59), #ddf4e6);background-image: -ms-linear-gradient(283deg, rgba(29,111,66,0.59), #ddf4e6);background-image: -o-linear-gradient(283deg, rgba(29,111,66,0.59), #ddf4e6);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6f4296', endColorstr='#ddf4e6' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#1d6f4296', endColorstr='#ddf4e6' );";background-image: linear-gradient(283deg, rgba(29,111,66,0.59), #ddf4e6);background-size:auto !important;font-size:0.875rem;font-family:arial;height:24.0625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:none; }#XkHcvShsPedbqO2vWZvCETy8SkSMivCV { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"roboto condensed";font-size:1.6875rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:4.8125rem;left:8.375rem;height:2.19375rem;font-style:normal;display:block; }
#Ary5WobIRHaTFdwqFsddL4GoNVamuMzN { color:#1d6f42;display:block;width:38.4375rem;position:absolute;font-family:"roboto condensed";font-size:3.5rem;font-weight:300;z-index:15011;line-height:1.2;letter-spacing:0;top:7.125rem;left:8.375rem;height:4.2rem;font-style:normal;display:block; }
#nccGe6ve70K5qALGzJx7rBBkpbpU1yW9 { color:#000000;display:block;width:35.875rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:400;z-index:15012;line-height:1.4;letter-spacing:0;top:12.375001988526rem;left:8.3749981738281rem;height:2.1rem;font-style:normal;display:block; }
#E1Gfb7nnWlpvMX9bHgGwatC7BSvJr96m { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:23.4375rem;width:13.75rem;top:0.625rem;left:52.9375rem;overflow:hidden;display:block; }
#CdTG9JmLgZ8dkcKvlM9sVTurTiqpVLoZ { color:#ffffff;display:block;width:15.6875rem;position:absolute;font-family:"roboto condensed";font-size:1.5rem;font-weight:700;z-index:15018;line-height:1.3;letter-spacing:0;text-shadow:0.0625rem 0.0625rem 0.0625rem #000000;top:19.375rem;left:36.5rem;height:3.9rem;font-style:normal;text-align:right;text-align-last:right;display:block; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-form-header {  }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-regular-label { display:block;width:15.625rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:left;text-align-last:left;color:#000000;background-color:transparent;background-image:none;overflow:hidden;font-weight:700;font-style:normal;vertical-align:top; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:15.625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-input-text {padding-top: 0; padding-bottom: 0;}#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3rem;width:15.625rem;padding-top:0.9375rem;padding-right:0.9375rem;padding-bottom:0.9375rem;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#000000;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;font-size:0.875rem;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;overflow:hidden;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .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;border-top:0.125rem solid rgba(242,249,255,0.4);border-right:0.125rem solid rgba(242,249,255,0.4);border-bottom:0.125rem solid rgba(242,249,255,0.4);border-left:0.125rem solid rgba(242,249,255,0.4);height:3.125rem;width:15.625rem;padding-top:0;padding-right:0.9375rem;padding-bottom:0;padding-left:0.9375rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#9e9e9e;line-height:1;box-sizing:border-box;font-family:ubuntu;font-weight:400;text-align:left;text-align-last:left;font-size:0.875rem;background-color:transparent;background-image:none;overflow:hidden;box-shadow: 0rem 0.625rem 0.9375rem rgba(0,0,0,0.15) ; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-input-select {padding-top: 0; padding-bottom: 0;}#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-input-checkbox { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:0.1875rem;margin-right:0.1875rem;margin-bottom:0.1875rem;margin-left:0.3125rem;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top;box-sizing:border-box; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-input-button { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;border-top:0;border-right:0;border-bottom:0;border-left:0;height:3.4375rem;width:13.125rem;padding-top:0;padding-right:0.875rem;padding-bottom:0;padding-left:0.875rem;margin-top:0.3125rem;margin-right:0.3125rem;margin-bottom:0.3125rem;margin-left:0.3125rem;color:#ffffff;line-height:1.3;box-sizing:border-box;font-family:"roboto condensed";font-weight:bold;text-align:center;text-align-last:center;font-size:1.25rem;background-color:#1d6f42;background-image:none;overflow:hidden; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho [class*="-text"]:-moz-placeholder { font-size:1.25rem;font-family:"roboto condensed";color:#616161; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho [class*="-text"]::-moz-placeholder { font-size:1.25rem;font-family:"roboto condensed";color:#616161; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho [class*="-text"]:-ms-input-placeholder { font-size:1.25rem;font-family:"roboto condensed";color:#616161; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho [class*="-text"]::-webkit-input-placeholder { font-size:1.25rem;font-family:"roboto condensed";color:#616161; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;width:42.875rem;height:auto;font-size:0.875rem;font-family:ubuntu;line-height:1.2;margin-top:0.125rem;margin-right:0;margin-bottom:0;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;vertical-align:top;color:#000000; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-input-radio { display:inline-block;*zoom:1;*display:inline;width:1rem;height:1rem;margin-top:1.4375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0.1875rem;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;vertical-align:middle; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-radio-label { font-size:1rem;line-height:1;display:inline-block;*zoom:1;*display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:2rem;width:6.9375rem;vertical-align:middle;margin-top:1.375rem;margin-right:0;margin-bottom:0.1875rem;margin-left:0;overflow:hidden;text-align:left;text-align-last:left;color:#000000; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-container { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;font-size:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-container:first-of-type{padding-top:0;}#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-container:last-of-type{padding-bottom:0;}#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho  { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:30rem;height:auto;left:6.9635411120606rem;top:14.866666875rem;z-index:15019;position:absolute; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .radio-container { width:16.25rem; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho .widget-info-text { display:block;height:auto;font-family:ubuntu;font-size:0.875rem;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; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho { display:inline-block;*zoom:1;*display:inline;vertical-align:bottom;background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;color:#000000;font-family:arial;width:30rem;height:auto;left:6.9635411120606rem;top:14.866666875rem;z-index:15019;position:absolute; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho #UKMCE8EmISsSzW6A7VJIkX4IP3phlTkP { position:relative; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho #gsF8PTW7C3UJ5JWqO2yaIT6s0qL0FnwD { position:relative;display:none; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho #IleIB61DIeIvIyPEQztds4xtevxxhTBL { position:relative; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho #oDhRwbb60tzW0LK6493NuwezAktSTZly { position:relative; }
#BZqwLQ2qBbPkIMmLkTuc6VRznvKA4yho #uSVBbXOPwsFxaxKkihgCN4r3i6ZShvHp { position:relative; }
#wlUoNCTRx8uXBa04Du8s1UOZOFHqU2Q1 { position:relative;display:none; }#wlUoNCTRx8uXBa04Du8s1UOZOFHqU2Q1 { border-width: 0; border-radius: 0; }#wlUoNCTRx8uXBa04Du8s1UOZOFHqU2Q1 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#wlUoNCTRx8uXBa04Du8s1UOZOFHqU2Q1 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:0.875rem;font-family:arial;height:3.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#Ut4U6EaoEDLUtONmznA0KW0xxlI9ExZ9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1d1b93;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#Ut4U6EaoEDLUtONmznA0KW0xxlI9ExZ9 > .row .container { background-color: transparent; background-image: none; }#Ut4U6EaoEDLUtONmznA0KW0xxlI9ExZ9::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut4U6EaoEDLUtONmznA0KW0xxlI9ExZ9 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut4U6EaoEDLUtONmznA0KW0xxlI9ExZ9 > .row .container > .video-iframe-container { display: none; }#Ut4U6EaoEDLUtONmznA0KW0xxlI9ExZ9 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ut4U6EaoEDLUtONmznA0KW0xxlI9ExZ9 > .row > .video-iframe-container { display: none; }#Ut4U6EaoEDLUtONmznA0KW0xxlI9ExZ9 > .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); }#Ut4U6EaoEDLUtONmznA0KW0xxlI9ExZ9 > .row .container { border-width: 0; border-radius: 0; }#Ut4U6EaoEDLUtONmznA0KW0xxlI9ExZ9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#Ut4U6EaoEDLUtONmznA0KW0xxlI9ExZ9 > .row .container { font-size:0.875rem;font-family:arial;height:67.1875rem;width:75rem;position:relative;display:block; }#xVCzqZylSgubirhoEoqNK4sUT3dBQAsB { color:#ffffff;display:block;width:51.5625rem;position:absolute;font-family:lato;font-size:2.8125rem;font-weight:700;z-index:15017;line-height:1.3;letter-spacing:0;top:26.562500655651rem;left:4.6875rem;height:7.3125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .widget-form-header { font-size:1rem; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .widget-regular-label { height:auto;display:block;font-family:lato;font-size:1rem;font-weight:700;color:#ffffff;width:26.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;overflow:hidden;font-style:normal;line-height:2;text-align:left;text-align-last:left;vertical-align:top; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .widget-input-text { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e3edf5;border-left:0.0625rem solid #e3edf5;border-right:0.0625rem solid #e3edf5;border-bottom:0.0625rem solid #e3edf5;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:26.5625rem;box-sizing:border-box;height:3.125rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .widget-input-text {padding-top: 0; padding-bottom: 0;}#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .widget-textarea { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:transparent;background-image:none;border-top:0.0625rem solid #e3edf5;border-left:0.0625rem solid #e3edf5;border-right:0.0625rem solid #e3edf5;border-bottom:0.0625rem solid #e3edf5;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:26.5625rem;box-sizing:border-box;height:4.375rem;color:#ffffff;font-size:1rem;overflow:hidden;font-family:lato;vertical-align:top; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .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:26.5625rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .widget-input-select {padding-top: 0; padding-bottom: 0;}#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .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; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .widget-input-button { border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;background-color:#ff5c05;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.375rem;font-weight:bold;color:#ffffff;width:26.5625rem;height:3.4375rem;font-family:lato;overflow:hidden; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL [class*="-text"]:-moz-placeholder { color:#ffffff;font-family:lato;font-size:1rem; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL [class*="-text"]::-moz-placeholder { color:#ffffff;font-family:lato;font-size:1rem; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL [class*="-text"]:-ms-input-placeholder { color:#ffffff;font-family:lato;font-size:1rem; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL [class*="-text"]::-webkit-input-placeholder { color:#ffffff;font-family:lato;font-size:1rem; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .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:lato;line-height:1;font-size:0.9375rem;font-weight:300;color:#ffffff;vertical-align:top;width:25.3125rem;overflow:hidden;font-style:normal;float:none; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .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; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .widget-container { padding-top:0.1875rem;padding-right:0;padding-bottom:0.125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .widget-container:first-of-type{padding-top:0;}#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .widget-container:last-of-type{padding-bottom:0;}#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL  { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:34.375rem;left:3.4375rem;font-size:1rem; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:26.5625rem;display:block;vertical-align:top; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:#000000;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL {display:block;}#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL { background-color:transparent;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:26.5625rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;z-index:15008;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;position:absolute;top:34.375rem;left:3.4375rem;font-size:1rem; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #NioKvX8Mz4CaL1IAdByGuyTfanS264DJ { position:relative; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #BLRcCGmwsAAGf8ocfwNT3aOrb2TN30AC { position:relative;display:block; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #DaS4HeSTZJFiOZIcpEfcuuxDTqJfi8Qp { position:relative; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #ksJmic6yMaWDtWMut4IEuAr0GAdtbylD { position:relative; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #AXgu7F3XXUNLs1lbbOGDePyh9mlMRnVp { position:relative;display:block; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #zQTWDCoGR1T4RQEdLCafpON5ERLfOXpC { position:relative; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #I31El9sSfULhswGDAnCOqFSgbmkf3dLq { position:relative; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #f3vzuCNb5LDFTfzm3KnGBRfT7PIOu1AS { position:relative;display:block; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #hT09215VvNg8CffgGldUZndUdpvkTQuq { position:relative; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #v6nW7eLKWUc4mdD7Kd0qhOIpJLpUz2iQ { position:relative; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #kasXHvCOH16u1Nger5F4HXXgv4rQtJ6b { position:relative;z-index:2; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #blZzksEoN7FabgOvV7yipkikphhKy9zw { position:relative; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #h8iL8JMXRiKxSu8ffqJnyfp56OGqodUv { position:relative; }
#hypHvq6KXCpgHQfVtBki6PFRxXf5xiGL #rTCBwUqimZQp7rVCC0osW56fWi675dFH { position:relative; }
#XrUdU2T3pfy9lPfHB3GK4IDtfh4Cp2kk { position:absolute;display:block;z-index:15016;background-color:#ffffff;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-shadow: -0.3125rem -0.5625rem 1.5625rem rgba(0,0,0,0.25) ;height:6.5625rem;width:6.5625rem;top:38.125rem;left:65.9375038147rem;display:block; }
#bUW6W22SCm6PpQA4KOPGz9o2J0X1KmZn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:30.625rem;width:26.25rem;top:30rem;left:45.298685628856rem;overflow:hidden;display:block; }
#a0qFNoNfAOKFhKtvI79JWAWx0SZ0vzvL { box-sizing:content-box;color:#1d1b93;font-size:3.0625rem;font-weight:400;line-height:1;height:4.375rem;width:4.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15045;top:39.21875rem;left:67.0312538147rem;display:block; }
#QuWhvH6UzBDpFUyEKVzwf3nAT2RPZmaG { color:#ffffff;display:block;width:66.875rem;position:absolute;font-family:lato;font-size:1.5rem;font-weight:normal;z-index:15031;line-height:1.3;letter-spacing:0;top:2.5043401718139rem;left:4.6875rem;height:21.44140625rem;text-align:left;text-align-last:left;display:block; }
#ZfveTmnso5Ik3kqPOneAn5ivmEhcwzUh { color:#ffffff;display:block;width:66.875rem;position:absolute;font-family:lato;font-size:1rem;font-weight:300;z-index:15032;line-height:1.3;letter-spacing:0;top:61.582295656204rem;left:4.6875rem;height:2.5996125rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#000000;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;z-index:auto;display:block; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container { background-color: transparent; background-image: none; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container > .video-iframe-container { display: none; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row > .video-iframe-container { display: none; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .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); }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container { border-width: 0; border-radius: 0; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#ZnCKbMumIQTo92IKUyWXRkIIA0XAXxW2 > .row .container { font-size:0.875rem;font-family:arial;height:20rem;width:75rem;position:relative;display:block; }#QUOGDzFeT7k8TUeunQtSW46UanJorVkb { color:#ffffff;display:block;width:25.2495625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:normal;z-index:15009;line-height:1.6;letter-spacing:0;top:6.4375rem;left:24.875rem;height:4.824225rem;text-align:center;text-align-last:center;display:block; }
#sXhTMi3Udv0TFGESe1u5nTvs4xlkfTTf { color:#ffffff;display:block;width:23.0625rem;position:absolute;font-family:"open sans";font-size:0.875rem;font-weight:300;z-index:15010;line-height:1.6;letter-spacing:0;top:16.4375rem;left:25.9375rem;height:1.4rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#m9TTPnEhduT4Eewbv8tbPJSwkPNSy19k { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15033;top:13.125rem;left:32.624786376953rem; }
#m9TTPnEhduT4Eewbv8tbPJSwkPNSy19k > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#UgcFD2plvENlR3AlhnqhfMHStmykrGGp { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15034;top:13.125003814698rem;left:36.561634063721rem; }
#UgcFD2plvENlR3AlhnqhfMHStmykrGGp > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#JWDheghGsyX0puAR35VKQrUtxe7La4kH { box-sizing:content-box;color:#5d92ff;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:flex;z-index:15035;top:13rem;left:40.625rem; }
#JWDheghGsyX0puAR35VKQrUtxe7La4kH > img { max-width: 100%;max-height:100%; width:2.1875rem; height:2.1875rem; }#ZmaqCSJGnmXE7getTSIEc1KID8qssvTk { position:absolute;display:block;z-index:15017;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.87435rem;width:7.249375rem;top:1.884765625rem;left:33.874786376953rem;overflow:hidden;display:block; }
