.clearfix:before {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
html,
body {
  font-size: 16px;
}
ol {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
  counter-reset: ordered;
}
ol li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ol li:before {
  counter-increment: ordered;
  content: counter(ordered) ".";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
.blueimp-gallery ol li:before {
  content: "";
  display: none;
}
ul {
  list-style-type: none;
  list-style-position: outside;
  list-style-image: none;
  padding: 0;
}
ul li {
  position: relative;
  margin-left: calc(1em + 10px);
}
ul li:before {
  content: "\002022";
  background-image: none;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 0;
  margin: 0;
  left: calc(-1em - 10px);
  position: absolute;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  display: initial;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
body {
  font-family: 'Arial', 'sans-serif';
  line-height: 1;
}
input[type="text"],
input[type="email"],
input[type="tel"],
textarea {
  outline: 0;
}
b,
strong {
  font-weight: bold;
}
em,
i {
  font-style: italic;
}
.row {
  height: 100%;
}
.row:before {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
[class*="col-"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 764px) {
  [class*="col-"] {
    float: left;
    height: 100%;
  }
  .col-12 {
    width: 100%;
  }
  .col-11 {
    width: 91.66666667%;
  }
  .col-10 {
    width: 83.33333333%;
  }
  .col-9 {
    width: 75%;
  }
  .col-8 {
    width: 66.66666667%;
  }
  .col-7 {
    width: 58.33333333%;
  }
  .col-6 {
    width: 50%;
  }
  .col-5 {
    width: 41.66666667%;
  }
  .col-4 {
    width: 33.33333333%;
  }
  .col-3 {
    width: 25%;
  }
  .col-2 {
    width: 16.66666667%;
  }
  .col-1 {
    width: 8.33333333%;
  }
}
.widget {
  position: absolute;
}
.widget-section {
  position: relative;
}
.widget-smartsection {
  position: relative;
}
.widget-smartsection .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-section .container {
  height: 100%;
  margin: 0 auto;
  position: relative;
  width: 960px;
}
.widget-button {
  cursor: pointer;
}
.widget-input-button {
  cursor: pointer;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.widget-form input[type="text"],
.widget-form textarea {
  box-sizing: content-box;
}
.widget-form .file-input-container {
  overflow: hidden;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.widget-form .file-input-container .file-input-button {
  border-radius: 3px;
  border: 1px solid #999;
  box-sizing: content-box;
  color: #000;
  background-color: #ebebeb;
  background-image: -moz-linear-gradient(top, #fff, #cdcdcd);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fff), to(#cdcdcd));
  background-image: -webkit-linear-gradient(top, #fff, #cdcdcd);
  background-image: -o-linear-gradient(top, #fff, #cdcdcd);
  background-image: linear-gradient(to bottom, #fff, #cdcdcd);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffcdcdcd', GradientType=0);
  display: block;
  font-family: Arial, sans-serif;
  font-size: 10px;
  padding: 4px 5px 3px;
  margin: -9px 0 0;
  position: absolute;
  height: 10px;
  width: auto;
  top: 50%;
  right: 6px;
  line-height: 1;
  outline: 0;
  max-width: 60%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.widget-form .file-input-container .file-input {
  cursor: pointer;
  position: absolute;
  display: block;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
  margin: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  width: 100%;
  z-index: 1;
}
a.widget-image img {
  display: block;
  width: 100%;
  height: 100%;
}
.container-column {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.radio-container {
  position: relative;
}
.widget-icon::before,
.widget-icon i::before,
.widget-popupcloser::before,
.widget-popupcloser i::before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.widget-popupcloser {
  z-index: 2147483647 !important;
}
.widget-text a {
  color: inherit;
}
.counter-type-4 .widget-container::after {
  background-image: -moz-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(100, 100, 100, 0.3)), to(rgba(0, 0, 0, 0.4)));
  background-image: -webkit-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: -o-linear-gradient(top, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  background-image: linear-gradient(to bottom, rgba(100, 100, 100, 0.3), rgba(0, 0, 0, 0.4));
  filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#4C646464', endColorStr='#66000000');";
  background-position: 0 50%;
  background-size: 100% 2px;
  background-repeat: repeat-x;
  width: 100%;
  height: 100%;
  content: "-";
  position: absolute;
  top: 0;
  left: 0;
  color: rgba(0, 0, 0, 0);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text,
.widget-button[version="3"] .widget-text,
.widget-contact[version="3"] .widget-text {
  white-space: nowrap;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.widget-button[version="2"] .widget-text,
.widget-contact[version="2"] .widget-text {
  left: 0;
  position: absolute !important;
}
.widget-button .widget-overlay,
.widget-contact .widget-overlay,
.widget-input-button .widget-overlay {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: flex;
  justify-content: center;
  align-items: center;
}
.widget-button:hover .widget-overlay,
.widget-contact:hover .widget-overlay,
.widget-input-button:hover .widget-overlay {
  background-color: rgba(255, 255, 255, 0.2);
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
img[data-gallery]:hover {
  cursor: pointer;
}
.form-tooltip {
  position: absolute;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  letter-spacing: normal;
  line-break: auto;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  font-size: 12px;
  opacity: 0;
  filter: alpha(opacity=0);
  z-index: 16699999;
  cursor: pointer;
}
.form-tooltip.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.form-tooltip.top {
  margin-top: -3px;
  padding: 5px 0;
}
.form-tooltip.right {
  margin-left: 3px;
  padding: 0 5px;
}
.form-tooltip.bottom {
  margin-top: 3px;
  padding: 5px 0;
}
.form-tooltip.left {
  margin-left: -3px;
  padding: 0 5px;
}
.form-tooltip-inner {
  max-width: 500px;
  padding: 8px 8px;
  color: #ffffff;
  text-align: center;
  background-color: #000000;
  border-radius: 4px;
}
.form-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.form-tooltip.top .form-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-left .form-tooltip-arrow {
  bottom: 0;
  right: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.top-right .form-tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #000000;
}
.form-tooltip.right .form-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #000000;
}
.form-tooltip.left .form-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #000000;
}
.form-tooltip.bottom .form-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-left .form-tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.form-tooltip.bottom-right .form-tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #000000;
}
.hidden {
  display: none;
}
.bg-cover,
.bg-cover .container {
  background-size: cover;
}
.bg-contain,
.bg-contain .container {
  background-size: contain;
}
@media screen and (max-width: 763px) {
  .form-tooltip-inner {
    max-width: 304px;
    padding: 8px;
  }
}
html[dir="rtl"] input[type="tel"],
.landingi-popup-body[dir="rtl"] input[type="tel"] {
  direction: rtl;
}
html[dir="rtl"] .widget-counterv2,
.landingi-popup-body[dir="rtl"] .widget-counterv2 {
  flex-direction: row-reverse;
}
html[dir="rtl"] .widget-form,
.landingi-popup-body[dir="rtl"] .widget-form {
  direction: ltr;
}
html[dir="rtl"] .widget-form .widget-container,
.landingi-popup-body[dir="rtl"] .widget-form .widget-container {
  direction: rtl;
}
:root { --color-primary-0:228,229,234;--color-primary-1:164,168,184;--color-primary-2:72,81,113;--color-primary-3:36,41,57;--color-primary-4:11,12,17;--color-secondary-0:255,245,204;--color-secondary-1:255,224,102;--color-secondary-2:255,204,0;--color-secondary-3:255,255,0;--color-secondary-4:51,41,0;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"poppins";--paragraphs-font-family:"poppins"; }body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;display:block; }
#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .row > .video-iframe-container { display: none; }#w2c0ef25e2e0afdf4f2bd5032d7c4f709975a2fc > .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); }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);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; }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row .container { background-color: transparent; background-image: none; }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row .container > .video-iframe-container { display: none; }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row > .video-iframe-container { display: none; }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .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); }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row .container { border-width: 0; border-radius: 0; }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row .container { font-size:0.875rem;font-family:arial;height:3.5rem;width:75rem;position:relative;display:block; }#TpZLzX7DNy1fWkhvIC7iOG1g97KQlygR { color:#313339;display:block;width:23.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:1.3460938930511rem;left:1.8125rem;height:1.54375rem;font-style:normal;display:block; }
#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#f2f2f2;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; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container { background-color: transparent; background-image: none; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container > .video-iframe-container { display: none; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row > .video-iframe-container { display: none; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .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); }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container { border-width: 0; border-radius: 0; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container { font-size:0.875rem;font-family:arial;height:21.3125rem;width:75rem;position:relative;display:block; }#XRzqhbgTmkAwIve5Sctqw5MvUVcUUvLQ { color:#484848;display:block;width:23.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:2.0625rem;left:29.4375rem;height:8.7744375rem;display:block; }
#xB73fPh8tDpUvGzezxGffzui4GnylXOC { color:#484848;display:block;width:26.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:12.6875rem;left:29.4375rem;height:3.8984375rem;display:block; }
#wgTVzyodarXnRUpZTwSs0z9HNi2WOwsC { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:19.9375rem;width:22.875rem;top:2.0625rem;left:3.2109375rem;overflow:hidden;display:block; }
#nqREpB0eFva1xophl6UPMalfPoRf3M8m { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-2),1);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; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container { background-color: transparent; background-image: none; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container > .video-iframe-container { display: none; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row > .video-iframe-container { display: none; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .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); }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container { border-width: 0; border-radius: 0; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container { font-size:0.875rem;font-family:arial;height:10.3125rem;width:75rem;position:relative;display:block; }#TW0A6bbAG3AB2G3mW2swl7kKOuuNrqFi { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.5625rem;width:4.9375rem;top:2.375rem;left:0rem;overflow:hidden;display:block; }
#aMFLp3tbtqhEOZNzqM57SCTX4FVNt4ZS { color:rgba(var(--color-tertiary-0),1);display:block;width:68.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.6875rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:3.44921875rem;left:6.3125rem;height:3.4931625rem;display:block; }
#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/cace035b-22e2-4c17-98ca-17a75f0806db/Group10608.png");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79.adaptive-delivery-prevent-bg, #wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79.lazyload, #wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79.lazyloading { background-image: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container { background-color: transparent; background-image: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container > .video-iframe-container { display: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(var(--color-tertiary-0),0); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row > .video-iframe-container { display: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .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); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container { border-width: 0; border-radius: 0; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container { font-size:0.875rem;font-family:arial;height:37.8125rem;width:75rem;position:relative;display:block; }#dP5sQa9Zin2bicRTaSUHygOUrmhctdwh { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-tertiary-0),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:0.75rem;border-bottom-right-radius:0.75rem;box-shadow: none;height:5.5rem;width:15.8125rem;top:0rem;left:0rem;display:block; }
#SAfZ4LZsXIIbsbH01ryUEusn3VqL5KyG { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.6875rem;width:14.8125rem;top:1.40625rem;left:0.5rem;overflow:hidden;display:block; }
#p01I5p6Oc2iDQXDFLKQWMloImIkTZkCI { position:absolute;display:block;z-index:14958;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:33.5rem;width:19.625rem;top:2.15625rem;left:53.21875rem;overflow:hidden;display:block; }
#yyfQcnUKz4voHcQmgTSMc0Cw0PGM9p4Q { color:rgba(var(--color-tertiary-0),1);display:block;width:46.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.3125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:9.375rem;left:0rem;height:6.011725rem;display:block; }
#TfL3vFvhDS4onwCPmHZqCTHvM07otIuI { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#313339;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.9375rem;height:5.1875rem;text-decoration:none;z-index:15004;text-align:center;text-align-last:center;top:24.625rem;left:0rem;display:block; }
#D2TTEHwq11Hbp4yXRrpTXqthGpWNMzml { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UnLZTWEbqSssR4WCmT3XkupATizKzfNN { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:26.28125rem;left:27.84375rem;overflow:hidden;display:block; }
#RcqMO8z0INVn6alLvxg7FuZWZieITy78 { position:absolute;display:block;z-index:15006;height:4.4375rem;width:7.9375rem;top:15.3291015625rem;left:59.0625rem;display:block; }
#FhKIpTRO4AGO942J6uFri9BCtKTOSIXF { color:rgba(var(--color-tertiary-0),1);display:block;width:46.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:13.1875rem;left:0rem;height:7.7988125rem;display:block; }
#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA { position:relative;display:block; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA { background-color: transparent; background-image: none; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .row .container > .video-iframe-container { display: none; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .row > .video-iframe-container { display: none; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .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); }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA { border-width: 0; border-radius: 0; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .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; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.4375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#g8ZTOSy2yPwIOiEQbOQt6Be4KmO3Jmys { color:#232936;display:block;width:59.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.130859375rem;left:7.625rem;height:6.173825rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;text-align:center;text-align-last:center;font-style:normal;display:block; }
#UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp { position:relative;display:block; }#UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp { background-color: transparent; background-image: none; }#UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp > .row .container > .video-iframe-container { display: none; }#UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp > .row > .video-iframe-container { display: none; }#UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp > .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); }#UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp { border-width: 0; border-radius: 0; }#UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp > .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; }#UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:18.75rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#xTeyMdXIdZm8XxyT9TbcLpZ2OQhRKHGp { position:absolute;display:block;z-index:15000;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:16.375rem;width:23.0625rem;top:1.1875rem;left:0.96875rem;display:block; }
#aytbFIGDkpBMH8gacvHZLGrNUbgG0Il9 { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:2.1875rem;left:9.90625rem;overflow:hidden;display:block; }
#NP2pws6XfJkKqv7XdNtGtkHswfw1SFDB { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:7.39453125rem;left:2.46875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#wW1VmmfXx9usZnwXXpkJnlWVBeMq4kuG { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.10546875rem;left:2.46875rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#IqGhPWfIT3JWtIO1cC4VoZRoPsTtaKvA { position:absolute;display:block;z-index:15004;background-color:#3a9b70;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:16.375rem;width:23.0625rem;top:1.1875rem;left:25.96875rem;display:block; }
#kQcwmen3LpSUrHTnCqb0uiKgfkRwJyDv { color:rgba(var(--color-tertiary-0),1);display:block;width:13.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:7.375rem;left:30.875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#qhoM1wzkFiJp0cZgaAomlCHwx1VafTpL { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:2.1875rem;left:34.90625rem;overflow:hidden;display:block; }
#wXfZNlKERzmqVdTVz3fwFlidgV4F8ghx { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.125rem;left:27.5rem;height:4.62890625rem;text-align:center;text-align-last:center;display:block; }
#xtLok7Vmt1H6HBqQ72iyPtH4kqsBCHR9 { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:16.375rem;width:23.0625rem;top:1.1875rem;left:51rem;display:block; }
#vow86RTsZF3bAarUG0nS7Cgapx1gCEOU { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:11.876953125rem;left:52.46875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#cNe4UZ2p7FRpZ7g7f1ZzBfJKxUuPHSJd { color:rgba(var(--color-tertiary-0),1);display:block;width:14.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:7.375rem;left:55.03125rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#unU9ORwwCA2UB19FWXrragBApTZh8xc4 { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:2.375rem;left:59.875rem;overflow:hidden;display:block; }
#OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ { position:relative;display:block; }#OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ { background-color: transparent; background-image: none; }#OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ > .row .container > .video-iframe-container { display: none; }#OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ > .row > .video-iframe-container { display: none; }#OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ > .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); }#OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ { border-width: 0; border-radius: 0; }#OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ > .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; }#OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:19.375rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#EhUnXGtS66kOP8HOy4twFsHdvcqoDI0L { position:absolute;display:block;z-index:15000;background-color:#3a9b70;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:16.375rem;width:23.0625rem;top:1.1875rem;left:0.96875rem;display:block; }
#NyE9ma9FrqocFcDyNlWGblKOBLrkxFVJ { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:2.9375rem;left:9.90625rem;overflow:hidden;display:block; }
#qHt6HJIMh4TKDBh7aq0EE0ToiHxFBdpU { color:rgba(var(--color-tertiary-0),1);display:block;width:11.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:8.125rem;left:6.53125rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#lKSuyDTgzAOPWTupf1ro7o8nd83kgZNz { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:11.875rem;left:2.46875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#wkG2Elf0L4kbVvH4SePEkKOg0dtnkm16 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:16.375rem;width:23.0625rem;top:1.1875rem;left:26rem;display:block; }
#BdVJlJDz8DLZTddIlXgMvnRiTuTVTCVe { color:rgba(var(--color-tertiary-0),1);display:block;width:10.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:8.14453125rem;left:32.25rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#Zf1tzyRF0pOzJ2vVOsvK97hfVZcBRmIy { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:2.9375rem;left:34.90625rem;overflow:hidden;display:block; }
#oMPsBbXWLbsxp2o8l1Bvf84rqe5CngT7 { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:11.875rem;left:27.5rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#KBsUBEE3m2kMvPenAnaquVebDpZ2ThxP { position:absolute;display:block;z-index:15008;background-color:#3a9b70;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: none;height:16.375rem;width:23.0625rem;top:1.1875rem;left:51rem;display:block; }
#MEsEVDqLr4ckl31kxaDlGqGkRSByoWIa { color:rgba(var(--color-tertiary-0),1);display:block;width:20.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15011;line-height:1.3;letter-spacing:0;top:12.0625rem;left:52.5rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#rr8Eio4gRAGhXkVTChNi26Brfl4U13kJ { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:8.125rem;left:53.21875rem;height:3.0859375rem;text-align:center;text-align-last:center;display:block; }
#RaztAlboSqVMQdvy81VFi1cDeCnwoBCu { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.1875rem;width:5.1875rem;top:3.125rem;left:59.875rem;overflow:hidden;display:block; }
#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl { position:relative;display:block; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl { background-color: transparent; background-image: none; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .row .container > .video-iframe-container { display: none; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .row > .video-iframe-container { display: none; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .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); }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl { border-width: 0; border-radius: 0; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .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; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:9.625rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#TKZbJhoHg1QUIq4U5rHaoOPiS0TkvBR5 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:3.875rem;left:49.875rem;overflow:hidden;display:block; }
#X4yU0l0e1F472Ee0xpQXEUhZK49HSGul { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#313339;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.9375rem;height:5.1875rem;text-decoration:none;z-index:15006;text-align:center;text-align-last:center;top:2.25rem;left:22.0625rem;display:block; }
#APRo98MffdEHTm5T0zmftqJZvWd2qmO7 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc > .row .container { background-color: transparent; background-image: none; }#SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc > .row .container > .video-iframe-container { display: none; }#SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc > .row > .video-iframe-container { display: none; }#SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc > .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); }#SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc > .row .container { border-width: 0; border-radius: 0; }#SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc > .row .container { font-size:0.875rem;font-family:arial;height:27.9375rem;width:75rem;position:relative;display:block; }#RTGOrBL0TtEh12y9JGMowrnFH2xOue7k { color:#232936;display:block;width:61.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3rem;left:6.59375rem;height:3.0875rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#X6m2C0H0Vc7f8QeH6hoxflh98iIRKz3S { position:absolute;display:block;z-index:15001;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.1875rem;width:8.1875rem;top:9.875rem;left:8.40625rem;overflow:hidden;display:block; }
#T7XCmcOdU3Z2SdX8CWh3wZt6av0PnFQJ { color:#313339;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15002;line-height:1.4;letter-spacing:0;top:19.4365234375rem;left:6.25rem;height:2.798825rem;text-align:center;text-align-last:center;display:block; }
#ULIEzMbBow1HypWZMPIt6vBhdRCke0Zn { position:absolute;display:block;z-index:15003;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.1875rem;top:9.90625rem;left:33.40625rem;overflow:hidden;display:block; }
#vGs8CSbUhw6R68PKsvZX8rc89e8Ds9Kv { color:#313339;display:block;width:16.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:19.4365234375rem;left:29.375rem;height:2.798825rem;text-align:center;text-align-last:center;display:block; }
#lWW3b5SZ3x6KOAzAL6TeeeP0ri3qCHkn { color:#313339;display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.4;letter-spacing:0;top:19.435546875rem;left:58.1875rem;height:2.798825rem;text-align:center;text-align-last:center;display:block; }
#pniWVu5oKhG4QZPt8EtlqiFKvwOlF1cT { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:8.125rem;width:8.125rem;top:9.90625rem;left:58.4375rem;overflow:hidden;display:block; }
#MosVqUq4U6hrmHZXc6GKrbZF1T1kDCE0 { position:absolute;display:block;z-index:15007;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:14.5rem;top:13.4375rem;left:17.84375rem;overflow:hidden;display:block; }
#wJy9i9TXTvx1u6IeVuDJyyDJN5JoVg27 { position:absolute;display:block;z-index:15008;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.0625rem;width:14.5rem;top:13.4375rem;left:42.84375rem;overflow:hidden;display:block; }
#esrn7cAT8PqqaDtgQaBEhf0kxmyp5wPH { color:#309996;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15009;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:18.75rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#B6niwy9ML8qlu6Dh66CAd17H07MwxRAt { color:#309996;display:block;width:13.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15010;line-height:1.3;letter-spacing:0;top:12.19921875rem;left:43.5625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#uACKPxwyfJfr1dGG05J6UWB4ndED9A2o { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:1.0625rem;display:none; }
#DqX6infomViDZe2VOJ6t8pBRVJ0tEOUA { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:7.125rem;width:1.0625rem;display:none; }
#Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD { position:relative;display:block; }#Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD { background-color: transparent; background-image: none; }#Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD > .row .container > .video-iframe-container { display: none; }#Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD > .row > .video-iframe-container { display: none; }#Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD > .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); }#Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD { border-width: 0; border-radius: 0; }#Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD > .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; }#Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:41.125rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#OXZiAVMU8ZbQsRo2Du43CicxKlZ9RbTn { color:#232936;display:block;width:61.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.375rem;font-weight:300;z-index:15001;line-height:1.3;letter-spacing:0;top:3.375rem;left:6.59375rem;height:6.173825rem;text-align:center;text-align-last:center;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;font-style:normal;display:block; }
#oEGDbCWQS94BxoecZyp08aOJqePxgt8l { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:26.0625rem;width:36.875rem;top:11.984375rem;left:0rem;overflow:hidden;display:block; }
#GQqJgET4RN25XhUSAT4ShT7ftMy5V9DG { position:absolute;display:block;z-index:15003;background-color:#e8e8e8;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.8125rem;border-top-right-radius:0.8125rem;border-bottom-left-radius:0.8125rem;border-bottom-right-radius:0.8125rem;box-shadow: 0rem 0.1875rem 0.375rem rgba(var(--color-tertiary-4),0.29) ;height:18.1875rem;width:36.875rem;top:12.34375rem;left:38.125rem;display:block; }
#SBWOSSITRPCdhHTf0vcdJ8rz57BI5aGr { color:#232936;display:block;width:29.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15004;line-height:1.4;letter-spacing:0;top:14.5rem;left:39.40625rem;height:;overflow:hidden;display:block; }#SBWOSSITRPCdhHTf0vcdJ8rz57BI5aGr li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#SBWOSSITRPCdhHTf0vcdJ8rz57BI5aGr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e34c9387-fc34-48fe-ad5f-45a971823f95/check.png); }
#FzOdBmFB5N4pXVNO048Pzd9BIhRkc1gB { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.875rem;width:2.9375rem;top:24.75rem;left:39.40625rem;overflow:hidden;display:block; }
#SAPfJc0R6nZeIuCEkq7ZPmRuaXm17LGr { color:#232936;display:block;width:29.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.1875rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:24.75rem;left:43.4375rem;height:3.0859375rem;display:block; }
#rQGbU3TN5JWhVJc0mwfWi5WkZSJaNhVH { background-color:transparent;background-image: -webkit-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-3),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(180deg, rgba(var(--color-secondary-3),1), rgba(var(--color-secondary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: none;box-sizing:border-box;color:#313339;padding-top:0.5rem;padding-right:0.5rem;padding-bottom:0.5rem;padding-left:0.5rem;display:block;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:30.9375rem;height:5.1875rem;text-decoration:none;z-index:15008;text-align:center;text-align-last:center;top:32.0625rem;left:38.125rem;display:block; }
#axhlcqkvqEkxAlFLbVcO3tLwNiIctgxa { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#NFDhVmqJ4Tv39AhAAVGARXL5w59P8zso { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:1.875rem;width:1.875rem;top:33.6875rem;left:65.9375rem;overflow:hidden;display:block; }
#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#e8e8e8;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; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container { background-color: transparent; background-image: none; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container > .video-iframe-container { display: none; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row > .video-iframe-container { display: none; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .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); }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container { border-width: 0; border-radius: 0; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container { font-size:0.875rem;font-family:arial;height:6.6875rem;width:75rem;position:relative;display:block; }#WXbC2l0EEuIlfx7TFEZnRXRq4wH4U263 { color:rgba(var(--color-tertiary-4),1);display:block;width:42.4375rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.25rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:2.0625rem;left:16.28125rem;height:2.925rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#bldr688Ozk45wH5As3ESQiIebN1yVzUU { position:relative;display:block; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU { background-color: transparent; background-image: none; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .row .container > .video-iframe-container { display: none; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .row > .video-iframe-container { display: none; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .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); }#bldr688Ozk45wH5As3ESQiIebN1yVzUU { border-width: 0; border-radius: 0; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .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; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .row .container { border-bottom:0;border-left:0;border-right:0;border-top:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:10.875rem;width:75rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#emRbINmHWrp9q8JcdpPFgSG4k3zfqKCx { position:absolute;display:block;z-index:15000;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.375rem;width:18.75rem;top:3.75rem;left:0rem;overflow:hidden;display:block; }
#WpHZg5rLgIo8uTMyO3WHH8BfUICPKJBv { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15001;line-height:1.3;letter-spacing:0;top:4.9375rem;left:27rem;height:1.05625rem;display:block; }
#G3cvbbsLwkMe0qTwcL3xOyvN2v4bPJ1u { color:rgba(var(--color-tertiary-4),1);display:block;width:10rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15002;line-height:1.3;letter-spacing:0;top:4.9375rem;left:43.625rem;height:1.05625rem;display:block; }
#b67kiJoGcpZvVopquCrpdz8subBlzL5O { color:rgba(var(--color-tertiary-4),1);display:block;width:15.1875rem;position:absolute;font-family:montserrat;font-size:0.8125rem;font-weight:normal;z-index:15003;line-height:1.3;letter-spacing:0;top:4.9375rem;left:58.0625rem;height:1.05625rem;display:block; }
#Ea7e107znvJH9TSHg9csa4l8MsKsMbG7 { position:absolute;display:block;z-index:15005;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.21875rem;left:72.5625rem;overflow:hidden;display:block; }
#AqkFWJ5nOTLDOGeLTqXSyNHfldFXdVEX { position:absolute;display:block;z-index:15006;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.4375rem;width:2.4375rem;top:4.21875rem;left:69.5rem;overflow:hidden;display:block; }
@media only screen and (max-width: 1199px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 1199px) { #JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS { display:block; }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row .container { width:47.75rem;height:4.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TpZLzX7DNy1fWkhvIC7iOG1g97KQlygR { width:23.8125rem;height:1.8681625rem;top:1.5966796875rem;left:2.375rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO { background-color:#f2f2f2;background-image:none;display:block; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container { background-color: transparent; background-image: none; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container > .video-iframe-container { display: none; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row > .video-iframe-container { display: none; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .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); }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container { width:47.75rem;height:13.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #XRzqhbgTmkAwIve5Sctqw5MvUVcUUvLQ { width:29.625rem;height:4.875rem;top:1.625rem;left:17.3125rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xB73fPh8tDpUvGzezxGffzui4GnylXOC { width:28.125rem;height:3.57421875rem;top:8.625rem;left:17.375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wgTVzyodarXnRUpZTwSs0z9HNi2WOwsC { width:14.625rem;height:12.75rem;top:0.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 1199px) { #nqREpB0eFva1xophl6UPMalfPoRf3M8m { display:block; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container { width:47.75rem;height:8.6875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TW0A6bbAG3AB2G3mW2swl7kKOuuNrqFi { width:4.9375rem;height:5.5625rem;top:1.25rem;left:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aMFLp3tbtqhEOZNzqM57SCTX4FVNt4ZS { width:36.6875rem;height:4.875rem;top:1.90625rem;left:10rem;font-size:1.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 1199px) { #wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 { background-color:#53ab84;background-image:url("https://images.assets-landingi.com/uc/cace035b-22e2-4c17-98ca-17a75f0806db/Group10608.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79.adaptive-delivery-prevent-bg, #wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79.lazyload, #wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79.lazyloading { background-image: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container { background-color: transparent; background-image: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container > .video-iframe-container { display: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row > .video-iframe-container { display: none; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .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); }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container { width:47.75rem;height:53.625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #dP5sQa9Zin2bicRTaSUHygOUrmhctdwh { width:15.8125rem;height:5.5rem;top:0rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #SAfZ4LZsXIIbsbH01ryUEusn3VqL5KyG { width:14.8125rem;height:2.6875rem;top:1.375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 1199px) { #p01I5p6Oc2iDQXDFLKQWMloImIkTZkCI { width:16.4375rem;height:28.125rem;top:15.5rem;left:15.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #yyfQcnUKz4voHcQmgTSMc0Cw0PGM9p4Q { width:36.1875rem;height:4.875rem;top:2.1875rem;left:5.8125rem;font-size:1.875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #TfL3vFvhDS4onwCPmHZqCTHvM07otIuI { width:30.9375rem;height:5.1875rem;top:45.5625rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #D2TTEHwq11Hbp4yXRrpTXqthGpWNMzml { display:block; }
 }@media only screen and (max-width: 1199px) { #UnLZTWEbqSssR4WCmT3XkupATizKzfNN { width:1.875rem;height:1.875rem;top:47.1875rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RcqMO8z0INVn6alLvxg7FuZWZieITy78 { width:7.9375rem;height:4.4375rem;top:25.25rem;left:20.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #FhKIpTRO4AGO942J6uFri9BCtKTOSIXF { width:36.1875rem;height:9.097625rem;top:5rem;left:5.8125rem;font-size:1.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 1199px) { #VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA { display:block; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .row .container { width:47.75rem;height:7.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #g8ZTOSy2yPwIOiEQbOQt6Be4KmO3Jmys { width:40.3125rem;height:3.736325rem;top:1.662109375rem;left:3.71875rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp { display:block; }#UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp > .row .container { width:47.75rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #xTeyMdXIdZm8XxyT9TbcLpZ2OQhRKHGp { width:23.0625rem;height:16.375rem;top:1.1875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #aytbFIGDkpBMH8gacvHZLGrNUbgG0Il9 { width:5.1875rem;height:5.1875rem;top:1.9375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NP2pws6XfJkKqv7XdNtGtkHswfw1SFDB { width:20.0625rem;height:3.0859375rem;top:7.125rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wW1VmmfXx9usZnwXXpkJnlWVBeMq4kuG { width:20.0625rem;height:4.62890625rem;top:10.8125rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #IqGhPWfIT3JWtIO1cC4VoZRoPsTtaKvA { width:23.0625rem;height:16.375rem;top:18.6875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #kQcwmen3LpSUrHTnCqb0uiKgfkRwJyDv { width:20.0625rem;height:1.54296875rem;top:24.625rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qhoM1wzkFiJp0cZgaAomlCHwx1VafTpL { width:5.1875rem;height:5.1875rem;top:19.4375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wXfZNlKERzmqVdTVz3fwFlidgV4F8ghx { width:20.0625rem;height:4.62890625rem;top:28.3125rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #xtLok7Vmt1H6HBqQ72iyPtH4kqsBCHR9 { width:23.0625rem;height:16.375rem;top:36.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vow86RTsZF3bAarUG0nS7Cgapx1gCEOU { width:20.0625rem;height:3.0859375rem;top:45.875rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #cNe4UZ2p7FRpZ7g7f1ZzBfJKxUuPHSJd { width:20.0625rem;height:3.0859375rem;top:42.1875rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #unU9ORwwCA2UB19FWXrragBApTZh8xc4 { width:5.1875rem;height:5.1875rem;top:37rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ { display:block; }#OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ > .row .container { width:47.75rem;height:55.1875rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #EhUnXGtS66kOP8HOy4twFsHdvcqoDI0L { width:23.0625rem;height:16.375rem;top:1.1875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #NyE9ma9FrqocFcDyNlWGblKOBLrkxFVJ { width:5.1875rem;height:5.1875rem;top:1.9375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #qHt6HJIMh4TKDBh7aq0EE0ToiHxFBdpU { width:21.9375rem;height:1.54296875rem;top:7.125rem;left:12.90625rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lKSuyDTgzAOPWTupf1ro7o8nd83kgZNz { width:20.0625rem;height:3.0859375rem;top:10.8125rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #wkG2Elf0L4kbVvH4SePEkKOg0dtnkm16 { width:23.0625rem;height:16.375rem;top:18.6875rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #BdVJlJDz8DLZTddIlXgMvnRiTuTVTCVe { width:20.0625rem;height:1.54296875rem;top:24.625rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Zf1tzyRF0pOzJ2vVOsvK97hfVZcBRmIy { width:5.1875rem;height:5.1875rem;top:19.4375rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oMPsBbXWLbsxp2o8l1Bvf84rqe5CngT7 { width:20.0625rem;height:3.0859375rem;top:28.3125rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #KBsUBEE3m2kMvPenAnaquVebDpZ2ThxP { width:23.0625rem;height:16.375rem;top:36.25rem;left:12.375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MEsEVDqLr4ckl31kxaDlGqGkRSByoWIa { width:20.0625rem;height:3.0859375rem;top:45.875rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rr8Eio4gRAGhXkVTChNi26Brfl4U13kJ { width:20.0625rem;height:3.0859375rem;top:42.1875rem;left:13.875rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #RaztAlboSqVMQdvy81VFi1cDeCnwoBCu { width:5.1875rem;height:5.1875rem;top:37rem;left:21.3125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl { display:block; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .row .container { width:47.75rem;height:8.0625rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #TKZbJhoHg1QUIq4U5rHaoOPiS0TkvBR5 { width:1.875rem;height:1.875rem;top:2.375rem;left:36.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X4yU0l0e1F472Ee0xpQXEUhZK49HSGul { width:30.9375rem;height:5.1875rem;top:0.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #APRo98MffdEHTm5T0zmftqJZvWd2qmO7 { display:block; }
 }@media only screen and (max-width: 1199px) { #SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc { display:block; }#SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc > .row .container { width:47.75rem;height:25.8125rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #RTGOrBL0TtEh12y9JGMowrnFH2xOue7k { width:47.75rem;height:2.11230625rem;top:2.5625rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #X6m2C0H0Vc7f8QeH6hoxflh98iIRKz3S { width:8.1875rem;height:8.1875rem;top:9.4375rem;left:3.875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #T7XCmcOdU3Z2SdX8CWh3wZt6av0PnFQJ { width:12.5rem;height:2.798825rem;top:19.3125rem;left:1.6875rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #ULIEzMbBow1HypWZMPIt6vBhdRCke0Zn { width:8.1875rem;height:8.125rem;top:9.4375rem;left:19.75rem;display:block; }
 }@media only screen and (max-width: 1199px) { #vGs8CSbUhw6R68PKsvZX8rc89e8Ds9Kv { width:12.5rem;height:4.19824375rem;top:19.3125rem;left:17.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #lWW3b5SZ3x6KOAzAL6TeeeP0ri3qCHkn { width:12.5rem;height:1.3994125rem;top:19.3125rem;left:33.5625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #pniWVu5oKhG4QZPt8EtlqiFKvwOlF1cT { width:8.125rem;height:8.125rem;top:9.4375rem;left:35.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #MosVqUq4U6hrmHZXc6GKrbZF1T1kDCE0 { width:14.5rem;height:1.0625rem;top:13.4375rem;left:1.375rem;display:none; }
 }@media only screen and (max-width: 1199px) { #wJy9i9TXTvx1u6IeVuDJyyDJN5JoVg27 { width:14.5rem;height:1.0625rem;top:13.4375rem;left:17.25rem;display:none; }
 }@media only screen and (max-width: 1199px) { #esrn7cAT8PqqaDtgQaBEhf0kxmyp5wPH { width:12.5rem;height:1.29980625rem;top:7.5625rem;left:9.0625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #B6niwy9ML8qlu6Dh66CAd17H07MwxRAt { width:13.0625rem;height:1.29980625rem;top:7.5625rem;left:25.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 1199px) { #uACKPxwyfJfr1dGG05J6UWB4ndED9A2o { width:1.0625rem;height:7.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #DqX6infomViDZe2VOJ6t8pBRVJ0tEOUA { width:1.0625rem;height:7.125rem;display:none; }
 }@media only screen and (max-width: 1199px) { #Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD { display:block; }#Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD > .row .container { width:47.75rem;height:63.75rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #OXZiAVMU8ZbQsRo2Du43CicxKlZ9RbTn { width:47.75rem;height:5.5234375rem;top:2.9375rem;left:0rem;font-size:2.125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #oEGDbCWQS94BxoecZyp08aOJqePxgt8l { width:36.875rem;height:26.0625rem;top:9.8125rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #GQqJgET4RN25XhUSAT4ShT7ftMy5V9DG { width:36.875rem;height:18.1875rem;top:36.4375rem;left:5.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SBWOSSITRPCdhHTf0vcdJ8rz57BI5aGr { width:29.0625rem;height:8.9355625rem;top:38.8125rem;left:6.8125rem;font-size:1.1875rem;display:block; }#SBWOSSITRPCdhHTf0vcdJ8rz57BI5aGr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e34c9387-fc34-48fe-ad5f-45a971823f95/check.png); }
 }@media only screen and (max-width: 1199px) { #FzOdBmFB5N4pXVNO048Pzd9BIhRkc1gB { width:2.9375rem;height:2.875rem;top:49.125rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #SAPfJc0R6nZeIuCEkq7ZPmRuaXm17LGr { width:29rem;height:4.62890625rem;top:49.0625rem;left:11.25rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #rQGbU3TN5JWhVJc0mwfWi5WkZSJaNhVH { width:30.9375rem;height:5.1875rem;top:56.75rem;left:8.4375rem;display:block; }
 }@media only screen and (max-width: 1199px) { #axhlcqkvqEkxAlFLbVcO3tLwNiIctgxa { display:block; }
 }@media only screen and (max-width: 1199px) { #NFDhVmqJ4Tv39AhAAVGARXL5w59P8zso { width:1.875rem;height:1.875rem;top:58.4375rem;left:36.6875rem;display:block; }
 }@media only screen and (max-width: 1199px) { #DB9P01glOMVMIluR4swIXUDUaoeHkSI8 { display:block; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container { width:47.75rem;height:5.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #WXbC2l0EEuIlfx7TFEZnRXRq4wH4U263 { width:42.4375rem;height:2.11230625rem;top:1.912109375rem;left:2.65625rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #bldr688Ozk45wH5As3ESQiIebN1yVzUU { display:block; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .row .container { width:47.75rem;height:9.9375rem;position:relative;display:block; } }@media only screen and (max-width: 1199px) { #emRbINmHWrp9q8JcdpPFgSG4k3zfqKCx { width:12.25rem;height:2.1875rem;top:2.0625rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 1199px) { #WpHZg5rLgIo8uTMyO3WHH8BfUICPKJBv { width:12rem;height:1.0556625rem;top:2.625rem;left:15.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #G3cvbbsLwkMe0qTwcL3xOyvN2v4bPJ1u { width:10rem;height:1.0556625rem;top:2.625rem;left:28.5625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #b67kiJoGcpZvVopquCrpdz8subBlzL5O { width:10.125rem;height:1.0556625rem;top:2.625rem;left:37.625rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 1199px) { #Ea7e107znvJH9TSHg9csa4l8MsKsMbG7 { width:2.4375rem;height:2.4375rem;top:5.6875rem;left:24.5rem;display:block; }
 }@media only screen and (max-width: 1199px) { #AqkFWJ5nOTLDOGeLTqXSyNHfldFXdVEX { width:2.4375rem;height:2.4375rem;top:5.6875rem;left:20.875rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS { display:block; }#JEyELfZxf2fE9d7LMTtzbJeWDQVeD5LS > .row .container { width:20rem;height:3.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TpZLzX7DNy1fWkhvIC7iOG1g97KQlygR { width:18.1875rem;height:1.3808625rem;top:1.3466796875rem;left:0.90625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO { background-color:#f2f2f2;background-image:none;display:block; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container { background-color: transparent; background-image: none; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container > .video-iframe-container { display: none; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row > .video-iframe-container { display: none; }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .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); }#gnCkuaNkZMfgCAkoSx3nZfPuGL5G76FO > .row .container { width:20rem;height:28.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XRzqhbgTmkAwIve5Sctqw5MvUVcUUvLQ { width:18.75rem;height:5.60449375rem;top:1.0625rem;left:0.625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #xB73fPh8tDpUvGzezxGffzui4GnylXOC { width:18.75rem;height:2.923825rem;top:6.6669921875rem;left:0.625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #wgTVzyodarXnRUpZTwSs0z9HNi2WOwsC { width:20rem;height:17.4375rem;top:10.935546875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nqREpB0eFva1xophl6UPMalfPoRf3M8m { display:block; }#nqREpB0eFva1xophl6UPMalfPoRf3M8m > .row .container { width:20rem;height:14.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TW0A6bbAG3AB2G3mW2swl7kKOuuNrqFi { width:4.1875rem;height:4.75rem;top:0.875rem;left:7.90625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aMFLp3tbtqhEOZNzqM57SCTX4FVNt4ZS { width:20rem;height:6.3369375rem;top:6.875rem;left:0rem;font-size:1.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 { display:block; }#wLrdg0KUXgT8LfOBI5ST1sv2V0TnwI79 > .row .container { width:20rem;height:60.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dP5sQa9Zin2bicRTaSUHygOUrmhctdwh { width:15.8125rem;height:5.5rem;top:1.25rem;left:2.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #SAfZ4LZsXIIbsbH01ryUEusn3VqL5KyG { width:14.8125rem;height:2.6875rem;top:1.375rem;left:2.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #p01I5p6Oc2iDQXDFLKQWMloImIkTZkCI { width:17.125rem;height:29.25rem;top:21.5rem;left:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #yyfQcnUKz4voHcQmgTSMc0Cw0PGM9p4Q { width:20rem;height:7.3125rem;top:1.3125rem;left:0rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TfL3vFvhDS4onwCPmHZqCTHvM07otIuI { width:19rem;height:5.1875rem;top:53.375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #D2TTEHwq11Hbp4yXRrpTXqthGpWNMzml { display:block; }
 }@media only screen and (max-width: 763px) { #UnLZTWEbqSssR4WCmT3XkupATizKzfNN { width:1.875rem;height:1.875rem;top:58.6386875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #RcqMO8z0INVn6alLvxg7FuZWZieITy78 { width:7.9375rem;height:4.4375rem;top:33.9375rem;left:6.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #FhKIpTRO4AGO942J6uFri9BCtKTOSIXF { width:20rem;height:12.6738125rem;top:6.9375rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA { display:block; }#VhQ3EZEgFpMyEHH9u1sH4TTt7c0W76TA > .row .container { width:20rem;height:7.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #g8ZTOSy2yPwIOiEQbOQt6Be4KmO3Jmys { width:20rem;height:5.60449375rem;top:1.25rem;left:0rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp { display:block; }#UhLw5pzSrAn0zSEtEKakzWayAuW7HuXp > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #xTeyMdXIdZm8XxyT9TbcLpZ2OQhRKHGp { width:20rem;height:16.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #aytbFIGDkpBMH8gacvHZLGrNUbgG0Il9 { width:4.0625rem;height:4.0625rem;top:2.4375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #NP2pws6XfJkKqv7XdNtGtkHswfw1SFDB { width:20rem;height:2.76171875rem;top:7.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wW1VmmfXx9usZnwXXpkJnlWVBeMq4kuG { width:20rem;height:4.142575rem;top:10.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IqGhPWfIT3JWtIO1cC4VoZRoPsTtaKvA { width:20rem;height:16.375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #kQcwmen3LpSUrHTnCqb0uiKgfkRwJyDv { width:9.1875rem;height:2.76171875rem;top:25.125rem;left:5.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qhoM1wzkFiJp0cZgaAomlCHwx1VafTpL { width:4.0625rem;height:4.0625rem;top:19.6875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #wXfZNlKERzmqVdTVz3fwFlidgV4F8ghx { width:16.625rem;height:4.142575rem;top:28.4375rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xtLok7Vmt1H6HBqQ72iyPtH4kqsBCHR9 { width:20rem;height:16.375rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vow86RTsZF3bAarUG0nS7Cgapx1gCEOU { width:20rem;height:2.76171875rem;top:47.5rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #cNe4UZ2p7FRpZ7g7f1ZzBfJKxUuPHSJd { width:10.5rem;height:4.142575rem;top:42.5625rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #unU9ORwwCA2UB19FWXrragBApTZh8xc4 { width:4.0625rem;height:4.0625rem;top:37.75rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ { display:block; }#OZbRw5FaIkCm8dcvE1KxixPuQ6V7CDlJ > .row .container { width:20rem;height:54.125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EhUnXGtS66kOP8HOy4twFsHdvcqoDI0L { width:20rem;height:16.375rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NyE9ma9FrqocFcDyNlWGblKOBLrkxFVJ { width:4.0625rem;height:4.0625rem;top:2.4375rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHt6HJIMh4TKDBh7aq0EE0ToiHxFBdpU { width:20rem;height:1.3808625rem;top:7.1875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lKSuyDTgzAOPWTupf1ro7o8nd83kgZNz { width:20rem;height:2.76171875rem;top:10.875rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wkG2Elf0L4kbVvH4SePEkKOg0dtnkm16 { width:20rem;height:16.375rem;top:18.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #BdVJlJDz8DLZTddIlXgMvnRiTuTVTCVe { width:9.1875rem;height:2.76171875rem;top:25.125rem;left:5.40625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Zf1tzyRF0pOzJ2vVOsvK97hfVZcBRmIy { width:4.0625rem;height:4.0625rem;top:19.6875rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oMPsBbXWLbsxp2o8l1Bvf84rqe5CngT7 { width:16.625rem;height:4.142575rem;top:28.4375rem;left:1.6875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #KBsUBEE3m2kMvPenAnaquVebDpZ2ThxP { width:20rem;height:16.375rem;top:36.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #MEsEVDqLr4ckl31kxaDlGqGkRSByoWIa { width:20rem;height:2.76171875rem;top:46.125rem;left:0rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rr8Eio4gRAGhXkVTChNi26Brfl4U13kJ { width:10.5rem;height:4.142575rem;top:42.5625rem;left:4.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #RaztAlboSqVMQdvy81VFi1cDeCnwoBCu { width:4.0625rem;height:4.0625rem;top:37.75rem;left:7.96875rem;display:block; }
 }@media only screen and (max-width: 763px) { #b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl { display:block; }#b2TkMrpxv0IkgQirvdguecuAt1q4Rxpl > .row .container { width:20rem;height:8.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #TKZbJhoHg1QUIq4U5rHaoOPiS0TkvBR5 { width:1.875rem;height:1.875rem;top:3.875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #X4yU0l0e1F472Ee0xpQXEUhZK49HSGul { width:19rem;height:5.1875rem;top:1.25rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #APRo98MffdEHTm5T0zmftqJZvWd2qmO7 { display:block; }
 }@media only screen and (max-width: 763px) { #SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc { display:block; }#SS2hIarinyzWCk8wwFdTwf4TD7l5IRtc > .row .container { width:20rem;height:65.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTGOrBL0TtEh12y9JGMowrnFH2xOue7k { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #X6m2C0H0Vc7f8QeH6hoxflh98iIRKz3S { width:8.1875rem;height:8.1875rem;top:7.125rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T7XCmcOdU3Z2SdX8CWh3wZt6av0PnFQJ { width:12.5rem;height:2.798825rem;top:16.5625rem;left:3.5rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #ULIEzMbBow1HypWZMPIt6vBhdRCke0Zn { width:8.1875rem;height:8.125rem;top:29.375rem;left:5.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGs8CSbUhw6R68PKsvZX8rc89e8Ds9Kv { width:16.25rem;height:2.798825rem;top:38.75rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #lWW3b5SZ3x6KOAzAL6TeeeP0ri3qCHkn { width:16.25rem;height:1.3994125rem;top:62.375rem;left:1.625rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #pniWVu5oKhG4QZPt8EtlqiFKvwOlF1cT { width:8.125rem;height:8.125rem;top:53rem;left:5.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MosVqUq4U6hrmHZXc6GKrbZF1T1kDCE0 { width:14.5rem;height:1.0625rem;top:13.4375rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #wJy9i9TXTvx1u6IeVuDJyyDJN5JoVg27 { width:14.5rem;height:1.0625rem;top:13.4375rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #esrn7cAT8PqqaDtgQaBEhf0kxmyp5wPH { width:8.4375rem;height:1.29980625rem;top:22.75rem;left:0.5625rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #B6niwy9ML8qlu6Dh66CAd17H07MwxRAt { width:8.5rem;height:2.5996125rem;top:45.6875rem;left:10.9375rem;font-size:1rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #uACKPxwyfJfr1dGG05J6UWB4ndED9A2o { top:44.25rem;left:9.1875rem;width:1.0625rem;height:7.125rem;z-index:15011;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #DqX6infomViDZe2VOJ6t8pBRVJ0tEOUA { top:21.1875rem;left:9.1875rem;width:1.0625rem;height:7.125rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD { display:block; }#Ua4xAdZZC3JXTc7JExk3PqEmpG7ESBwD > .row .container { width:20rem;height:58.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #OXZiAVMU8ZbQsRo2Du43CicxKlZ9RbTn { width:20rem;height:8.125rem;top:1.25rem;left:0rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #oEGDbCWQS94BxoecZyp08aOJqePxgt8l { width:20rem;height:14.125rem;top:11rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GQqJgET4RN25XhUSAT4ShT7ftMy5V9DG { width:20rem;height:21.3125rem;top:26.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #SBWOSSITRPCdhHTf0vcdJ8rz57BI5aGr { width:18.875rem;height:11.036125rem;top:29rem;left:0.5625rem;font-size:1.0625rem;display:block; }#SBWOSSITRPCdhHTf0vcdJ8rz57BI5aGr li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/e34c9387-fc34-48fe-ad5f-45a971823f95/check.png); }
 }@media only screen and (max-width: 763px) { #FzOdBmFB5N4pXVNO048Pzd9BIhRkc1gB { width:2.9375rem;height:2.875rem;top:41.4375rem;left:0.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SAPfJc0R6nZeIuCEkq7ZPmRuaXm17LGr { width:14.625rem;height:5.5234375rem;top:40.8125rem;left:4.375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rQGbU3TN5JWhVJc0mwfWi5WkZSJaNhVH { width:19rem;height:5.1875rem;top:50.9375rem;left:0.5rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #axhlcqkvqEkxAlFLbVcO3tLwNiIctgxa { display:block; }
 }@media only screen and (max-width: 763px) { #NFDhVmqJ4Tv39AhAAVGARXL5w59P8zso { width:1.875rem;height:1.875rem;top:33.6875rem;left:9.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #DB9P01glOMVMIluR4swIXUDUaoeHkSI8 { display:block; }#DB9P01glOMVMIluR4swIXUDUaoeHkSI8 > .row .container { width:20rem;height:6.4375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WXbC2l0EEuIlfx7TFEZnRXRq4wH4U263 { width:20rem;height:4.2246125rem;top:1.25rem;left:0rem;font-size:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #bldr688Ozk45wH5As3ESQiIebN1yVzUU { display:block; }#bldr688Ozk45wH5As3ESQiIebN1yVzUU > .row .container { width:20rem;height:15.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #emRbINmHWrp9q8JcdpPFgSG4k3zfqKCx { width:14.8125rem;height:2.6875rem;top:1.25rem;left:2.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WpHZg5rLgIo8uTMyO3WHH8BfUICPKJBv { width:15.1875rem;height:1.0556625rem;top:4.5625rem;left:2.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #G3cvbbsLwkMe0qTwcL3xOyvN2v4bPJ1u { width:10rem;height:1.0556625rem;top:6.875rem;left:5.0625rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #b67kiJoGcpZvVopquCrpdz8subBlzL5O { width:15.1875rem;height:1.0556625rem;top:9.1875rem;left:2.4375rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Ea7e107znvJH9TSHg9csa4l8MsKsMbG7 { width:2.4375rem;height:2.4375rem;top:11.3125rem;left:10.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AqkFWJ5nOTLDOGeLTqXSyNHfldFXdVEX { width:2.4375rem;height:2.4375rem;top:11.3125rem;left:7.125rem;display:block; }
 }