.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-input-select option {
  color: #000;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html {
  font-size: 16px;
}
body {
  font-size: 16px;
}@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:#ffffff;background-image:none;position:relative;top:0rem;left:0rem;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); }#ENQBV1w0qRZyVETmgU6O2So34og2G8mH { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#1c201c;background-image:none;position:relative;display:block; }#ENQBV1w0qRZyVETmgU6O2So34og2G8mH > .row .container { background-color: transparent; background-image: none; }#ENQBV1w0qRZyVETmgU6O2So34og2G8mH::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENQBV1w0qRZyVETmgU6O2So34og2G8mH > .row .container::before {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENQBV1w0qRZyVETmgU6O2So34og2G8mH > .row .container > .video-iframe-container { display: none; }#ENQBV1w0qRZyVETmgU6O2So34og2G8mH > .row > .video-iframe-container::after {     content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0); }#ENQBV1w0qRZyVETmgU6O2So34og2G8mH > .row > .video-iframe-container { display: none; }#ENQBV1w0qRZyVETmgU6O2So34og2G8mH > .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); }#ENQBV1w0qRZyVETmgU6O2So34og2G8mH > .row .container { border-width: 0; border-radius: 0; }#ENQBV1w0qRZyVETmgU6O2So34og2G8mH > .row .container { font-size:0.875rem;font-family:arial;height:3.6875rem;width:60rem;position:relative;display:block; }#a81tdLpFzrLFtKqNyK07mQWiC6GRnZb4 { color:#e4f3e4;display:block;width:52.5625rem;position:absolute;font-family:"open sans";font-size:1.3125rem;font-weight:normal;z-index:100000;line-height:1.3;letter-spacing:0;top:0.666015625rem;left:3.71875rem;height:1.70605625rem;display:block; }
#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;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 .container { width:60rem;height:42.125rem;font-size:0.875rem;font-family:arial;position:relative;display:block; }#ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { display:block;width:48.875rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100000;line-height:1.1;letter-spacing:0;top:2.6875rem;left:0rem;height:9.4863125rem;color:#4fbf70;font-style:normal;display:block; }
#i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { display:block;width:32.25rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:400;z-index:100001;line-height:1.3;letter-spacing:0;top:14.25rem;left:0rem;height:7.1484375rem;color:#515151;font-style:italic;text-align:center;text-align-last:center;display:block; }
#mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100003;line-height:1.3;letter-spacing:0;top:25.3125rem;left:0rem;height:1.94921875rem;color:#000000;font-style:normal;display:block; }
#P2mAMc3wGmwums9nvESwyH8QJL5774kb { display:block;width:6.1875rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:100004;line-height:1.3;letter-spacing:0;top:24.580078125rem;left:7.875rem;height:3.4121125rem;color:#4fbf70;font-style:normal;display:block; }
#b1QpBao1CsaAdUuxeFMeh9gB05GdzwsQ { display:block;width:3.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100005;line-height:1.3;letter-spacing:0;top:25.3125rem;left:14.1875rem;height:1.94921875rem;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: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:"open sans";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100006;text-align:center;text-align-last:center;top:33.4375rem;left:0.6875rem;display:block; }
#XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#TnagntbZxQblWZMQWlskmCLh0STrdnAI { background-color:transparent;background-image:none;border-bottom:0.0625rem solid #4fbf70;border-left:0.0625rem solid #4fbf70;border-right:0.0625rem solid #4fbf70;border-top:0.0625rem solid #4fbf70;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:#4fbf70;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:33.4375rem;left:18.0625rem;display:block; }
#oMI51WVRskDTtObbHgEAiAC3uf2wzxNC { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#QbP0t8mGi0t3sW46LCrpWhgRrTrzZpAl { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#ffffff;background-image:none;position:relative;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 .container { font-size:0.875rem;font-family:arial;height:18.25rem;width:60rem;position:relative;display:block; }#gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100002;line-height:1.3;letter-spacing:0;top:10.625rem;left:0rem;height:1.94921875rem;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#4fbf70;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100000;top:4.0625rem;left:6.5625rem;display:block; }
#PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100001;top:5.3125rem;left:7.8125rem;display:block; }
#p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100003;line-height:1.4;letter-spacing:0;top:13.25rem;left:0rem;height:2.798825rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100007;line-height:1.4;letter-spacing:0;top:13.25rem;left:20.625rem;height:2.798825rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100006;line-height:1.3;letter-spacing:0;top:10.625rem;left:20.625rem;height:1.94921875rem;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#4fbf70;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100004;top:4.0625rem;left:27.1875rem;display:block; }
#Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100005;top:5.3125rem;left:28.4375rem;display:block; }
#f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100011;line-height:1.4;letter-spacing:0;top:13.25rem;left:41.25rem;height:2.798825rem;font-style:normal;color:#aeafb0;text-align:center;text-align-last:center;display:block; }
#qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { display:block;width:18.75rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100010;line-height:1.3;letter-spacing:0;top:10.625rem;left:41.25rem;height:1.94921875rem;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:15.625rem;border-top-right-radius:15.625rem;border-bottom-left-radius:15.625rem;border-bottom-right-radius:15.625rem;background-color:#4fbf70;background-image:none;background-position:top left !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;height:5.625rem;width:5.625rem;position:absolute;display:block;z-index:100008;top:4.0625rem;left:47.8125rem;display:block; }
#tsunCv2SdlhLAQcSJZKVta45M50XywgT { box-sizing:content-box;color:#ffffff;font-size:2.1875rem;font-weight:400;line-height:1;height:3.125rem;width:3.125rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100009;top:5.3125rem;left:49.0625rem;display:block; }
#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;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 .container { font-size:0.875rem;font-family:arial;height:41.5625rem;width:60rem;position:relative;display:block; }#LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { display:block;width:30.5625rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100000;line-height:1.2;letter-spacing:0;top:3.5625rem;left:29.4375rem;height:6.8984375rem;color:#515151;font-style:normal;display:block; }
#g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { display:block;width:30.1875rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100001;line-height:1.5;letter-spacing:0;top:11.90625rem;left:29.8125rem;height:;color:#515151;font-style:normal;display:block; }#g1HIhwBeS16P4zNyV6EKaaeKiftUUALw li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#g1HIhwBeS16P4zNyV6EKaaeKiftUUALw li:before{  }
#X9nBQmyuuEQDQF0zvm9kUtCNa5LwrKd5 { display:block;width:6.375rem;position:absolute;font-family:"open sans";font-size:2.625rem;font-weight:300;z-index:100008;line-height:1.3;letter-spacing:0;top:33.6494140625rem;left:38.5rem;height:3.4121125rem;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: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:"open sans";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100010;text-align:center;text-align-last:center;top:37rem;left:29.8125rem;display:block; }
#O5VAT7eKCTJNtmOXResIxSNS41RTqK9v { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
#GymS6FyNVesI4gGm4dmTIEznc20z6Wtq { display:block;width:4.0625rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100009;line-height:1.3;letter-spacing:0;top:34.380859375rem;left:45.4375rem;height:1.94921875rem;color:#999999;font-style:normal;display:block; }
#yR87ptChA73bkU4RZDmI4uAmyPii04c7 { display:block;width:7.875rem;position:absolute;font-family:"open sans";font-size:1.5rem;font-weight:300;z-index:100007;line-height:1.3;letter-spacing:0;top:34.330078125rem;left:30.625rem;height:1.94921875rem;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;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 .container { font-size:0.875rem;font-family:arial;height:36.75rem;width:60rem;position:relative;display:block; }#zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:10.875rem;left:0rem;height:3.73730625rem;font-style:normal;color:#4fbf70;text-align:center;text-align-last:center;display:block; }
#vbtnEuH5eLFOtARVu5cowUuP32TpAshn { display:block;width:27.5625rem;position:absolute;font-family:"open sans";font-size:1.75rem;font-weight:300;z-index:100001;line-height:1.4;letter-spacing:0;top:15.4375rem;left:2.4375rem;height:7.347625rem;font-style:normal;color:#515151;text-align:center;text-align-last:center;display:block; }
#dzpvIEUfN1J2wkTNI5vCSB8WJXOEBHJ7 { box-sizing:content-box;color:#4fbf70;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100002;top:13.875rem;left:0rem;display:block; }
#wR2fexETHkZOyXBmoxlKLoJsP59Reyx9 { box-sizing:content-box;color:#4fbf70;font-size:1.125rem;font-weight:400;line-height:1;height:1.625rem;width:1.625rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:22.75rem;left:30.9375rem;display:block; }
#yUrAA381h77h2qmQwOTyVgycIO77mBpz { display:block;width:32.5rem;position:absolute;font-family:"open sans";font-size:1.375rem;font-weight:300;z-index:100002;line-height:1.4;letter-spacing:0;top:24.375rem;left:0rem;height:3.8496125rem;font-style:normal;color:#000000;text-align:center;text-align-last:center;display:block; }
#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 { 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:10.9375rem;width:60rem;position:relative;display:block; }#qKhq57zydqfyXTebyphBg3QDWOW9KWIW { display:block;width:60rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:4.4375rem;left:0rem;height:3.73730625rem;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 { 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:16rem;width:60rem;position:relative;display:block; }#TmPOXiHa1bCPEU3flQIs0gb9glhfrpOB { box-sizing:content-box;color:#4fbf70;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100003;top:0rem;left:0rem;display:block; }
#WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100004;line-height:1.5;letter-spacing:0;top:1.375rem;left:1.375rem;height:4.5rem;text-align:center;text-align-last:center;color:#515151;font-style:normal;display:block; }
#RhQXZiMhTqGNNcCtMGpnUXxvrwQQrONe { box-sizing:content-box;color:#4fbf70;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100004;top:5.875rem;left:17.625rem;display:block; }
#wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100005;line-height:1.5;letter-spacing:0;top:7.8125rem;left:1.375rem;height:1.6875rem;text-align:center;text-align-last:center;color:#4fbf70;font-style:normal;display:block; }
#XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100009;line-height:1.5;letter-spacing:0;top:7.8125rem;left:21.875rem;height:1.6875rem;text-align:center;text-align-last:center;color:#4fbf70;font-style:normal;display:block; }
#ymCo0IL6vzm7iRAEAZSN4lrwQfAExk03 { box-sizing:content-box;color:#4fbf70;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100008;top:5.875rem;left:38.125rem;display:block; }
#Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100008;line-height:1.5;letter-spacing:0;top:1.375rem;left:21.875rem;height:3rem;text-align:center;text-align-last:center;color:#515151;font-style:normal;display:block; }
#yzttJ36ba1T5vRqyUnW8MrtkeR1xqk5Q { box-sizing:content-box;color:#4fbf70;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100007;top:0rem;left:20.5rem;display:block; }
#VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1.125rem;font-weight:700;z-index:100013;line-height:1.5;letter-spacing:0;top:7.8125rem;left:41.875rem;height:1.6875rem;text-align:center;text-align-last:center;color:#4fbf70;font-style:normal;display:block; }
#KdSHTydHEAtELSnCcLG9Ok4aRzpTReUy { box-sizing:content-box;color:#4fbf70;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100012;top:5.875rem;left:58.625rem;display:block; }
#aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { display:block;width:16.25rem;position:absolute;font-family:"open sans";font-size:1rem;font-weight:300;z-index:100012;line-height:1.5;letter-spacing:0;top:1.375rem;left:42.375rem;height:4.5rem;text-align:center;text-align-last:center;color:#515151;font-style:normal;display:block; }
#QHS1IBZPCVOQ2nBvmgKTgVQ5QQ8ALN1C { box-sizing:content-box;color:#4fbf70;font-size:0.9375rem;font-weight:400;line-height:1;height:1.375rem;width:1.375rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:100011;top:0rem;left:41rem;display:block; }
#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:#4fbf70;background-image:none;position:relative;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 .container { font-size:0.875rem;font-family:arial;height:15rem;width:60rem;position:relative;display:block; }#JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { display:block;width:42rem;position:absolute;font-family:"open sans";font-size:2.875rem;font-weight:300;z-index:100000;line-height:1.3;letter-spacing:0;top:3.375rem;left:0.0625rem;height:3.73730625rem;font-style:normal;color:#ffffff;display:block; }
#p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { display:block;width:42.25rem;position:absolute;font-family:"open sans";font-size:2.125rem;font-weight:300;z-index:100001;line-height:1.3;letter-spacing:0;top:7.6875rem;left:0.0625rem;height:2.76171875rem;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: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:#4fbf70;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:"open sans";font-size:1.125rem;font-weight:300;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:15.625rem;height:3.75rem;text-decoration:none;z-index:100007;text-align:center;text-align-last:center;top:5.625rem;left:44.375rem;display:block; }
#iSrEicCpTcszcKvqVM3tb0rLLU2oyEZW { display:block;position:relative;top:50%;width:100%;z-index:100000;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #ENQBV1w0qRZyVETmgU6O2So34og2G8mH { display:block; }#ENQBV1w0qRZyVETmgU6O2So34og2G8mH > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a81tdLpFzrLFtKqNyK07mQWiC6GRnZb4 { top:0.625rem;left:0rem;width:47.75rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu { display:block; }#TOdphP8OICb2Vdf6DiR3S1mepvM1PsTu > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:47.75rem;height:9.4375rem;top:2.6875rem;left:0rem;font-size:2.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:32.25rem;height:7.125rem;top:14.25rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { width:7.875rem;height:1.9375rem;top:25.3125rem;left:0rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2mAMc3wGmwums9nvESwyH8QJL5774kb { width:6.1875rem;height:3.375rem;top:24.5625rem;left:1.75rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1QpBao1CsaAdUuxeFMeh9gB05GdzwsQ { width:3.875rem;height:1.9375rem;top:25.3125rem;left:8.0625rem;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:15.625rem;height:3.75rem;top:33.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #TnagntbZxQblWZMQWlskmCLh0STrdnAI { width:15.625rem;height:3.75rem;top:33.4375rem;left:11.9375rem;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:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:18.75rem;height:1.9375rem;top:10.625rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:5.625rem;height:5.625rem;top:4.125rem;left:5.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { width:3.125rem;height:3.125rem;top:5.375rem;left:6.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:18.75rem;height:2.75rem;top:13.25rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:18.75rem;height:2.75rem;top:13.25rem;left:13rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:15.9375rem;height:1.9375rem;top:10.625rem;left:15.916666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:5.625rem;height:5.625rem;top:4.125rem;left:21.041666666667rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { width:3.125rem;height:3.125rem;top:5.375rem;left:22.291666666667rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:18.75rem;height:2.75rem;top:13.25rem;left:28.875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:15.9375rem;height:1.9375rem;top:10.6875rem;left:31.833333333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:5.625rem;height:5.625rem;top:4.1875rem;left:37.020833333333rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsunCv2SdlhLAQcSJZKVta45M50XywgT { width:3.125rem;height:3.125rem;top:5.4375rem;left:38.270833333333rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N { display:block; }#tGI0p6vCu9wyuIbtUsxOLfbOsULuSD5N > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { width:25rem;height:10.3125rem;top:2.9375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { width:25rem;height:8.25rem;top:15rem;left:22.75rem;display:block; }#g1HIhwBeS16P4zNyV6EKaaeKiftUUALw li:before{  }
 }@media only screen and (max-width: 763px) { #X9nBQmyuuEQDQF0zvm9kUtCNa5LwrKd5 { width:5.25rem;height:3.375rem;top:24.5625rem;left:30.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Jqxc4x9D4pz1N7wAzH1Cq22HOfhspTQM { width:15.625rem;height:3.75rem;top:29.4375rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5VAT7eKCTJNtmOXResIxSNS41RTqK9v { display:block; }
 }@media only screen and (max-width: 763px) { #GymS6FyNVesI4gGm4dmTIEznc20z6Wtq { width:3.25rem;height:1.9375rem;top:25.5625rem;left:35.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yR87ptChA73bkU4RZDmI4uAmyPii04c7 { width:7.875rem;height:1.9375rem;top:25.5625rem;left:22.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t { display:block; }#wPh3RRLMFPt0prohTLKiD7PwtrFUEf7t > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:32.5rem;height:3.6875rem;top:10.875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbtnEuH5eLFOtARVu5cowUuP32TpAshn { width:27.5625rem;height:7.3125rem;top:15.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzpvIEUfN1J2wkTNI5vCSB8WJXOEBHJ7 { width:1.625rem;height:1.625rem;top:13.875rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR2fexETHkZOyXBmoxlKLoJsP59Reyx9 { width:1.625rem;height:1.625rem;top:22.75rem;left:24.8125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUrAA381h77h2qmQwOTyVgycIO77mBpz { width:32.5rem;height:3.8125rem;top:24.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhq57zydqfyXTebyphBg3QDWOW9KWIW { width:47.75rem;height:3.6875rem;top:4.4375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmPOXiHa1bCPEU3flQIs0gb9glhfrpOB { width:1.375rem;height:1.375rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { width:16.25rem;height:4.5rem;top:1.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RhQXZiMhTqGNNcCtMGpnUXxvrwQQrONe { width:1.375rem;height:1.375rem;top:5.875rem;left:14.5rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { width:16.25rem;height:1.6875rem;top:7.8125rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { width:16.25rem;height:1.6875rem;top:7.8125rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ymCo0IL6vzm7iRAEAZSN4lrwQfAExk03 { width:1.375rem;height:1.375rem;top:5.875rem;left:30.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { width:16.25rem;height:4.5rem;top:1.375rem;left:15.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #yzttJ36ba1T5vRqyUnW8MrtkeR1xqk5Q { width:1.375rem;height:1.375rem;top:0rem;left:15.875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { width:16.25rem;height:1.6875rem;top:7.8125rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #KdSHTydHEAtELSnCcLG9Ok4aRzpTReUy { width:1.375rem;height:1.375rem;top:5.875rem;left:46.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { width:16.25rem;height:4.5rem;top:1.375rem;left:31.375rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #QHS1IBZPCVOQ2nBvmgKTgVQ5QQ8ALN1C { width:1.375rem;height:1.375rem;top:0rem;left:31.75rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:42rem;height:3.6875rem;top:3.375rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:42.25rem;height:2.75rem;top:7.6875rem;left:0rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDbvIu4HAf1TWugpQckQKKN445uTBSOm { width:15.625rem;height:3.75rem;top:5.625rem;left:32.125rem;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) { #ENQBV1w0qRZyVETmgU6O2So34og2G8mH { display:block; }#ENQBV1w0qRZyVETmgU6O2So34og2G8mH > .row .container { width:20rem;height:7.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #a81tdLpFzrLFtKqNyK07mQWiC6GRnZb4 { width:20rem;height:5.1181625rem;top:1.25rem;left:0rem;font-size:1.3125rem;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:20rem;height:68.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ItVMqkr5dR2d6vs9RTsxloqsR1IhUnM4 { width:20rem;height:17.3203125rem;top:1.25rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #i1QLRmZHlCeDAVoUOmB14FxJmTiVnxM6 { width:19.9375rem;height:32.172875rem;top:35.75rem;left:0rem;text-align:center;text-align-last:center;font-size:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #mumD7lzzaC6eFCqQJUq3hRqSXiTgkJwC { width:7.875rem;height:1.94921875rem;top:19.625rem;left:1.125rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #P2mAMc3wGmwums9nvESwyH8QJL5774kb { width:5.25rem;height:3.4121125rem;top:18.875rem;left:9rem;text-align:left;text-align-last:left;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #b1QpBao1CsaAdUuxeFMeh9gB05GdzwsQ { width:3.25rem;height:1.94921875rem;top:19.6875rem;left:14.625rem;text-align:left;text-align-last:left;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ef6dvU1zP70X9ZOm3qaswefJnvbwm8t0 { width:15.625rem;height:3.75rem;top:23.875rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBvSRygxu4kEUfH5eLKtdi2lTyP18GRf { display:block; }
 }@media only screen and (max-width: 763px) { #TnagntbZxQblWZMQWlskmCLh0STrdnAI { width:15.625rem;height:3.75rem;top:29.875rem;left:2.1875rem;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:20rem;height:45.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gP3yyZiclvcMuMkt0dV1JKyZaADOQng6 { width:18.75rem;height:1.29980625rem;top:8.125rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JkoZdZ6C0MxxdUz5mcOTGvnS3frnsORi { width:5.625rem;height:5.625rem;top:1.25rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #PBgXEk37RwGAHNEkheHXAycrxsnN8ROz { width:3.125rem;height:3.125rem;top:2.5rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #p7mg7GgOM12rAtJBfm5SvGxHwyqOJEaf { width:18.75rem;height:2.798825rem;top:10.67480625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #FDb5N8ueTXCGyO9oP7hpxTKW8S8vFZIE { width:18.75rem;height:2.798825rem;top:24.796875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #sSrH3T3MfcbSOw7ObJ2U21BsBAwvXEzM { width:18.75rem;height:1.94921875rem;top:21.59765625rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZfDZJgbx4Q2yrqyU10sgCISM2x2g20Sk { width:5.625rem;height:5.625rem;top:14.72265625rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Oz8UbBpswqXFd6VfC3Vnp0yAelxq5FA2 { width:3.125rem;height:3.125rem;top:15.97265625rem;left:8.4375rem;font-size:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #f9GqDwDwNOBZl44buVZmg5dPTHIBJt0P { width:18.75rem;height:2.798825rem;top:40.3193375rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qV1disg6vSwc5xIhNuVEIRmRbRCBH2B5 { width:18.75rem;height:1.94921875rem;top:37.12011875rem;left:0.625rem;text-align:center;text-align-last:center;font-size:1.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #bHTbVtAaNJNWMtqFkmTBocUPq72Oq6PD { width:5.625rem;height:5.625rem;top:30.24511875rem;left:7.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #tsunCv2SdlhLAQcSJZKVta45M50XywgT { width:3.125rem;height:3.125rem;top:31.49511875rem;left:8.4375rem;font-size:2.1875rem;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:20rem;height:61.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #LwM3GSbbmCeb1qVvkozQQPJTHltS33bw { width:20rem;height:9.44825rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g1HIhwBeS16P4zNyV6EKaaeKiftUUALw { width:20rem;height:28.0625rem;top:15.0966796875rem;left:0rem;text-align:center;text-align-last:center;display:block; }#g1HIhwBeS16P4zNyV6EKaaeKiftUUALw li:before{  }
 }@media only screen and (max-width: 763px) { #X9nBQmyuuEQDQF0zvm9kUtCNa5LwrKd5 { width:5.25rem;height:3.4121125rem;top:46.0810546875rem;left:7.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Jqxc4x9D4pz1N7wAzH1Cq22HOfhspTQM { width:15.625rem;height:3.75rem;top:51.0625rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #O5VAT7eKCTJNtmOXResIxSNS41RTqK9v { display:block; }
 }@media only screen and (max-width: 763px) { #GymS6FyNVesI4gGm4dmTIEznc20z6Wtq { width:3.25rem;height:1.94921875rem;top:46.8125rem;left:14.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yR87ptChA73bkU4RZDmI4uAmyPii04c7 { width:7.875rem;height:1.94921875rem;top:46.8125rem;left:0rem;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:20rem;height:22.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zxUyH84Eo7P9UKJVQo40rBrdCKiTcBE6 { width:20rem;height:3.4121125rem;top:3.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vbtnEuH5eLFOtARVu5cowUuP32TpAshn { width:20rem;height:5.7744125rem;top:7.75rem;left:0rem;text-align:center;text-align-last:center;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dzpvIEUfN1J2wkTNI5vCSB8WJXOEBHJ7 { width:1.625rem;height:1.625rem;top:7.75rem;left:0rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wR2fexETHkZOyXBmoxlKLoJsP59Reyx9 { width:1.625rem;height:1.625rem;top:12.6875rem;left:18.375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yUrAA381h77h2qmQwOTyVgycIO77mBpz { width:12.4375rem;height:3.1484375rem;top:17.4375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bv9ic2nr54o5T5IisruyZQcyfSd5M6pb { display:block; }#bv9ic2nr54o5T5IisruyZQcyfSd5M6pb > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #qKhq57zydqfyXTebyphBg3QDWOW9KWIW { width:20rem;height:6.82425rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 { display:block; }#kV2C1BwRqRT5v5cRcG8acz73yWRdzGr0 > .row .container { width:20rem;height:33rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TmPOXiHa1bCPEU3flQIs0gb9glhfrpOB { width:1.375rem;height:1.375rem;top:0rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #WBLqOhnpbqvTPkK58oc7SgrLFwZPVF0D { width:16.25rem;height:4.5rem;top:1.375rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RhQXZiMhTqGNNcCtMGpnUXxvrwQQrONe { width:1.375rem;height:1.375rem;top:5.875rem;left:18.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wp1XqyKaTvPf0BBpbShSFAZrv06T5Wet { width:16.25rem;height:1.5rem;top:7.125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #XFWGFvkMDfmEoBua5m9FTJMQEwDGVpyK { width:16.25rem;height:1.5rem;top:17.625rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ymCo0IL6vzm7iRAEAZSN4lrwQfAExk03 { width:1.375rem;height:1.375rem;top:16.375rem;left:18.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Fn01OhzAmDEm2vuOEE0fbD0oUVr3FDO2 { width:16.25rem;height:4.5rem;top:11.875rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #yzttJ36ba1T5vRqyUnW8MrtkeR1xqk5Q { width:1.375rem;height:1.375rem;top:10.5rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VqkLVe1S4cUkuG1GpaJXJULI2hAAmbKO { width:16.25rem;height:1.5rem;top:29rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #KdSHTydHEAtELSnCcLG9Ok4aRzpTReUy { width:1.375rem;height:1.375rem;top:27.625rem;left:18.125rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aXJJpLwePU4WcuwyoeiTcP2KlTc1LgV1 { width:16.25rem;height:4.5rem;top:23.125rem;left:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #QHS1IBZPCVOQ2nBvmgKTgVQ5QQ8ALN1C { width:1.375rem;height:1.375rem;top:21.75rem;left:0rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS { display:block; }#TatdX04cdbb8zSIXyrDWsXXGHl1vvbFS > .row .container { width:20rem;height:21.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #JZ6PDRXOPAh3BISHWXLbASiUvVCTSrF5 { width:20rem;height:6.82425rem;top:2.5rem;left:0rem;text-align:center;text-align-last:center;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #p4OgPb5TSQ6l9sRlRaToh6kTSgkEFslk { width:20rem;height:4.548825rem;top:10.9375rem;left:0rem;text-align:center;text-align-last:center;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #RDbvIu4HAf1TWugpQckQKKN445uTBSOm { width:15.625rem;height:3.75rem;top:15.4375rem;left:2.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iSrEicCpTcszcKvqVM3tb0rLLU2oyEZW { display:block; }
 }