.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;
}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); }#T3pNDPDuecdJb2KqKzydvviC1QmPonVx { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#28b6ad;background-image:none;position:fixed;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#T3pNDPDuecdJb2KqKzydvviC1QmPonVx > .row .container { background-color: transparent; background-image: none; }#T3pNDPDuecdJb2KqKzydvviC1QmPonVx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3pNDPDuecdJb2KqKzydvviC1QmPonVx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3pNDPDuecdJb2KqKzydvviC1QmPonVx > .row .container > .video-iframe-container { display: none; }#T3pNDPDuecdJb2KqKzydvviC1QmPonVx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#T3pNDPDuecdJb2KqKzydvviC1QmPonVx > .row > .video-iframe-container { display: none; }#T3pNDPDuecdJb2KqKzydvviC1QmPonVx > .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); }#T3pNDPDuecdJb2KqKzydvviC1QmPonVx > .row .container { border-width: 0; border-radius: 0; }#T3pNDPDuecdJb2KqKzydvviC1QmPonVx > .row > .video-iframe-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem; }#T3pNDPDuecdJb2KqKzydvviC1QmPonVx > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#gGa5SHeEocmdTZXlOuukTrMTm11O7Ptl { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.5625rem;width:8.5rem;top:0.1875rem;left:50.92928216625rem;overflow:hidden;display:block; }
#I0CLIQ9HG8HpUnz45TTMVS8yWC0EGtis { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4980625rem;height:2.4375rem;text-decoration:none;z-index:100001;text-align:center;text-align-last:center;top:0.9375rem;left:12.9970703125rem;display:block; }
#CRw0MsLcPuMooOqLUO4MEpuqWXGAoJGx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hBXaqR09bP9lHLaAFKaZhtf3FMTNUakR { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.4980625rem;height:2.1875rem;text-decoration:none;z-index:100003;text-align:center;text-align-last:center;top:1.062283039093rem;left:19.434137344361rem;display:block; }
#m68eQWDLrO4dSMlTOSNN3muqmTO2qxDR { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#RnENotJg7gOHSSgKEGbDTLCzeHlVPRNB { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:7.5rem;height:2.1875rem;text-decoration:none;z-index:100002;text-align:center;text-align-last:center;top:1.062283039093rem;left:26.681098937988rem;display:block; }
#yugQWvO5Vb1k2emnXhfKKm3HGS8QVNLk { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#ZWi8T7QMQtyRsTO70zKabVooi3xPV9qO { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:6.1875rem;height:2.1875rem;text-decoration:none;z-index:100004;text-align:center;text-align-last:center;top:1.062283039093rem;left:34.803279876709rem;display:block; }
#CMArcPhReK6AHKXBnNpEkOFDBKt2K25P { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DyvV6dJCffqfQldP6OrVZibkiRI9xxy4 { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-sizing:border-box;color:#e8f7ff;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:roboto;font-size:1rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.812375rem;height:2.1875rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:1.062283039093rem;left:41.124675750733rem;display:block; }
#quRMcSXBkPxB7S25m3ZMiDkC04F6fmgT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/ur78LIVU/_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;display:block; }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli.adaptive-delivery-prevent-bg, #m4oT30foIIiVfzqAF1v2WIXpT64ZLxli.lazyload, #m4oT30foIIiVfzqAF1v2WIXpT64ZLxli.lazyloading { background-image: none; }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row .container { background-color: transparent; background-image: none; }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row .container > .video-iframe-container { display: none; }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row > .video-iframe-container { display: none; }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .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); }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row .container { border-width: 0; border-radius: 0; }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row > .video-iframe-container {  }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row .container { font-size:0.875rem;font-family:arial;height:35.5rem;width:60rem;position:relative;display:block; }#sSm6AUiNztxgnToNgriuPIbPbunIoQpJ { color:#000000;display:block;width:32.5rem;position:absolute;font-family:"roboto condensed";font-size:1.8125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:13.4375rem;left:0rem;height:0;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; }
#I0GVz6GOPZ2z2cNp2ecy5LN0Z44xNT6S { color:#36ada7;display:block;width:27.0621875rem;position:absolute;font-family:"open sans";font-size:3.125rem;font-weight:700;z-index:100011;line-height:1.2;letter-spacing:0;top:6.624891757965rem;left:0.56206607818604rem;height:7.5rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#TdbLpPOuyINPEVsxu2ZPxWCn3yfXWgMK { color:#676867;display:block;width:21.4985rem;position:absolute;font-family:"open sans";font-size:1.4375rem;font-weight:400;z-index:100012;line-height:1.4;letter-spacing:0;top:16.998699188233rem;left:0.56206607818604rem;height:4.0256125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#zULEWJMknvqlUeMls0TTCuFGVAmvmk02 { background-color:#40d0c4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0.3125rem 0.3125rem rgba(0,0,0,0.2) ;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:raleway;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:13.75rem;height:3.125rem;text-decoration:none;z-index:100005;text-align:center;text-align-last:center;top:25.186090469361rem;left:0.56206607818604rem;display:block; }
#iHzzo13iUglnkxl09mNSBvrks6ErL4VT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#DTktRtUXbML9MLyF4Q2AkWF9eX6I052O { color:#000000;display:block;width:12.5rem;position:absolute;font-family:dosis;font-size:1.375rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:5.625rem;top:11.8125rem;left:3.75rem;display:none; }
#BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC > .row .container { background-color: transparent; background-image: none; }#BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC > .row .container > .video-iframe-container { display: none; }#BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC > .row > .video-iframe-container { display: none; }#BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC > .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); }#BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC > .row .container { border-width: 0; border-radius: 0; }#BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC > .row > .video-iframe-container {  }#BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#XKrWPkc4TuRFWK2gKD5tcCVPoLgcFo6E { color:#36ada7;display:block;width:33.3745625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:9.2491320967675rem;left:0rem;height:2.7625875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#bx3TL3a3i8kr3cbEd3cKaiDpRfOsHzQp { color:#666666;display:block;width:25.3125rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:3.1244577765465rem;left:17.343750953674rem;height:2.275rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#EReiEuNsLcOkgWgDmaN6Ux11Gv8SnonX { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:23.9995625rem;width:33.6870625rem;top:12.011719703674rem;left:26.312935829163rem;overflow:hidden;display:block; }
#bedqgUWzunn3y1fuoc3VNJfRdI3hCzRU { color:#666666;display:block;width:34.375rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100025;line-height:2.4;letter-spacing:0;top:14.254558086395rem;left:0rem;height:;text-align:justify;text-align-last:initial;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; }
#JiPetkswe0qKCvHrw8qvEPGpui9lnSmI { color:#666666;display:block;width:34.375rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:40.1875rem;left:18.6875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }#JiPetkswe0qKCvHrw8qvEPGpui9lnSmI li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#JiPetkswe0qKCvHrw8qvEPGpui9lnSmI li:before{  }
#AZpz8Aqx4zdLIoNMEKt1aG464FVqA8ZD { background-color:#40d0c4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0.3125rem 0.3125rem rgba(0,0,0,0.2) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:32.116431236267rem;left:0rem;display:block; }
#IOKiDP29IbnW9tGcsOsLu9V9Gqtw57LE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VE8PNJezVAyZAImukZNZ6mAuCTTm6k9r { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:2.1875rem;top:4.5625rem;left:2rem;display:none; }
#MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr > .row .container { background-color: transparent; background-image: none; }#MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr > .row .container > .video-iframe-container { display: none; }#MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr > .row > .video-iframe-container { display: none; }#MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr > .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); }#MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr > .row .container { border-width: 0; border-radius: 0; }#MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr > .row > .video-iframe-container {  }#MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr > .row .container { font-size:0.875rem;font-family:arial;height:40.25rem;width:60rem;position:relative;display:block; }#ZLmkoD1WTGcxg7bvkTzzH6VAbsT7QsRi { color:#36ada7;display:block;width:30.2495625rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:700;z-index:100000;line-height:1.3;letter-spacing:0;top:6.5456817150119rem;left:29.749894142151rem;height:2.7625875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#JkMeSzgSMZCtDSmqXxCLmLE9lOTpu5Z4 { position:absolute;display:block;z-index:100024;border-top:0;border-left:0;border-right:0;border-bottom:0;height:28.1875rem;width:28.1875rem;top:5.0667321681976rem;left:0rem;overflow:hidden;display:block; }
#atVtVxQOKl001zhnsecOQWbvrJm6lzK9 { color:#666666;display:block;width:30rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100025;line-height:2.4;letter-spacing:0;top:11.686740636826rem;left:29.561089515686rem;height:;text-align:justify;text-align-last:initial;font-style:normal;display:block; }#atVtVxQOKl001zhnsecOQWbvrJm6lzK9 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#atVtVxQOKl001zhnsecOQWbvrJm6lzK9 li:before{  }
#nUoyIVIHWXgxnAFpRJI0b1B1TgVgVves { color:#666666;display:block;width:34.375rem;position:absolute;font-family:dosis;font-size:1.5rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:40.1875rem;left:18.6875rem;height:0;text-align:left;text-align-last:left;font-style:normal;display:block; }#nUoyIVIHWXgxnAFpRJI0b1B1TgVgVves li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#nUoyIVIHWXgxnAFpRJI0b1B1TgVgVves li:before{  }
#kEuR4W19wfaCuaTJE54y0FihoHQxWzFP { background-color:#40d0c4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0.3125rem 0.3125rem rgba(0,0,0,0.2) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15rem;height:3.125rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:29.4599609375rem;left:35.1240234375rem;display:block; }
#kMXhaEx8hWTm6lqQt3Ex8kKhrxmUcTvW { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#wSMWUsAyQL1ftiVWzNnbXxTtcDGbtts9 { color:#000000;display:block;width:15.8125rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:4.375rem;top:5rem;left:2.0625rem;display:none; }
#iZ7V1TTKvVkN1z3q781gtVrNe0fJTBrT { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:60.0625rem;width:60rem;display:none; }
#ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu { background-color:rgba(0,193,182,0.82);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:none; }#ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu > .row .container { border-width: 0; border-radius: 0; }#ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu > .row > .video-iframe-container {  }#ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu > .row .container { width:60rem;height:44.25rem;font-size:0.875rem;font-family:arial;position:relative;display:none; }#ZVrrrIKsP9wrA2U1sUfGyJ5T5JCGoeEt { color:#004673;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100003;line-height:2;letter-spacing:0;top:10.061848640442rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#leOy9SybVWtdNx3BwmHGHnOmMqEi47k5 { position:absolute;display:block;z-index:100000;background-color:#e1d91f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:27.5rem;top:8.1553802490238rem;left:18.49923992157rem;display:block; }
#u4Hgy6fIXBTBUMhFDlGDgvholcRzFiMK { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:16.874457836151rem;left:4.7498922348022rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#zSwNEKPI1Ae47BpcTS3TMWATqzlI8IZ4 { color:#000000;display:block;width:31.7496875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:19.374458312988rem;left:4.7498922348022rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#XlniKrxxMgf032cMqRMWMTih03mBUQwc { color:#000000;display:block;width:31.7496875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:27.311199188233rem;left:4.7498922348022rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#Or4lg5nLPERz0e6JHJ4SJBsTM3MDUGTT { color:#000000;display:block;width:33.186875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:34.061416625976rem;left:4.7498922348022rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nh8mlRVPlRLUhenRXQMMu89Fh2N5b9yi { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:24.74880695343rem;left:4.7498922348022rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#wrc5pwRh8zdAgi71qSePWApzEEnpG70T { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:31.561416625976rem;left:4.7498922348022rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#bqrMEVKfq6mqhW6tQBmdiSGeOcwWaALo { color:#faf00c;display:block;width:1.18706875rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:27.030059814453rem;left:16.46853351593rem;height:2.03125rem;font-style:normal;display:block; }
#AD4qMLKhLUwN37y8eZERLF9zT6uRva1y { position:absolute;display:block;z-index:100001;background-color:#e1d91f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.56206625rem;width:7.4370625rem;top:21.999133110046rem;left:15.562066078186rem;display:block; }
#xm1h7a8yz5bpG1uDuSyiSOBpUScQXhdq { position:absolute;display:block;z-index:100002;background-color:#e1d91f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.56206625rem;width:9.8746875rem;top:36.748590469361rem;left:7.0927743911744rem;display:block; }
#I112n0EPvvNW3alVSE0ngRdHucoKDarq { color:#ffffff;display:block;width:39.4998125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:3.054470539093rem;left:10.249566078186rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zWZF0w7XIx1qCzTrfw50GoomcFyS1MEM { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.56228125rem;top:24.123916864395rem;left:0rem;overflow:hidden;display:block; }
#zdWqCoyrFoF0OneRPl0FzUJeXSMEHDeo { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.8125rem;top:16.530707836151rem;left:0.59331607818604rem;overflow:hidden;display:block; }
#J3wSfEagAncnHE1vX7foeqTwHc12Qe62 { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.625rem;top:31.248373031616rem;left:0.74880695343019rem;overflow:hidden;display:block; }
#ZcDE020WQh4JsymbAPB0V5d78JmdtBTT { color:#000000;display:block;width:20rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:7.5625rem;top:1.5625rem;left:0rem;display:none; }
#IpvDH5UrQJoghZpqMViT54HJoS1m46qa { color:#000000;display:block;width:16.125rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.5rem;top:40.4375rem;left:3.1875rem;display:none; }
#oIDKk3VzMKOsoZc58RQG9wOxTkpxFc0U { color:#000000;display:block;width:16.125rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.5rem;top:55.5rem;left:1.875rem;display:none; }
#SJz0S1sTnkxRvh72UHhlQTeG68DW3Hr1 { position:absolute;display:block;z-index:100001;background-color:#e1d91f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.56206625rem;width:7.4370625rem;top:21.999133110046rem;left:15.562066078186rem;display:none; }
#Oaf7yHZ4mZdrAMhZ4nrdQqbnisMXrCJR { color:#000000;display:block;width:31.7496875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:19.374458312988rem;left:4.7498922348022rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#yLPVPm0ByCRlczCuyfP20APuxTkocnXz { position:absolute;display:block;z-index:100001;background-color:#e1d91f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.56206625rem;width:7.4370625rem;top:21.999133110046rem;left:15.562066078186rem;display:none; }
#qEcfHOhUaOrkbkvARaPZHiMOvTwuUgKT { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:16.874457836151rem;left:4.7498922348022rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#iyR0aeDTQc8BM7ZFVyaRURTIAQfgD6It { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.875rem;width:2.8125rem;top:16.530707836151rem;left:0.59331607818604rem;overflow:hidden;display:none; }
#pbm31kfZWaorMWPIRvAvlnTKa2aZaNtM { color:#004673;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100003;line-height:2;letter-spacing:0;top:10.061848640442rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;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:none; }
#uIzMBedLsSNN7cRz5uenVX4dO4TcnTkT { position:absolute;display:block;z-index:100000;background-color:#e1d91f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:27.5rem;top:8.1553802490238rem;left:18.49923992157rem;display:none; }
#AghbshFJvCmaErUdCAKCE8ffNyTTxMNm { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.56228125rem;top:24.123916864395rem;left:0rem;overflow:hidden;display:none; }
#gii2kTK3yihf4HAuUBfd4cGTMK25VDIu { color:#000000;display:block;width:16.125rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.5rem;top:55.5rem;left:1.875rem;display:none; }
#g4UJOGoANLwdIiLrfJCd0mKIIy1mPM8P { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.625rem;top:31.248373031616rem;left:0.74880695343019rem;overflow:hidden;display:none; }
#id0EEiogaKhpRoppCPdrMh4iBhUb9csT { color:#000000;display:block;width:31.7496875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:27.311199188233rem;left:4.7498922348022rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#qTdoPimMPGeuABpUtMcXcaXop9ExJC8q { color:#000000;display:block;width:16.125rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.5rem;top:40.4375rem;left:3.1875rem;display:none; }
#Utx11GlnK5EIZGbDf2ahBpiO9TMHMsN2 { color:#faf00c;display:block;width:1.18706875rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:27.030059814453rem;left:16.46853351593rem;height:2.03125rem;font-style:normal;display:none; }
#JJTkkex0BZud0IqTzy4q3Tix0WsV24NT { color:#000000;display:block;width:33.186875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:34.061416625976rem;left:4.7498922348022rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:none; }
#IwS0y6Iz8TdB41B4IGJLFRwcgEaqPFVT { position:absolute;display:block;z-index:100002;background-color:#e1d91f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.56206625rem;width:9.8746875rem;top:36.748590469361rem;left:7.0927743911744rem;display:none; }
#OqxUsbbHJqTQhqntuhqEJM3ILcdBvWJH { color:#000000;display:block;width:20rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:7.5625rem;top:1.5625rem;left:0rem;display:none; }
#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM { background-color:rgba(0,193,182,0.82);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row .container { background-color: transparent; background-image: none; }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row .container > .video-iframe-container { display: none; }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row > .video-iframe-container { display: none; }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .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); }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row .container { border-width: 0; border-radius: 0; }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row > .video-iframe-container {  }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row .container { width:60rem;height:52.1875rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#CVDB3D5TOcufs3pNuJQSRTh66ebUAIRq { color:#004673;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100003;line-height:2;letter-spacing:0;top:10.061848640442rem;left:0rem;height:2.75rem;text-align:center;text-align-last:center;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; }
#lLxmvfs6UZp7IgAfENWr89TFBPGng4vl { position:absolute;display:block;z-index:100000;background-color:#e1d91f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1rem;width:27.5rem;top:8.1553802490238rem;left:18.49923992157rem;display:block; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-form-header {  }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:bold;color:#36ada7;width:16.625rem;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;vertical-align:top;text-align:left;text-align-last:left;line-height:1.2; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-text { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:16.625rem;box-sizing:border-box;height:2rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.8; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-textarea { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;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;width:16.625rem;box-sizing:border-box;height:4.375rem;color:#161616;font-size:0.875rem;overflow:hidden;font-family:"open sans";vertical-align:top;line-height:1.8; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-select { background-color:#ffffff;background-image:none;border-top:0;border-right:0;border-bottom:0.0625rem solid #d6d4d4;border-left:0;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:16.625rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .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; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-button { border-top-left-radius:1.0625rem;border-top-right-radius:1.0625rem;border-bottom-left-radius:1.0625rem;border-bottom-right-radius:1.0625rem;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #78d0b9, #42b59b);background-image: -moz-linear-gradient(180deg, #78d0b9, #42b59b);background-image: -ms-linear-gradient(180deg, #78d0b9, #42b59b);background-image: -o-linear-gradient(180deg, #78d0b9, #42b59b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d0b9', endColorstr='#42b59b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d0b9', endColorstr='#42b59b' );";background-image: linear-gradient(180deg, #78d0b9, #42b59b);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:8.0625rem;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:0.9375rem;font-weight:bold;color:#f2f9ff;width:7.625rem;height:2.375rem;font-family:"open sans";overflow:hidden;line-height:1; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:2.1;font-size:0.6875rem;font-weight:300;color:#000000;vertical-align:top;width:15.4375rem;overflow:hidden;font-style:normal; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .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; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.625rem;vertical-align:middle;font-family:"open sans";font-size:0.8125rem;font-weight:400;color:#161616;overflow:hidden;font-style:normal;line-height:2; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-container:first-of-type{padding-top:0;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-container:last-of-type{padding-bottom:0;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.624875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.8125rem rgba(62,63,63,0.25) ;left:39.660374641419rem;top:21.616752147674rem;z-index:100020;position:absolute; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:16.625rem;display:block;vertical-align:top; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.6875rem;line-height:1.3;font-weight:700;color:#909090;vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;text-align:left;text-align-last:left; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 {display:block;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:16.624875rem;height:auto;border-top:0;border-right:0;border-bottom:0;border-left:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 0.1875rem 0.1875rem 0.8125rem rgba(62,63,63,0.25) ;left:39.660374641419rem;top:21.616752147674rem;z-index:100020;position:absolute; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #FaQMQZg7c0kgBvr3XcL1px4ADgn0WWIn { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #HxdQO5Z9TdNAK7dTd48559b8pl0ey5U8 { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #gD0pwPpofUdzktOoxfA1gsshMeVh7wzb { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #uTcqPH0mKA15qeTEZxfgF8mhRgZJFngb { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #KpQ2QWg92Va0MN2rUIbheD5oJSP6phaI { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #ltTZKmguuK5QOh1WRBAtTJTtCWO25GGT { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #TTalB0k1oVO0IzFUATgdXBBrsuWkMiOy { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #nfcy0wVy03pbIKSqyaxygWztfwgLzTXZ { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #fDZ0lbW76MvD4SsccbAsSlFVGnfcuwBz { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #RXW8iUkDSvOzACGu4p9cKZMB6EDrBL0P { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #RXW8iUkDSvOzACGu4p9cKZMB6EDrBL0P .container-column{width:50%;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #IJItkybLdHk7P6QnsiA1kmSARueaMpKT { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #nPvlaFpA4B6h0HdGTanUzDmoMHqe3dzp { position:relative;z-index:2; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #x32ZxTA21Mpl1DMU3gENLKStbQetXw61 { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #XTvRFNSA6ZFeZk6IrhFfiC7d5WkxDtTr { position:relative;z-index:2; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #leFXxXvrv62iZu4GPZl8Eh4ZH3l5NksK { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #cOBJbLiTHe5RDrEbWBpe0CnSeqM3kLO6 { position:relative;z-index:2; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #pI2rDc53Nqy3VqDqsvMHQ6sChADfonxs { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #pTfTxRKTOMpPwvugrwf2RNPV9BHueAUM { position:relative;z-index:2; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #M48uBBf0KfNm73TIV3MJISTNRzCZb8Fr { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #DQuczgti3f2zgtuThc37ZEnfDdmAs8lJ { position:relative;z-index:2; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #bWzXnhvPx293eICnN5BBtBBGfOMOia6g { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #eT1mAK8QwmGsHXIJkeUzyeDTH9e1BLQW { position:relative;z-index:2; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #ymH9c3oPSelF85g5qWNXFQ42MofWtrQr { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #Xb0eTENXIsbU9hCGsoETMrILDtO3mMPk { position:relative;z-index:2; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #piwUuyLfuQoFMIrEaKr5ZB4CWWT9IkwN { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #T90VIdD6mqRI4dMsHJboEo35nwanZ0NE { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #rKNlJd2Jr4mbU0IllgEXxEIQpcBUSnDt { position:relative;z-index:2; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #sxargFVrqSobvZn07E5If8XAyr5WDuOh { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #qgEOglk0R7AwnGm7uwm8LLbHG6X2Nt3z { position:relative; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #n2kwB6G4R1rBQszUkLAZTDd7n7wXiSRR { position:relative; }
#dlTZ21X7FbzaJkHcSJ2AAwpceuIup0kl { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:19.741103172302rem;left:4.7498922348022rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#EDkRoC7unZXIOcGcuTJsdxoUnwGfU3Wh { color:#000000;display:block;width:31.7496875rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:22.241211891174rem;left:4.7498922348022rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#rggrNlxSAvLHS8TBGM04ecWrDZi7tnqI { color:#000000;display:block;width:31.7496875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:31.122494220734rem;left:4.7498922348022rem;height:1.59375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#H10GQ4fh0M0KSFpH6rhd9aJ2Xo3FDXEd { color:#000000;display:block;width:33.186875rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:38.748905658722rem;left:4.7498922348022rem;height:3.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#nzEyp0yIRxZTIQurmpsXkrkLliw8REVK { color:#ffffff;display:block;width:31.5625rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:28.248795032501rem;left:4.7498922348022rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#sAHxSoF4QfiV4iSSBkwHa9vtZpyTyUH1 { color:#ffffff;display:block;width:30.3125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:35.936405658722rem;left:4.7498922348022rem;height:1.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#h5TFTJ0dhCGTXZguSv2c34lly7xb3P5Z { color:#faf00c;display:block;width:1.18706875rem;position:absolute;font-family:"noto sans tc";font-size:1.5625rem;font-weight:700;z-index:100021;line-height:1.3;letter-spacing:0;top:30.715267658234rem;left:16.529732704163rem;height:2.03125rem;font-style:normal;display:block; }
#qT3tRsWguQ4OPQgtFEJyxo4rDO9r8Dx0 { position:absolute;display:block;z-index:100001;background-color:#e1d91f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.56206625rem;width:7.4365rem;top:24.81184053421rem;left:15.499241828919rem;display:block; }
#qVF6TkqZGlFhgL1TFDe2OJ1sdTHcrL9M { position:absolute;display:block;z-index:100002;background-color:#e1d91f;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.56206625rem;width:9.8746875rem;top:41.373037815094rem;left:6.7802743911744rem;display:block; }
#KAtD0VTdyBCT1UNJmTK1nSnFxZu4zHFe { color:#ffffff;display:block;width:39.4998125rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:400;z-index:100025;line-height:1.3;letter-spacing:0;top:3.054470539093rem;left:10.249566078186rem;height:5.85rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqylQa28FzJS6q9tt8LpqTkXbk1T5pbZ { position:absolute;display:block;z-index:100026;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.56174375rem;top:27.623686313629rem;left:0rem;overflow:hidden;display:block; }
#nXTP6sTzgqJX4UcwnlhoLcfIbGXahupp { position:absolute;display:block;z-index:100027;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.87489375rem;width:2.8125rem;top:19.240669250488rem;left:0.81184959411619rem;overflow:hidden;display:block; }
#rbqFOPfiW6RaEcu3ktxR62U6VcDdPNLT { position:absolute;display:block;z-index:100028;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.8125rem;width:2.62478125rem;top:35.40461397171rem;left:0.65516567230225rem;overflow:hidden;display:block; }
#pCM9WE10E2XI75ZiLgo6rlL6gfd9Ksvw { color:#000000;display:block;width:20rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:7.5625rem;top:1.5625rem;left:0rem;display:none; }
#c2CXI31QP3BmCAei01QeDk1BofkFklnv { color:#000000;display:block;width:16.125rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.5rem;top:40.4375rem;left:3.1875rem;display:none; }
#DSZaINoyUWh5Vt9K6EnhR3WiZu6OGvrm { color:#000000;display:block;width:16.125rem;position:absolute;font-family:dosis;font-size:1.1875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:3.5rem;top:55.5rem;left:1.875rem;display:none; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk .widget-container { border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;flex-direction:column;align-items:center;background-color:;background-image:none;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;vertical-align:top;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk .widget-text.counter-number { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(top, #78d0b9, #42b59b);background-image: -moz-linear-gradient(top, #78d0b9, #42b59b);background-image: -ms-linear-gradient(top, #78d0b9, #42b59b);background-image: -o-linear-gradient(top, #78d0b9, #42b59b);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d0b9', endColorstr='#42b59b' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#78d0b9', endColorstr='#42b59b' );";background-image: linear-gradient(to bottom, #78d0b9, #42b59b);background-size:contain !important;color:#ffffff;padding-top:0.485625rem;padding-right:0.430625rem;padding-bottom:0.485625rem;padding-left:0.430625rem;display:block;align-items:center;width:2.58375rem;min-width:2.58375rem;height:2.6125rem;position:relative;font-family:"open sans";font-size:1.945rem;font-weight:700;line-height:41.8px;text-align:center;text-align-last:center;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk .widget-text.counter-label { background-color:;background-image:none;color:#000000;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.304375rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.445rem;height:1.0325rem;position:relative;font-family:"open sans";font-size:0.85625rem;font-weight:400;line-height:16.52px;text-align:center;text-align-last:center;text-transform:none;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:#ffffff;background-image:none;display:flex;justify-content:space-between;width:17.75rem;height:4.920625rem;padding-top:0.6075rem;padding-right:0.615625rem;padding-bottom:0.6075rem;padding-left:0.615625rem;position:absolute;font-family:"open sans";font-size:2rem;font-weight:700;line-height:1;text-align:center;text-align-last:center;text-transform:none;top:15.328995227814rem;left:39.69997882843rem;z-index:100006; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #uLVV9G3vTK6oHfFgCRreTXbBMNToc1TO { display:flex;position:relative;top:0rem;left:0rem; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #CTuophu3StPCnV9sySDC6cm5JuJ4oX0s { width:auto; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #KtanIuszg1K2zFWntybW7Uhzs4kN793f {  }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #tqd9rGu1bT4pTTQC8Shhf6vXJrvOc7pN { display:flex;position:relative;top:0rem;left:0rem; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #Tr8OFOKuXaWswSyCJuAPXKuTkEpJisBk {  }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #OhyuH64zqbHvvkw398KshOlfpZwQzcX4 {  }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #Q494dA01SRD5xzUUl7TOqVNIJZqg7c1f { display:flex;position:relative;top:0rem;left:0rem; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #TrQDW93B6ipNPVkGh9VRmO4zzMHKNgWT {  }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #oK51XZh4eThmyJC0M665Tgy2T6NCelsq {  }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #IbNzplQ0lQy0ezlzm5LysC8lEWWGkn0h { display:flex;position:relative;top:0rem;left:0rem; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #gR4paRzxohP6tIGWBrde8if5T4Cmh2KI {  }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #v3P4XeVxJkT4zAA1bnJJb41ua1oJ2cEu {  }
#QJv85gTqvahvA1slOH2odTW3uqpqv8mm { background-color:rgba(0,193,182,0.82);background-image:none;border-bottom:0;border-left:0;border-right:0;border-top:0;display:block; }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row .container { background-color: transparent; background-image: none; }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row .container > .video-iframe-container { display: none; }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row > .video-iframe-container { display: none; }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .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); }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row .container { border-width: 0; border-radius: 0; }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row > .video-iframe-container {  }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row .container { width:60rem;height:0.8125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm > .row .container { background-color: transparent; background-image: none; }#TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm > .row .container > .video-iframe-container { display: none; }#TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm > .row > .video-iframe-container { display: none; }#TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm > .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); }#TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm > .row .container { border-width: 0; border-radius: 0; }#TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm > .row > .video-iframe-container {  }#TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm > .row .container { font-size:0.875rem;font-family:arial;height:42rem;width:60rem;position:relative;display:block; }#rVMPKbETDtZKLEK8UaCCSEXwA8SIcxGI { position:absolute;display:block;z-index:100015;background-color:#75c7c3;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;height:20.374875rem;width:18.9371875rem;top:15.83983707428rem;left:0rem;display:block; }
#tmKD9NxC99w1GfuXESzUQAv76e3pv5q1 { color:#ffffff;display:block;width:15.062375rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100024;line-height:1.5;letter-spacing:0;top:27.999669075012rem;left:1.9368495941162rem;height:6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#sw78Wmu9pXCdPne4vT0dEa5vy4K3DzNB { position:absolute;display:block;z-index:100019;background-color:#bab9b9;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;height:20.3125rem;width:18.9371875rem;top:15.87184715271rem;left:20.531142234802rem;display:block; }
#y1t31JqLsQovzesaGqKNv3atBDXDTBFE { color:#ffffff;display:block;width:15.061875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100025;line-height:1.5;letter-spacing:0;top:27.999132156372rem;left:22.468535423279rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#ofA5dsnEl8eqTdu60XWUnJhENZbvdhJg { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:25.132916450501rem;left:1.0308160781861rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#csRixWVaTzoRQv9d6kNTqL2assiGdgq7 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100024;line-height:1.3;letter-spacing:0;top:25.132916450501rem;left:21.562502861023rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#fqwCKahx3IQwzTf8RnznWqTNKXS7AHy1 { position:absolute;display:block;z-index:100023;background-color:#75c7c3;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;height:20.3125rem;width:18.9371875rem;top:15.870219230652rem;left:41.062827110291rem;display:block; }
#ir2x38NNAiqqEXRF3cqIUqcTBF50aL5m { color:#a0a0a0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:9.93706035614rem;left:0rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TxvhhvkHDzcDTgSB606qKpWTqcVpifUD { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:25.132916450501rem;left:42.093642234803rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#knt0WTGJU3hPddJHVV0ruNZD0plISu4C { color:#ffffff;display:block;width:15.061875rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100026;line-height:1.5;letter-spacing:0;top:27.999132156372rem;left:43.000220298767rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#XTehAwA6OyIiltLAKMEDDQPQm2PSsKx7 { color:#676867;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:700;z-index:100022;line-height:1.3;letter-spacing:0;top:6.1246690750122rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mk5MvOOrMzkFBautX2pcJNqPDswPz0Qq { position:absolute;display:block;z-index:100017;background-color:#676867;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;height:0.187174375rem;width:3.125rem;top:4.1243433952331rem;left:28.437502861023rem;display:block; }
#Vs08eebDy41QdMTszeDJ0abdb1EHMy4d { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:5.12478125rem;width:5.12478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100027;top:18.434245586395rem;left:6.9059247970581rem; }
#Z4P0CDHG70cA8PsW8uGxdVIaAt8UzEDg { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.562175rem;width:4.562175rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100028;top:18.715821266174rem;left:27.718642234802rem; }
#IMfBkuVDUyKVTIe5HC9qIq6K7sVyWkFm { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:4.49978125rem;width:4.49978125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100029;top:18.745660781861rem;left:48.280711174011rem; }
#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/nklbzc0E/BN_3.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz.adaptive-delivery-prevent-bg, #X54cuw2lPAXHxD68HyJizSqgnQ5iytGz.lazyload, #X54cuw2lPAXHxD68HyJizSqgnQ5iytGz.lazyloading { background-image: none; }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row .container { background-color: transparent; background-image: none; }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row .container > .video-iframe-container { display: none; }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row > .video-iframe-container { display: none; }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .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); }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row .container { border-width: 0; border-radius: 0; }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row > .video-iframe-container {  }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row .container { font-size:0.875rem;font-family:arial;height:31.75rem;width:60rem;position:relative;display:block; }#cXGv5fO1awaBGVOXzVTJbWxG0Jw2Hbqk { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:6.4375rem;left:8.375rem;overflow:hidden;display:block; }
#OhNgBnvONKNPwWcNdffzeAFqX9ODC8Lu { position:absolute;display:block;z-index:100037;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:0.0625rem;top:9.625rem;left:20.25rem;display:block; }
#tI8c6PzH029oAByp0dJKBanhrZHoFELX { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100025;line-height:1.3;letter-spacing:0;top:13.25rem;left:24.25rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#y3ZX1ZcyOCswfTdcOkn1QxRNCdoCE00Z { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:13.25rem;left:4.625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kfQPcXTangT7ncZrAPRqNxobiom9nxqq { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:6.4375rem;left:28rem;overflow:hidden;display:block; }
#hRyQz6BdwRniBZT0tA9bJa1dhP2DRzhT { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100026;line-height:1.3;letter-spacing:0;top:16.9375rem;left:23.562285423279rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#spnEoKc7asmoNStOsr6HUVhyPAzoOX7I { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100035;line-height:1.3;letter-spacing:0;top:16.875rem;left:3.9375rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#zDvXrcXVVr6mHo194cInNaKaNePPTtMK { position:absolute;display:block;z-index:100038;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:7.25rem;width:0.0625rem;top:9.75rem;left:39.1875rem;display:block; }
#XQOEIWaCsJbsF4UceTt10FvwCc8nADAi { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100032;line-height:1.3;letter-spacing:0;top:16.9375rem;left:41.999785423279rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EGIFZeLwmTRZbcfHP5DOLVmb1TWcEh6C { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:"open sans";font-size:2.8125rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:13.25rem;left:43.125rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hcaz9RFoqzBXp2ScVH6tHwBvuMKLAcfD { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:3.3125rem;top:6.4375rem;left:47.375rem;overflow:hidden;display:block; }
#OeTsRH2pXAvJTgQhm17XTAfT3yn1NNIM { z-index:100001;top:23.436416149139rem;left:21.968317985534rem;background-color:transparent;background-image:none;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;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:roboto;font-size:1.125rem;font-weight:400;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0625rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#U9pKkVCpSzbiAzE0GmWWmqaLJ7Qph3c9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/pb_lF8VWaPU/unsplash/gilles-lambert-pb_lF8VWaPU-photo-1423784346385-c1d4dac9893a.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;position:relative;display:block; }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6.adaptive-delivery-prevent-bg, #FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6.lazyload, #FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6.lazyloading { background-image: none; }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row .container { background-color: transparent; background-image: none; }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row .container > .video-iframe-container { display: none; }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row > .video-iframe-container { display: none; }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .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); }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row .container { border-width: 0; border-radius: 0; }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row > .video-iframe-container {  }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row .container { font-size:0.875rem;font-family:arial;height:37.375rem;width:60rem;position:relative;display:block; }#fwrCPvCWybyvAQi63v9WJhlEdmbuFSyF { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"noto sans tc";font-size:2.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:4.5903865098953rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#R1kKQgUhHFgH5lSD4el6E3aq91Pedx5n { color:#ffffff;display:block;width:13.75rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:100023;line-height:1.3;letter-spacing:0;top:20.122613072396rem;left:44.308814048767rem;height:1.86903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bIyAlC3Gq4N7JeXT4OhF5PGZLcD1ITUe { color:#ffffff;display:block;width:14.9370625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:100020;line-height:1.3;letter-spacing:0;top:20.123156666756rem;left:22.530383110046rem;height:1.86903125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#kqy3WFnBkseRQ1QQ3CaWHJxDL7XifvUg { color:#ffffff;display:block;width:14.9370625rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:400;z-index:100017;line-height:1.3;letter-spacing:0;top:20.123698353768rem;left:1.9997835159302rem;height:1.86903125rem;font-style:normal;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ep2DpyRWpJiTyA94iiZWnWKyUPMv08OH { color:#40d0c4;display:block;width:18.9371875rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100018;line-height:1.3;letter-spacing:0;top:23.999563217163rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Er8TxS1iJl5Lpb9ytVIaenZ7kpmXUvrf { color:#ffffff;display:block;width:16.125rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:300;z-index:100022;line-height:1.3;letter-spacing:0;top:31.5rem;left:3.3125rem;height:;font-style:normal;text-align:left;text-align-last:left;display:block; }#Er8TxS1iJl5Lpb9ytVIaenZ7kpmXUvrf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Er8TxS1iJl5Lpb9ytVIaenZ7kpmXUvrf li:before{  }
#Tn3pT4QQiMZKs585Gtp7ziXygnomuDK6 { color:#fbf7f0;display:block;width:14.125rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:normal;z-index:100029;line-height:1.3;letter-spacing:0;top:27.6875rem;left:22.9375rem;height:3.725rem;display:block; }#Tn3pT4QQiMZKs585Gtp7ziXygnomuDK6 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Tn3pT4QQiMZKs585Gtp7ziXygnomuDK6 li:before{  }
#dVusyhKQuu0ACFVsPH9TVC3Nt3duVSrq { color:#40d0c4;display:block;width:15.2495625rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:23.999024510384rem;left:22.374133110046rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#E6mnWkOD1RLP6QllOpNIb9NwB0l8tJg7 { color:#fbf7f0;display:block;width:14.124875rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:27.687171936035rem;left:2.4045133590698rem;height:1.70625rem;display:block; }#E6mnWkOD1RLP6QllOpNIb9NwB0l8tJg7 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#E6mnWkOD1RLP6QllOpNIb9NwB0l8tJg7 li:before{  }
#xBgRTrVooVbNGC9UAFmtqnND0d2mRTJf { color:#fbf7f0;display:block;width:11.3748125rem;position:absolute;font-family:dosis;font-size:1.3125rem;font-weight:normal;z-index:100030;line-height:1.3;letter-spacing:0;top:27.838000416756rem;left:45.496420860291rem;height:3.725rem;display:block; }#xBgRTrVooVbNGC9UAFmtqnND0d2mRTJf li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#xBgRTrVooVbNGC9UAFmtqnND0d2mRTJf li:before{  }
#bi1e7CnTF5hmwW6yX1ArVzQWJZiGAt7g { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100017;top:13.249240994453rem;left:7.2802743911744rem; }
#vlNH7WpgpzaKe7QmSWZziFnwPd0KsNyL { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100018;top:13.249240994453rem;left:27.812502861023rem; }
#DG1ZwHaARJb6eagmBz30wxdKCg7NZTbI { box-sizing:content-box;color:#5d92ff;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:flex;z-index:100019;top:13.249240994453rem;left:48.996314048767rem; }
#xmlbcCn8ygCR6ZmO01OMG7AoK5oKGdwR { color:#40d0c4;display:block;width:15.1248125rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:300;z-index:100019;line-height:1.3;letter-spacing:0;top:23.999024510384rem;left:44.183485984803rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#EQFSqugs64VleMA3Cl9HCvFIqXt7nTRa { color:#000000;display:block;width:20rem;position:absolute;font-family:dosis;font-size:1.6875rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;height:4.375rem;top:8.125rem;left:0rem;display:none; }
#eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM { position:relative;display:block; }#eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM { background-color: transparent; background-image: none; }#eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM > .row .container > .video-iframe-container { display: none; }#eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM > .row > .video-iframe-container { display: none; }#eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM > .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); }#eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM { border-width: 0; border-radius: 0; }#eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM > .row .container > .video-iframe-container {  }#eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM > .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:12.9375rem;width:60rem;position:relative;display:block; }#PW7HsylcaaBrNRNugWksVx99wdzTmVyq { position:absolute;display:block;z-index:100005;background-color:#676867;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;height:0.187174375rem;width:3.125rem;top:3.9366321563721rem;left:28.437502861023rem;display:block; }
#z228Xe40gu0RiCXKceLOTFdBIv3RohXs { color:#676867;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100036;line-height:1.5;letter-spacing:0;top:6.373693704605rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sgTfBo3mANxAlclMiQyzk0e6I8hi7vy1 { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.9375rem;width:14.8125rem;top:12.937286376953rem;left:0rem;overflow:hidden;display:block; }
#N7271t4ZvoyGRWGMhQq8s0Af540LZiMZ { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.875rem;width:14.75rem;top:12.937283396721rem;left:15.12478351593rem;overflow:hidden;display:block; }
#aaQhQIoQTiMKzeAghVX7sN43nPR3adSO { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.6875rem;width:14.6875rem;top:12.937283396721rem;left:30.186633110046rem;overflow:hidden;display:block; }
#IGfvxwyXM459VfeRnmzgFmMGeN7LVmRW { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:17.625rem;width:14.5625rem;top:12.937283396721rem;left:45.187502861023rem;overflow:hidden;display:block; }
#TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u { position:relative;display:block; }#TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u { background-color: transparent; background-image: none; }#TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u > .row .container > .video-iframe-container { display: none; }#TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u > .row > .video-iframe-container { display: none; }#TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u > .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); }#TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u { border-width: 0; border-radius: 0; }#TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u > .row .container > .video-iframe-container {  }#TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u > .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:21.625rem;width:60rem;position:relative;display:block; }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(241,241,241,0.44);background-image:none;position:relative;display:block; }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row .container { background-color: transparent; background-image: none; }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row .container > .video-iframe-container { display: none; }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row > .video-iframe-container { display: none; }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .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); }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row .container { border-width: 0; border-radius: 0; }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row > .video-iframe-container {  }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row .container { font-size:0.875rem;font-family:arial;height:53.5rem;width:60rem;position:relative;display:block; }#P4MGlTivVz9vodxOhFeV3Awz4H91Jykg { color:rgba(34,34,34,0.8);display:block;width:43.8748125rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:16.312392234802rem;left:8.0620660781863rem;height:7.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#KxDfVImsnfEEW0kZuQXGHtlpFeDfHSkB { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.99978125rem;width:2.8125rem;top:18.560114860534rem;left:1.4371747970581rem;overflow:hidden;display:block; }
#CcPPtKFtg7I2VZtCHX2BCP77o3UUlqgR { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.99978125rem;width:2.8125rem;top:18.559571266174rem;left:55.749789237976rem;overflow:hidden;display:block; }
#Ewu2vboNoIorw4FMQZULwSg1uB0XBGqe { color:#222222;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100007;line-height:1;letter-spacing:0;top:24.667319297791rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;display:block; }
#wAUn5r1P2LnNU7pGPLTC2srmCIyIiQ08 { color:rgba(34,34,34,0.5);display:block;width:60rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:26.355471611023rem;left:0rem;height:1.1375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#meWN2ff5fWgn5DrTn957B0yTwfp8def9 { color:rgba(34,34,34,0.6);display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:32.499443054199rem;left:1.4371747970581rem;height:3rem;font-style:normal;display:block; }
#c2GT7uOTOdZddL2xwL0LtafKdHBT296K { color:#222222;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100009;line-height:1;letter-spacing:0;top:36.937377929688rem;left:1.4371747970581rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#W1UcHwPJDQ8uGihbShTlwNlec3Mds1zK { color:rgba(34,34,34,0.5);display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:38.562269210816rem;left:1.4371747970581rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#mE7OiTITeXTU7JMHevdppm8lQ253G78M { color:#222222;display:block;width:25.25rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:32.5rem;left:33.125002861023rem;height:3rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#KTUKOG1sTqqgzHurWTuZQ0r7rHLKQMUu { color:#222222;display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:normal;z-index:100012;line-height:1;letter-spacing:0;top:36.9375rem;left:33.125rem;height:1.25rem;text-align:left;text-align-last:left;display:block; }
#xdBGX1CvTzFfoPS0frTlKRtMvzpT0Ppb { color:rgba(34,34,34,0.5);display:block;width:26.25rem;position:absolute;font-family:roboto;font-size:0.875rem;font-weight:300;z-index:100013;line-height:1.3;letter-spacing:0;top:38.5625rem;left:33.125rem;height:1.1375rem;text-align:left;text-align-last:left;font-style:normal;display:block; }
#TS8KLCJywaCyXiyxviWP6oHUOzdJ0viT { color:#676867;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.375rem;font-weight:700;z-index:100005;line-height:1;letter-spacing:0;top:4.8697919249534rem;left:0rem;height:2.37521875rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#OWhOFtOt5vXBlWv4PQRqAN8GSrRckJQm { color:#676867;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.4375rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:9.54480689764rem;left:0rem;height:1.86903125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#NyxyNMtBtSmepi2OWPVHBLfTQqounOK3 { color:#36ada7;display:block;width:4.93706875rem;position:absolute;font-family:"noto sans tc";font-size:1.4375rem;font-weight:700;z-index:100017;line-height:1.3;letter-spacing:0;top:9.4812292456625rem;left:18.999350547791rem;height:1.86903125rem;font-style:normal;display:block; }
#nGhrlwo0VVZ7iDTJJDkD6I4Lu7vVBQrt { background-color:#40d0c4;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:2.4375rem;border-top-right-radius:2.4375rem;border-bottom-left-radius:2.4375rem;border-bottom-right-radius:2.4375rem;box-shadow: 0rem 0.3125rem 0.3125rem rgba(0,0,0,0.2) ;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:raleway;font-size:1.125rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:16.0623125rem;height:3.125rem;text-decoration:none;z-index:100008;text-align:center;text-align-last:center;top:45.103099822998rem;left:21.968317985534rem;display:block; }
#JUtJTCH3gIQ8HwGg9kbr8dioZX6VuQe7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#00c1b6;background-image:none;position:relative;display:block; }#JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA > .row .container { background-color: transparent; background-image: none; }#JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA > .row .container > .video-iframe-container { display: none; }#JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA > .row > .video-iframe-container { display: none; }#JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA > .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); }#JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA > .row .container { border-width: 0; border-radius: 0; }#JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA > .row > .video-iframe-container {  }#JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA > .row .container { font-size:0.875rem;font-family:arial;height:14.75rem;width:60rem;position:relative;display:block; }#ZCDS0gOiTEvuSzgvIMUheluA2tLmIXsT { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:2.311731338501rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#mnUFMWxkW5yNxn7bl4Nqgl1Exx6UqJlk { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100015;line-height:1.6;letter-spacing:0;top:5.2495555877686rem;left:0rem;height:3.4rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#dtWVoQMtOqJc3SsnCzKa11gO4cFzgJZP { position:absolute;display:block;z-index:100022;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.99978125rem;width:1.99978125rem;top:9.9999904632569rem;left:25.437285423279rem;overflow:hidden;display:block; }
#BXAbuPv02yhOI36iR2EXcTpGvbThlLTO { position:absolute;display:block;z-index:100021;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.93739375rem;width:1.99978125rem;top:10.029287338257rem;left:32.874567985534rem;overflow:hidden;display:block; }
#CGRQfCIXmlURFQ9uicHzJXuM5yBdmiIp { position:absolute;display:block;z-index:100020;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.93739375rem;width:1.93739375rem;top:10.029287338257rem;left:29.031035423279rem;overflow:hidden;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #T3pNDPDuecdJb2KqKzydvviC1QmPonVx { display:block; }#T3pNDPDuecdJb2KqKzydvviC1QmPonVx > .row .container { width:47.75rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #gGa5SHeEocmdTZXlOuukTrMTm11O7Ptl { width:6.749125rem;height:2.93728125rem;top:0.25rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #I0CLIQ9HG8HpUnz45TTMVS8yWC0EGtis { width:6.4371875rem;height:2.43706875rem;top:0.56206601858139rem;left:2.6844618320465rem;display:block; }
 }@media only screen and (max-width: 959px) { #CRw0MsLcPuMooOqLUO4MEpuqWXGAoJGx { display:block; }
 }@media only screen and (max-width: 959px) { #hBXaqR09bP9lHLaAFKaZhtf3FMTNUakR { width:6.4371875rem;height:2.1875rem;top:0.68684899806975rem;left:9.0597875118256rem;display:block; }
 }@media only screen and (max-width: 959px) { #m68eQWDLrO4dSMlTOSNN3muqmTO2qxDR { display:block; }
 }@media only screen and (max-width: 959px) { #RnENotJg7gOHSSgKEGbDTLCzeHlVPRNB { width:7.5rem;height:2.1875rem;top:0.68684899806975rem;left:16.680230855942rem;display:block; }
 }@media only screen and (max-width: 959px) { #yugQWvO5Vb1k2emnXhfKKm3HGS8QVNLk { display:block; }
 }@media only screen and (max-width: 959px) { #ZWi8T7QMQtyRsTO70zKabVooi3xPV9qO { width:6.18706875rem;height:2.1875rem;top:0.68684899806975rem;left:25.31250166893rem;display:block; }
 }@media only screen and (max-width: 959px) { #CMArcPhReK6AHKXBnNpEkOFDBKt2K25P { display:block; }
 }@media only screen and (max-width: 959px) { #DyvV6dJCffqfQldP6OrVZibkiRI9xxy4 { width:8.75rem;height:2.1875rem;top:0.68684899806975rem;left:31.437177419663rem;display:block; }
 }@media only screen and (max-width: 959px) { #quRMcSXBkPxB7S25m3ZMiDkC04F6fmgT { display:block; }
 }@media only screen and (max-width: 959px) { #m4oT30foIIiVfzqAF1v2WIXpT64ZLxli { display:block; }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row .container { width:47.75rem;height:33.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #sSm6AUiNztxgnToNgriuPIbPbunIoQpJ { top:13.4375rem;left:0rem;width:32.5rem;height:0;font-size:1.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #I0GVz6GOPZ2z2cNp2ecy5LN0Z44xNT6S { top:9.3505860567094rem;left:0.37489151954651rem;width:27.0621875rem;height:5.54905rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TdbLpPOuyINPEVsxu2ZPxWCn3yfXWgMK { top:16.749675750733rem;left:0.375rem;width:30.374875rem;height:3.49935rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #zULEWJMknvqlUeMls0TTCuFGVAmvmk02 { width:13.75rem;height:3.125rem;top:24.359267354011rem;left:0.37489151954651rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #iHzzo13iUglnkxl09mNSBvrks6ErL4VT { display:block; }
 }@media only screen and (max-width: 959px) { #DTktRtUXbML9MLyF4Q2AkWF9eX6I052O { width:12.5rem;height:5.625rem;top:11.8125rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 959px) { #BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC { display:block; }#BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC > .row .container { width:47.75rem;height:34.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #XKrWPkc4TuRFWK2gKD5tcCVPoLgcFo6E { width:33.3745625rem;height:2.4375rem;top:8.0602203477175rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bx3TL3a3i8kr3cbEd3cKaiDpRfOsHzQp { width:25.3125rem;height:1.86903125rem;top:2.3739141225815rem;left:11.217990636826rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #EReiEuNsLcOkgWgDmaN6Ux11Gv8SnonX { top:11.998046875rem;left:24.434316247459rem;width:23.0625rem;height:16.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #bedqgUWzunn3y1fuoc3VNJfRdI3hCzRU { width:25.4996875rem;height:12.0729375rem;top:12.998589038849rem;left:0.34342449903488rem;font-size:1.3125rem;line-height:2.3;display:block; }
 }@media only screen and (max-width: 959px) { #JiPetkswe0qKCvHrw8qvEPGpui9lnSmI { width:11.25rem;height:0;top:11.75rem;left:0.34375rem;display:block; }#JiPetkswe0qKCvHrw8qvEPGpui9lnSmI li:before{  }
 }@media only screen and (max-width: 959px) { #AZpz8Aqx4zdLIoNMEKt1aG464FVqA8ZD { width:14.375rem;height:3.125rem;top:27.43359375rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #IOKiDP29IbnW9tGcsOsLu9V9Gqtw57LE { display:block; }
 }@media only screen and (max-width: 959px) { #VE8PNJezVAyZAImukZNZ6mAuCTTm6k9r { width:15.8125rem;height:2.1875rem;top:4.5625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr { display:block; }#MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr > .row .container { width:47.75rem;height:33.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZLmkoD1WTGcxg7bvkTzzH6VAbsT7QsRi { width:22.874875rem;height:2.4375rem;top:4.6831598281861rem;left:19.875217199326rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #JkMeSzgSMZCtDSmqXxCLmLE9lOTpu5Z4 { top:3.8693494796753rem;left:0rem;width:19.4998125rem;height:19.4998125rem;display:block; }
 }@media only screen and (max-width: 959px) { #atVtVxQOKl001zhnsecOQWbvrJm6lzK9 { width:27.874875rem;height:13.0104375rem;top:10.297856330872rem;left:19.875217199326rem;font-size:1.3125rem;line-height:2.3;display:block; }#atVtVxQOKl001zhnsecOQWbvrJm6lzK9 li:before{  }
 }@media only screen and (max-width: 959px) { #nUoyIVIHWXgxnAFpRJI0b1B1TgVgVves { width:11.25rem;height:0;top:11.75rem;left:0.34375rem;display:block; }#nUoyIVIHWXgxnAFpRJI0b1B1TgVgVves li:before{  }
 }@media only screen and (max-width: 959px) { #kEuR4W19wfaCuaTJE54y0FihoHQxWzFP { width:14.375rem;height:3.125rem;top:26.87109375rem;left:16.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #kMXhaEx8hWTm6lqQt3Ex8kKhrxmUcTvW { display:block; }
 }@media only screen and (max-width: 959px) { #wSMWUsAyQL1ftiVWzNnbXxTtcDGbtts9 { width:15.8125rem;height:4.375rem;top:5rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #iZ7V1TTKvVkN1z3q781gtVrNe0fJTBrT { width:47.75rem;height:47.8125rem;display:none; }
 }@media only screen and (max-width: 959px) { #ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu { display:none; }#ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu > .row .container { width:47.75rem;height:39.5rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #ZVrrrIKsP9wrA2U1sUfGyJ5T5JCGoeEt { width:47.7495625rem;height:2.625rem;top:9.093425273895rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #leOy9SybVWtdNx3BwmHGHnOmMqEi47k5 { width:23.1875rem;height:1rem;top:6.935222148895rem;left:14.186415433884rem;display:block; }
 }@media only screen and (max-width: 959px) { #u4Hgy6fIXBTBUMhFDlGDgvholcRzFiMK { width:20.9375rem;height:1.59375rem;top:15.562069416046rem;left:4.0310332775116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #zSwNEKPI1Ae47BpcTS3TMWATqzlI8IZ4 { width:24.5625rem;height:3.4rem;top:17.842885494232rem;left:4.0310332775116rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 959px) { #XlniKrxxMgf032cMqRMWMTih03mBUQwc { width:18.4375rem;height:1.7rem;top:25.625rem;left:4.03125rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 959px) { #Or4lg5nLPERz0e6JHJ4SJBsTM3MDUGTT { width:25.4996875rem;height:2.8125rem;top:32.374134540558rem;left:4.0310332775116rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nh8mlRVPlRLUhenRXQMMu89Fh2N5b9yi { width:28.9375rem;height:1.59375rem;top:23.468423843384rem;left:4.0310332775116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #wrc5pwRh8zdAgi71qSePWApzEEnpG70T { width:25.3125rem;height:1.59375rem;top:29.656034946442rem;left:4.0310332775116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #bqrMEVKfq6mqhW6tQBmdiSGeOcwWaALo { width:1.124675rem;height:2.03125rem;top:25.271484851837rem;left:15.093099355698rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AD4qMLKhLUwN37y8eZERLF9zT6uRva1y { width:7.3746875rem;height:0.499674375rem;top:20.555122852326rem;left:19.09320807457rem;display:block; }
 }@media only screen and (max-width: 959px) { #xm1h7a8yz5bpG1uDuSyiSOBpUScQXhdq { width:9rem;height:0.5rem;top:34.624350070953rem;left:5.9670140743256rem;display:block; }
 }@media only screen and (max-width: 959px) { #I112n0EPvvNW3alVSE0ngRdHucoKDarq { width:47.7495625rem;height:4.875rem;top:2.9996746778488rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #zWZF0w7XIx1qCzTrfw50GoomcFyS1MEM { width:3.49989375rem;height:3.07020625rem;top:22.616646289826rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #zdWqCoyrFoF0OneRPl0FzUJeXSMEHDeo { width:2.8125rem;height:2.87489375rem;top:14.967994213104rem;left:0.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #J3wSfEagAncnHE1vX7foeqTwHc12Qe62 { width:2.62478125rem;height:2.8125rem;top:29.046225070953rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZcDE020WQh4JsymbAPB0V5d78JmdtBTT { width:20rem;height:7.5625rem;top:1.5625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #IpvDH5UrQJoghZpqMViT54HJoS1m46qa { width:16.125rem;height:3.5rem;top:40.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #oIDKk3VzMKOsoZc58RQG9wOxTkpxFc0U { width:16.125rem;height:3.5rem;top:55.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #SJz0S1sTnkxRvh72UHhlQTeG68DW3Hr1 { width:7.3746875rem;height:0.499674375rem;top:20.555122852326rem;left:19.09320807457rem;display:none; }
 }@media only screen and (max-width: 959px) { #Oaf7yHZ4mZdrAMhZ4nrdQqbnisMXrCJR { width:24.5625rem;height:3.3984375rem;top:17.842885494232rem;left:4.0310332775116rem;font-size:1rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 959px) { #yLPVPm0ByCRlczCuyfP20APuxTkocnXz { width:7.3746875rem;height:0.499674375rem;top:20.555122852326rem;left:19.09320807457rem;display:none; }
 }@media only screen and (max-width: 959px) { #qEcfHOhUaOrkbkvARaPZHiMOvTwuUgKT { width:20.9375rem;height:1.59375rem;top:15.562069416046rem;left:4.0310332775116rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 959px) { #iyR0aeDTQc8BM7ZFVyaRURTIAQfgD6It { width:2.8125rem;height:2.87489375rem;top:14.967994213104rem;left:0.4375rem;display:none; }
 }@media only screen and (max-width: 959px) { #pbm31kfZWaorMWPIRvAvlnTKa2aZaNtM { width:47.7495625rem;height:2.625rem;top:9.093425273895rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #uIzMBedLsSNN7cRz5uenVX4dO4TcnTkT { width:23.1875rem;height:1rem;top:6.935222148895rem;left:14.186415433884rem;display:none; }
 }@media only screen and (max-width: 959px) { #AghbshFJvCmaErUdCAKCE8ffNyTTxMNm { width:3.49989375rem;height:3.07020625rem;top:22.616646289826rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #gii2kTK3yihf4HAuUBfd4cGTMK25VDIu { width:16.125rem;height:3.5rem;top:55.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #g4UJOGoANLwdIiLrfJCd0mKIIy1mPM8P { width:2.62478125rem;height:2.8125rem;top:29.046225070953rem;left:0.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #id0EEiogaKhpRoppCPdrMh4iBhUb9csT { width:18.4375rem;height:1.7rem;top:25.625rem;left:4.03125rem;font-size:1rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 959px) { #qTdoPimMPGeuABpUtMcXcaXop9ExJC8q { width:16.125rem;height:3.5rem;top:40.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #Utx11GlnK5EIZGbDf2ahBpiO9TMHMsN2 { width:1.124675rem;height:2.03125rem;top:25.271484851837rem;left:15.093099355698rem;font-size:1.5625rem;display:none; }
 }@media only screen and (max-width: 959px) { #JJTkkex0BZud0IqTzy4q3Tix0WsV24NT { width:25.4996875rem;height:2.8125rem;top:32.374134540558rem;left:4.0310332775116rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #IwS0y6Iz8TdB41B4IGJLFRwcgEaqPFVT { width:9rem;height:0.5rem;top:34.624350070953rem;left:5.9670140743256rem;display:none; }
 }@media only screen and (max-width: 959px) { #OqxUsbbHJqTQhqntuhqEJM3ILcdBvWJH { width:20rem;height:7.5625rem;top:1.5625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM { display:block; }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row .container { width:47.75rem;height:47.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #CVDB3D5TOcufs3pNuJQSRTh66ebUAIRq { width:47.7495625rem;height:2.625rem;top:9.093425273895rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #lLxmvfs6UZp7IgAfENWr89TFBPGng4vl { width:23.1875rem;height:1rem;top:6.935222148895rem;left:14.186415433884rem;display:block; }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-regular-label { width:13.625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto;background-color:transparent;background-image:none; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-text { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-textarea { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-select { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-button { width:6.25rem;margin-top:0.25rem;margin-right:7.9375rem;margin-bottom:0.25rem;margin-left:0;font-size:0.875rem;overflow:hidden;height:2.125rem;line-height:1; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-checkbox-label { width:12.9375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.625rem;overflow:hidden;height:auto; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-container:first-of-type{padding-top:0;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-container:last-of-type{padding-bottom:0;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9  { width:14.1873125rem;height:auto;top:19.382055282592rem;left:31.062284231186rem; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .radio-container { width:13.625rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 {display:block;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 { width:14.1873125rem;height:auto;top:19.382055282592rem;left:31.062284231186rem; }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #FaQMQZg7c0kgBvr3XcL1px4ADgn0WWIn {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #HxdQO5Z9TdNAK7dTd48559b8pl0ey5U8 {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #gD0pwPpofUdzktOoxfA1gsshMeVh7wzb {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #uTcqPH0mKA15qeTEZxfgF8mhRgZJFngb {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #KpQ2QWg92Va0MN2rUIbheD5oJSP6phaI {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #ltTZKmguuK5QOh1WRBAtTJTtCWO25GGT {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #TTalB0k1oVO0IzFUATgdXBBrsuWkMiOy {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #nfcy0wVy03pbIKSqyaxygWztfwgLzTXZ {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #fDZ0lbW76MvD4SsccbAsSlFVGnfcuwBz {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #RXW8iUkDSvOzACGu4p9cKZMB6EDrBL0P {  }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #RXW8iUkDSvOzACGu4p9cKZMB6EDrBL0P .container-column{width:50%;} }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #IJItkybLdHk7P6QnsiA1kmSARueaMpKT {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #nPvlaFpA4B6h0HdGTanUzDmoMHqe3dzp { z-index:2; }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #x32ZxTA21Mpl1DMU3gENLKStbQetXw61 {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #XTvRFNSA6ZFeZk6IrhFfiC7d5WkxDtTr {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #leFXxXvrv62iZu4GPZl8Eh4ZH3l5NksK {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #cOBJbLiTHe5RDrEbWBpe0CnSeqM3kLO6 {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #pI2rDc53Nqy3VqDqsvMHQ6sChADfonxs {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #pTfTxRKTOMpPwvugrwf2RNPV9BHueAUM {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #M48uBBf0KfNm73TIV3MJISTNRzCZb8Fr {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #DQuczgti3f2zgtuThc37ZEnfDdmAs8lJ {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #bWzXnhvPx293eICnN5BBtBBGfOMOia6g {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #eT1mAK8QwmGsHXIJkeUzyeDTH9e1BLQW {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #ymH9c3oPSelF85g5qWNXFQ42MofWtrQr {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #Xb0eTENXIsbU9hCGsoETMrILDtO3mMPk {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #piwUuyLfuQoFMIrEaKr5ZB4CWWT9IkwN {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #T90VIdD6mqRI4dMsHJboEo35nwanZ0NE {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #rKNlJd2Jr4mbU0IllgEXxEIQpcBUSnDt { z-index:2; }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #sxargFVrqSobvZn07E5If8XAyr5WDuOh {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #qgEOglk0R7AwnGm7uwm8LLbHG6X2Nt3z {  }
 }@media only screen and (max-width: 959px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #n2kwB6G4R1rBQszUkLAZTDd7n7wXiSRR {  }
 }@media only screen and (max-width: 959px) { #dlTZ21X7FbzaJkHcSJ2AAwpceuIup0kl { width:20.9375rem;height:1.593425rem;top:18.226020812988rem;left:4.0310332775116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #EDkRoC7unZXIOcGcuTJsdxoUnwGfU3Wh { width:24.5621875rem;height:3.399525rem;top:20.404514312744rem;left:4.0310332775116rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 959px) { #rggrNlxSAvLHS8TBGM04ecWrDZi7tnqI { width:18.4375rem;height:1.6997625rem;top:28.436424255371rem;left:4.0310332775116rem;font-size:1rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 959px) { #H10GQ4fh0M0KSFpH6rhd9aJ2Xo3FDXEd { width:25.4996875rem;height:2.8125rem;top:35.123706817627rem;left:4.0310332775116rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nzEyp0yIRxZTIQurmpsXkrkLliw8REVK { width:28.9371875rem;height:1.593425rem;top:26.217456817627rem;left:4.0310332775116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #sAHxSoF4QfiV4iSSBkwHa9vtZpyTyUH1 { width:25.3125rem;height:1.593425rem;top:32.530933380127rem;left:4.0310332775116rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #h5TFTJ0dhCGTXZguSv2c34lly7xb3P5Z { width:1.124675rem;height:2.03125rem;top:28.270950317382rem;left:15.154080152512rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #qT3tRsWguQ4OPQgtFEJyxo4rDO9r8Dx0 { width:7.3746875rem;height:0.499131875rem;top:23.242196083069rem;left:19.029948949814rem;display:block; }
 }@media only screen and (max-width: 959px) { #qVF6TkqZGlFhgL1TFDe2OJ1sdTHcrL9M { width:8.9995625rem;height:0.499674375rem;top:37.498924255371rem;left:6.1555993556976rem;display:block; }
 }@media only screen and (max-width: 959px) { #KAtD0VTdyBCT1UNJmTK1nSnFxZu4zHFe { width:47.7495625rem;height:4.8741375rem;top:2.9996746778488rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kqylQa28FzJS6q9tt8LpqTkXbk1T5pbZ { width:3.49989375rem;height:3.07020625rem;top:25.429138183594rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #nXTP6sTzgqJX4UcwnlhoLcfIbGXahupp { width:2.8125rem;height:2.87489375rem;top:17.584635734558rem;left:0.34342449903488rem;display:block; }
 }@media only screen and (max-width: 959px) { #rbqFOPfiW6RaEcu3ktxR62U6VcDdPNLT { width:2.62478125rem;height:2.8125rem;top:31.79621887207rem;left:0.56206595897674rem;display:block; }
 }@media only screen and (max-width: 959px) { #pCM9WE10E2XI75ZiLgo6rlL6gfd9Ksvw { width:20rem;height:7.5625rem;top:1.5625rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #c2CXI31QP3BmCAei01QeDk1BofkFklnv { width:16.125rem;height:3.5rem;top:40.4375rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #DSZaINoyUWh5Vt9K6EnhR3WiZu6OGvrm { width:16.125rem;height:3.5rem;top:55.5rem;left:0rem;font-size:1.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk .widget-text.counter-number { padding-top:0.409375rem;padding-right:0.363125rem;padding-bottom:0.409375rem;padding-left:0.363125rem;width:2.17875rem;min-width:2.17875rem;height:2.19875rem;font-size:1.63625rem;line-height:35.18px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.255625rem;margin-right:0;margin-bottom:0;margin-left:0;width:2.905rem;height:0.869375rem;font-size:0.61375rem;line-height:13.91px;top:0rem;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk { display:flex;width:15.625rem;height:4.1425rem;top:13.864584922791rem;left:31.395833730698rem;padding-top:0.4625rem;padding-right:0.47875rem;padding-bottom:0.4625rem;padding-left:0.47875rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 959px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #uLVV9G3vTK6oHfFgCRreTXbBMNToc1TO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #CTuophu3StPCnV9sySDC6cm5JuJ4oX0s {  }
 }@media only screen and (max-width: 959px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #KtanIuszg1K2zFWntybW7Uhzs4kN793f {  }
 }@media only screen and (max-width: 959px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #tqd9rGu1bT4pTTQC8Shhf6vXJrvOc7pN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #Tr8OFOKuXaWswSyCJuAPXKuTkEpJisBk {  }
 }@media only screen and (max-width: 959px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #OhyuH64zqbHvvkw398KshOlfpZwQzcX4 {  }
 }@media only screen and (max-width: 959px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #Q494dA01SRD5xzUUl7TOqVNIJZqg7c1f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #TrQDW93B6ipNPVkGh9VRmO4zzMHKNgWT {  }
 }@media only screen and (max-width: 959px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #oK51XZh4eThmyJC0M665Tgy2T6NCelsq {  }
 }@media only screen and (max-width: 959px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #IbNzplQ0lQy0ezlzm5LysC8lEWWGkn0h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #gR4paRzxohP6tIGWBrde8if5T4Cmh2KI {  }
 }@media only screen and (max-width: 959px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #v3P4XeVxJkT4zAA1bnJJb41ua1oJ2cEu {  }
 }@media only screen and (max-width: 959px) { #QJv85gTqvahvA1slOH2odTW3uqpqv8mm { display:block; }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row .container { width:47.75rem;height:0.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm { display:block; }#TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm > .row .container { width:47.75rem;height:36.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rVMPKbETDtZKLEK8UaCCSEXwA8SIcxGI { width:15.375rem;height:17.5625rem;top:14.437175393104rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #tmKD9NxC99w1GfuXESzUQAv76e3pv5q1 { width:13rem;height:5.9982625rem;top:24.34375rem;left:1.1875rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 959px) { #sw78Wmu9pXCdPne4vT0dEa5vy4K3DzNB { width:15.4375rem;height:17.6875rem;top:14.374675393104rem;left:16.156142950058rem;display:block; }
 }@media only screen and (max-width: 959px) { #y1t31JqLsQovzesaGqKNv3atBDXDTBFE { width:13.125rem;height:5.9982625rem;top:24.34375rem;left:17.3125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #ofA5dsnEl8eqTdu60XWUnJhENZbvdhJg { width:15.375rem;height:1.54375rem;top:21.947265625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #csRixWVaTzoRQv9d6kNTqL2assiGdgq7 { width:15.4375rem;height:1.54375rem;top:21.947265625rem;left:16.15625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #fqwCKahx3IQwzTf8RnznWqTNKXS7AHy1 { width:15.5rem;height:17.625rem;top:14.343750596046rem;left:32.249894857407rem;display:block; }
 }@media only screen and (max-width: 959px) { #ir2x38NNAiqqEXRF3cqIUqcTBF50aL5m { width:47.75rem;height:1.70625rem;top:9.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #TxvhhvkHDzcDTgSB606qKpWTqcVpifUD { width:15.5rem;height:1.54375rem;top:21.947265625rem;left:32.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #knt0WTGJU3hPddJHVV0ruNZD0plISu4C { width:13.3125rem;height:4.4987rem;top:24.34375rem;left:33.34375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #XTehAwA6OyIiltLAKMEDDQPQm2PSsKx7 { width:47.75rem;height:2.4375rem;top:5.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mk5MvOOrMzkFBautX2pcJNqPDswPz0Qq { width:3.125rem;height:0.125rem;top:3.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Vs08eebDy41QdMTszeDJ0abdb1EHMy4d { width:5.06239375rem;height:5.06239375rem;top:15.592990875244rem;left:5.1557075977326rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z4P0CDHG70cA8PsW8uGxdVIaAt8UzEDg { width:4.49978125rem;height:4.49978125rem;top:16.437175750733rem;left:21.623264074326rem;display:block; }
 }@media only screen and (max-width: 959px) { #IMfBkuVDUyKVTIe5HC9qIq6K7sVyWkFm { width:4.43739375rem;height:4.43739375rem;top:15.905490875244rem;left:37.781034231186rem;display:block; }
 }@media only screen and (max-width: 959px) { #X54cuw2lPAXHxD68HyJizSqgnQ5iytGz { display:block; }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row .container { width:47.75rem;height:25.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #cXGv5fO1awaBGVOXzVTJbWxG0Jw2Hbqk { width:4.0625rem;height:4.0625rem;top:4.15625rem;left:38.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OhNgBnvONKNPwWcNdffzeAFqX9ODC8Lu { width:0.0625rem;height:7.25rem;top:5.8125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 959px) { #tI8c6PzH029oAByp0dJKBanhrZHoFELX { width:11.875rem;height:1.95rem;top:10.056640625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #y3ZX1ZcyOCswfTdcOkn1QxRNCdoCE00Z { width:11.875rem;height:1.95rem;top:10.056640625rem;left:34.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #kfQPcXTangT7ncZrAPRqNxobiom9nxqq { width:4.3125rem;height:4.3125rem;top:4.03125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #hRyQz6BdwRniBZT0tA9bJa1dhP2DRzhT { width:10.4375rem;height:1.625rem;top:13.21875rem;left:2.71875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #spnEoKc7asmoNStOsr6HUVhyPAzoOX7I { width:10.75rem;height:1.625rem;top:13.21875rem;left:34.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #zDvXrcXVVr6mHo194cInNaKaNePPTtMK { width:0.0623915rem;height:7.249875rem;top:5.8116335868836rem;left:32.624784231186rem;display:block; }
 }@media only screen and (max-width: 959px) { #XQOEIWaCsJbsF4UceTt10FvwCc8nADAi { width:11.625rem;height:1.625rem;top:13.21875rem;left:18.0625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #EGIFZeLwmTRZbcfHP5DOLVmb1TWcEh6C { width:11.875rem;height:2.1125rem;top:9.974609375rem;left:17.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #hcaz9RFoqzBXp2ScVH6tHwBvuMKLAcfD { width:3.3125rem;height:4.3125rem;top:4.03125rem;left:22.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OeTsRH2pXAvJTgQhm17XTAfT3yn1NNIM { top:18.780925750733rem;left:16.842990636826rem;width:14.0625rem;height:3.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #U9pKkVCpSzbiAzE0GmWWmqaLJ7Qph3c9 { display:block; }
 }@media only screen and (max-width: 959px) { #FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 { display:block; }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row .container { width:47.75rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #fwrCPvCWybyvAQi63v9WJhlEdmbuFSyF { width:47.75rem;height:2.4375rem;top:3.5617444515228rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #R1kKQgUhHFgH5lSD4el6E3aq91Pedx5n { width:13.75rem;height:2.4375rem;top:17.687190055847rem;left:33.999566793442rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #bIyAlC3Gq4N7JeXT4OhF5PGZLcD1ITUe { width:14.8746875rem;height:2.4375rem;top:17.687190055847rem;left:16.437175512314rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kqy3WFnBkseRQ1QQ3CaWHJxDL7XifvUg { width:14.8746875rem;height:2.4375rem;top:17.687190055847rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ep2DpyRWpJiTyA94iiZWnWKyUPMv08OH { width:13.812375rem;height:1.70625rem;top:22.293301582336rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #Er8TxS1iJl5Lpb9ytVIaenZ7kpmXUvrf { width:16.125rem;height:0;top:31.5rem;left:0rem;font-size:1rem;display:block; }#Er8TxS1iJl5Lpb9ytVIaenZ7kpmXUvrf li:before{  }
 }@media only screen and (max-width: 959px) { #Tn3pT4QQiMZKs585Gtp7ziXygnomuDK6 { width:14.124875rem;height:3.5625rem;top:25.749789237976rem;left:16.812066793442rem;font-size:1.25rem;display:block; }#Tn3pT4QQiMZKs585Gtp7ziXygnomuDK6 li:before{  }
 }@media only screen and (max-width: 959px) { #dVusyhKQuu0ACFVsPH9TVC3Nt3duVSrq { width:15.1875rem;height:1.70625rem;top:22.293301582336rem;left:16.280925512314rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #E6mnWkOD1RLP6QllOpNIb9NwB0l8tJg7 { width:14.0625rem;height:1.625rem;top:25.749789237976rem;left:0rem;font-size:1.25rem;display:block; }#E6mnWkOD1RLP6QllOpNIb9NwB0l8tJg7 li:before{  }
 }@media only screen and (max-width: 959px) { #xBgRTrVooVbNGC9UAFmtqnND0d2mRTJf { width:11.312375rem;height:3.5625rem;top:25.749789237976rem;left:35.218099355697rem;font-size:1.25rem;display:block; }#xBgRTrVooVbNGC9UAFmtqnND0d2mRTJf li:before{  }
 }@media only screen and (max-width: 959px) { #bi1e7CnTF5hmwW6yX1ArVzQWJZiGAt7g { width:4.375rem;height:4.375rem;top:9.7499065399169rem;left:5.2495663166046rem;display:block; }
 }@media only screen and (max-width: 959px) { #vlNH7WpgpzaKe7QmSWZziFnwPd0KsNyL { width:4.375rem;height:4.375rem;top:9.7499065399169rem;left:21.686740636826rem;display:block; }
 }@media only screen and (max-width: 959px) { #DG1ZwHaARJb6eagmBz30wxdKCg7NZTbI { width:4.375rem;height:4.375rem;top:9.7499065399169rem;left:38.687066793442rem;display:block; }
 }@media only screen and (max-width: 959px) { #xmlbcCn8ygCR6ZmO01OMG7AoK5oKGdwR { width:12.9996875rem;height:1.70625rem;top:22.293301582336rem;left:34.749894857407rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #EQFSqugs64VleMA3Cl9HCvFIqXt7nTRa { width:20rem;height:4.375rem;top:8.125rem;left:0rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 959px) { #eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM { display:block; }#eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM > .row .container { width:47.75rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #PW7HsylcaaBrNRNugWksVx99wdzTmVyq { width:3.125rem;height:0.124783125rem;top:4.0619561672211rem;left:22.311740636826rem;display:block; }
 }@media only screen and (max-width: 959px) { #z228Xe40gu0RiCXKceLOTFdBIv3RohXs { width:47.7495625rem;height:2.8125rem;top:5.8745667934418rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #sgTfBo3mANxAlclMiQyzk0e6I8hi7vy1 { width:11.5625rem;height:13.9995625rem;top:12.937289237976rem;left:0.1875rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 959px) { #N7271t4ZvoyGRWGMhQq8s0Af540LZiMZ { width:11.5625rem;height:13.9995625rem;top:12.937289237976rem;left:12.124349355698rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 959px) { #aaQhQIoQTiMKzeAghVX7sN43nPR3adSO { width:11.5625rem;height:13.9995625rem;top:12.937289237976rem;left:36.061631917954rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 959px) { #IGfvxwyXM459VfeRnmzgFmMGeN7LVmRW { width:11.5625rem;height:13.9995625rem;top:12.937289237976rem;left:24.124242544174rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 959px) { #TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u { display:block; }#TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u > .row .container { width:47.75rem;height:16.625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 { display:block; }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row .container { width:47.75rem;height:47.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #P4MGlTivVz9vodxOhFeV3Awz4H91Jykg { width:38.0625rem;height:7.4978125rem;top:11.999783277512rem;left:4.5621745586395rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #KxDfVImsnfEEW0kZuQXGHtlpFeDfHSkB { width:2.8125rem;height:1.9992375rem;top:14.748265028rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #CcPPtKFtg7I2VZtCHX2BCP77o3UUlqgR { width:2.8125rem;height:1.9992375rem;top:14.748265028rem;left:44.937066793442rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ewu2vboNoIorw4FMQZULwSg1uB0XBGqe { width:47.7495625rem;height:1.12521875rem;top:20.874567747116rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #wAUn5r1P2LnNU7pGPLTC2srmCIyIiQ08 { width:47.7495625rem;height:1.1375rem;top:22.687176465988rem;left:0rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #meWN2ff5fWgn5DrTn957B0yTwfp8def9 { width:17.8125rem;height:4.4987rem;top:26.999241828919rem;left:3.6870663166046rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #c2GT7uOTOdZddL2xwL0LtafKdHBT296K { width:16.3748125rem;height:1.12521875rem;top:33.061525344849rem;left:3.6870663166046rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #W1UcHwPJDQ8uGihbShTlwNlec3Mds1zK { width:17.9375rem;height:1.1375rem;top:35.542535781861rem;left:3.6870663166046rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #mE7OiTITeXTU7JMHevdppm8lQ253G78M { width:17.0621875rem;height:4.4987rem;top:26.999241828919rem;left:26.81098151207rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #KTUKOG1sTqqgzHurWTuZQ0r7rHLKQMUu { width:13.125rem;height:1.12521875rem;top:33.061525344849rem;left:26.81098151207rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #xdBGX1CvTzFfoPS0frTlKRtMvzpT0Ppb { width:19.6245625rem;height:1.1375rem;top:35.624458312988rem;left:26.81098151207rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #TS8KLCJywaCyXiyxviWP6oHUOzdJ0viT { width:47.75rem;height:1.875rem;top:3.8747832775116rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OWhOFtOt5vXBlWv4PQRqAN8GSrRckJQm { width:47.75rem;height:1.70625rem;top:7.6057946681975rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #NyxyNMtBtSmepi2OWPVHBLfTQqounOK3 { width:4.874675rem;height:1.7875rem;top:7.3770616054537rem;left:13.81098151207rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nGhrlwo0VVZ7iDTJJDkD6I4Lu7vVBQrt { width:15.625rem;height:3.125rem;top:40.218101501465rem;left:16.061740636826rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #JUtJTCH3gIQ8HwGg9kbr8dioZX6VuQe7 { display:block; }
 }@media only screen and (max-width: 959px) { #JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA { display:block; }#JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA > .row .container { width:47.75rem;height:13.5rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZCDS0gOiTEvuSzgvIMUheluA2tLmIXsT { width:47.75rem;height:1.625rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #mnUFMWxkW5yNxn7bl4Nqgl1Exx6UqJlk { width:47.75rem;height:3.1987875rem;top:4.48828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #dtWVoQMtOqJc3SsnCzKa11gO4cFzgJZP { width:2.0625rem;height:2.0625rem;top:8.5rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #BXAbuPv02yhOI36iR2EXcTpGvbThlLTO { width:2.125rem;height:2.0625rem;top:8.5rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #CGRQfCIXmlURFQ9uicHzJXuM5yBdmiIp { width:2.0625rem;height:2.0625rem;top:8.5rem;left:22.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#ffffff;background-image:none;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); } }@media only screen and (max-width: 763px) { #T3pNDPDuecdJb2KqKzydvviC1QmPonVx { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#T3pNDPDuecdJb2KqKzydvviC1QmPonVx > .row .container { width:20rem;height:8.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gGa5SHeEocmdTZXlOuukTrMTm11O7Ptl { width:7.874375rem;height:3.24978125rem;top:0rem;left:6.0622833371163rem;display:block; }
 }@media only screen and (max-width: 763px) { #I0CLIQ9HG8HpUnz45TTMVS8yWC0EGtis { width:3.937175rem;height:2.185875rem;top:3.6875rem;left:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #CRw0MsLcPuMooOqLUO4MEpuqWXGAoJGx { display:block; }
 }@media only screen and (max-width: 763px) { #hBXaqR09bP9lHLaAFKaZhtf3FMTNUakR { width:4.4987rem;height:2.185875rem;top:3.625rem;left:6.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #m68eQWDLrO4dSMlTOSNN3muqmTO2qxDR { display:block; }
 }@media only screen and (max-width: 763px) { #RnENotJg7gOHSSgKEGbDTLCzeHlVPRNB { width:7.7495625rem;height:2.1875rem;top:3.6861979961395rem;left:11.499892532826rem;display:block; }
 }@media only screen and (max-width: 763px) { #yugQWvO5Vb1k2emnXhfKKm3HGS8QVNLk { display:block; }
 }@media only screen and (max-width: 763px) { #ZWi8T7QMQtyRsTO70zKabVooi3xPV9qO { width:4.1862rem;height:2.185875rem;top:5.8106555938721rem;left:4.0627172589302rem;display:block; }
 }@media only screen and (max-width: 763px) { #CMArcPhReK6AHKXBnNpEkOFDBKt2K25P { display:block; }
 }@media only screen and (max-width: 763px) { #DyvV6dJCffqfQldP6OrVZibkiRI9xxy4 { width:8.6230625rem;height:2.185875rem;top:5.8731555938721rem;left:8.6233733296394rem;display:block; }
 }@media only screen and (max-width: 763px) { #quRMcSXBkPxB7S25m3ZMiDkC04F6fmgT { display:block; }
 }@media only screen and (max-width: 763px) { #m4oT30foIIiVfzqAF1v2WIXpT64ZLxli { background-color:transparent;background-image:url("https://images.assets-landingi.com/QGgeUIbj/Btest_BG_2_MBv2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli.adaptive-delivery-prevent-bg, #m4oT30foIIiVfzqAF1v2WIXpT64ZLxli.lazyload, #m4oT30foIIiVfzqAF1v2WIXpT64ZLxli.lazyloading { background-image: none; }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row .container { background-color: transparent; background-image: none; }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row .container > .video-iframe-container { display: none; }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row > .video-iframe-container { display: none; }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .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); }#m4oT30foIIiVfzqAF1v2WIXpT64ZLxli > .row .container { width:20rem;height:36.124671936035rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sSm6AUiNztxgnToNgriuPIbPbunIoQpJ { width:20rem;height:0;top:36.124675rem;left:0rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #I0GVz6GOPZ2z2cNp2ecy5LN0Z44xNT6S { width:16.4985rem;height:5.099825rem;top:2.7468537092209rem;left:1.7502170205116rem;font-size:2.125rem;text-align:center;text-align-last:center;color:#36ada7;display:block; }
 }@media only screen and (max-width: 763px) { #TdbLpPOuyINPEVsxu2ZPxWCn3yfXWgMK { width:14.436875rem;height:5.625rem;top:12.233615875244rem;left:2.7810330986977rem;font-size:1.25rem;text-align:center;text-align-last:center;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #zULEWJMknvqlUeMls0TTCuFGVAmvmk02 { width:11.25rem;height:2.5rem;top:31.311852455139rem;left:4.3750002980232rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iHzzo13iUglnkxl09mNSBvrks6ErL4VT { display:block; }
 }@media only screen and (max-width: 763px) { #DTktRtUXbML9MLyF4Q2AkWF9eX6I052O { top:9.7949225902556rem;left:3.7500002980233rem;width:12.5rem;height:6.186525rem;z-index:100014;text-align:center;text-align-last:center;color:#676867;font-family:"open sans";font-size:1.375rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC { display:block; }#BnMWUVpvu6xyZzHeHkn9HybOHDAI3XsC > .row .container { width:20rem;height:41.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XKrWPkc4TuRFWK2gKD5tcCVPoLgcFo6E { width:14.875rem;height:0;top:2.6875rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #bx3TL3a3i8kr3cbEd3cKaiDpRfOsHzQp { width:20rem;height:1.29980625rem;top:1.9997835159302rem;left:0rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #EReiEuNsLcOkgWgDmaN6Ux11Gv8SnonX { width:20rem;height:14.1875rem;top:25.4931640625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #bedqgUWzunn3y1fuoc3VNJfRdI3hCzRU { width:18.125rem;height:7.597625rem;top:11.37109375rem;left:0.9375rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.9;display:block; }
 }@media only screen and (max-width: 763px) { #JiPetkswe0qKCvHrw8qvEPGpui9lnSmI { width:20rem;height:0;top:25.287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }#JiPetkswe0qKCvHrw8qvEPGpui9lnSmI li:before{  }
 }@media only screen and (max-width: 763px) { #AZpz8Aqx4zdLIoNMEKt1aG464FVqA8ZD { width:13.125rem;height:2.5rem;top:21.305881500244rem;left:3.4375002980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #IOKiDP29IbnW9tGcsOsLu9V9Gqtw57LE { display:block; }
 }@media only screen and (max-width: 763px) { #VE8PNJezVAyZAImukZNZ6mAuCTTm6k9r { top:5.0482854843139rem;left:2.0627170205116rem;width:15.8735rem;height:4.38715rem;z-index:100026;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:"open sans";color:#36ada7;display:block; }
 }@media only screen and (max-width: 763px) { #MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr { display:block; }#MkWVRmQXEtCo9yOwtwZGXnS2ThNxTwhr > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZLmkoD1WTGcxg7bvkTzzH6VAbsT7QsRi { width:20rem;height:auto;top:6.5rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #JkMeSzgSMZCtDSmqXxCLmLE9lOTpu5Z4 { width:16.375rem;height:16.375rem;top:25.179797172546rem;left:1.7811415791511rem;display:none; }
 }@media only screen and (max-width: 763px) { #atVtVxQOKl001zhnsecOQWbvrJm6lzK9 { width:16.5625rem;height:10.4345625rem;top:8.49609375rem;left:1.875rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.9;display:block; }#atVtVxQOKl001zhnsecOQWbvrJm6lzK9 li:before{  }
 }@media only screen and (max-width: 763px) { #nUoyIVIHWXgxnAFpRJI0b1B1TgVgVves { width:20rem;height:0;top:25.287109375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:none; }#nUoyIVIHWXgxnAFpRJI0b1B1TgVgVves li:before{  }
 }@media only screen and (max-width: 763px) { #kEuR4W19wfaCuaTJE54y0FihoHQxWzFP { width:13.125rem;height:2.5rem;top:20.805773258209rem;left:3.4375002980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #kMXhaEx8hWTm6lqQt3Ex8kKhrxmUcTvW { display:block; }
 }@media only screen and (max-width: 763px) { #wSMWUsAyQL1ftiVWzNnbXxTtcDGbtts9 { top:2.4853515625rem;left:2.0627170205116rem;width:15.8735rem;height:4.38715rem;z-index:100026;font-size:1.6875rem;text-align:center;text-align-last:center;font-family:"open sans";color:#36ada7;display:block; }
 }@media only screen and (max-width: 763px) { #iZ7V1TTKvVkN1z3q781gtVrNe0fJTBrT { top:24.1806640625rem;left:0rem;width:20rem;height:20rem;z-index:100027;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu { background-color:#00c1b6;background-image:none;display:block; }#ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu > .row .container { background-color: transparent; background-image: none; }#ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu > .row .container > .video-iframe-container { display: none; }#ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu > .row > .video-iframe-container { display: none; }#ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu > .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); }#ukSHnhJ4DSEuH6IiMnJb67S6a16T1TVu > .row .container { width:20rem;height:65.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZVrrrIKsP9wrA2U1sUfGyJ5T5JCGoeEt { width:13.5623125rem;height:3.75rem;top:9.75rem;left:3.1875rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #leOy9SybVWtdNx3BwmHGHnOmMqEi47k5 { width:13.8748125rem;height:0.68739375rem;top:7.625rem;left:2.0625rem;z-index:99994;display:none; }
 }@media only screen and (max-width: 763px) { #u4Hgy6fIXBTBUMhFDlGDgvholcRzFiMK { width:14.2496875rem;height:3.5625rem;top:4.25rem;left:2.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #zSwNEKPI1Ae47BpcTS3TMWATqzlI8IZ4 { width:16.875rem;height:4.798825rem;top:8.75rem;left:1.5625rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #XlniKrxxMgf032cMqRMWMTih03mBUQwc { width:11.7496875rem;height:3.5996125rem;top:16.4375rem;left:4.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #Or4lg5nLPERz0e6JHJ4SJBsTM3MDUGTT { width:15.1248125rem;height:5.3994125rem;top:14.1875rem;left:3.9375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #nh8mlRVPlRLUhenRXQMMu89Fh2N5b9yi { width:15.3125rem;height:4.03754375rem;top:40.379238128662rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #wrc5pwRh8zdAgi71qSePWApzEEnpG70T { width:13.625rem;height:6.0563125rem;top:60.462783813476rem;left:0rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #bqrMEVKfq6mqhW6tQBmdiSGeOcwWaALo { width:1.18706875rem;height:1.94921875rem;top:18.1875rem;left:6.125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AD4qMLKhLUwN37y8eZERLF9zT6uRva1y { width:7.3746875rem;height:0.499131875rem;top:13rem;left:9.625rem;z-index:99994;display:none; }
 }@media only screen and (max-width: 763px) { #xm1h7a8yz5bpG1uDuSyiSOBpUScQXhdq { width:9.8125rem;height:0.5rem;top:74.6942178772rem;left:5.0625rem;z-index:99994;display:none; }
 }@media only screen and (max-width: 763px) { #I112n0EPvvNW3alVSE0ngRdHucoKDarq { width:20rem;height:7.592775rem;top:1.2500038146973rem;left:-0.125rem;font-size:1.6875rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #zWZF0w7XIx1qCzTrfw50GoomcFyS1MEM { width:4.562175rem;height:3.99956875rem;top:6.375rem;left:7.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zdWqCoyrFoF0OneRPl0FzUJeXSMEHDeo { width:3.68706875rem;height:3.81239375rem;top:15.6875rem;left:8.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #J3wSfEagAncnHE1vX7foeqTwHc12Qe62 { width:3.24924375rem;height:3.49989375rem;top:4.75rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #ZcDE020WQh4JsymbAPB0V5d78JmdtBTT { top:0.8125rem;left:0rem;width:20rem;height:7.59375rem;z-index:100029;font-size:1.6875rem;line-height:1.5;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #IpvDH5UrQJoghZpqMViT54HJoS1m46qa { top:11.8125rem;left:2.0625rem;width:16.1865rem;height:3.5625rem;z-index:100030;line-height:1.5;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #oIDKk3VzMKOsoZc58RQG9wOxTkpxFc0U { top:9.5625rem;left:3.375rem;width:16.186rem;height:3.5625rem;z-index:100031;line-height:1.5;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #SJz0S1sTnkxRvh72UHhlQTeG68DW3Hr1 { width:9.5615rem;height:0.498046875rem;top:16.4375rem;left:4.375rem;z-index:99995;display:none; }
 }@media only screen and (max-width: 763px) { #Oaf7yHZ4mZdrAMhZ4nrdQqbnisMXrCJR { width:16.875rem;height:4.798175rem;top:25.950413227081rem;left:1.5625000596046rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.6;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #yLPVPm0ByCRlczCuyfP20APuxTkocnXz { width:7.3735625rem;height:0.498046875rem;top:30.186958789826rem;left:9.6872838139531rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #qEcfHOhUaOrkbkvARaPZHiMOvTwuUgKT { width:14.2480625rem;height:3.5625rem;top:21.687283039093rem;left:2.8754342198372rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #iyR0aeDTQc8BM7ZFVyaRURTIAQfgD6It { width:3.686525rem;height:3.81130625rem;top:16.687283992768rem;left:8.1564677357675rem;z-index:100042;display:block; }
 }@media only screen and (max-width: 763px) { #pbm31kfZWaorMWPIRvAvlnTKa2aZaNtM { width:13.5615rem;height:3.75rem;top:10.749778747559rem;left:3.1873915791511rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;z-index:100018;display:block; }
 }@media only screen and (max-width: 763px) { #uIzMBedLsSNN7cRz5uenVX4dO4TcnTkT { width:13.8736875rem;height:0.68630625rem;top:8.8131513595581rem;left:2.0945096611977rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #AghbshFJvCmaErUdCAKCE8ffNyTTxMNm { width:4.5610875rem;height:3.999025rem;top:33.061742782593rem;left:7.7191842198375rem;z-index:100041;display:block; }
 }@media only screen and (max-width: 763px) { #gii2kTK3yihf4HAuUBfd4cGTMK25VDIu { top:53.560657501221rem;left:1.9070096611977rem;width:16.1854375rem;height:3.5622875rem;z-index:100046;line-height:1.5;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #g4UJOGoANLwdIiLrfJCd0mKIIy1mPM8P { width:3.2487rem;height:3.49880625rem;top:48.436411857605rem;left:8.375109016895rem;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #id0EEiogaKhpRoppCPdrMh4iBhUb9csT { width:11.7480625rem;height:3.5996125rem;top:42.722006797791rem;left:4.1254342198372rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #qTdoPimMPGeuABpUtMcXcaXop9ExJC8q { top:38.33561706543rem;left:1.9080947041511rem;width:16.18325rem;height:3.5622875rem;z-index:100045;line-height:1.5;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Utx11GlnK5EIZGbDf2ahBpiO9TMHMsN2 { width:1.186525rem;height:1.94986875rem;top:44.308596611023rem;left:6.4695098996163rem;font-size:1.5rem;z-index:100036;display:block; }
 }@media only screen and (max-width: 763px) { #JJTkkex0BZud0IqTzy4q3Tix0WsV24NT { width:16.0623125rem;height:5.3987625rem;top:57.747398376465rem;left:1.9683161377907rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;z-index:100025;display:block; }
 }@media only screen and (max-width: 763px) { #IwS0y6Iz8TdB41B4IGJLFRwcgEaqPFVT { width:9.625rem;height:0.5625rem;top:62.520944595337rem;left:5.8110898137093rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 763px) { #OqxUsbbHJqTQhqntuhqEJM3ILcdBvWJH { top:2.0320100784302rem;left:0rem;width:20rem;height:7.592775rem;z-index:100044;font-size:1.6875rem;line-height:1.5;text-align:center;text-align-last:center;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM { background-color:#00c1b6;background-image:none;display:block; }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row .container { background-color: transparent; background-image: none; }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row .container > .video-iframe-container { display: none; }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row > .video-iframe-container { display: none; }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .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); }#XTdFmvlWWXcek5DbrXPPWPU9SHBBxlcM > .row .container { width:20rem;height:34.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CVDB3D5TOcufs3pNuJQSRTh66ebUAIRq { width:13.5623125rem;height:3.75rem;top:11.124674797058rem;left:3.2183161377907rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #lLxmvfs6UZp7IgAfENWr89TFBPGng4vl { width:13.8748125rem;height:0.68739375rem;top:8.5913629531863rem;left:2.1864150166511rem;z-index:99994;display:none; }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-regular-label { width:15.8125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;background-color:transparent;background-image:none; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-text { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-text {padding-top: 0; padding-bottom: 0;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-textarea { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-select { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-select {padding-top: 0; padding-bottom: 0;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-input-button { width:7.25rem;margin-top:0.25rem;margin-right:4.3125rem;margin-bottom:0.25rem;margin-left:4.25rem;text-align:center;text-align-last:center; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .widget-checkbox-label { width:14.5625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9  { width:15.8121875rem;height:auto;top:7.3204212188719rem;left:0.84364157915113rem; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 .radio-container { width:15.8125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 {display:block;}#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 { width:15.8121875rem;height:auto;top:7.3204212188719rem;left:0.84364157915113rem; }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #FaQMQZg7c0kgBvr3XcL1px4ADgn0WWIn {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #HxdQO5Z9TdNAK7dTd48559b8pl0ey5U8 {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #gD0pwPpofUdzktOoxfA1gsshMeVh7wzb {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #uTcqPH0mKA15qeTEZxfgF8mhRgZJFngb {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #KpQ2QWg92Va0MN2rUIbheD5oJSP6phaI {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #ltTZKmguuK5QOh1WRBAtTJTtCWO25GGT {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #TTalB0k1oVO0IzFUATgdXBBrsuWkMiOy {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #nfcy0wVy03pbIKSqyaxygWztfwgLzTXZ {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #fDZ0lbW76MvD4SsccbAsSlFVGnfcuwBz {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #RXW8iUkDSvOzACGu4p9cKZMB6EDrBL0P {  }
#aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #RXW8iUkDSvOzACGu4p9cKZMB6EDrBL0P .container-column{width:50%;} }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #IJItkybLdHk7P6QnsiA1kmSARueaMpKT {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #nPvlaFpA4B6h0HdGTanUzDmoMHqe3dzp { z-index:2; }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #x32ZxTA21Mpl1DMU3gENLKStbQetXw61 {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #XTvRFNSA6ZFeZk6IrhFfiC7d5WkxDtTr {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #leFXxXvrv62iZu4GPZl8Eh4ZH3l5NksK {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #cOBJbLiTHe5RDrEbWBpe0CnSeqM3kLO6 {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #pI2rDc53Nqy3VqDqsvMHQ6sChADfonxs {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #pTfTxRKTOMpPwvugrwf2RNPV9BHueAUM {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #M48uBBf0KfNm73TIV3MJISTNRzCZb8Fr {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #DQuczgti3f2zgtuThc37ZEnfDdmAs8lJ {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #bWzXnhvPx293eICnN5BBtBBGfOMOia6g {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #eT1mAK8QwmGsHXIJkeUzyeDTH9e1BLQW {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #ymH9c3oPSelF85g5qWNXFQ42MofWtrQr {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #Xb0eTENXIsbU9hCGsoETMrILDtO3mMPk {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #piwUuyLfuQoFMIrEaKr5ZB4CWWT9IkwN {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #T90VIdD6mqRI4dMsHJboEo35nwanZ0NE {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #rKNlJd2Jr4mbU0IllgEXxEIQpcBUSnDt { z-index:2; }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #sxargFVrqSobvZn07E5If8XAyr5WDuOh {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #qgEOglk0R7AwnGm7uwm8LLbHG6X2Nt3z {  }
 }@media only screen and (max-width: 763px) { #aQy4miyLDIpKiCQoUTlqbMtx2Ae3SaF9 #n2kwB6G4R1rBQszUkLAZTDd7n7wXiSRR {  }
 }@media only screen and (max-width: 763px) { #dlTZ21X7FbzaJkHcSJ2AAwpceuIup0kl { width:14.2485625rem;height:3.5625rem;top:6.875rem;left:4.4375rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #EDkRoC7unZXIOcGcuTJsdxoUnwGfU3Wh { width:16.875rem;height:4.798825rem;top:11.5rem;left:3.125rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #rggrNlxSAvLHS8TBGM04ecWrDZi7tnqI { width:11.7496875rem;height:3.5996125rem;top:14.6875rem;left:4.375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #H10GQ4fh0M0KSFpH6rhd9aJ2Xo3FDXEd { width:15.1248125rem;height:5.3994125rem;top:12.8125rem;left:2.4375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #nzEyp0yIRxZTIQurmpsXkrkLliw8REVK { width:15.3125rem;height:4.03754375rem;top:37.879232406616rem;left:2.3437500596046rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #sAHxSoF4QfiV4iSSBkwHa9vtZpyTyUH1 { width:14.1875rem;height:4.03754375rem;top:54.275182723999rem;left:3.1873915791511rem;text-align:center;text-align-last:center;font-size:1.1875rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #h5TFTJ0dhCGTXZguSv2c34lly7xb3P5Z { width:1.18706875rem;height:1.94921875rem;top:16.25rem;left:6.5rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #qT3tRsWguQ4OPQgtFEJyxo4rDO9r8Dx0 { width:7.3746875rem;height:0.498046875rem;top:15.8125rem;left:11.0625rem;z-index:99994;display:none; }
 }@media only screen and (max-width: 763px) { #qVF6TkqZGlFhgL1TFDe2OJ1sdTHcrL9M { width:9.8123125rem;height:0.499674375rem;top:17.5rem;left:6.0625rem;z-index:99994;display:none; }
 }@media only screen and (max-width: 763px) { #KAtD0VTdyBCT1UNJmTK1nSnFxZu4zHFe { width:20rem;height:7.592775rem;top:19.499784469604rem;left:0rem;font-size:1.6875rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #kqylQa28FzJS6q9tt8LpqTkXbk1T5pbZ { width:4.562175rem;height:3.99956875rem;top:4.75rem;left:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #nXTP6sTzgqJX4UcwnlhoLcfIbGXahupp { width:3.68706875rem;height:3.81239375rem;top:16.624892711639rem;left:8.1559250950812rem;display:none; }
 }@media only screen and (max-width: 763px) { #rbqFOPfiW6RaEcu3ktxR62U6VcDdPNLT { width:3.24924375rem;height:3.49989375rem;top:3.75rem;left:8.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #pCM9WE10E2XI75ZiLgo6rlL6gfd9Ksvw { top:1.6871747970581rem;left:0rem;width:20rem;height:7.59375rem;z-index:100029;font-size:1.6875rem;line-height:1.5;text-align:center;text-align-last:center;color:#ffffff;display:none; }
 }@media only screen and (max-width: 763px) { #c2CXI31QP3BmCAei01QeDk1BofkFklnv { top:10.3125rem;left:2.1875rem;width:16.184375rem;height:3.5625rem;z-index:100030;line-height:1.5;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;display:none; }
 }@media only screen and (max-width: 763px) { #DSZaINoyUWh5Vt9K6EnhR3WiZu6OGvrm { top:8.3125rem;left:1.9375rem;width:16.1855625rem;height:3.5625rem;z-index:100031;line-height:1.5;font-size:1.1875rem;color:#ffffff;text-align:center;text-align-last:center;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk .widget-text.counter-number { padding-top:0.49125rem;padding-right:0.423125rem;padding-bottom:0.49125rem;padding-left:0.423125rem;width:2.53875rem;min-width:2.53875rem;height:2.64125rem;font-size:1.965625rem;line-height:42.26px;top:0rem;left:0rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3075rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.385rem;height:1.043125rem;font-size:0.82625rem;line-height:16.69px;top:-2%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#xHaF9tooDLntFikpO2sPtiVsMhCXRHOk { display:flex;width:17.3125rem;height:4.875rem;top:0.68250846862794rem;left:0.9399507141995rem;padding-top:0.42375rem;padding-right:0.42375rem;padding-bottom:0.42375rem;padding-left:0.42375rem;border-bottom:0;border-left:0;border-right:0;border-top:0; }
 }@media only screen and (max-width: 763px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #uLVV9G3vTK6oHfFgCRreTXbBMNToc1TO { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #CTuophu3StPCnV9sySDC6cm5JuJ4oX0s {  }
 }@media only screen and (max-width: 763px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #KtanIuszg1K2zFWntybW7Uhzs4kN793f {  }
 }@media only screen and (max-width: 763px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #tqd9rGu1bT4pTTQC8Shhf6vXJrvOc7pN { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #Tr8OFOKuXaWswSyCJuAPXKuTkEpJisBk {  }
 }@media only screen and (max-width: 763px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #OhyuH64zqbHvvkw398KshOlfpZwQzcX4 {  }
 }@media only screen and (max-width: 763px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #Q494dA01SRD5xzUUl7TOqVNIJZqg7c1f { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #TrQDW93B6ipNPVkGh9VRmO4zzMHKNgWT {  }
 }@media only screen and (max-width: 763px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #oK51XZh4eThmyJC0M665Tgy2T6NCelsq {  }
 }@media only screen and (max-width: 763px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #IbNzplQ0lQy0ezlzm5LysC8lEWWGkn0h { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #gR4paRzxohP6tIGWBrde8if5T4Cmh2KI {  }
 }@media only screen and (max-width: 763px) { #xHaF9tooDLntFikpO2sPtiVsMhCXRHOk #v3P4XeVxJkT4zAA1bnJJb41ua1oJ2cEu {  }
 }@media only screen and (max-width: 763px) { #QJv85gTqvahvA1slOH2odTW3uqpqv8mm { background-color:#00c1b6;background-image:none;display:block; }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row .container { background-color: transparent; background-image: none; }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row .container > .video-iframe-container { display: none; }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row > .video-iframe-container { display: none; }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .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); }#QJv85gTqvahvA1slOH2odTW3uqpqv8mm > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm { display:block; }#TdHWKNRlzQe7DLAm9mrK6bArMf7o1QMm > .row .container { width:20rem;height:74.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rVMPKbETDtZKLEK8UaCCSEXwA8SIcxGI { width:18.9375rem;height:19.625rem;top:11.322158813476rem;left:0.53114157915116rem;display:block; }
 }@media only screen and (max-width: 763px) { #tmKD9NxC99w1GfuXESzUQAv76e3pv5q1 { width:15.061875rem;height:6.3736875rem;top:22.415908396244rem;left:2.4685330986977rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #sw78Wmu9pXCdPne4vT0dEa5vy4K3DzNB { width:18.9375rem;height:19.3125rem;top:31.884656429291rem;left:0.53114157915116rem;display:block; }
 }@media only screen and (max-width: 763px) { #y1t31JqLsQovzesaGqKNv3atBDXDTBFE { width:15.999875rem;height:4.780275rem;top:43.445964813233rem;left:1.9992404580116rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofA5dsnEl8eqTdu60XWUnJhENZbvdhJg { width:20rem;height:1.625rem;top:19.925130426884rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #csRixWVaTzoRQv9d6kNTqL2assiGdgq7 { width:20rem;height:1.625rem;top:40.602757453919rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fqwCKahx3IQwzTf8RnznWqTNKXS7AHy1 { width:18.9375rem;height:19.0625rem;top:52.249889373779rem;left:0.53114157915116rem;display:block; }
 }@media only screen and (max-width: 763px) { #ir2x38NNAiqqEXRF3cqIUqcTBF50aL5m { width:20rem;height:1.7875rem;top:7.6350917816163rem;left:0.41612416505814rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TxvhhvkHDzcDTgSB606qKpWTqcVpifUD { width:20rem;height:1.625rem;top:60.874128341675rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #knt0WTGJU3hPddJHVV0ruNZD0plISu4C { width:15.061875rem;height:4.780275rem;top:63.696184158325rem;left:2.4685330986977rem;text-align:justify;text-align-last:initial;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XTehAwA6OyIiltLAKMEDDQPQm2PSsKx7 { width:20rem;height:2.19375rem;top:4.1232609748841rem;left:0.41612416505814rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mk5MvOOrMzkFBautX2pcJNqPDswPz0Qq { width:3.125rem;height:0.186089375rem;top:2.4994578361511rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Vs08eebDy41QdMTszeDJ0abdb1EHMy4d { width:5.06239375rem;height:5.06239375rem;top:13.581700325013rem;left:7.4685338139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z4P0CDHG70cA8PsW8uGxdVIaAt8UzEDg { width:4.4987rem;height:4.4987rem;top:34.571940898895rem;left:7.750109016895rem;display:block; }
 }@media only screen and (max-width: 763px) { #IMfBkuVDUyKVTIe5HC9qIq6K7sVyWkFm { width:4.43739375rem;height:4.43739375rem;top:54.946073532104rem;left:7.7810338139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #X54cuw2lPAXHxD68HyJizSqgnQ5iytGz { background-color:#00c1b6;background-image:url("https://images.assets-landingi.com/nklbzc0E/BN_3.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz.adaptive-delivery-prevent-bg, #X54cuw2lPAXHxD68HyJizSqgnQ5iytGz.lazyload, #X54cuw2lPAXHxD68HyJizSqgnQ5iytGz.lazyloading { background-image: none; }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row .container { background-color: transparent; background-image: none; }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row .container > .video-iframe-container { display: none; }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row > .video-iframe-container { display: none; }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .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); }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row .container { border-width: 0; border-radius: 0; }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row > .video-iframe-container {  }#X54cuw2lPAXHxD68HyJizSqgnQ5iytGz > .row .container { width:20rem;height:49.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #cXGv5fO1awaBGVOXzVTJbWxG0Jw2Hbqk { width:4.31206875rem;height:4.31206875rem;top:2.5618491172791rem;left:7.8434250950813rem;display:block; }
 }@media only screen and (max-width: 763px) { #OhNgBnvONKNPwWcNdffzeAFqX9ODC8Lu { width:0.0625rem;height:7.25rem;top:25.4482421875rem;left:9.9375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tI8c6PzH029oAByp0dJKBanhrZHoFELX { width:20rem;height:2.19375rem;top:22.509875774384rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #y3ZX1ZcyOCswfTdcOkn1QxRNCdoCE00Z { width:20rem;height:2.19375rem;top:8.6100265979769rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #kfQPcXTangT7ncZrAPRqNxobiom9nxqq { width:4.31206875rem;height:4.31206875rem;top:16.710937976837rem;left:7.8434250950813rem;display:block; }
 }@media only screen and (max-width: 763px) { #hRyQz6BdwRniBZT0tA9bJa1dhP2DRzhT { width:20rem;height:1.625rem;top:25.573243618011rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #spnEoKc7asmoNStOsr6HUVhyPAzoOX7I { width:20rem;height:1.625rem;top:11.822917461395rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #zDvXrcXVVr6mHo194cInNaKaNePPTtMK { width:0.125rem;height:7.25rem;top:33.9482421875rem;left:10rem;display:none; }
 }@media only screen and (max-width: 763px) { #XQOEIWaCsJbsF4UceTt10FvwCc8nADAi { width:20rem;height:1.625rem;top:39.134106636047rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #EGIFZeLwmTRZbcfHP5DOLVmb1TWcEh6C { width:20rem;height:2.19375rem;top:35.946723937988rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #hcaz9RFoqzBXp2ScVH6tHwBvuMKLAcfD { width:3.312175rem;height:4.31206875rem;top:30.384658813476rem;left:8.3436415791512rem;display:block; }
 }@media only screen and (max-width: 763px) { #OeTsRH2pXAvJTgQhm17XTAfT3yn1NNIM { top:43.822698593139rem;left:3.8742406964302rem;width:12.25062125rem;height:2.87510875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #U9pKkVCpSzbiAzE0GmWWmqaLJ7Qph3c9 { display:block; }
 }@media only screen and (max-width: 763px) { #FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/mw6Onwg4frY/unsplash/freestocks-mw6Onwg4frY-photo-1526045612212-70caf35c14df.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6.adaptive-delivery-prevent-bg, #FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6.lazyload, #FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6.lazyloading { background-image: none; }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row .container { background-color: transparent; background-image: none; }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row .container > .video-iframe-container { display: none; }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row > .video-iframe-container { display: none; }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .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); }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row .container { border-width: 0; border-radius: 0; }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row > .video-iframe-container {  }#FcugBJlVBUm20swhAnO8vn9D9QgT0Ul6 > .row .container { width:20rem;height:64.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #fwrCPvCWybyvAQi63v9WJhlEdmbuFSyF { width:14.9370625rem;height:4.3869375rem;top:1.8750009536743rem;left:2.5303819775581rem;text-align:center;text-align-last:center;font-size:1.6875rem;font-weight:400;font-style:normal;display:none; }
 }@media only screen and (max-width: 763px) { #R1kKQgUhHFgH5lSD4el6E3aq91Pedx5n { width:14.936rem;height:2.03125rem;top:50.926649093628rem;left:2.5314672589302rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bIyAlC3Gq4N7JeXT4OhF5PGZLcD1ITUe { width:14.936rem;height:2.03125rem;top:32.983399391174rem;left:2.5314672589302rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqy3WFnBkseRQ1QQ3CaWHJxDL7XifvUg { width:14.9365rem;height:2.03125rem;top:17.422961552627rem;left:2.5309246182442rem;text-align:center;text-align-last:center;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ep2DpyRWpJiTyA94iiZWnWKyUPMv08OH { width:14.936rem;height:1.86903125rem;top:20.141602516174rem;left:2.5314672589302rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Er8TxS1iJl5Lpb9ytVIaenZ7kpmXUvrf { width:16.125rem;height:0;top:62.537109375rem;left:1.9375rem;text-align:center;text-align-last:center;font-size:1rem;display:none; }#Er8TxS1iJl5Lpb9ytVIaenZ7kpmXUvrf li:before{  }
 }@media only screen and (max-width: 763px) { #Tn3pT4QQiMZKs585Gtp7ziXygnomuDK6 { width:14.124375rem;height:3.5625rem;top:38.802186965942rem;left:2.9372830986977rem;font-size:1.25rem;display:block; }#Tn3pT4QQiMZKs585Gtp7ziXygnomuDK6 li:before{  }
 }@media only screen and (max-width: 763px) { #dVusyhKQuu0ACFVsPH9TVC3Nt3duVSrq { width:15.249rem;height:1.86903125rem;top:35.940430641174rem;left:2.3752172589302rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E6mnWkOD1RLP6QllOpNIb9NwB0l8tJg7 { width:12.3123125rem;height:1.625rem;top:22.946507453919rem;left:3.8433163762093rem;font-size:1.25rem;display:block; }#E6mnWkOD1RLP6QllOpNIb9NwB0l8tJg7 li:before{  }
 }@media only screen and (max-width: 763px) { #xBgRTrVooVbNGC9UAFmtqnND0d2mRTJf { width:11.7496875rem;height:3.5625rem;top:56.901613235474rem;left:4.1248915791511rem;font-size:1.25rem;display:block; }#xBgRTrVooVbNGC9UAFmtqnND0d2mRTJf li:before{  }
 }@media only screen and (max-width: 763px) { #bi1e7CnTF5hmwW6yX1ArVzQWJZiGAt7g { width:4.375rem;height:4.375rem;top:11.547873497009rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #vlNH7WpgpzaKe7QmSWZziFnwPd0KsNyL { width:4.375rem;height:4.375rem;top:27.078451633453rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #DG1ZwHaARJb6eagmBz30wxdKCg7NZTbI { width:4.375rem;height:4.375rem;top:45.141061782837rem;left:7.8125002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #xmlbcCn8ygCR6ZmO01OMG7AoK5oKGdwR { width:15.061875rem;height:1.86903125rem;top:54.033748626709rem;left:2.4685330986977rem;text-align:center;text-align-last:center;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #EQFSqugs64VleMA3Cl9HCvFIqXt7nTRa { top:2.7966585159302rem;left:0rem;width:20rem;height:5.06185rem;z-index:100031;font-size:1.6875rem;color:#ffffff;text-align:center;text-align-last:center;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM { display:block; }#eIJbJHNwmmGtn8kzWCN04vCHLcbRP7OM > .row .container { width:20rem;height:80.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #PW7HsylcaaBrNRNugWksVx99wdzTmVyq { width:3.125rem;height:0.186631875rem;top:2.7495660781861rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #z228Xe40gu0RiCXKceLOTFdBIv3RohXs { width:20rem;height:1.85625rem;top:4.8736004829407rem;left:0rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #sgTfBo3mANxAlclMiQyzk0e6I8hi7vy1 { width:14.749875rem;height:17.9373125rem;top:8.5210504531863rem;left:2.6247830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #N7271t4ZvoyGRWGMhQq8s0Af540LZiMZ { width:14.749375rem;height:17.858625rem;top:26.458329677582rem;left:2.6247830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #aaQhQIoQTiMKzeAghVX7sN43nPR3adSO { width:14.6875rem;height:17.7826875rem;top:44.316428184509rem;left:2.6562500596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #IGfvxwyXM459VfeRnmzgFmMGeN7LVmRW { width:14.5621875rem;height:17.6313125rem;top:62.099060058594rem;left:2.7186415791511rem;display:block; }
 }@media only screen and (max-width: 763px) { #TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u { display:block; }#TZ8mIE0n7N90Zm4QpR8PuaTRiZGqyJ3u > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 { background-color:rgba(236,229,232,0.44);background-image:url("https://images.assets-landingi.com/lFG4b7IE/bg2.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1.adaptive-delivery-prevent-bg, #tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1.lazyload, #tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1.lazyloading { background-image: none; }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row .container { background-color: transparent; background-image: none; }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row .container > .video-iframe-container { display: none; }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row > .video-iframe-container { display: none; }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .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); }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row .container { border-width: 0; border-radius: 0; }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row > .video-iframe-container {  }#tFkLMJcsgnQVPPUkfP3T5c5imZPLLGC1 > .row .container { width:20rem;height:75.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #P4MGlTivVz9vodxOhFeV3Awz4H91Jykg { width:17.874875rem;height:16.49525rem;top:18.834094047546rem;left:1.0622830986977rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KxDfVImsnfEEW0kZuQXGHtlpFeDfHSkB { width:2.8125rem;height:1.9992375rem;top:15.397679328919rem;left:8.5937502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #CcPPtKFtg7I2VZtCHX2BCP77o3UUlqgR { width:2.8125rem;height:1.9992375rem;top:42.01810836792rem;left:8.5937502980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ewu2vboNoIorw4FMQZULwSg1uB0XBGqe { width:20rem;height:1.12521875rem;top:37.016604423523rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wAUn5r1P2LnNU7pGPLTC2srmCIyIiQ08 { width:20rem;height:1.1375rem;top:38.891604423523rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #meWN2ff5fWgn5DrTn957B0yTwfp8def9 { width:17.8125rem;height:4.4987rem;top:46.71496963501rem;left:1.0937500596046rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #c2GT7uOTOdZddL2xwL0LtafKdHBT296K { width:20rem;height:1.12521875rem;top:52.338869094849rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #W1UcHwPJDQ8uGihbShTlwNlec3Mds1zK { width:20rem;height:1.1375rem;top:54.401586532593rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #mE7OiTITeXTU7JMHevdppm8lQ253G78M { width:17.874375rem;height:4.4987rem;top:58.050132751465rem;left:1.0622830986977rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KTUKOG1sTqqgzHurWTuZQ0r7rHLKQMUu { width:20rem;height:1.12521875rem;top:64.1503944397rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #xdBGX1CvTzFfoPS0frTlKRtMvzpT0Ppb { width:20rem;height:1.1375rem;top:66.163196563719rem;left:0rem;text-align:center;text-align-last:center;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TS8KLCJywaCyXiyxviWP6oHUOzdJ0viT { width:16.4371875rem;height:5.06185rem;top:2.5618491172791rem;left:1.7811415791511rem;text-align:center;text-align-last:center;font-size:1.6875rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OWhOFtOt5vXBlWv4PQRqAN8GSrRckJQm { width:15.8745625rem;height:4.24913125rem;top:8.8984379768369rem;left:2.0616319775581rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 763px) { #NyxyNMtBtSmepi2OWPVHBLfTQqounOK3 { width:4.874675rem;height:1.625rem;top:9.0232238769531rem;left:4.8745663762093rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nGhrlwo0VVZ7iDTJJDkD6I4Lu7vVBQrt { width:12.5rem;height:2.5rem;top:69.98587322235rem;left:3.7500002980233rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #JUtJTCH3gIQ8HwGg9kbr8dioZX6VuQe7 { display:block; }
 }@media only screen and (max-width: 763px) { #JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA { display:block; }#JH2Ch5fVOSmk31n3OeqCaBdeZ502l4mA > .row .container { width:20rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZCDS0gOiTEvuSzgvIMUheluA2tLmIXsT { width:20rem;height:1.95rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #mnUFMWxkW5yNxn7bl4Nqgl1Exx6UqJlk { width:20rem;height:3.3984375rem;top:4.449325rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #dtWVoQMtOqJc3SsnCzKa11gO4cFzgJZP { width:1.9992375rem;height:1.9992375rem;top:8.847105026245rem;left:5.0616319775581rem;display:block; }
 }@media only screen and (max-width: 763px) { #BXAbuPv02yhOI36iR2EXcTpGvbThlLTO { width:1.9992375rem;height:1.93739375rem;top:8.8764104843137rem;left:12.936632454395rem;display:block; }
 }@media only screen and (max-width: 763px) { #CGRQfCIXmlURFQ9uicHzJXuM5yBdmiIp { width:1.93739375rem;height:1.93739375rem;top:8.8764104843137rem;left:9.0310338139531rem;display:block; }
 }