.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;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;display:block; }
#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .row > .video-iframe-container { display: none; }#hEyGrxvQQihR5V60C3NhNd8TTfeutO0s > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#fbfcfe;background-image:url("https://images.assets-landingi.com/VLApPrni/Mask_Group_30_kopia.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:initial !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.adaptive-delivery-prevent-bg, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyload, #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu.lazyloading { background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { border-width: 0; border-radius: 0; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:960px;height:760px;font-size:14px;font-family:arial;position:relative;display:block; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:783px;position:absolute;font-family:"open sans";font-size:74px;font-weight:300;z-index:15000;line-height:1.1;letter-spacing:0;top:83px;left:0px;height:162.7812px;color:#4fbf70;font-style:normal;display:block; }
#i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { display:block;width:516px;position:absolute;font-family:"open sans";font-size:36px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:259px;left:0px;height:46.7969px;color:#515151;font-style:normal;display:block; }
#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { display:block;width:493px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:356px;left:0px;height:117.562px;color:#515151;font-style:normal;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:not(:first-child){ padding-top:12px;padding-right:0;padding-bottom:0;padding-left:0; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
#mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { display:block;width:126px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15003;line-height:1.3;letter-spacing:0;top:519px;left:0px;height:31.1953px;color:#000000;font-style:normal;display:block; }
#P2mAMc3wGmwums9nvESwyH8QJL5774kb { display:block;width:84px;position:absolute;font-family:"open sans";font-size:42px;font-weight:300;z-index:15004;line-height:1.3;letter-spacing:0;top:502px;left:124px;height:54.5938px;color:#4fbf70;font-style:normal;display:block; }
#b1QpBao1CsaAdUuxeFMeh9gB05GdzwsQ { display:block;width:52px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15005;line-height:1.3;letter-spacing:0;top:519px;left:211px;height:31.1953px;color:#999999;font-style:normal;display:block; }
#Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { background-color:#4fbf70;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:60px;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:581px;left:0px;display:block; }
#XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#TnagntbZxQblWZMQWlskmCLh0STrdnAI { background-color:transparent;background-image:none;border-bottom:1px solid #4fbf70;border-left:1px solid #4fbf70;border-right:1px solid #4fbf70;border-top:1px solid #4fbf70;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#4fbf70;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:60px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:581px;left:270px;display:block; }
#oMI51WVRskDTtObbHgEAiAC3uf2wzxNC { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { background-color: transparent; background-image: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container { display: none; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .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); }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { border-width: 0; border-radius: 0; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { font-size:14px;font-family:arial;height:320px;width:960px;position:relative;display:block; }#gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15002;line-height:1.3;letter-spacing:0;top:170px;left:0px;height:31.1953px;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#4fbf70;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:90px;width:90px;position:absolute;display:block;z-index:15000;top:65px;left:105px;display:block; }
#p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15003;line-height:1.4;letter-spacing:0;top:212px;left:0px;height:44.7812px;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15007;line-height:1.4;letter-spacing:0;top:212px;left:330px;height:44.7812px;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15006;line-height:1.3;letter-spacing:0;top:170px;left:330px;height:31.1953px;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#4fbf70;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:90px;width:90px;position:absolute;display:block;z-index:15004;top:65px;left:435px;display:block; }
#f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { display:block;width:300px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15011;line-height:1.4;letter-spacing:0;top:212px;left:660px;height:44.7812px;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { display:block;width:300px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15010;line-height:1.3;letter-spacing:0;top:170px;left:660px;height:31.1953px;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;background-color:#4fbf70;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:90px;width:90px;position:absolute;display:block;z-index:15008;top:65px;left:765px;display:block; }
#PdqnAfS9LnIV2LeqvHG3uTgIfNiEcJkw { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15012;top:85px;left:125px; }
#kElfSZTkIdc17fDAVAI4a9wczKERCa5S { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15013;top:85px;left:455px; }
#MccwHs2lr890Jr5i9Xwocm2F4idH5N61 { box-sizing:content-box;color:#5d92ff;font-size:35px;font-weight:400;line-height:1;height:50px;width:50px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15014;top:85px;left:785px; }
#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#eceff2;background-image:url("https://images.assets-landingi.com/VeeipfXT/Group_82.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.adaptive-delivery-prevent-bg, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyload, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyloading { background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { background-color: transparent; background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .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); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { border-width: 0; border-radius: 0; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { font-size:14px;font-family:arial;height:620px;width:960px;position:relative;display:block; }#LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { display:block;width:470px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15000;line-height:1.2;letter-spacing:0;top:106px;left:490px;height:110.375px;color:#515151;font-style:normal;display:block; }
#g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { display:block;width:470px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:15001;line-height:1.5;letter-spacing:0;top:257px;left:490px;height:99px;color:#515151;font-style:normal;display:block; }
#X9nBQmyuuEQDQF0zvm9kUtCNa5LwrKd5 { display:block;width:84px;position:absolute;font-family:"open sans";font-size:42px;font-weight:300;z-index:15008;line-height:1.3;letter-spacing:0;top:376px;left:614px;height:54.5938px;color:#4fbf70;font-style:normal;display:block; }
#Jqxc4x9D4pz1N7wAzH1Cq22HOfhspTQM { background-color:#4fbf70;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#ffffff;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:60px;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:454px;left:490px;display:block; }
#O5VAT7eKCTJNtmOXResIxSNS41RTqK9v { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
#GymS6FyNVesI4gGm4dmTIEznc20z6Wtq { display:block;width:52px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15009;line-height:1.3;letter-spacing:0;top:392px;left:701px;height:31.1953px;color:#999999;font-style:normal;display:block; }
#yR87ptChA73bkU4RZDmI4uAmyPii04c7 { display:block;width:126px;position:absolute;font-family:"open sans";font-size:24px;font-weight:300;z-index:15007;line-height:1.3;letter-spacing:0;top:392px;left:490px;height:31.1953px;color:#000000;font-style:normal;display:block; }
#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/BmNymyS3/Mask_Group_29.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.adaptive-delivery-prevent-bg, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyload, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyloading { background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .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); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { border-width: 0; border-radius: 0; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { font-size:14px;font-family:arial;height:588px;width:960px;position:relative;display:block; }#zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { display:block;width:520px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:174px;left:0px;height:59.7969px;font-style:normal;color:#4fbf70;text-align:center;text-align-last:center;display:block; }
#vbtnEuH5eLFOtARVu5cowUuP32TpAshn { display:block;width:441px;position:absolute;font-family:"open sans";font-size:28px;font-weight:300;z-index:15001;line-height:1.4;letter-spacing:0;top:247px;left:39px;height:117.562px;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#yUrAA381h77h2qmQwOTyVgycIO77mBpz { display:block;width:520px;position:absolute;font-family:"open sans";font-size:22px;font-weight:300;z-index:15002;line-height:1.4;letter-spacing:0;top:390px;left:0px;height:61.5938px;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#Van7uUbu7uGs7d7kLMhDwR5mXCMyym2d { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15003;top:247px;left:0px; }
#EsE20xWnzyTHOkTw9Z3Qx6W0UwDkVR8r { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15004;top:364.546875px;left:503px; }
#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { position:relative;display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { background-color: transparent; background-image: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container > .video-iframe-container { display: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row > .video-iframe-container { display: none; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .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); }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { border-width: 0; border-radius: 0; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:175px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#qKhq57zydqfyXTebyphBg3QDWOW9KWIW { display:block;width:960px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:71px;left:0px;height:59.7969px;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { position:relative;display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { background-color: transparent; background-image: none; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container > .video-iframe-container { display: none; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row > .video-iframe-container { display: none; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .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); }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { border-width: 0; border-radius: 0; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;font-size:14px;font-family:arial;height:256px;width:960px;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15004;line-height:1.5;letter-spacing:0;top:22px;left:22px;height:72px;text-align:center;text-align-last:center;color:#515151;font-style:normal;display:block; }
#wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { display:block;width:260px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:125px;left:22px;height:27px;text-align:center;text-align-last:center;color:#4fbf70;font-style:normal;display:block; }
#XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { display:block;width:260px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15009;line-height:1.5;letter-spacing:0;top:125px;left:350px;height:27px;text-align:center;text-align-last:center;color:#4fbf70;font-style:normal;display:block; }
#Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15008;line-height:1.5;letter-spacing:0;top:22px;left:350px;height:72px;text-align:center;text-align-last:center;color:#515151;font-style:normal;display:block; }
#VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { display:block;width:260px;position:absolute;font-family:"open sans";font-size:18px;font-weight:700;z-index:15013;line-height:1.5;letter-spacing:0;top:125px;left:678px;height:27px;text-align:center;text-align-last:center;color:#4fbf70;font-style:normal;display:block; }
#aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { display:block;width:260px;position:absolute;font-family:"open sans";font-size:16px;font-weight:300;z-index:15012;line-height:1.5;letter-spacing:0;top:22px;left:678px;height:72px;text-align:center;text-align-last:center;color:#515151;font-style:normal;display:block; }
#uZABKOKnEeHJMqtc8ar0mNCXSmF66TTy { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15005;top:0px;left:0px; }
#BkSPrdzNs9Ssl0Vb0a6Em8XFXBFtUv90 { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15006;top:94px;left:282px; }
#Is1KRzV6UDkKkI09aDyyQV3zuFJX3s83 { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:94px;left:623px; }
#XTwPL19F2zITHn1ePFsEdotpnmD72033 { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15007;top:0px;left:333px; }
#y0Fyer4MF61hphNWihg8WfzWOd32TXEn { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15009;top:0px;left:661px; }
#bktp2oUPbp6BpAJKw1KT8HVmT41BcqQu { box-sizing:content-box;color:#5d92ff;font-size:12px;font-weight:400;line-height:1;height:18px;width:18px;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15008;top:94px;left:612px;display:none; }
#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4fbf70;background-image:none;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { background-color: transparent; background-image: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { display: none; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .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); }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { border-width: 0; border-radius: 0; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { font-size:14px;font-family:arial;height:240px;width:960px;position:relative;display:block; }#JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { display:block;width:672px;position:absolute;font-family:"open sans";font-size:46px;font-weight:300;z-index:15000;line-height:1.3;letter-spacing:0;top:54px;left:1px;height:59.7969px;font-style:normal;color:#ffffff;display:block; }
#p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { display:block;width:676px;position:absolute;font-family:"open sans";font-size:34px;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:123px;left:1px;height:44.1953px;font-style:normal;color:#ffffff;display:block; }
#RDbvIu4HAf1TWugpQckQKKN445uTBSOm { background-color:#ffffff;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-bottom:0;border-left:0;border-right:0;border-top:0;border-top-left-radius:250px;border-top-right-radius:250px;border-bottom-left-radius:250px;border-bottom-right-radius:250px;box-sizing:border-box;color:#4fbf70;padding-top:8px;padding-right:8px;padding-bottom:8px;padding-left:8px;display:block;font-family:"open sans";font-size:18px;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:250px;height:60px;text-decoration:none;z-index:15007;text-align:center;text-align-last:center;top:90px;left:710px;display:block; }
#iSrEicCpTcszcKvqVM3tb0rLLU2oyEZW { display:block;position:relative;top:50%;width:100%;z-index:15000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:764px;height:162px;top:83px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:516px;height:46px;top:259px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:493px;height:117px;top:356px;left:0px;font-size:16px;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
 }@media only screen and (max-width: 763px) { #mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { width:126px;height:31px;top:519px;left:0px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #P2mAMc3wGmwums9nvESwyH8QJL5774kb { width:84px;height:54px;top:502px;left:26px;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #b1QpBao1CsaAdUuxeFMeh9gB05GdzwsQ { width:52px;height:31px;top:519px;left:113px;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:250px;height:60px;top:581px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #TnagntbZxQblWZMQWlskmCLh0STrdnAI { width:250px;height:60px;top:581px;left:172px;display:block; }
 }@media only screen and (max-width: 763px) { #oMI51WVRskDTtObbHgEAiAC3uf2wzxNC { display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:255px;height:31px;top:170px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:90px;height:90px;top:66px;left:83px;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:255px;height:44px;top:212px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:255px;height:44px;top:212px;left:253px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:255px;height:31px;top:170px;left:254.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:90px;height:90px;top:66px;left:336.66666666667px;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:255px;height:44px;top:212px;left:507px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:255px;height:31px;top:171px;left:509.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:90px;height:90px;top:67px;left:592.33333333333px;display:block; }
 }@media only screen and (max-width: 763px) { #PdqnAfS9LnIV2LeqvHG3uTgIfNiEcJkw { width:50px;height:50px;top:85px;left:92px;display:block; }
 }@media only screen and (max-width: 763px) { #kElfSZTkIdc17fDAVAI4a9wczKERCa5S { width:50px;height:50px;top:85px;left:356px;display:block; }
 }@media only screen and (max-width: 763px) { #MccwHs2lr890Jr5i9Xwocm2F4idH5N61 { width:50px;height:50px;top:85px;left:620px;display:block; }
 }@media only screen and (max-width: 763px) { #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { width:400px;height:165px;top:47px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { width:400px;height:132px;top:240px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #X9nBQmyuuEQDQF0zvm9kUtCNa5LwrKd5 { width:84px;height:54px;top:393px;left:488px;display:block; }
 }@media only screen and (max-width: 763px) { #Jqxc4x9D4pz1N7wAzH1Cq22HOfhspTQM { width:250px;height:60px;top:471px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #O5VAT7eKCTJNtmOXResIxSNS41RTqK9v { display:block; }
 }@media only screen and (max-width: 763px) { #GymS6FyNVesI4gGm4dmTIEznc20z6Wtq { width:52px;height:31px;top:409px;left:575px;display:block; }
 }@media only screen and (max-width: 763px) { #yR87ptChA73bkU4RZDmI4uAmyPii04c7 { width:126px;height:31px;top:409px;left:364px;display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:520px;height:59px;top:174px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #vbtnEuH5eLFOtARVu5cowUuP32TpAshn { width:441px;height:117px;top:247px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #yUrAA381h77h2qmQwOTyVgycIO77mBpz { width:520px;height:60px;top:390px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Van7uUbu7uGs7d7kLMhDwR5mXCMyym2d { width:18px;height:18px;top:247px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EsE20xWnzyTHOkTw9Z3Qx6W0UwDkVR8r { width:18px;height:18px;top:364px;left:405px;display:block; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhq57zydqfyXTebyphBg3QDWOW9KWIW { width:764px;height:59px;top:71px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { width:255px;height:72px;top:22px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { width:255px;height:27px;top:125px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { width:255px;height:27px;top:125px;left:253px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { width:255px;height:72px;top:22px;left:253px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { width:255px;height:27px;top:125px;left:507px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { width:255px;height:72px;top:22px;left:507px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #uZABKOKnEeHJMqtc8ar0mNCXSmF66TTy { width:18px;height:18px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BkSPrdzNs9Ssl0Vb0a6Em8XFXBFtUv90 { width:18px;height:18px;top:94px;left:236px;display:block; }
 }@media only screen and (max-width: 763px) { #Is1KRzV6UDkKkI09aDyyQV3zuFJX3s83 { width:18px;height:18px;top:94px;left:490px;display:block; }
 }@media only screen and (max-width: 763px) { #XTwPL19F2zITHn1ePFsEdotpnmD72033 { width:18px;height:18px;top:0px;left:254px;display:block; }
 }@media only screen and (max-width: 763px) { #y0Fyer4MF61hphNWihg8WfzWOd32TXEn { width:18px;height:18px;top:0px;left:508px;display:block; }
 }@media only screen and (max-width: 763px) { #bktp2oUPbp6BpAJKw1KT8HVmT41BcqQu { width:18px;height:18px;top:94px;left:490px;display:none; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:764px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:672px;height:59px;top:54px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:676px;height:44px;top:123px;left:0px;font-size:16px;display:block; }
 }@media only screen and (max-width: 763px) { #RDbvIu4HAf1TWugpQckQKKN445uTBSOm { width:250px;height:60px;top:90px;left:514px;display:block; }
 }@media only screen and (max-width: 763px) { #iSrEicCpTcszcKvqVM3tb0rLLU2oyEZW { display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { background-color:#fafafa;background-image:none;display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { background-color: transparent; background-image: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row > .video-iframe-container { display: none; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .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); }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:320px;height:583px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:320px;height:92.375px;top:20px;left:0px;text-align:center;text-align-last:center;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:320px;height:46.7969px;top:145px;left:0px;text-align:center;text-align-last:center;font-size:36px;display:block; }
 }@media only screen and (max-width: 763px) { #A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts { width:320px;height:86.3906px;top:202px;left:0px;display:block; }#A9mS25rlTaMA3wEvzoi0ML8NOgdyqgts li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/3Buoe6cD/dot.png); }
 }@media only screen and (max-width: 763px) { #mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { width:126px;height:31.1875px;top:314px;left:18px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #P2mAMc3wGmwums9nvESwyH8QJL5774kb { width:84px;height:54.5938px;top:302px;left:144px;text-align:left;text-align-last:left;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #b1QpBao1CsaAdUuxeFMeh9gB05GdzwsQ { width:52px;height:31.1875px;top:315px;left:234px;text-align:left;text-align-last:left;font-size:24px;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:250px;height:60px;top:382px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #TnagntbZxQblWZMQWlskmCLh0STrdnAI { width:250px;height:60px;top:478px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #oMI51WVRskDTtObbHgEAiAC3uf2wzxNC { display:block; }
 }@media only screen and (max-width: 763px) { #QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { display:block; }#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl > .row .container { width:320px;height:990px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:300px;height:20.7969px;top:163px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:90px;height:90px;top:50px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:300px;height:44.7812px;top:214px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:300px;height:44.7812px;top:470px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:300px;height:31.1875px;top:419px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:90px;height:90px;top:309px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:300px;height:44.7812px;top:716px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:300px;height:31.1875px;top:665px;left:10px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:90px;height:90px;top:555px;left:115px;display:block; }
 }@media only screen and (max-width: 763px) { #PdqnAfS9LnIV2LeqvHG3uTgIfNiEcJkw { width:50px;height:50px;top:780.7656px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #kElfSZTkIdc17fDAVAI4a9wczKERCa5S { width:50px;height:50px;top:850.7656px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #MccwHs2lr890Jr5i9Xwocm2F4idH5N61 { width:50px;height:50px;top:920.7656px;left:135px;display:block; }
 }@media only screen and (max-width: 763px) { #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { background-color:#eceff2;background-image:url("https://images.assets-landingi.com/frRtQf41/bg2.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.adaptive-delivery-prevent-bg, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyload, #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N.lazyloading { background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { background-color: transparent; background-image: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row > .video-iframe-container { display: none; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .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); }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { width:320px;height:673px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { width:320px;height:151.172px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { width:320px;height:165px;top:225px;left:0px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #X9nBQmyuuEQDQF0zvm9kUtCNa5LwrKd5 { width:84px;height:54.5938px;top:416px;left:137px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jqxc4x9D4pz1N7wAzH1Cq22HOfhspTQM { width:250px;height:60px;top:494px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #O5VAT7eKCTJNtmOXResIxSNS41RTqK9v { display:block; }
 }@media only screen and (max-width: 763px) { #GymS6FyNVesI4gGm4dmTIEznc20z6Wtq { width:52px;height:31.1875px;top:428px;left:221px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yR87ptChA73bkU4RZDmI4uAmyPii04c7 { width:126px;height:31.1875px;top:427px;left:11px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/g3ASajfc/bg3.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.adaptive-delivery-prevent-bg, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyload, #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t.lazyloading { background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { background-color: transparent; background-image: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row > .video-iframe-container { display: none; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .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); }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:320px;height:350px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:320px;height:54.5938px;top:55px;left:0px;text-align:center;text-align-last:center;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #vbtnEuH5eLFOtARVu5cowUuP32TpAshn { width:320px;height:92.3906px;top:124px;left:0px;text-align:center;text-align-last:center;font-size:22px;display:block; }
 }@media only screen and (max-width: 763px) { #yUrAA381h77h2qmQwOTyVgycIO77mBpz { width:199px;height:50.375px;top:279px;left:0px;text-align:center;text-align-last:center;font-size:18px;display:block; }
 }@media only screen and (max-width: 763px) { #Van7uUbu7uGs7d7kLMhDwR5mXCMyym2d { width:18px;height:18px;top:124px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #EsE20xWnzyTHOkTw9Z3Qx6W0UwDkVR8r { width:18px;height:18px;top:227.375px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:320px;height:175px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhq57zydqfyXTebyphBg3QDWOW9KWIW { width:320px;height:109.188px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container { width:320px;height:533px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { width:260px;height:72px;top:22px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { width:260px;height:24px;top:114px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { width:260px;height:24px;top:282px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { width:260px;height:72px;top:190px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { width:260px;height:24px;top:464px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { width:260px;height:72px;top:370px;left:30px;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #uZABKOKnEeHJMqtc8ar0mNCXSmF66TTy { width:18px;height:18px;top:0px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #BkSPrdzNs9Ssl0Vb0a6Em8XFXBFtUv90 { width:18px;height:18px;top:94px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #Is1KRzV6UDkKkI09aDyyQV3zuFJX3s83 { width:18px;height:18px;top:353px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #XTwPL19F2zITHn1ePFsEdotpnmD72033 { width:18px;height:18px;top:173px;left:0px;display:block; }
 }@media only screen and (max-width: 763px) { #y0Fyer4MF61hphNWihg8WfzWOd32TXEn { width:18px;height:18px;top:448px;left:302px;display:block; }
 }@media only screen and (max-width: 763px) { #bktp2oUPbp6BpAJKw1KT8HVmT41BcqQu { width:18px;height:18px;top:258.859375px;left:302px;z-index:15009;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:320px;height:346px;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:320px;height:109.188px;top:40px;left:0px;text-align:center;text-align-last:center;font-size:42px;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:320px;height:36.3906px;top:175px;left:0px;text-align:center;text-align-last:center;font-size:28px;display:block; }
 }@media only screen and (max-width: 763px) { #RDbvIu4HAf1TWugpQckQKKN445uTBSOm { width:250px;height:60px;top:247px;left:35px;display:block; }
 }@media only screen and (max-width: 763px) { #iSrEicCpTcszcKvqVM3tb0rLLU2oyEZW { display:block; }
 }