.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:transparent;background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B { 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; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container { background-color: transparent; background-image: none; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container > .video-iframe-container { display: none; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row > .video-iframe-container { display: none; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .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); }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container { border-width: 0; border-radius: 0; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .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; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container { font-size:0.875rem;font-family:arial;height:4.3125rem;width:60rem;position:relative;display:block; }#HgoOin8Eim5MaHs9FCGdI60DAhTOQf0b { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.9375rem;width:9.375rem;top:0rem;left:46.024056316473rem;overflow:hidden;display:block; }
#BDOqFz9fyPOW5fykEsQddWBxqBPlHQtM { 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:100010;text-align:center;text-align-last:center;top:1.1875rem;left:35.75rem;display:block; }
#z2ycIobiO24umHgD0rZAiT0AlaiQHEVh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#hTHxAlKTbnXbSvTsKNJkxMcoT0TnUVpf { 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:100009;text-align:center;text-align-last:center;top:1.1875rem;left:29.375rem;display:block; }
#lFBPVa4gTOp6SsTAwLtPqzoPrITRMeuH { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#xt0X0G7St4uJ3mTtCJpEUG75ZHx3HD4I { 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:100007;text-align:center;text-align-last:center;top:1.1875rem;left:21.25rem;display:block; }
#DCuRJbGXKaRldZvATHT8T7v3UeayEgHs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BGLvz3PKkxNRz4z8aE0adetuRlgGz9cc { 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:100008;text-align:center;text-align-last:center;top:1.1875rem;left:14rem;display:block; }
#pc0amdKV46TdczN6Wg3nFndZmdZPm6gI { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM { background-color:transparent;background-image:url("https://images.assets-landingi.com/OPCfF757/Atest_BG_2.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:cover !important;z-index:;border-top:0;border-left:0;border-right:0;border-bottom:0;position:relative;display:block; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.adaptive-delivery-prevent-bg, #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.lazyload, #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.lazyloading { background-image: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { background-color: transparent; background-image: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container > .video-iframe-container { display: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container { display: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .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); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { border-width: 0; border-radius: 0; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container {  }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { font-size:0.875rem;font-family:arial;height:32.8125rem;width:60rem;overflow:visible;position:relative;display:block; }#MJRcvEogDeApsBpWm05fy2NqcQ0yRVoT { position:absolute;display:block;z-index:100001;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.124783125rem;width:3.125rem;top:17.624241828919rem;left:51.686198234558rem;display:block; }
#ZkKKppNSQA852w2C2MwJT6SQ6hUyyUNU { color:#36ada7;display:block;width:30.1248125rem;position:absolute;font-family:roboto;font-size:3.1875rem;font-weight:700;z-index:100002;line-height:1.3;letter-spacing:0;top:6.4621315002444rem;left:24.624026298523rem;height:8.2864625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#RxSBn2ngNRc0dW7Xahu0HuBvLEixGnrN { color:#676867;display:block;width:30rem;position:absolute;font-family:lato;font-size:1.4375rem;font-weight:400;z-index:100003;line-height:1.6;letter-spacing:0;top:20.804038047791rem;left:24.873591423034rem;height:4.5989625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:right;text-align-last:right;display:block; }
#CC4DbbEcGfIoOiTwZu1FunQcPUBsyEQM { position:absolute;display:block;z-index:100000;background-color:#e3e3e3;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;height:12.5rem;width:12.5rem;display:none; }
#mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 > .row .container { background-color: transparent; background-image: none; }#mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 > .row .container > .video-iframe-container { display: none; }#mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 > .row > .video-iframe-container { display: none; }#mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 > .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); }#mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 > .row .container { border-width: 0; border-radius: 0; }#mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 > .row > .video-iframe-container {  }#mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 > .row .container { font-size:0.875rem;font-family:arial;height:48.125rem;width:60rem;position:relative;display:block; }#Wo4BWt77fAbdCuUcvWrTdsg10csg6frX { color:#676867;display:block;width:12.6875rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:100002;line-height:1.3;letter-spacing:0;top:27rem;left:0rem;height:1.625rem;font-style:normal;display:block; }
#w1sw0pcBFJfnWkRDiSg77MAnIz3luWhG { color:#676867;display:block;width:8.75rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:100005;line-height:1.3;letter-spacing:0;top:35.6806640625rem;left:5rem;height:1.625rem;font-style:normal;display:block; }
#JwULG5VLwyNsRBz2B6ZBoGz5Bw6TE5MJ { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:25.4375rem;width:27.8125rem;top:11.9931640625rem;left:14.9375rem;overflow:hidden;display:block; }
#m1fBndZtTtBbzu6BVp9QA0pzi6pv2pnf { color:#676867;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100003;line-height:1.3;letter-spacing:0;top:6.125rem;left:0rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#ipbfxvdBSaIzhyWqegzDTRCoe9EyZ7KB { color:#676867;display:block;width:11rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.3;letter-spacing:0;top:17.3125rem;left:3.875rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#sRrkvhJVQDesauewK75rG9yJfUH4N15F { color:#676867;display:block;width:11rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.3;letter-spacing:0;top:17.3125rem;left:45rem;height:3.25rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#T28u3Wlvooqlyiy3BgV6A2B5GTOfkZH7 { color:#676867;display:block;width:15.375rem;position:absolute;font-family:"noto sans tc";font-size:1.25rem;font-weight:400;z-index:100003;line-height:1.3;letter-spacing:0;top:27rem;left:44.625rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#xPKaa3ytCdJkw5ndcQIzG0n0p5vLCmh4 { color:#676867;display:block;width:15rem;position:absolute;font-family:raleway;font-size:1.25rem;font-weight:400;z-index:100004;line-height:1.3;letter-spacing:0;top:35.6806640625rem;left:43.53125rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BcqgZbUDGaRGafu0o2ZRk8XbKsJHp6m2 { z-index:100001;top:40.1875rem;left:23.125rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #78d0b9, #42b59b);background-image: -moz-linear-gradient(45deg, #78d0b9, #42b59b);background-image: -ms-linear-gradient(45deg, #78d0b9, #42b59b);background-image: -o-linear-gradient(45deg, #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(45deg, #78d0b9, #42b59b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-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:13.75rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#MoCSdCiVR1EoS1LaUMesGZTgnrx8Jnlp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#rgLPiDiqdT3n66Qa9DiVguqAHJKX5k2u { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.1875rem;width:3.1875rem;top:23.2744140625rem;left:4.0625rem;overflow:hidden;display:block; }
#Z2aM6DMbicCq3DhvOqJ5TFbesnC77xMf { position:absolute;display:block;z-index:100003;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.1875rem;width:3.125rem;top:4.0625rem;left:28.4375rem;display:block; }
#GSwJl6EryDX9Hk9gcFSvS5tU9TITiWuN { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:3.125rem;width:3.1875rem;top:13.46875rem;left:7.78125rem;overflow:hidden;display:block; }
#xG9ViGVqT31hy24t0Q4zyEaVVHbaLTEL { position:absolute;display:block;z-index:100010;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:3.1875rem;top:31.65625rem;left:7.78125rem;overflow:hidden;display:block; }
#fDfSdRZHWqJtHWPHiduaVaEmoOWB3L72 { position:absolute;display:block;z-index:100011;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:3.1875rem;top:13.46875rem;left:48.90625rem;overflow:hidden;display:block; }
#lXD8TFnyAKlb5Mz1wWkPMeLliBvpvpGZ { position:absolute;display:block;z-index:100012;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.9375rem;width:2.875rem;top:23.3994140625rem;left:50.875rem;overflow:hidden;display:block; }
#Ac7F55mlp3A6kWMvZJGLZGUALoTCu2Mx { position:absolute;display:block;z-index:100013;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.5rem;width:2.875rem;top:31.875rem;left:49.0625rem;overflow:hidden;display:block; }
#VGNxqyb1ZpeqJmUpGT5vwdzsUkTyLxTN { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:57.9375rem;width:60rem;display:none; }
#pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O { position:relative;display:none; }#pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O { border-width: 0; border-radius: 0; }#pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O > .row .container > .video-iframe-container {  }#pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O > .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:18.75rem;width:60rem;position:relative;display:none; }#u6IHFvb13lKqXPgIywR3Btd5uA5sAPId { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6246875rem;width:11.875rem;top:33.124450683594rem;left:29.099937438965rem;overflow:hidden;display:none; }
#ViO9pu0Xy0IrLlGoCPHWJKsEgrVwgeFy { color:#000000;display:block;width:31.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.8;letter-spacing:0;top:34.9580078125rem;left:3.71875rem;height:3.82421875rem;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; }
#ofCRxtyLB6EEuFBp9eHKb7aydrJSL66B { color:#e1d91f;display:block;width:0.87456875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:36.894540786743rem;left:19.843207359314rem;height:1.95rem;font-style:italic;display:none; }
#qyNFbNrlgZBvgrTmQ3EoNMnUBVJSnCfI { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:24.25rem;left:3.71875rem;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; }
#Potw7QRTl0ktbsqfOyQwClrxiwCn2l7y { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:32.125rem;left:3.71875rem;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; }
#VxudOSBlhReg2v8Kav7wS3QUSDExvtgo { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:2.3125rem;top:24.03125rem;left:0.65625rem;overflow:hidden;display:none; }
#AOxSvl7f6C2u5vR05DTRra2DhRoFP3FR { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.6875rem;top:31.84375rem;left:0rem;overflow:hidden;display:none; }
#FBMGMlCwRUt6neoayTOfNFxpqsPPIheV { color:#e1d91f;display:block;width:1.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:19.4150390625rem;left:31.531252861023rem;height:1.95rem;font-style:italic;display:none; }
#w5OJAwTnkTl4GKmz1pGZ1J6D5lPChiTi { color:#e1d91f;display:block;width:1.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:27.0888671875rem;left:25.09375rem;height:1.95rem;font-style:italic;display:none; }
#qSSKP6ipX8ExlfiBJnke8FXwUucSQ2WZ { color:#000000;display:block;width:31.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:27.3896484375rem;left:3.71875rem;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; }
#Zq2cpl7QfxU4LDFqkLdxqXt5qfmUJJNB { color:#000000;display:block;width:32.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:19.65576171875rem;left:3.71875rem;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; }
#ULD3liVGZV9kSOl6D0Kaiy0s9HRxUpU9 { color:#909090;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100002;line-height:2;letter-spacing:0;top:8.74658203125rem;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; }
#F7qDDooTLO7yPKqcQPghGScXqPHFMwut { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:16.4375rem;left:3.71875rem;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; }
#VJ8rJfRnArJVnoR64Zb6AfqEsFUlv9C0 { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:2.4375rem;top:16.3125rem;left:0.53125rem;overflow:hidden;display:none; }
#tiSDJJRV879a27ObQWpXTO3Wpv2UxlRs { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:4.42236328125rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;display:none; }
#qcF3hmZcE4u5cKeW8Hswv6T1HsxwL5P8 { position:absolute;display:block;z-index:100027;background-color:#e1d91f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.8125rem;width:14.0625rem;top:6.59716796875rem;left:31.03125rem;display:none; }
#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HWv5D2JX/_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.adaptive-delivery-prevent-bg, #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.lazyload, #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.lazyloading { background-image: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { background-color: transparent; background-image: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container > .video-iframe-container { display: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row > .video-iframe-container { display: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .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); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { border-width: 0; border-radius: 0; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row > .video-iframe-container {  }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { font-size:0.875rem;font-family:arial;height:51.0625rem;width:60rem;position:relative;display:block; }#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-form-header {  }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.9375rem;font-weight:bold;color:#36ada7;width:15.125rem;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; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .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:15.125rem;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; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-text {padding-top: 0; padding-bottom: 0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .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:15.125rem;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; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .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:15.125rem;box-sizing:border-box;height:2.5rem;color:#646464;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-select {padding-top: 0; padding-bottom: 0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .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; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .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.8125rem;height:2.375rem;font-family:"open sans";overflow:hidden;line-height:1; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr [class*="-text"]:-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr [class*="-text"]::-moz-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr [class*="-text"]:-ms-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr [class*="-text"]::-webkit-input-placeholder { color:#d6d4d4;font-family:"open sans";font-size:0.875rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .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:14.625rem;overflow:hidden;font-style:normal; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .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; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .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; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-container { padding-top:0.3125rem;padding-right:0;padding-bottom:0.3125rem;padding-left:0;width:100%;font-size:0;height:auto; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-container:first-of-type{padding-top:0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-container:last-of-type{padding-bottom:0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr  { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.8745625rem;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:41.625435829162rem;top:20.401474475861rem;z-index:100019;position:absolute; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:15.125rem;display:block;vertical-align:top; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .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; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr {display:block;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr { background-color:#ffffff;background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:15.8745625rem;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:41.625435829162rem;top:20.401474475861rem;z-index:100019;position:absolute; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #qVgsEXeVT8k9ZrnPSvDgZwxc1XhzGGUz { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #JQmRzxirRkQZlpnTWwDTS0xPATTLKUTG { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #lrosxrm5PVBeThyQMNQNxep4QaUnArXz { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #XQsADoxLsnJncyHW1HMORNA7IS0PbrH6 { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #aBAecfmgpkQkwtqfDiLaTbArvdqmTSTq { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #KEyQKaoT1pKelBqPFWl3sgJFgKaoUcvp { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #CTLlGpfFFIGPcdXbcFagw0nGvJbgyGhi { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #Gp4VTrqbdNd1PF9G9AOmDvTshMEogZk4 { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #lLZeU0qTsLaOhIhivqeOo1cMZyHAyva0 { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #XlaK26Bi4gDxbHnTHecSMNfsH6lhBKyf { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #XlaK26Bi4gDxbHnTHecSMNfsH6lhBKyf .container-column{width:50%;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr #nELLsxCe0F3Z2qZxA3azhBieeaUQ6buN { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #GGzQ8170fmFmIMC9l9qsnvqd8BH2M1Fl { position:relative;z-index:2; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #vv6I28syAQGyIQHLzcuKsW1UVtmcKKHh { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #vP0J4rzDyWDmWbRwOHCsGVg1f91CapvN { position:relative;z-index:2; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #wKU835SDQySp4ZwFSqrNq3Ipt6P8gAVw { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #kGcqtGE8h1l67vlTHkHUiSWiZ3A8NXLO { position:relative;z-index:2; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #z95XMXEHxxbgi6TnryaTXX4q9ZtNNBnS { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #kMUKKhDmTp8xHQuCCgpT78dgQzOUyRmF { position:relative;z-index:2; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #fAqRXNBWPv48P2Uwfn6vQkOBeEbrbura { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #Z4z9v7P7AAI6hEP1OQTH7ZkeXA3cDx78 { position:relative;z-index:2; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #XefnL78HSEXetZXGbegPStLTAbkOkLsM { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #LNvZ4SAiFTOCCSTZVVWTiGpixsm49BSG { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #v5Ik768OTZWGCvoyMVUIism2sSEhdEuX { position:relative;z-index:2; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #m9tSv1IotkXZrnk7V3nnoL4Qbk1eZNfo { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #pKy9zsJEZmnJOknB1VxHTaJTpfgW7h1o { position:relative; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #IhKSiZZvxKbRaIbS7GQvIh0u9rA87BOQ { position:relative; }
#XFxlZkcpqEnymEJXUrZEIZanyVUbUJJB { color:#909090;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100002;line-height:2;letter-spacing:0;top:8.74658203125rem;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; }
#nhdXHHqpJW1gpISJwLzfU9Z3RunEHwVe { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100006;line-height:1.5;letter-spacing:0;top:16.4375rem;left:3.71875rem;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; }
#hvWiR9N0l61phTPcS5qUEXD0XIw3MF8S { color:#ffffff;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.25rem;font-weight:normal;z-index:100028;line-height:1.3;letter-spacing:0;top:4.42236328125rem;left:0rem;height:2.925rem;text-align:center;text-align-last:center;display:block; }
#kZvBstlcW1Mx9XmRAu9WgoHhgu6e48JA { position:absolute;display:block;z-index:100027;background-color:#e1d91f;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;height:0.8125rem;width:14.0625rem;top:6.59716796875rem;left:31.03125rem;display:block; }
#dRJMvnOC7g2wavFzOIeGTmhVWoAhu48M { color:#000000;display:block;width:32.625rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:19.6552734375rem;left:3.71875rem;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; }
#hhKTHP1lG9r4fCA8Q2Aza4SCZ13u0UuL { color:#ffffff;display:block;width:28.8125rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:24.25rem;left:3.71875rem;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; }
#FqoEtxT9doVol8HWyeLT9JyRVvDFtt2Z { color:#000000;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:27.3896484375rem;left:3.71875rem;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; }
#LGUJWQOeCvRyxF0G2PSTQy4HG5XR6eq9 { color:#ffffff;display:block;width:25.9375rem;position:absolute;font-family:"open sans";font-size:1.25rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:32.125rem;left:3.71875rem;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; }
#mIC9WtoG9A0f9T4y8Hl3Ri17WV1LTLwL { color:#000000;display:block;width:31.75rem;position:absolute;font-family:"open sans";font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.8;letter-spacing:0;top:34.9580078125rem;left:3.71875rem;height:3.82465rem;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; }
#nhXCgXgQiDFF6aOeeS4hVGT73MFDh9sE { position:absolute;display:block;z-index:100029;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.3125rem;width:2.3125rem;top:24.03125rem;left:0.65625rem;overflow:hidden;display:block; }
#nQ9VqlTK4CifdTByos9VQ1sTfkBh488H { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.125rem;width:2.4375rem;top:16.3125rem;left:0.53125rem;overflow:hidden;display:block; }
#AoUw0Fx0Hv4Dwa0Nucm3UEph2xh9F7Bd { position:absolute;display:block;z-index:100030;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2.1875rem;width:2.6875rem;top:31.84375rem;left:0rem;overflow:hidden;display:block; }
#hsDxETTDhJfrsQmnnJ7TR8e7OEIHLz4D { color:#e1d91f;display:block;width:1.1875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100031;line-height:1.3;letter-spacing:0;top:19.4150390625rem;left:31.531252861023rem;height:1.95rem;font-style:italic;display:block; }
#CanqRWQsafx7ohwRc3py9S9ncPO2XQuy { color:#e1d91f;display:block;width:1.375rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:27.0888671875rem;left:25.09375rem;height:1.95rem;font-style:italic;display:block; }
#e5TikFg7oZ5c0W6aqSiOZgdiTXvUPqpb { color:#e1d91f;display:block;width:0.87456875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100032;line-height:1.3;letter-spacing:0;top:36.894540786743rem;left:19.843207359314rem;height:1.95rem;font-style:italic;display:block; }
#eLQGIfmlPAEABgsIbVfisduiPUnBf0l1 { position:absolute;display:block;z-index:100001;border-top:0;border-left:0;border-right:0;border-bottom:0;height:13.6246875rem;width:11.875rem;top:33.249241352081rem;left:28.599720954895rem;overflow:hidden;display:block; }
#Qiw1snkL4zt28S9K89a5vUmC9vAtM7nl { color:#000000;display:block;width:31.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100009;line-height:1.8;letter-spacing:0;top:34.9580078125rem;left:3.71875rem;height:3.82421875rem;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; }
#KOWNiLuv3E809CMTuTukuR6TcqKyvOyh { color:#000000;display:block;width:31.75rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100008;line-height:1.5;letter-spacing:0;top:27.3896484375rem;left:3.71875rem;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; }
#NsvNP6feDSgOqHRmnHtxTQthbFQOXiwt { color:#000000;display:block;width:32.625rem;position:absolute;font-family:lato;font-size:1.0625rem;font-weight:400;z-index:100007;line-height:1.5;letter-spacing:0;top:19.65576171875rem;left:3.71875rem;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; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG .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; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG .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.46625rem;padding-right:0.413125rem;padding-bottom:0.46625rem;padding-left:0.413125rem;display:block;align-items:center;width:2.48rem;min-width:2.48rem;height:2.506875rem;position:relative;font-family:"open sans";font-size:1.866875rem;font-weight:700;line-height:40.11px;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; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG .widget-text.counter-label { background-color:;background-image:none;color:#676867;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.291875rem;margin-right:0;margin-bottom:0;margin-left:0;display:block;width:3.306875rem;height:1.0625rem;position:relative;font-family:"open sans";font-size:0.821875rem;font-weight:400;line-height:15.86px;text-align:center;text-align-last:center;text-transform:none;top:0%;left:0rem;border-top:0;border-right:0;border-bottom:0;border-left:0; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG { 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.25rem;height:4.79375rem;padding-top:0.4375rem;padding-right:0.4375rem;padding-bottom:0.4375rem;padding-left:0.4375rem;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:14.051107406616rem;left:41.631295204162rem;z-index:100007; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #wSTQLR2cemIH1SnDna5h6L4ovNDWa17n { display:flex;position:relative;top:0rem;left:0rem; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #wN0fo7QwIbxsb6qKkaCPixKr5zT3e10t { width:auto; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #PEDAnkKuAxht0728zmAIJZnMq2REg9RA {  }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #pMpfygTqhPma2lBLLaAd59hs1UE4Q3IS { display:flex;position:relative;top:0rem;left:0rem; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #vv926us8DKm7u7JzQVceN5UdNR8liwJL {  }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #MH9hD4o4tKNRufgfCByqrIU7vZPAeq9O {  }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #mr0ZMlliviETAwc6cOEdOq7qzzHK0h6T { display:flex;position:relative;top:0rem;left:0rem; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #Q3GCfxXKb64THuogHPxc7MnFUs9EmpbX {  }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #T2qmBvc4W2X0kHEqQzycmuxV8q35DI4V {  }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #AVTeciQ1aWt1velEd6pVG6NFAOnEDH3g { display:flex;position:relative;top:0rem;left:0rem; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #HbLQ9a1XiWJV4um9xNHcGwOILZkTdToD {  }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #KV7VomQd0JmbWITyfZi15vX4qS5wom9H {  }
#wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE > .row .container { background-color: transparent; background-image: none; }#wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE > .row .container > .video-iframe-container { display: none; }#wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE > .row > .video-iframe-container { display: none; }#wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE > .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); }#wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE > .row .container { border-width: 0; border-radius: 0; }#wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE > .row > .video-iframe-container {  }#wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE > .row .container { font-size:0.875rem;font-family:arial;height:42.5rem;width:60rem;position:relative;display:block; }#B5I2m0CP3HTgsel5sMs18hRCtETx5qfR { color:#676867;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100007;line-height:1.3;letter-spacing:0;top:6rem;left:0rem;height:2.92480625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#KWZcInVgop7l1advL0Hs5VgTBswCKk0t { color:#a0a0a0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100008;line-height:1.3;letter-spacing:0;top:10.25rem;left:0rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#XoepNT9iVZO0IFSmJ2XdINn4cvXoJku0 { position:absolute;display:block;z-index:100000;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.375rem;width:18.9375rem;top:16rem;left:0rem;display:block; }
#LU3JLZTLbM02nS3n8pKAE3BNJExZm4VF { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100008;line-height:1.3;letter-spacing:0;top:25.375rem;left:1.03125rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#c5kB5WoPrZiGaWuWS4zvK4v7hWzpcNw9 { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100009;line-height:1.5;letter-spacing:0;top:28.1875rem;left:1.9375rem;height:6rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#OgdeeTfdg4eK6qgEIx4yuLnQkIokkqDu { position:absolute;display:block;z-index:100004;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.9375rem;top:16rem;left:20.53125rem;display:block; }
#kqQir7E4n7C9dGyVni16noElq3O5e6Wi { position:absolute;display:block;z-index:100008;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.9375rem;top:16rem;left:41.0625rem;display:block; }
#ofu6AUuqtmoFesgSD7i2D6z2TKuqEZgI { position:absolute;display:block;z-index:100002;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.1875rem;width:3.125rem;top:3.90625rem;left:28.4375rem;display:block; }
#fAIAaDKlAgBu3IDskSdgnUrhFT0hWeS7 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:25.29345703125rem;left:21.5625rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#CLRC2GCRvqSnVDzwtR7Xt1UoLruk7MkG { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100010;line-height:1.5;letter-spacing:0;top:28.1875rem;left:22.46875rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#xvnf6ENfslPnFyNx7pnN0sT5ptRhT686 { color:#ffffff;display:block;width:15.0625rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:400;z-index:100011;line-height:1.5;letter-spacing:0;top:28.1875rem;left:43rem;height:4.5rem;font-style:normal;text-align:justify;text-align-last:initial;display:block; }
#l1snMK3cRai2Qi0FhnEor5TfmFhoSUD1 { color:#ffffff;display:block;width:16.875rem;position:absolute;font-family:roboto;font-size:1.375rem;font-weight:700;z-index:100010;line-height:1.3;letter-spacing:0;top:25.29345703125rem;left:42.09375rem;height:1.7875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#OOLDwdmDRQaCom62RLz2rcPPJkPL9ACv { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.87478125rem;width:3.87478125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100012;top:19.309897661209rem;left:7.5292949676512rem; }
#SB3grryCQGmN97uav882snyekqVQPrSh { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8737rem;width:3.8737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100013;top:19.310981035233rem;left:28.062067031861rem; }
#ktG8tkmnRha0zL3AWxTIbPRKguHllUrZ { box-sizing:content-box;color:#5d92ff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.8737rem;width:3.8737rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:100014;top:19.310981035233rem;left:48.592664718628rem; }
#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB { 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; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB.adaptive-delivery-prevent-bg, #zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB.lazyload, #zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB.lazyloading { background-image: none; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container { background-color: transparent; background-image: none; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container > .video-iframe-container { display: none; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row > .video-iframe-container { display: none; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .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); }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container { border-width: 0; border-radius: 0; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row > .video-iframe-container {  }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container { font-size:0.875rem;font-family:arial;height:30.5rem;width:60rem;position:relative;display:block; }#HiHZXClF7RXCnhkEtxP2V1T9QZFMwlRg { position:absolute;display:block;z-index:100000;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:5.9375rem;left:28.46875rem;overflow:hidden;display:block; }
#ba8RpDeU82IWFoTqUhONGIqvf3pcDdrA { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100014;line-height:1.3;letter-spacing:0;top:12.75rem;left:24.6875rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#nfSQi95TKCanW7Xd93LdVQO15TCiqT5U { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100015;line-height:1.3;letter-spacing:0;top:17.04541015625rem;left:24rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#rOSnnRRhqrfikv8uSTdXxblmrUgtJemT { color:#ffffff;display:block;width:14.0625rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100021;line-height:1.3;letter-spacing:0;top:17.04541015625rem;left:42.46728515625rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#Jr0TEV1W0mcAk6quv0iWowEehUSg4WSg { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100020;line-height:1.3;letter-spacing:0;top:12.75rem;left:43.56103515625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MJTaRati9R4nhMzCmSrKmVSvLSQlC7mX { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:3.3125rem;top:5.9375rem;left:47.84228515625rem;overflow:hidden;display:block; }
#d5PvVwgP4OCTIWyoLRCfOOi7rTxBZrpA { color:#ffffff;display:block;width:13.25rem;position:absolute;font-family:lato;font-size:1.3125rem;font-weight:400;z-index:100024;line-height:1.3;letter-spacing:0;top:17.04541015625rem;left:4.37353515625rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qutbNdVwN4WOsVLBFT1AXqDnfMhzulJT { color:#ffffff;display:block;width:11.875rem;position:absolute;font-family:roboto;font-size:2.8125rem;font-weight:700;z-index:100023;line-height:1.3;letter-spacing:0;top:12.75rem;left:5.06103515625rem;height:3.65625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#MdQDwQwXE6K1msE6TzWGVhWqhzPFA7cS { position:absolute;display:block;z-index:100009;border-top:0;border-left:0;border-right:0;border-bottom:0;height:4.3125rem;width:4.3125rem;top:5.9375rem;left:8.84228515625rem;overflow:hidden;display:block; }
#ZDrk97WVlZL5yPlkrDHydfaW6shaNHAU { position:absolute;display:block;z-index:100026;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.09375rem;left:20.6875rem;display:block; }
#B0qNDuLWXbztU1fEfJTGkQ50luh3nrzM { position:absolute;display:block;z-index:100027;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.09375rem;left:44.972915649414rem;display:none; }
#XiT1k9Sm5rHGBEme3JmieLlWelof0wGB { position:absolute;display:block;z-index:100027;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.21875rem;left:39.625rem;display:block; }
#qzhJhv2fJXBWaQRQrDL2VLEWzaKLyze9 { z-index:100001;top:23.248697280884rem;left:23.125002861023rem;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:13.75rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#J78WmQ21fKUguUoHJPrW7b77oaaysreP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container { background-color: transparent; background-image: none; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container > .video-iframe-container { display: none; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row > .video-iframe-container { display: none; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .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); }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container { border-width: 0; border-radius: 0; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row > .video-iframe-container {  }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container { font-size:0.875rem;font-family:arial;height:11.25rem;width:60rem;position:relative;display:block; }#vLn05Ssn7Tt8BWMfc0pZXeUQr6imsr3p { color:#676867;display:block;width:60rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100034;line-height:1.5;letter-spacing:0;top:5.3125rem;left:0rem;height:3.375rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#hiE1qlLrVIFNF1rCxkEscmsuFf4ShhXI { position:absolute;display:block;z-index:100003;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.1875rem;width:3.125rem;top:3.599609375rem;left:28.4375rem;display:block; }
#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:none;position:relative;display:block; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container { background-color: transparent; background-image: none; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container > .video-iframe-container { display: none; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row > .video-iframe-container { display: none; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .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); }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container { border-width: 0; border-radius: 0; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row > .video-iframe-container {  }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container { font-size:0.875rem;font-family:arial;height:24.75rem;width:60rem;position:relative;display:block; }#rnCtx8iQuwmpF3Dn54AucFAvW4p81oTS { position:absolute;display:block;z-index:100003;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:14.9375rem;top:1.2808074951172rem;left:45.062067985534rem;overflow:hidden;display:block; }
#GludtrcmmNMKdyIoutACb1mLGTl7PgnM { position:absolute;display:block;z-index:100004;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:14.9375rem;top:1.2808074951172rem;left:30.062502861023rem;overflow:hidden;display:block; }
#PzqBR9xDTTUbP9gRZkQghorWnJbtwelZ { position:absolute;display:block;z-index:100005;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:14.9375rem;top:1.3433074951172rem;left:15.000000953674rem;overflow:hidden;display:block; }
#BJlzIWSqArwudvF3ivuv39Ai1TJNQhSe { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:18.0625rem;width:14.9375rem;top:1.3433074951172rem;left:0rem;overflow:hidden;display:block; }
#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle.adaptive-delivery-prevent-bg, #kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle.lazyload, #kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle.lazyloading { background-image: none; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container { background-color: transparent; background-image: none; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container > .video-iframe-container { display: none; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row > .video-iframe-container { display: none; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .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); }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container { border-width: 0; border-radius: 0; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row > .video-iframe-container {  }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container { font-size:0.875rem;font-family:arial;height:43rem;width:60rem;position:relative;display:block; }#HVfT8cuqfMKbP2gT9xZb0lTtQAUdPIm0 { position:absolute;display:block;z-index:100006;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.8125rem;top:13.5234375rem;left:4rem;overflow:hidden;display:block; }
#RfDvKMZARQDSX92Zx11vuqnS7osN34Bi { position:absolute;display:block;z-index:100007;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2.8125rem;top:18rem;left:53.5rem;overflow:hidden;display:block; }
#LVkBtNNXQDODS07FUbTh6cHKtCbsC2J1 { color:#222222;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.25rem;font-weight:400;z-index:100036;line-height:1;letter-spacing:0;top:18.817274570465rem;left:0rem;height:1.25rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#QV7lsDMMXTTfIFOwrTsARl77hhRwA2fi { color:#222222;display:block;width:26.311875rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100009;line-height:1.5;letter-spacing:0;top:24.367405414581rem;left:1.9314231872559rem;height:6rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#MVW3MCuVv82PqWnTCoebZ5rnNHCvscyT { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:31.444229602814rem;left:0.70963478088381rem;height:1.46180625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#LyT7uN6eQlzaT4VE0D3uHbAimRkBgByu { color:#222222;display:block;width:26.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100011;line-height:1.5;letter-spacing:0;top:24.367405414581rem;left:31.997613906861rem;height:6rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#FRhPJqe7mhbSeIHsfWO3kzSxu4pb5DOT { color:#222222;display:block;width:28.75rem;position:absolute;font-family:roboto;font-size:1.125rem;font-weight:400;z-index:100012;line-height:1.3;letter-spacing:0;top:31.444229602814rem;left:30.716363906861rem;height:1.46180625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#pCH4qCINTqFV1V9zdeWatoZA8vFeTLEu { color:#676867;display:block;width:59.125rem;position:absolute;font-family:roboto;font-size:2.25rem;font-weight:700;z-index:100034;line-height:1.3;letter-spacing:0;top:4.625rem;left:0.5625rem;height:2.925rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#IJ7XHLbh7FKmGPNgHa0D28XrsLaZrJSP { color:#a0a0a0;display:block;width:60rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:400;z-index:100009;line-height:1.3;letter-spacing:0;top:8.349609375rem;left:0rem;height:1.70625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#uxzqC71gICZAoodllFn1p0yb4GKrk9Ao { color:#36ada7;display:block;width:5.625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:700;z-index:100011;line-height:1.3;letter-spacing:0;top:8.1650390625rem;left:19.374674797058rem;height:1.95rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#TkASHFDEGfgVu28zdFi5HLSTQuQkXTK8 { position:absolute;display:block;z-index:100009;background-color:rgba(255,255,255,0.5);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:10.125rem;width:44.1875rem;top:11.875000476837rem;left:7.9058170318606rem;display:block; }
#VLiDuGvOKTFcsWTGUdMX2HTsvh02wTxU { color:#222222;display:block;width:39.5625rem;position:absolute;font-family:roboto;font-size:1rem;font-weight:300;z-index:100035;line-height:1.5;letter-spacing:0;top:13.5234375rem;left:10.21875rem;height:4.5rem;text-align:justify;text-align-last:initial;font-style:normal;display:block; }
#EAZSJZNG2GhaJKA7XyusZVWUsUcZzi9c { position:absolute;display:block;z-index:100004;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.1875rem;width:3.125rem;top:2.974609375rem;left:28.4375rem;display:block; }
#S8UaUb07hyOuJ3kBTV4u6lMqQ3ZPDGBE { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.5);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:11.375rem;width:28.6875rem;top:23.113064289093rem;left:30.716146469116rem;display:block; }
#JeBDImoK1MEdfESFSKPBoTkpnBJ8Tg22 { position:absolute;display:block;z-index:100004;background-color:rgba(255,255,255,0.5);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:11.311875rem;width:28.6870625rem;top:23.113064289093rem;left:0.74652671813963rem;display:block; }
#CfrrOl6EzyJK8akv5J1RoncwODOTHwvM { z-index:100003;top:37.611763000488rem;left:23.248698234558rem;background-color:transparent;background-image: -webkit-linear-gradient(45deg, #78d0b9, #42b59b);background-image: -moz-linear-gradient(45deg, #78d0b9, #42b59b);background-image: -ms-linear-gradient(45deg, #78d0b9, #42b59b);background-image: -o-linear-gradient(45deg, #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(45deg, #78d0b9, #42b59b);background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;box-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:13.75rem;height:3.125rem;text-decoration:none;text-align:center;text-align-last:center;display:block; }
#AXhqv5i8rra1vdQuDrBdNR1ncuCV42Pp { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:100000;display:block; }
#VkL3FT8X20qFKbapev5BoCTZVrThz9SO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(23,153,235,0.1);background-image:none;position:relative;display:block; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container { background-color: transparent; background-image: none; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container > .video-iframe-container { display: none; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row > .video-iframe-container { display: none; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .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); }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container { border-width: 0; border-radius: 0; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row > .video-iframe-container {  }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container { font-size:0.875rem;font-family:arial;height:0.0625rem;width:60rem;position:relative;display:block; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HWv5D2JX/_.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;display:block; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd.adaptive-delivery-prevent-bg, #ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd.lazyload, #ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd.lazyloading { background-image: none; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container { background-color: transparent; background-image: none; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container > .video-iframe-container { display: none; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row > .video-iframe-container { display: none; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .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); }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container { border-width: 0; border-radius: 0; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row > .video-iframe-container {  }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container { font-size:0.875rem;font-family:arial;height:14.8125rem;width:60rem;position:relative;display:block; }#KmsxGTMfUUsHXUq8cfM1Gwd4Exh5orD6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.5625rem;font-weight:700;z-index:100009;line-height:1.3;letter-spacing:0;top:2.8125rem;left:0rem;height:2.03125rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#LVcezJEkRJIfCQXuKiiIJtAKf4EoLBA6 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:lato;font-size:1.25rem;font-weight:400;z-index:100010;line-height:1.3;letter-spacing:0;top:13.1875rem;left:0rem;height:1.625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#bOdmqRhAgMmMm8yL9VCbOkQ7wsrtve1E { position:absolute;display:block;z-index:100017;border-top:0;border-left:0;border-right:0;border-bottom:0;height:2rem;width:2rem;top:9.875rem;left:25.5625rem;overflow:hidden;display:block; }
#pwTmyMmKe3kTuQyEnOcyiamHfKLg3oW1 { position:absolute;display:block;z-index:100016;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:2rem;top:9.90625rem;left:32.3125rem;overflow:hidden;display:block; }
#XCeQxAuLhS8dI5TE4t5A3IILCXK75pvL { position:absolute;display:block;z-index:100015;border-top:0;border-left:0;border-right:0;border-bottom:0;height:1.9375rem;width:1.9375rem;top:9.90625rem;left:29.03125rem;overflow:hidden;display:block; }
#bAqqnfC4unkqcI9TTHNZPgFfAi7txZB1 { color:#ffffff;display:block;width:60rem;position:absolute;font-family:roboto;font-size:1.0625rem;font-weight:400;z-index:100010;line-height:1.6;letter-spacing:0;top:5.60595703125rem;left:0rem;height:3.3993rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
@media only screen and (max-width: 959px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 959px) { #F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B { display:block; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container { width:47.75rem;height:3.5625rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HgoOin8Eim5MaHs9FCGdI60DAhTOQf0b { width:6.749125rem;height:2.93728125rem;top:0.25rem;left:41.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #BDOqFz9fyPOW5fykEsQddWBxqBPlHQtM { width:8.75rem;height:2.1875rem;top:0.68684899806975rem;left:31.437177419663rem;display:block; }
 }@media only screen and (max-width: 959px) { #z2ycIobiO24umHgD0rZAiT0AlaiQHEVh { display:block; }
 }@media only screen and (max-width: 959px) { #hTHxAlKTbnXbSvTsKNJkxMcoT0TnUVpf { width:6.18706875rem;height:2.1875rem;top:0.68684899806975rem;left:25.31250166893rem;display:block; }
 }@media only screen and (max-width: 959px) { #lFBPVa4gTOp6SsTAwLtPqzoPrITRMeuH { display:block; }
 }@media only screen and (max-width: 959px) { #xt0X0G7St4uJ3mTtCJpEUG75ZHx3HD4I { width:7.5rem;height:2.1875rem;top:0.68684899806975rem;left:16.680230855942rem;display:block; }
 }@media only screen and (max-width: 959px) { #DCuRJbGXKaRldZvATHT8T7v3UeayEgHs { display:block; }
 }@media only screen and (max-width: 959px) { #BGLvz3PKkxNRz4z8aE0adetuRlgGz9cc { width:6.4371875rem;height:2.1875rem;top:0.68684899806975rem;left:9.0597875118256rem;display:block; }
 }@media only screen and (max-width: 959px) { #pc0amdKV46TdczN6Wg3nFndZmdZPm6gI { display:block; }
 }@media only screen and (max-width: 959px) { #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM { background-color:transparent;background-image:url("https://images.assets-landingi.com/OPCfF757/Atest_BG_2.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; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.adaptive-delivery-prevent-bg, #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.lazyload, #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.lazyloading { background-image: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { background-color: transparent; background-image: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container > .video-iframe-container { display: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container { display: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .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); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { border-width: 0; border-radius: 0; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container {  }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { width:47.75rem;height:35.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #MJRcvEogDeApsBpWm05fy2NqcQ0yRVoT { width:3.125rem;height:0.125rem;top:18.9375rem;left:41.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZkKKppNSQA852w2C2MwJT6SQ6hUyyUNU { width:30.125rem;height:6.18815rem;top:10.8125rem;left:15.125rem;font-size:2.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 959px) { #RxSBn2ngNRc0dW7Xahu0HuBvLEixGnrN { width:30rem;height:3.7986125rem;top:20.9375rem;left:15.1875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #CC4DbbEcGfIoOiTwZu1FunQcPUBsyEQM { width:12.5rem;height:12.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 { display:block; }#mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #Wo4BWt77fAbdCuUcvWrTdsg10csg6frX { width:11.5625rem;height:1.625rem;top:27.75rem;left:2.28125rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #w1sw0pcBFJfnWkRDiSg77MAnIz3luWhG { width:8.75rem;height:1.625rem;top:38.0625rem;left:4.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #JwULG5VLwyNsRBz2B6ZBoGz5Bw6TE5MJ { width:27.8125rem;height:25.4375rem;top:11.9375rem;left:8.8125rem;display:none; }
 }@media only screen and (max-width: 959px) { #m1fBndZtTtBbzu6BVp9QA0pzi6pv2pnf { width:31.875rem;height:2.4375rem;top:5.8125rem;left:7.9375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ipbfxvdBSaIzhyWqegzDTRCoe9EyZ7KB { width:11rem;height:3.25rem;top:16.75rem;left:5.65625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #sRrkvhJVQDesauewK75rG9yJfUH4N15F { width:11rem;height:3.25rem;top:16.75rem;left:33.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #T28u3Wlvooqlyiy3BgV6A2B5GTOfkZH7 { width:8.3125rem;height:3.25rem;top:27.75rem;left:36.09375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #xPKaa3ytCdJkw5ndcQIzG0n0p5vLCmh4 { width:8.75rem;height:3.25rem;top:38.0625rem;left:35.59375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #BcqgZbUDGaRGafu0o2ZRk8XbKsJHp6m2 { top:42.90625rem;left:17.3125rem;width:13.125rem;height:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MoCSdCiVR1EoS1LaUMesGZTgnrx8Jnlp { display:block; }
 }@media only screen and (max-width: 959px) { #rgLPiDiqdT3n66Qa9DiVguqAHJKX5k2u { width:3.1875rem;height:3.1875rem;top:23.875rem;left:6.40625rem;display:block; }
 }@media only screen and (max-width: 959px) { #Z2aM6DMbicCq3DhvOqJ5TFbesnC77xMf { width:3.125rem;height:0.125rem;top:3.625rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #GSwJl6EryDX9Hk9gcFSvS5tU9TITiWuN { width:3.1875rem;height:3.125rem;top:12.71875rem;left:9.5625rem;display:block; }
 }@media only screen and (max-width: 959px) { #xG9ViGVqT31hy24t0Q4zyEaVVHbaLTEL { width:3.1875rem;height:2.9375rem;top:33.75rem;left:7.03125rem;display:block; }
 }@media only screen and (max-width: 959px) { #fDfSdRZHWqJtHWPHiduaVaEmoOWB3L72 { width:3.1875rem;height:2.9375rem;top:12.8125rem;left:37rem;display:block; }
 }@media only screen and (max-width: 959px) { #lXD8TFnyAKlb5Mz1wWkPMeLliBvpvpGZ { width:2.875rem;height:2.9375rem;top:24.0625rem;left:38.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #Ac7F55mlp3A6kWMvZJGLZGUALoTCu2Mx { width:2.875rem;height:2.5rem;top:34.25rem;left:38.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #VGNxqyb1ZpeqJmUpGT5vwdzsUkTyLxTN { top:21rem;left:14.125rem;width:20.25rem;height:19.5625rem;z-index:100014;overflow:hidden;display:block; }
 }@media only screen and (max-width: 959px) { #pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O { display:none; }#pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 959px) { #u6IHFvb13lKqXPgIywR3Btd5uA5sAPId { width:8.125rem;height:9.375rem;top:35.85302734375rem;left:23.40625rem;display:none; }
 }@media only screen and (max-width: 959px) { #ViO9pu0Xy0IrLlGoCPHWJKsEgrVwgeFy { width:19.25rem;height:5.0625rem;top:33.18701171875rem;left:4.03125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #ofCRxtyLB6EEuFBp9eHKb7aydrJSL66B { width:1.375rem;height:1.94921875rem;top:34.60302734375rem;left:18.03125rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #qyNFbNrlgZBvgrTmQ3EoNMnUBVJSnCfI { width:22.1875rem;height:1.50065rem;top:23.46875rem;left:4.03125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #Potw7QRTl0ktbsqfOyQwClrxiwCn2l7y { width:19.75rem;height:1.50065rem;top:30.96875rem;left:4.03125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #VxudOSBlhReg2v8Kav7wS3QUSDExvtgo { width:2.3125rem;height:2.3125rem;top:23.0625rem;left:0.25rem;display:none; }
 }@media only screen and (max-width: 959px) { #AOxSvl7f6C2u5vR05DTRra2DhRoFP3FR { width:2.6875rem;height:2.1875rem;top:30.59375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 959px) { #FBMGMlCwRUt6neoayTOfNFxpqsPPIheV { width:1.375rem;height:1.94921875rem;top:19.73828125rem;left:9.84375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #w5OJAwTnkTl4GKmz1pGZ1J6D5lPChiTi { width:1.375rem;height:1.94921875rem;top:27.05078125rem;left:5.09375rem;font-size:1.5rem;display:none; }
 }@media only screen and (max-width: 959px) { #qSSKP6ipX8ExlfiBJnke8FXwUucSQ2WZ { width:18.4375rem;height:3.1875rem;top:25.625rem;left:4.03125rem;font-size:0.9375rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 959px) { #Zq2cpl7QfxU4LDFqkLdxqXt5qfmUJJNB { width:19.375rem;height:3.1875rem;top:18.4375rem;left:4.03125rem;font-size:0.9375rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 959px) { #ULD3liVGZV9kSOl6D0Kaiy0s9HRxUpU9 { width:47.75rem;height:2.62586875rem;top:8.3125rem;left:0rem;font-size:1.3125rem;display:none; }
 }@media only screen and (max-width: 959px) { #F7qDDooTLO7yPKqcQPghGScXqPHFMwut { width:20.9375rem;height:1.50065rem;top:16.625rem;left:4.03125rem;font-size:1rem;display:none; }
 }@media only screen and (max-width: 959px) { #VJ8rJfRnArJVnoR64Zb6AfqEsFUlv9C0 { width:2.4375rem;height:2.125rem;top:16.3125rem;left:0.1875rem;display:none; }
 }@media only screen and (max-width: 959px) { #tiSDJJRV879a27ObQWpXTO3Wpv2UxlRs { width:47.75rem;height:2.4375rem;top:4.724609375rem;left:0rem;font-size:1.875rem;display:none; }
 }@media only screen and (max-width: 959px) { #qcF3hmZcE4u5cKeW8Hswv6T1HsxwL5P8 { width:14.0625rem;height:0.8125rem;top:6.5625rem;left:24.90625rem;display:none; }
 }@media only screen and (max-width: 959px) { #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HWv5D2JX/_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.adaptive-delivery-prevent-bg, #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.lazyload, #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.lazyloading { background-image: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { background-color: transparent; background-image: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container > .video-iframe-container { display: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row > .video-iframe-container { display: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .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); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { width:47.75rem;height:45.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-regular-label { width:13.875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;font-size:0.875rem;overflow:hidden;height:auto; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-text { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-text {padding-top: 0; padding-bottom: 0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-textarea { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-select { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-select {padding-top: 0; padding-bottom: 0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-button { width:6.375rem;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; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr [class*="-text"]:-moz-placeholder { font-size:0.8125rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr [class*="-text"]::-moz-placeholder { font-size:0.8125rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr [class*="-text"]:-ms-input-placeholder { font-size:0.8125rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr [class*="-text"]::-webkit-input-placeholder { font-size:0.8125rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-checkbox-label { width:13.0625rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-container { padding-top:0.25rem;padding-right:0;padding-bottom:0.1875rem;padding-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-container:first-of-type{padding-top:0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-container:last-of-type{padding-bottom:0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr  { width:14.3120625rem;height:auto;top:18.437497138977rem;left:30.938043355942rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .radio-container { width:13.875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr {display:block;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr { width:14.3120625rem;height:auto;top:18.437497138977rem;left:30.938043355942rem; }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #qVgsEXeVT8k9ZrnPSvDgZwxc1XhzGGUz {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #JQmRzxirRkQZlpnTWwDTS0xPATTLKUTG {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #lrosxrm5PVBeThyQMNQNxep4QaUnArXz {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #XQsADoxLsnJncyHW1HMORNA7IS0PbrH6 {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #aBAecfmgpkQkwtqfDiLaTbArvdqmTSTq {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #KEyQKaoT1pKelBqPFWl3sgJFgKaoUcvp {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #CTLlGpfFFIGPcdXbcFagw0nGvJbgyGhi {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #Gp4VTrqbdNd1PF9G9AOmDvTshMEogZk4 {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #lLZeU0qTsLaOhIhivqeOo1cMZyHAyva0 {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #XlaK26Bi4gDxbHnTHecSMNfsH6lhBKyf {  }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #XlaK26Bi4gDxbHnTHecSMNfsH6lhBKyf .container-column{width:50%;} }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #nELLsxCe0F3Z2qZxA3azhBieeaUQ6buN {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #GGzQ8170fmFmIMC9l9qsnvqd8BH2M1Fl { z-index:2; }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #vv6I28syAQGyIQHLzcuKsW1UVtmcKKHh {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #vP0J4rzDyWDmWbRwOHCsGVg1f91CapvN { z-index:2; }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #wKU835SDQySp4ZwFSqrNq3Ipt6P8gAVw {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #kGcqtGE8h1l67vlTHkHUiSWiZ3A8NXLO { z-index:2; }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #z95XMXEHxxbgi6TnryaTXX4q9ZtNNBnS {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #kMUKKhDmTp8xHQuCCgpT78dgQzOUyRmF { z-index:2; }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #fAqRXNBWPv48P2Uwfn6vQkOBeEbrbura {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #Z4z9v7P7AAI6hEP1OQTH7ZkeXA3cDx78 {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #XefnL78HSEXetZXGbegPStLTAbkOkLsM {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #LNvZ4SAiFTOCCSTZVVWTiGpixsm49BSG {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #v5Ik768OTZWGCvoyMVUIism2sSEhdEuX { z-index:2; }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #m9tSv1IotkXZrnk7V3nnoL4Qbk1eZNfo {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #pKy9zsJEZmnJOknB1VxHTaJTpfgW7h1o {  }
 }@media only screen and (max-width: 959px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #IhKSiZZvxKbRaIbS7GQvIh0u9rA87BOQ {  }
 }@media only screen and (max-width: 959px) { #XFxlZkcpqEnymEJXUrZEIZanyVUbUJJB { width:47.75rem;height:2.625rem;top:8.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #nhdXHHqpJW1gpISJwLzfU9Z3RunEHwVe { width:20.9375rem;height:1.5rem;top:16.625rem;left:4.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #hvWiR9N0l61phTPcS5qUEXD0XIw3MF8S { width:47.75rem;height:2.4375rem;top:4.724609375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #kZvBstlcW1Mx9XmRAu9WgoHhgu6e48JA { width:14.0625rem;height:0.8125rem;top:6.5625rem;left:24.90625rem;display:block; }
 }@media only screen and (max-width: 959px) { #dRJMvnOC7g2wavFzOIeGTmhVWoAhu48M { width:19.375rem;height:3.1875rem;top:18.4375rem;left:4.03125rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 959px) { #hhKTHP1lG9r4fCA8Q2Aza4SCZ13u0UuL { width:22.1875rem;height:1.5rem;top:23.46875rem;left:4.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #FqoEtxT9doVol8HWyeLT9JyRVvDFtt2Z { width:18.4375rem;height:3.1875rem;top:25.625rem;left:4.03125rem;font-size:0.9375rem;line-height:1.7;display:block; }
 }@media only screen and (max-width: 959px) { #LGUJWQOeCvRyxF0G2PSTQy4HG5XR6eq9 { width:19.75rem;height:1.5rem;top:30.96875rem;left:4.03125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #mIC9WtoG9A0f9T4y8Hl3Ri17WV1LTLwL { width:19.25rem;height:5.0625rem;top:33.18701171875rem;left:4.03125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #nhXCgXgQiDFF6aOeeS4hVGT73MFDh9sE { width:2.3125rem;height:2.3125rem;top:23.0625rem;left:0.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #nQ9VqlTK4CifdTByos9VQ1sTfkBh488H { width:2.4375rem;height:2.125rem;top:16.3125rem;left:0.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #AoUw0Fx0Hv4Dwa0Nucm3UEph2xh9F7Bd { width:2.6875rem;height:2.1875rem;top:30.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #hsDxETTDhJfrsQmnnJ7TR8e7OEIHLz4D { width:1.375rem;height:1.94986875rem;top:19.73828125rem;left:9.84375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #CanqRWQsafx7ohwRc3py9S9ncPO2XQuy { width:1.375rem;height:1.94986875rem;top:27.05078125rem;left:5.09375rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #e5TikFg7oZ5c0W6aqSiOZgdiTXvUPqpb { width:1.375rem;height:1.94986875rem;top:34.60302734375rem;left:18.03125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #eLQGIfmlPAEABgsIbVfisduiPUnBf0l1 { width:7.375rem;height:8.5625rem;top:36.102647781372rem;left:23.093534231186rem;display:block; }
 }@media only screen and (max-width: 959px) { #Qiw1snkL4zt28S9K89a5vUmC9vAtM7nl { width:19.25rem;height:5.0625rem;top:33.18701171875rem;left:4.03125rem;font-size:0.9375rem;display:none; }
 }@media only screen and (max-width: 959px) { #KOWNiLuv3E809CMTuTukuR6TcqKyvOyh { width:18.4375rem;height:3.1875rem;top:25.625rem;left:4.03125rem;font-size:0.9375rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 959px) { #NsvNP6feDSgOqHRmnHtxTQthbFQOXiwt { width:19.375rem;height:3.1875rem;top:18.4375rem;left:4.03125rem;font-size:0.9375rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 959px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG .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; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG .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;font-weight:700;font-style:normal; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG .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; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG { display:flex;width:15.625rem;height:4.1425rem;top:12.870119094849rem;left:31.04199385643rem;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) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #wSTQLR2cemIH1SnDna5h6L4ovNDWa17n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #wN0fo7QwIbxsb6qKkaCPixKr5zT3e10t {  }
 }@media only screen and (max-width: 959px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #PEDAnkKuAxht0728zmAIJZnMq2REg9RA {  }
 }@media only screen and (max-width: 959px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #pMpfygTqhPma2lBLLaAd59hs1UE4Q3IS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #vv926us8DKm7u7JzQVceN5UdNR8liwJL {  }
 }@media only screen and (max-width: 959px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #MH9hD4o4tKNRufgfCByqrIU7vZPAeq9O {  }
 }@media only screen and (max-width: 959px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #mr0ZMlliviETAwc6cOEdOq7qzzHK0h6T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #Q3GCfxXKb64THuogHPxc7MnFUs9EmpbX {  }
 }@media only screen and (max-width: 959px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #T2qmBvc4W2X0kHEqQzycmuxV8q35DI4V {  }
 }@media only screen and (max-width: 959px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #AVTeciQ1aWt1velEd6pVG6NFAOnEDH3g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 959px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #HbLQ9a1XiWJV4um9xNHcGwOILZkTdToD {  }
 }@media only screen and (max-width: 959px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #KV7VomQd0JmbWITyfZi15vX4qS5wom9H {  }
 }@media only screen and (max-width: 959px) { #wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE { display:block; }#wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE > .row .container { width:47.75rem;height:36.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #B5I2m0CP3HTgsel5sMs18hRCtETx5qfR { width:47.75rem;height:2.4375rem;top:5.875rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #KWZcInVgop7l1advL0Hs5VgTBswCKk0t { width:47.75rem;height:1.70573125rem;top:9.3125rem;left:0rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #XoepNT9iVZO0IFSmJ2XdINn4cvXoJku0 { width:15.375rem;height:16.5625rem;top:14.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 959px) { #LU3JLZTLbM02nS3n8pKAE3BNJExZm4VF { width:15.375rem;height:1.54375rem;top:21.947265625rem;left:0rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 959px) { #c5kB5WoPrZiGaWuWS4zvK4v7hWzpcNw9 { width:13rem;height:5.25rem;top:24.34375rem;left:1.1875rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #OgdeeTfdg4eK6qgEIx4yuLnQkIokkqDu { width:15.4375rem;height:16.5625rem;top:14.875rem;left:16.15625rem;display:block; }
 }@media only screen and (max-width: 959px) { #kqQir7E4n7C9dGyVni16noElq3O5e6Wi { width:15.5rem;height:16.625rem;top:14.84375rem;left:32.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #ofu6AUuqtmoFesgSD7i2D6z2TKuqEZgI { width:3.125rem;height:0.125rem;top:3.8125rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #fAIAaDKlAgBu3IDskSdgnUrhFT0hWeS7 { 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) { #CLRC2GCRvqSnVDzwtR7Xt1UoLruk7MkG { width:13.125rem;height:3.9375rem;top:24.34375rem;left:17.3125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #xvnf6ENfslPnFyNx7pnN0sT5ptRhT686 { width:13.3125rem;height:3.9375rem;top:24.34375rem;left:33.34375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #l1snMK3cRai2Qi0FhnEor5TfmFhoSUD1 { 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) { #OOLDwdmDRQaCom62RLz2rcPPJkPL9ACv { width:3.81185rem;height:3.81185rem;top:17.061632156372rem;left:5.7812502384186rem;display:block; }
 }@media only screen and (max-width: 959px) { #SB3grryCQGmN97uav882snyekqVQPrSh { width:3.81185rem;height:3.81185rem;top:17.061632156372rem;left:21.968316793442rem;display:block; }
 }@media only screen and (max-width: 959px) { #ktG8tkmnRha0zL3AWxTIbPRKguHllUrZ { width:3.81185rem;height:3.81185rem;top:17.061632156372rem;left:38.092450857162rem;display:block; }
 }@media only screen and (max-width: 959px) { #zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB { display:block; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container { width:47.75rem;height:21.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HiHZXClF7RXCnhkEtxP2V1T9QZFMwlRg { width:4.3125rem;height:4.3125rem;top:4.03125rem;left:6.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #ba8RpDeU82IWFoTqUhONGIqvf3pcDdrA { width:11.875rem;height:1.94986875rem;top:10.056640625rem;left:2rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #nfSQi95TKCanW7Xd93LdVQO15TCiqT5U { 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) { #rOSnnRRhqrfikv8uSTdXxblmrUgtJemT { 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) { #Jr0TEV1W0mcAk6quv0iWowEehUSg4WSg { width:11.875rem;height:2.1120875rem;top:9.974609375rem;left:17.9375rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 959px) { #MJTaRati9R4nhMzCmSrKmVSvLSQlC7mX { width:3.3125rem;height:4.3125rem;top:4.03125rem;left:22.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #d5PvVwgP4OCTIWyoLRCfOOi7rTxBZrpA { 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) { #qutbNdVwN4WOsVLBFT1AXqDnfMhzulJT { width:11.875rem;height:1.94986875rem;top:10.056640625rem;left:34.3125rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 959px) { #MdQDwQwXE6K1msE6TzWGVhWqhzPFA7cS { width:4.0625rem;height:4.0625rem;top:4.15625rem;left:38.21875rem;display:block; }
 }@media only screen and (max-width: 959px) { #ZDrk97WVlZL5yPlkrDHydfaW6shaNHAU { width:0.0625rem;height:7.25rem;top:5.8125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 959px) { #B0qNDuLWXbztU1fEfJTGkQ50luh3nrzM { width:0.0625rem;height:7.25rem;top:5.8125rem;left:32.50390625rem;display:block; }
 }@media only screen and (max-width: 959px) { #XiT1k9Sm5rHGBEme3JmieLlWelof0wGB { width:0.0625rem;height:7.25rem;top:5.8125rem;left:16rem;display:block; }
 }@media only screen and (max-width: 959px) { #qzhJhv2fJXBWaQRQrDL2VLEWzaKLyze9 { top:16.25rem;left:17.625rem;width:12.5rem;height:3.75rem;display:block; }
 }@media only screen and (max-width: 959px) { #J78WmQ21fKUguUoHJPrW7b77oaaysreP { display:block; }
 }@media only screen and (max-width: 959px) { #NCNBHlHQdkhON35icIHgR8mrOg4ezwwI { display:block; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container { width:47.75rem;height:9.375rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #vLn05Ssn7Tt8BWMfc0pZXeUQr6imsr3p { width:47.75rem;height:2.8125rem;top:4.125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #hiE1qlLrVIFNF1rCxkEscmsuFf4ShhXI { width:3.125rem;height:0.125rem;top:2.875rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk { display:block; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container { width:47.75rem;height:14.875rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #rnCtx8iQuwmpF3Dn54AucFAvW4p81oTS { width:11.5625rem;height:13.9995625rem;top:0rem;left:35.999349355697rem;z-index:100007;display:block; }
 }@media only screen and (max-width: 959px) { #GludtrcmmNMKdyIoutACb1mLGTl7PgnM { width:11.5625rem;height:13.9995625rem;top:0rem;left:24.061416387558rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 959px) { #PzqBR9xDTTUbP9gRZkQghorWnJbtwelZ { width:11.5625rem;height:13.9995625rem;top:0rem;left:12.124566793442rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 959px) { #BJlzIWSqArwudvF3ivuv39Ai1TJNQhSe { width:11.5625rem;height:13.9985rem;top:0rem;left:0.18663197755814rem;z-index:100009;display:block; }
 }@media only screen and (max-width: 959px) { #kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/pR27N6B7/bg3.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-top:0;border-left:0;border-right:0;border-bottom:0;display:block; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle.adaptive-delivery-prevent-bg, #kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle.lazyload, #kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle.lazyloading { background-image: none; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container { background-color: transparent; background-image: none; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container > .video-iframe-container { display: none; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row > .video-iframe-container { display: none; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .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); }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container { border-width: 0; border-radius: 0; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row > .video-iframe-container {  }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container { width:47.75rem;height:48.25rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #HVfT8cuqfMKbP2gT9xZb0lTtQAUdPIm0 { width:2.8125rem;height:2rem;top:12.34375rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 959px) { #RfDvKMZARQDSX92Zx11vuqnS7osN34Bi { width:2.8125rem;height:2rem;top:18.8125rem;left:43.6875rem;display:block; }
 }@media only screen and (max-width: 959px) { #LVkBtNNXQDODS07FUbTh6cHKtCbsC2J1 { width:47.7495625rem;height:1.00043125rem;top:19.310981540009rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #QV7lsDMMXTTfIFOwrTsARl77hhRwA2fi { width:20.499125rem;height:5.625rem;top:23.693576602265rem;left:1.9991319179535rem;font-size:0.9375rem;z-index:100038;display:block; }
 }@media only screen and (max-width: 959px) { #MVW3MCuVv82PqWnTCoebZ5rnNHCvscyT { width:22.3123125rem;height:1.21875rem;top:31.754558352754rem;left:1.4366319179535rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #LyT7uN6eQlzaT4VE0D3uHbAimRkBgByu { width:20.374375rem;height:7.03125rem;top:23.693794040009rem;left:25.62500166893rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #FRhPJqe7mhbSeIHsfWO3kzSxu4pb5DOT { width:22.3730625rem;height:1.21875rem;top:31.754993228242rem;left:24.626737356186rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #pCH4qCINTqFV1V9zdeWatoZA8vFeTLEu { width:47.75rem;height:2.4375rem;top:5.375rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 959px) { #IJ7XHLbh7FKmGPNgHa0D28XrsLaZrJSP { width:47.75rem;height:1.46180625rem;top:8.705078125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 959px) { #uxzqC71gICZAoodllFn1p0yb4GKrk9Ao { width:5.625rem;height:1.625rem;top:8.560546875rem;left:14.4375rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #TkASHFDEGfgVu28zdFi5HLSTQuQkXTK8 { width:36.875rem;height:9.1875rem;top:12.34375rem;left:5.4372832775116rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 959px) { #VLiDuGvOKTFcsWTGUdMX2HTsvh02wTxU { width:32.1875rem;height:4.21875rem;top:13.734375rem;left:7.78125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #EAZSJZNG2GhaJKA7XyusZVWUsUcZzi9c { width:3.125rem;height:0.125rem;top:3.5rem;left:22.3125rem;display:block; }
 }@media only screen and (max-width: 959px) { #S8UaUb07hyOuJ3kBTV4u6lMqQ3ZPDGBE { width:22.375rem;height:11.6875rem;top:22.374133853242rem;left:0.966796875rem;z-index:100001;display:block; }
 }@media only screen and (max-width: 959px) { #JeBDImoK1MEdfESFSKPBoTkpnBJ8Tg22 { width:22.375rem;height:11.5625rem;top:22.374133853242rem;left:24.562719106674rem;z-index:100002;display:block; }
 }@media only screen and (max-width: 959px) { #CfrrOl6EzyJK8akv5J1RoncwODOTHwvM { top:42.90625rem;left:17.3125rem;width:13.125rem;height:2.8125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 959px) { #AXhqv5i8rra1vdQuDrBdNR1ncuCV42Pp { display:block; }
 }@media only screen and (max-width: 959px) { #VkL3FT8X20qFKbapev5BoCTZVrThz9SO { display:block; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd { display:block; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container { width:47.75rem;height:12.8125rem;position:relative;display:block; } }@media only screen and (max-width: 959px) { #KmsxGTMfUUsHXUq8cfM1Gwd4Exh5orD6 { width:47.75rem;height:1.625rem;top:2.1875rem;left:0rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 959px) { #LVcezJEkRJIfCQXuKiiIJtAKf4EoLBA6 { width:47.75rem;height:1.29948125rem;top:7.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 959px) { #bOdmqRhAgMmMm8yL9VCbOkQ7wsrtve1E { width:2.0625rem;height:2.0625rem;top:8.5rem;left:19.8125rem;display:block; }
 }@media only screen and (max-width: 959px) { #pwTmyMmKe3kTuQyEnOcyiamHfKLg3oW1 { width:2.125rem;height:2.0625rem;top:8.5rem;left:25.9375rem;display:block; }
 }@media only screen and (max-width: 959px) { #XCeQxAuLhS8dI5TE4t5A3IILCXK75pvL { width:2.0625rem;height:2.0625rem;top:8.5rem;left:22.84375rem;display:block; }
 }@media only screen and (max-width: 959px) { #bAqqnfC4unkqcI9TTHNZPgFfAi7txZB1 { width:47.75rem;height:3.19965rem;top:4.48828125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;background-color:#28b6ad;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) { #F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B { position:fixed;z-index:199999;top:0rem;left:0rem;right:0rem;display:block; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container > .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; }#F7CkFp8eBTtxMRKVxlKdSZIDVLQrK55B > .row .container { width:20rem;height:7.625rem;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HgoOin8Eim5MaHs9FCGdI60DAhTOQf0b { width:7.874rem;height:3.249025rem;top:0rem;left:6.0615234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #BDOqFz9fyPOW5fykEsQddWBxqBPlHQtM { width:8.75rem;height:2.1875rem;top:5.4375rem;left:9.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #z2ycIobiO24umHgD0rZAiT0AlaiQHEVh { display:block; }
 }@media only screen and (max-width: 763px) { #hTHxAlKTbnXbSvTsKNJkxMcoT0TnUVpf { width:6.1875rem;height:2.1875rem;top:5.4375rem;left:1.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lFBPVa4gTOp6SsTAwLtPqzoPrITRMeuH { display:block; }
 }@media only screen and (max-width: 763px) { #xt0X0G7St4uJ3mTtCJpEUG75ZHx3HD4I { width:7.5rem;height:2.1875rem;top:3.25rem;left:10.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DCuRJbGXKaRldZvATHT8T7v3UeayEgHs { display:block; }
 }@media only screen and (max-width: 763px) { #BGLvz3PKkxNRz4z8aE0adetuRlgGz9cc { width:6.4375rem;height:2.1875rem;top:3.25rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #pc0amdKV46TdczN6Wg3nFndZmdZPm6gI { display:block; }
 }@media only screen and (max-width: 763px) { #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/1ZRslcgS/Atest_BG_2_MB.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.adaptive-delivery-prevent-bg, #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.lazyload, #BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM.lazyloading { background-image: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { background-color: transparent; background-image: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container > .video-iframe-container { display: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row > .video-iframe-container { display: none; }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .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); }#BHHcRG1hzXsqbI88aFvA8QTC6V0iaekM > .row .container { width:20rem;height:32.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #MJRcvEogDeApsBpWm05fy2NqcQ0yRVoT { width:2.5rem;height:0.125rem;top:26.5rem;left:8.4375rem;background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #ZkKKppNSQA852w2C2MwJT6SQ6hUyyUNU { width:20rem;height:4.8993rem;top:1.875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;color:#36ada7;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #RxSBn2ngNRc0dW7Xahu0HuBvLEixGnrN { width:20rem;height:2.9739625rem;top:27.36767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;color:#ffffff;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #CC4DbbEcGfIoOiTwZu1FunQcPUBsyEQM { top:25.39892578125rem;left:0rem;width:20rem;height:5.6875rem;z-index:100000;background-color:rgba(62,62,62,0.43);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 { display:block; }#mAd6pNEESFZaWEbVcBwOFtI5UapVgTX2 > .row .container { width:20rem;height:98.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Wo4BWt77fAbdCuUcvWrTdsg10csg6frX { width:11.5625rem;height:1.625rem;top:28.38330078125rem;left:4.21875rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w1sw0pcBFJfnWkRDiSg77MAnIz3luWhG { width:9.75rem;height:1.625rem;top:38.69580078125rem;left:5.3125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JwULG5VLwyNsRBz2B6ZBoGz5Bw6TE5MJ { width:17.75rem;height:17.1875rem;top:42.0625rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #m1fBndZtTtBbzu6BVp9QA0pzi6pv2pnf { width:15.25rem;height:3.8997375rem;top:4.3125rem;left:2.3741319775581rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ipbfxvdBSaIzhyWqegzDTRCoe9EyZ7KB { width:11rem;height:3.25rem;top:16.625rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #sRrkvhJVQDesauewK75rG9yJfUH4N15F { width:11rem;height:3.25rem;top:49.8125rem;left:4.5rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #T28u3Wlvooqlyiy3BgV6A2B5GTOfkZH7 { width:15.375rem;height:1.625rem;top:62.38330078125rem;left:2.625rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #xPKaa3ytCdJkw5ndcQIzG0n0p5vLCmh4 { width:15rem;height:1.625rem;top:73.25830078125rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #BcqgZbUDGaRGafu0o2ZRk8XbKsJHp6m2 { top:93.444770812987rem;left:3.4375002980233rem;width:13.125rem;height:2.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MoCSdCiVR1EoS1LaUMesGZTgnrx8Jnlp { display:block; }
 }@media only screen and (max-width: 763px) { #rgLPiDiqdT3n66Qa9DiVguqAHJKX5k2u { width:4.5625rem;height:4.5625rem;top:22.9375rem;left:7.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z2aM6DMbicCq3DhvOqJ5TFbesnC77xMf { width:3.125rem;height:0.1875rem;top:2.7491302490234rem;left:8.4375002980231rem;display:block; }
 }@media only screen and (max-width: 763px) { #GSwJl6EryDX9Hk9gcFSvS5tU9TITiWuN { width:4.375rem;height:4.3125rem;top:11.375rem;left:7.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xG9ViGVqT31hy24t0Q4zyEaVVHbaLTEL { width:4.6875rem;height:4.3125rem;top:33.00830078125rem;left:7.65625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fDfSdRZHWqJtHWPHiduaVaEmoOWB3L72 { width:5.1875rem;height:4.75rem;top:43.8125rem;left:7.21875rem;display:block; }
 }@media only screen and (max-width: 763px) { #lXD8TFnyAKlb5Mz1wWkPMeLliBvpvpGZ { width:4.75rem;height:4.875rem;top:56rem;left:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ac7F55mlp3A6kWMvZJGLZGUALoTCu2Mx { width:4.9375rem;height:4.25rem;top:67.375rem;left:7.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #VGNxqyb1ZpeqJmUpGT5vwdzsUkTyLxTN { width:16.375rem;height:15.75rem;top:75.57080078125rem;left:2rem;z-index:99999;display:block; }
 }@media only screen and (max-width: 763px) { #pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O { display:block; }#pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O { background-color: transparent; background-image: none; }#pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O > .row .container > .video-iframe-container { display: none; }#pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O > .row > .video-iframe-container { display: none; }#pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O > .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); }#pVHVdXZaxNfZqqUmnBQGbiZOf192fM4O > .row .container { width:20rem;height:75.125rem;background-color:#28b6ad;background-image:none;position:relative;display:block; } }@media only screen and (max-width: 763px) { #u6IHFvb13lKqXPgIywR3Btd5uA5sAPId { width:10.2485rem;height:11.7485625rem;top:63.009444236756rem;left:7.9676650166513rem;z-index:100017;display:block; }
 }@media only screen and (max-width: 763px) { #ViO9pu0Xy0IrLlGoCPHWJKsEgrVwgeFy { width:12.935625rem;height:7.198375rem;top:55.306533813476rem;left:3.5313585400581rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;z-index:100026;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #ofCRxtyLB6EEuFBp9eHKb7aydrJSL66B { width:0.625rem;height:2.193575rem;top:60.249565124512rem;left:7.4370663762094rem;font-size:1.6875rem;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #qyNFbNrlgZBvgrTmQ3EoNMnUBVJSnCfI { width:14.0625rem;height:3.82486875rem;top:35.061849594116rem;left:2.9687500596046rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;z-index:100023;display:block; }
 }@media only screen and (max-width: 763px) { #Potw7QRTl0ktbsqfOyQwClrxiwCn2l7y { width:15.123125rem;height:3.82486875rem;top:50.686851501465rem;left:2.4376085400581rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;z-index:100024;display:block; }
 }@media only screen and (max-width: 763px) { #VxudOSBlhReg2v8Kav7wS3QUSDExvtgo { width:3.999025rem;height:3.999025rem;top:30.311410427094rem;left:8.0002177357675rem;z-index:100045;display:block; }
 }@media only screen and (max-width: 763px) { #AOxSvl7f6C2u5vR05DTRra2DhRoFP3FR { width:4.6875rem;height:3.8737rem;top:45.436748504639rem;left:7.6562502980231rem;overflow:hidden;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #FBMGMlCwRUt6neoayTOfNFxpqsPPIheV { width:1.4360875rem;height:2.193575rem;top:26.310764789581rem;left:12.999132454395rem;font-size:1.6875rem;z-index:100047;display:block; }
 }@media only screen and (max-width: 763px) { #w5OJAwTnkTl4GKmz1pGZ1J6D5lPChiTi { width:0.874025rem;height:2.193575rem;top:40.966255187988rem;left:10.248807251453rem;font-size:1.6875rem;z-index:100048;display:block; }
 }@media only screen and (max-width: 763px) { #qSSKP6ipX8ExlfiBJnke8FXwUucSQ2WZ { width:14.8730625rem;height:3.599175rem;top:39.499242782593rem;left:2.5629342198372rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;z-index:100025;font-family:"open sans";display:block; }
 }@media only screen and (max-width: 763px) { #Zq2cpl7QfxU4LDFqkLdxqXt5qfmUJJNB { width:16.6238125rem;height:3.599175rem;top:24.843750476837rem;left:1.6878255009651rem;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) { #ULD3liVGZV9kSOl6D0Kaiy0s9HRxUpU9 { width:15.2485rem;height:3.75rem;top:8.8113059997556rem;left:2.3752172589302rem;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) { #F7qDDooTLO7yPKqcQPghGScXqPHFMwut { width:13.873125rem;height:3.82486875rem;top:19.874126434326rem;left:3.0626087784767rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;z-index:100022;display:block; }
 }@media only screen and (max-width: 763px) { #VJ8rJfRnArJVnoR64Zb6AfqEsFUlv9C0 { width:4.1232625rem;height:3.5612rem;top:15.124241352081rem;left:7.9372838139531rem;z-index:100046;display:block; }
 }@media only screen and (max-width: 763px) { #tiSDJJRV879a27ObQWpXTO3Wpv2UxlRs { width:18.3110625rem;height:4.7986125rem;top:2.0607643127441rem;left:0.84418410062787rem;font-size:1.5rem;line-height:1.6;z-index:100044;display:block; }
 }@media only screen and (max-width: 763px) { #qcF3hmZcE4u5cKeW8Hswv6T1HsxwL5P8 { width:9.375rem;height:0.6875rem;top:6.0492630004883rem;left:2.1245661377907rem;z-index:100043;display:block; }
 }@media only screen and (max-width: 763px) { #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/HWv5D2JX/_.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.adaptive-delivery-prevent-bg, #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.lazyload, #yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3.lazyloading { background-image: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { background-color: transparent; background-image: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container > .video-iframe-container { display: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row > .video-iframe-container { display: none; }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .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); }#yqNUEzD1LOH2EPMZEmuyHLEhu0EquVu3 > .row .container { width:20rem;height:34.375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-regular-label { width:16.6875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-text { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-text {padding-top: 0; padding-bottom: 0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-textarea { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-select { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-select {padding-top: 0; padding-bottom: 0;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-input-button { width:7.625rem;margin-top:0.25rem;margin-right:7.9375rem;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .widget-checkbox-label { width:15.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr  { width:16.6873125rem;height:auto;top:6.6953125rem;left:0.40581601858139rem; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr .radio-container { width:16.6875rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr {display:block;}#BkUFyrvtSnruQphaS54TAoqdUebncNXr { width:16.6873125rem;height:auto;top:6.6953125rem;left:0.40581601858139rem; }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #qVgsEXeVT8k9ZrnPSvDgZwxc1XhzGGUz {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #JQmRzxirRkQZlpnTWwDTS0xPATTLKUTG {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #lrosxrm5PVBeThyQMNQNxep4QaUnArXz {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #XQsADoxLsnJncyHW1HMORNA7IS0PbrH6 {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #aBAecfmgpkQkwtqfDiLaTbArvdqmTSTq {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #KEyQKaoT1pKelBqPFWl3sgJFgKaoUcvp {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #CTLlGpfFFIGPcdXbcFagw0nGvJbgyGhi {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #Gp4VTrqbdNd1PF9G9AOmDvTshMEogZk4 {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #lLZeU0qTsLaOhIhivqeOo1cMZyHAyva0 {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #XlaK26Bi4gDxbHnTHecSMNfsH6lhBKyf {  }
#BkUFyrvtSnruQphaS54TAoqdUebncNXr #XlaK26Bi4gDxbHnTHecSMNfsH6lhBKyf .container-column{width:50%;} }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #nELLsxCe0F3Z2qZxA3azhBieeaUQ6buN {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #GGzQ8170fmFmIMC9l9qsnvqd8BH2M1Fl { z-index:2; }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #vv6I28syAQGyIQHLzcuKsW1UVtmcKKHh {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #vP0J4rzDyWDmWbRwOHCsGVg1f91CapvN { z-index:2; }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #wKU835SDQySp4ZwFSqrNq3Ipt6P8gAVw {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #kGcqtGE8h1l67vlTHkHUiSWiZ3A8NXLO { z-index:2; }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #z95XMXEHxxbgi6TnryaTXX4q9ZtNNBnS {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #kMUKKhDmTp8xHQuCCgpT78dgQzOUyRmF { z-index:2; }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #fAqRXNBWPv48P2Uwfn6vQkOBeEbrbura {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #Z4z9v7P7AAI6hEP1OQTH7ZkeXA3cDx78 {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #XefnL78HSEXetZXGbegPStLTAbkOkLsM {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #LNvZ4SAiFTOCCSTZVVWTiGpixsm49BSG {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #v5Ik768OTZWGCvoyMVUIism2sSEhdEuX { z-index:2; }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #m9tSv1IotkXZrnk7V3nnoL4Qbk1eZNfo {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #pKy9zsJEZmnJOknB1VxHTaJTpfgW7h1o {  }
 }@media only screen and (max-width: 763px) { #BkUFyrvtSnruQphaS54TAoqdUebncNXr #IhKSiZZvxKbRaIbS7GQvIh0u9rA87BOQ {  }
 }@media only screen and (max-width: 763px) { #XFxlZkcpqEnymEJXUrZEIZanyVUbUJJB { width:15.2495625rem;height:3.75rem;top:9.4361958503725rem;left:2.3746746182442rem;text-align:center;text-align-last:center;font-size:1.25rem;line-height:1.5;display:none; }
 }@media only screen and (max-width: 763px) { #nhdXHHqpJW1gpISJwLzfU9Z3RunEHwVe { width:13.8748125rem;height:3.82421875rem;top:14rem;left:2.6875rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #hvWiR9N0l61phTPcS5qUEXD0XIw3MF8S { width:18.3121875rem;height:4.798825rem;top:2.9361915588379rem;left:0.84364157915113rem;font-size:1.5rem;line-height:1.6;display:none; }
 }@media only screen and (max-width: 763px) { #kZvBstlcW1Mx9XmRAu9WgoHhgu6e48JA { width:9.375rem;height:0.9375rem;top:6.6734037399294rem;left:2.1870661377907rem;display:none; }
 }@media only screen and (max-width: 763px) { #dRJMvnOC7g2wavFzOIeGTmhVWoAhu48M { width:15.25rem;height:3.5996125rem;top:10.158203125rem;left:2.375rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #hhKTHP1lG9r4fCA8Q2Aza4SCZ13u0UuL { width:14.0625rem;height:3.82421875rem;top:10.25rem;left:4.3125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #FqoEtxT9doVol8HWyeLT9JyRVvDFtt2Z { width:14.875rem;height:0;top:9.93359375rem;left:2.8125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #LGUJWQOeCvRyxF0G2PSTQy4HG5XR6eq9 { width:15.1248125rem;height:3.82421875rem;top:7.1875rem;left:2.125rem;text-align:center;text-align-last:center;font-size:1.125rem;line-height:1.7;display:none; }
 }@media only screen and (max-width: 763px) { #mIC9WtoG9A0f9T4y8Hl3Ri17WV1LTLwL { width:13.75rem;height:7.19925rem;top:8.3583984375rem;left:3.125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;display:none; }
 }@media only screen and (max-width: 763px) { #nhXCgXgQiDFF6aOeeS4hVGT73MFDh9sE { width:3.99956875rem;height:3.99956875rem;top:11rem;left:9.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #nQ9VqlTK4CifdTByos9VQ1sTfkBh488H { width:4.12489375rem;height:3.56228125rem;top:9.625rem;left:7.4375rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoUw0Fx0Hv4Dwa0Nucm3UEph2xh9F7Bd { width:4.6875rem;height:3.87478125rem;top:8.0625rem;left:7.75rem;overflow:hidden;display:none; }
 }@media only screen and (max-width: 763px) { #hsDxETTDhJfrsQmnnJ7TR8e7OEIHLz4D { width:1.437175rem;height:2.1933625rem;top:7.75rem;left:11.5625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CanqRWQsafx7ohwRc3py9S9ncPO2XQuy { width:0.87456875rem;height:2.1933625rem;top:16.25rem;left:11.5625rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #e5TikFg7oZ5c0W6aqSiOZgdiTXvUPqpb { width:0.625rem;height:2.1933625rem;top:16.8125rem;left:7rem;font-size:1.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #eLQGIfmlPAEABgsIbVfisduiPUnBf0l1 { width:10.249rem;height:11.749rem;top:6.0625rem;left:6.4375rem;z-index:100001;display:none; }
 }@media only screen and (max-width: 763px) { #Qiw1snkL4zt28S9K89a5vUmC9vAtM7nl { width:12.9373125rem;height:7.19925rem;top:11.6875rem;left:3.25rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;z-index:100010;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #KOWNiLuv3E809CMTuTukuR6TcqKyvOyh { width:14.8735625rem;height:3.5996125rem;top:14.6875rem;left:3.875rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;z-index:100009;font-family:"open sans";display:none; }
 }@media only screen and (max-width: 763px) { #NsvNP6feDSgOqHRmnHtxTQthbFQOXiwt { width:16.624875rem;height:3.5996125rem;top:18.5rem;left:1.3125rem;text-align:center;text-align-last:center;font-size:1rem;line-height:1.8;z-index:100008;display:none; }
 }@media only screen and (max-width: 763px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG .widget-container { margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG .widget-text.counter-number { padding-top:0.5rem;padding-right:0.4375rem;padding-bottom:0.5rem;padding-left:0.4375rem;width:2.625rem;min-width:2.625rem;height:2.6875rem;font-size:2rem;line-height:43px;top:0rem;left:0rem; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG .widget-text.counter-label { padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;margin-top:0.3125rem;margin-right:0;margin-bottom:0;margin-left:0;width:3.5rem;height:1.0625rem;font-size:0.75rem;line-height:1;top:0rem;left:0rem; }
#Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG { display:flex;width:18rem;height:5.0625rem;top:0.18576443195343rem;left:0.58268231153488rem; }
 }@media only screen and (max-width: 763px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #wSTQLR2cemIH1SnDna5h6L4ovNDWa17n { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #wN0fo7QwIbxsb6qKkaCPixKr5zT3e10t {  }
 }@media only screen and (max-width: 763px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #PEDAnkKuAxht0728zmAIJZnMq2REg9RA {  }
 }@media only screen and (max-width: 763px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #pMpfygTqhPma2lBLLaAd59hs1UE4Q3IS { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #vv926us8DKm7u7JzQVceN5UdNR8liwJL {  }
 }@media only screen and (max-width: 763px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #MH9hD4o4tKNRufgfCByqrIU7vZPAeq9O {  }
 }@media only screen and (max-width: 763px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #mr0ZMlliviETAwc6cOEdOq7qzzHK0h6T { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #Q3GCfxXKb64THuogHPxc7MnFUs9EmpbX {  }
 }@media only screen and (max-width: 763px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #T2qmBvc4W2X0kHEqQzycmuxV8q35DI4V {  }
 }@media only screen and (max-width: 763px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #AVTeciQ1aWt1velEd6pVG6NFAOnEDH3g { display:flex;position:relative;top:0rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #HbLQ9a1XiWJV4um9xNHcGwOILZkTdToD {  }
 }@media only screen and (max-width: 763px) { #Tso6aBqzdhfxw8lvD549ISDULnbBQ7sG #KV7VomQd0JmbWITyfZi15vX4qS5wom9H {  }
 }@media only screen and (max-width: 763px) { #wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE { display:block; }#wJSqBc3DWXcDK0F44Mvfk0pFUZflsChE > .row .container { width:20rem;height:77.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #B5I2m0CP3HTgsel5sMs18hRCtETx5qfR { width:20rem;height:1.95rem;top:5.23828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #KWZcInVgop7l1advL0Hs5VgTBswCKk0t { width:20rem;height:1.625rem;top:8.125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #XoepNT9iVZO0IFSmJ2XdINn4cvXoJku0 { width:18.9375rem;height:18.75rem;top:13.27392578125rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LU3JLZTLbM02nS3n8pKAE3BNJExZm4VF { width:16.25rem;height:1.54375rem;top:21.87744140625rem;left:1.875rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #c5kB5WoPrZiGaWuWS4zvK4v7hWzpcNw9 { width:16.25rem;height:6rem;top:24.39892578125rem;left:1.875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #OgdeeTfdg4eK6qgEIx4yuLnQkIokkqDu { width:18.9375rem;height:18.75rem;top:34.1494140625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #kqQir7E4n7C9dGyVni16noElq3O5e6Wi { width:18.9375rem;height:18.75rem;top:55.1806640625rem;left:0.53125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ofu6AUuqtmoFesgSD7i2D6z2TKuqEZgI { width:3.125rem;height:0.1875rem;top:2.9375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fAIAaDKlAgBu3IDskSdgnUrhFT0hWeS7 { width:16.875rem;height:1.54375rem;top:43.3154296875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CLRC2GCRvqSnVDzwtR7Xt1UoLruk7MkG { width:15.0625rem;height:4.5rem;top:46.1494140625rem;left:2.46875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #xvnf6ENfslPnFyNx7pnN0sT5ptRhT686 { width:15.0625rem;height:4.5rem;top:67.1806640625rem;left:2.46875rem;text-align:justify;text-align-last:initial;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #l1snMK3cRai2Qi0FhnEor5TfmFhoSUD1 { width:16.875rem;height:1.54375rem;top:64.3466796875rem;left:1.5625rem;text-align:center;text-align-last:center;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OOLDwdmDRQaCom62RLz2rcPPJkPL9ACv { width:3.81185rem;height:3.81185rem;top:16.445313215256rem;left:8.0935338139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #SB3grryCQGmN97uav882snyekqVQPrSh { width:3.81185rem;height:3.81185rem;top:37.803841590881rem;left:8.0935338139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #ktG8tkmnRha0zL3AWxTIbPRKguHllUrZ { width:3.81185rem;height:3.81185rem;top:58.241081237793rem;left:8.0935338139531rem;display:block; }
 }@media only screen and (max-width: 763px) { #zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB { display:block; }#zMOpMtqXEwCbuE5HQKWNfv1aFRCR1aOB > .row .container { width:20rem;height:53.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HiHZXClF7RXCnhkEtxP2V1T9QZFMwlRg { width:4.3125rem;height:4.3125rem;top:17.88671875rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ba8RpDeU82IWFoTqUhONGIqvf3pcDdrA { width:11.875rem;height:2.275rem;top:23.6943359375rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfSQi95TKCanW7Xd93LdVQO15TCiqT5U { width:20rem;height:1.625rem;top:26.6982421875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rOSnnRRhqrfikv8uSTdXxblmrUgtJemT { width:20rem;height:1.625rem;top:40.767578125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jr0TEV1W0mcAk6quv0iWowEehUSg4WSg { width:20rem;height:2.275rem;top:37.9423828125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MJTaRati9R4nhMzCmSrKmVSvLSQlC7mX { width:3.3125rem;height:4.3125rem;top:32.3798828125rem;left:8.46875rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5PvVwgP4OCTIWyoLRCfOOi7rTxBZrpA { width:20rem;height:1.625rem;top:12.26171875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qutbNdVwN4WOsVLBFT1AXqDnfMhzulJT { width:11.875rem;height:2.275rem;top:9.25rem;left:4.0625rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #MdQDwQwXE6K1msE6TzWGVhWqhzPFA7cS { width:4.3125rem;height:4.3125rem;top:3.63671875rem;left:7.84375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZDrk97WVlZL5yPlkrDHydfaW6shaNHAU { width:3.125rem;height:0.0625rem;top:30.205078125rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #B0qNDuLWXbztU1fEfJTGkQ50luh3nrzM { width:3.125rem;height:0.0625rem;top:44.1923828125rem;left:8.4375rem;z-index:100028;display:block; }
 }@media only screen and (max-width: 763px) { #XiT1k9Sm5rHGBEme3JmieLlWelof0wGB { width:3.125rem;height:0.0625rem;top:15.76171875rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #qzhJhv2fJXBWaQRQrDL2VLEWzaKLyze9 { top:47.252715110779rem;left:3.1868491768837rem;width:13.62543375rem;height:3.00043375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J78WmQ21fKUguUoHJPrW7b77oaaysreP { display:block; }
 }@media only screen and (max-width: 763px) { #NCNBHlHQdkhON35icIHgR8mrOg4ezwwI { display:block; }#NCNBHlHQdkhON35icIHgR8mrOg4ezwwI > .row .container { width:20rem;height:7.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #vLn05Ssn7Tt8BWMfc0pZXeUQr6imsr3p { width:20rem;height:1.64985rem;top:4.1875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #hiE1qlLrVIFNF1rCxkEscmsuFf4ShhXI { width:3.125rem;height:0.1875rem;top:2.25rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk { display:block; }#OGs5yTCSG3nNFTKT6cWI0370gKRBbXSk > .row .container { width:20rem;height:69.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #rnCtx8iQuwmpF3Dn54AucFAvW4p81oTS { width:13.8748125rem;height:16.8120625rem;top:51.676435470581rem;left:3.0620661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #GludtrcmmNMKdyIoutACb1mLGTl7PgnM { width:14.124375rem;height:17.1245625rem;top:34.552953720093rem;left:2.9372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #PzqBR9xDTTUbP9gRZkQghorWnJbtwelZ { width:14.124375rem;height:17.1245625rem;top:17.430543899536rem;left:2.9372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #BJlzIWSqArwudvF3ivuv39Ai1TJNQhSe { width:14.124375rem;height:17.1245625rem;top:0.30750846862793rem;left:2.9372830986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle { display:block; }#kJHKaXSu8v2fIHaOnhOKaTO7h8NoHIle > .row .container { width:20rem;height:74.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #HVfT8cuqfMKbP2gT9xZb0lTtQAUdPIm0 { width:2.375rem;height:1.625rem;top:15.0361328125rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RfDvKMZARQDSX92Zx11vuqnS7osN34Bi { width:2.375rem;height:1.625rem;top:31.7734375rem;left:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVkBtNNXQDODS07FUbTh6cHKtCbsC2J1 { width:20rem;height:1.12521875rem;top:18.0361328125rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QV7lsDMMXTTfIFOwrTsARl77hhRwA2fi { width:16.8120625rem;height:9rem;top:39.679906845093rem;left:1.5928819775581rem;font-size:1rem;z-index:100001;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #MVW3MCuVv82PqWnTCoebZ5rnNHCvscyT { width:20rem;height:1.46180625rem;top:37.3173828125rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #LyT7uN6eQlzaT4VE0D3uHbAimRkBgByu { width:16.749125rem;height:10.5rem;top:57.102867126465rem;left:1.6254342198372rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #FRhPJqe7mhbSeIHsfWO3kzSxu4pb5DOT { width:20rem;height:1.46180625rem;top:54.322919845581rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #pCH4qCINTqFV1V9zdeWatoZA8vFeTLEu { width:20rem;height:1.65rem;top:4.5625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;line-height:1.1;display:block; }
 }@media only screen and (max-width: 763px) { #IJ7XHLbh7FKmGPNgHa0D28XrsLaZrJSP { width:14.875rem;height:3.57465rem;top:8.0361328125rem;left:3.75rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #uxzqC71gICZAoodllFn1p0yb4GKrk9Ao { width:5.625rem;height:1.95rem;top:8.0361328125rem;left:7.1875rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #TkASHFDEGfgVu28zdFi5HLSTQuQkXTK8 { width:20rem;height:20.125rem;top:14.09765625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VLiDuGvOKTFcsWTGUdMX2HTsvh02wTxU { width:16.8125rem;height:10.5rem;top:20.6796875rem;left:1.59375rem;text-align:justify;text-align-last:initial;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #EAZSJZNG2GhaJKA7XyusZVWUsUcZzi9c { width:3.125rem;height:0.1875rem;top:2.4375rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8UaUb07hyOuJ3kBTV4u6lMqQ3ZPDGBE { width:20rem;height:14.9375rem;top:35.674697875976rem;left:0rem;z-index:100000;background-color:rgba(255,255,255,0.69);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #JeBDImoK1MEdfESFSKPBoTkpnBJ8Tg22 { width:20rem;height:16.5625rem;top:52.784074783325rem;left:0rem;z-index:100000;background-color:rgba(255,255,255,0.69);background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;display:block; }
 }@media only screen and (max-width: 763px) { #CfrrOl6EzyJK8akv5J1RoncwODOTHwvM { top:70.096015930175rem;left:3.1250000596046rem;width:13.75rem;height:3.125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #AXhqv5i8rra1vdQuDrBdNR1ncuCV42Pp { display:block; }
 }@media only screen and (max-width: 763px) { #VkL3FT8X20qFKbapev5BoCTZVrThz9SO { display:block; }#VkL3FT8X20qFKbapev5BoCTZVrThz9SO > .row .container { width:20rem;height:0.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd { display:block; }#ZSw4VPb7QRKE1Aofycmg5qdsCtPMBtMd > .row .container { width:20rem;height:14.0625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KmsxGTMfUUsHXUq8cfM1Gwd4Exh5orD6 { width:20rem;height:1.95rem;top:1.625rem;left:0rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #LVcezJEkRJIfCQXuKiiIJtAKf4EoLBA6 { width:17rem;height:1.21875rem;top:4.9375rem;left:1.5rem;text-align:center;text-align-last:center;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bOdmqRhAgMmMm8yL9VCbOkQ7wsrtve1E { width:2.625rem;height:2.625rem;top:9.3046875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #pwTmyMmKe3kTuQyEnOcyiamHfKLg3oW1 { width:2.6875rem;height:2.625rem;top:9.3046875rem;left:13.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XCeQxAuLhS8dI5TE4t5A3IILCXK75pvL { width:2.5625rem;height:2.5625rem;top:9.3359375rem;left:8.71875rem;display:block; }
 }@media only screen and (max-width: 763px) { #bAqqnfC4unkqcI9TTHNZPgFfAi7txZB1 { width:20rem;height:3.3993rem;top:4.4091796875rem;left:0rem;text-align:center;text-align-last:center;font-size:1.0625rem;display:block; }
 }