.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:211,241,252;--color-primary-1:122,214,245;--color-primary-2:33,187,239;--color-primary-3:25,171,181;--color-primary-4:15,83,156;--color-secondary-0:224,242,217;--color-secondary-1:153,212,128;--color-secondary-2:51,169,0;--color-secondary-3:26,85,0;--color-secondary-4:8,25,0;--color-tertiary-0:255,255,255;--color-tertiary-1:122,214,245;--color-tertiary-2:33,187,239;--color-tertiary-3:15,83,156;--color-tertiary-4:0,0,0;--headlines-font-family:Lato;--paragraphs-font-family:Lato; }@media only screen and (max-width: 763px) {
    [class*="col-"] { width: 100%%; }
}@media only screen and (min-width: 764px) and (max-width: 959px) {
    html {
        width: 960px;
    }
}body { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-right:0;border-bottom:0;border-left:0;position:relative;top:0rem;left:0rem;display:block; }
#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row > .video-iframe-container { display: none; }#Zcc579e32ab7c2c234c287cbcbc03f3a7639f9f1 > .row .container > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/927b62dc-b20b-4737-aae8-cb1d9ad870e6/bgbg1.jpg");background-position:center right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: 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; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { border-width: 0; border-radius: 0; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { font-size:0.875rem;font-family:arial;height:44.6875rem;width:60rem;overflow:visible;position:relative;display:block; }#XbzETwGrCLvFuNL0GtxEMtKNwLh3hZRD { 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:9.4375rem;width:20rem;top:2.625rem;left:34.03125rem;overflow:hidden;display:block; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-form-header { font-size:0.875rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-regular-label { height:auto;display:block;font-family:"open sans";font-size:0.875rem;font-weight:bold;color:rgba(var(--color-tertiary-4),1);width:19.375rem;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;background-color:transparent;background-image:none;vertical-align:top;text-align:left;text-align-last:left; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #888888;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.3125rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-textarea { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;background-color:#ffffff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0.0625rem solid #888888;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:4.375rem;color:rgba(var(--color-tertiary-4),1);font-size:1rem;overflow:hidden;font-family:"open sans";vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select { border-top-left-radius:0.25rem;border-top-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-bottom-right-radius:0.25rem;background-color:#ffffff;background-image:none;border-top:0.0625rem solid #d6d4d4;border-right:0.0625rem solid #d6d4d4;border-bottom:0.0625rem solid #d6d4d4;border-left:0.0625rem solid #d6d4d4;padding-top:0;padding-right:0.3125rem;padding-bottom:0;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;width:19.375rem;box-sizing:border-box;height:2.5rem;color:#161616;font-family:"open sans";font-size:0.875rem;overflow:hidden;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox { width:1rem;height:1rem;box-sizing:border-box;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;padding-top:0.0625rem;padding-right:0.0625rem;padding-bottom:0.0625rem;padding-left:0.0625rem;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-button { border-top-left-radius:3.125rem;border-top-right-radius:3.125rem;border-bottom-left-radius:3.125rem;border-bottom-right-radius:3.125rem;background-color:transparent;background-image: -webkit-linear-gradient(67deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(67deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(67deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(67deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-tertiary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(67deg, rgba(var(--color-tertiary-2),1), rgba(var(--color-secondary-2),1));background-size:initial !important;border-top:0;border-right:0;border-bottom:0;border-left:0;padding-top:0.625rem;padding-right:0.3125rem;padding-bottom:0.625rem;padding-left:0.3125rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;box-sizing:border-box;font-size:1.125rem;font-weight:bold;color:#f2f9ff;width:19.375rem;height:3.9375rem;font-family:"open sans";overflow:hidden; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]:-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]::-moz-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]:-ms-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]::-webkit-input-placeholder { color:rgba(var(--color-tertiary-4),1);font-family:"open sans";font-size:1rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-checkbox-label { display:inline-block;*zoom:1;*display:inline;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;height:auto;font-family:"open sans";line-height:1;font-size:0.75rem;font-weight:700;color:rgba(var(--color-tertiary-4),0.5);vertical-align:top;width:18.125rem;overflow:hidden;font-style:normal;float:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-radio { display:inline-block;*zoom:1;*display:inline;clear:left;width:0.8125rem;height:0.8125rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0.1875rem;vertical-align:middle; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-radio-label { display:inline;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;box-sizing:border-box;height:1.125rem;vertical-align:middle;font-family:"open sans";font-size:0.75rem;font-weight:300;color:#161616;overflow:hidden;font-style:normal;line-height:1.3;float:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-container { padding-top:0.625rem;padding-right:0;padding-bottom:0.625rem;padding-left:0;width:100%;font-size:0;height:auto; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-container:first-of-type{padding-top:0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-container:last-of-type{padding-bottom:0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd  { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.17) ;position:absolute;top:15.5rem;left:4.9375rem;font-size:0.875rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .radio-container { margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;width:19.375rem;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-info-text { display:block;height:auto;font-family:"open sans";font-size:0.75rem;line-height:1.3;font-weight:300;color:rgba(var(--color-tertiary-4),1);vertical-align:top;overflow:hidden;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd {display:block;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd { background-color:rgba(var(--color-tertiary-0),1);background-image:none;padding-top:1.25rem;padding-right:1.25rem;padding-bottom:1.25rem;padding-left:1.25rem;width:19.375rem;height:auto;border-top:0;border-left:0;border-right:0;border-bottom:0;z-index:15006;border-top-left-radius:0.625rem;border-top-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-bottom-right-radius:0.625rem;box-shadow: 0rem 0rem 0.75rem rgba(var(--color-tertiary-4),0.17) ;position:absolute;top:15.5rem;left:4.9375rem;font-size:0.875rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Z9eaSiPcC4FESC05GPNI9F605P8ca2kA { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Uc7PB7prmWvcA3toWX8ySfI7vxsu8UkC { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #GIVKczGbigrzwUyeEb0i1KVmtPGhpIs5 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #tlw5BmTIoJ5EiIhRseZTPAd9smetSHU3 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #nvuWZE61HROwuNrotFWD0mptmimkoO5y { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #G81ZtS6IheLr6ZNdiCdyIKGbozhyb5EE { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hM5BfZ0m3MvhGgZxdozmJDXpDZARqbT8 { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xkWM4GOTsBJuqTcntQBNKDJ8ku1DTDNa { position:relative;display:none; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #yzFA8NAUMoqriU98qE4sJ1NKw6s7Ndzo { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hnD1fQPHMCgnOTRCDTdKgSux6CeSgO5N { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #uzhXxO3pSqN5kco9tdMDag61QtAdEpJD { position:relative;display:block; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #q5A64agM29tIerqb2JI3s3ZuLPMBcJhh { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #POrQVIOCfzTfes216sdBBifiLQA6yAey { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #MH6SpqkHdrr8PXJuLfnKPHWfzVrbuZwK { position:relative;z-index:2; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ZL2dkeSNRSOT6hqT9amF79uMgdVcQNJR { position:relative; }
#qGWndkNdoFwxdrC6xtQVpm6R107ECi5i { position:relative;display:block; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n { position:relative; }
#VOD7CtBn7fTheSATQnLGoSKHHxlZIofL { 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:1.875rem;width:17.8125rem;top:15.5rem;left:35.125rem;overflow:hidden;display:block; }
#unGdGkSVBTqJd0DuoEusd0TIOaHSlaSy { 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:17.5rem;width:16.875rem;top:2.625rem;left:7.4375rem;overflow:hidden;display:block; }
#AgU0UuPJVv3Vn5N2MrBXTcEOQtUbUURk { 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:17.5rem;width:16.875rem;top:27.75rem;left:7.4375rem;display:block; }
#VdSmrywWkHIb5SuIbtCWNz83nNBN4wct { color:rgba(var(--color-tertiary-0),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:13.75rem;left:9.625rem;height:1.3rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { position:relative;display:block; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { background-color: transparent; background-image: none; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container > .video-iframe-container { display: none; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row > .video-iframe-container { display: none; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .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); }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { border-width: 0; border-radius: 0; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:none;font-size:0.875rem;font-family:arial;height:49.625rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;position:relative;display:block; }#EK0CF6uscRX6fMQnmTLz5vOc463gRkVH { color:rgba(var(--color-tertiary-3),1);display:block;width:27.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:3.6875rem;left:2.25rem;height:5.84765625rem;font-style:normal;display:block; }
#WguBxkLnVDcXBnbQhTdhUgeU2Ppy9hLU { color:rgba(var(--color-tertiary-3),1);display:block;width:27.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:11.625rem;left:2.1875rem;height:;font-style:normal;overflow:hidden;text-align:left;text-align-last:left;display:block; }#WguBxkLnVDcXBnbQhTdhUgeU2Ppy9hLU li:not(:first-child){ padding-top:1.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#WguBxkLnVDcXBnbQhTdhUgeU2Ppy9hLU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d6199341-cf11-4cd7-8c50-6f9af7205060/bulletgreen.svg); }
#cGPn3cW6AJGrJTGikDEf765M5vImgO3A { 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:4.5625rem;width:4.375rem;top:5.3125rem;left:34.875rem;overflow:hidden;display:block; }
#meGZCEQRRkwSuzn2HIfit9LfwheTCQpw { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:6.5625rem;left:40.5625rem;height:1.7068125rem;font-style:normal;display:block; }
#p8TpplXHikKuU8BRgLOdK894e00kTye4 { position:absolute;display:block;z-index:15004;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:4.4375rem;width:4.375rem;top:12.3125rem;left:34.875rem;overflow:hidden;display:block; }
#Gc0GKMTGwAB4Nis7UysxIWZAKczsEXco { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.5625rem;left:40.5625rem;height:1.7068125rem;font-style:normal;display:block; }
#swOEbHrlTbITyrUtTUPh4devkutG7kns { 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:4.375rem;width:4.375rem;top:19.625rem;left:34.875rem;overflow:hidden;display:block; }
#G0cig7qiNh3JLB0QxuGlB8WXfv5imo1U { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:20.875rem;left:40.5625rem;height:1.7068125rem;font-style:normal;display:block; }
#q5lS1aDELhTSQTG5fKPxa4EJEuWu7zEU { 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:4.125rem;width:4.375rem;top:26.6875rem;left:34.875rem;overflow:hidden;display:block; }
#H9J3IK3O5rnFDPKRSGEiEOAnAa1SilOL { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:27.9375rem;left:40.5625rem;height:1.7068125rem;font-style:normal;display:block; }
#KPIrefeSSJvnzLBODhVbWNaoas8DalrJ { position:absolute;display:block;z-index:15010;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:4.125rem;width:4.125rem;top:33.625rem;left:34.875rem;overflow:hidden;display:block; }
#x56MB1ynoAtZdbVfObxurDHD7c0q2G8Z { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:34.875rem;left:40.5625rem;height:1.70605625rem;font-style:normal;display:block; }
#JHECblZl1AuH99mLTDCSadTQeas6bPP8 { color:rgba(var(--color-tertiary-2),1);display:block;width:16.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.3125rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:41.875rem;left:40.5625rem;height:1.7068125rem;font-style:normal;display:block; }
#OFUgI6JEJ9reU6MQTdC0zoKmWXpM63UI { position:absolute;display:block;z-index:15012;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:4rem;width:4rem;top:40.625rem;left:34.875rem;overflow:hidden;display:block; }
#QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx { position:relative;display:block; }#QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx { background-color: transparent; background-image: none; }#QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx > .row .container > .video-iframe-container { display: none; }#QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx > .row > .video-iframe-container { display: none; }#QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx > .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); }#QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx { border-width: 0; border-radius: 0; }#QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx > .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; }#QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx > .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:31.6875rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#yTtAIMmeKT4rEelalRpRvsxsqmdPfTtD { color:rgba(var(--color-tertiary-2),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:400;z-index:15001;line-height:1.3;letter-spacing:0;top:17.375rem;left:4.3125rem;height:3.25rem;font-style:normal;display:block; }
#O447VfRmPQqfsC93vElX8rA6optIOdCR { color:rgba(var(--color-tertiary-3),1);display:block;width:24.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:10.875rem;left:2.125rem;height:3.25rem;font-style:normal;display:block; }
#NSK9PUMT3Wyvo0HHqeBHMu8md3VkiiTe { color:rgba(var(--color-tertiary-3),1);display:block;width:13.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:7.33203125rem;left:2.125rem;height:2.2744125rem;font-style:normal;display:block; }
#Qei1isGiEAkEGpNee9zvTcxQRagA3uXb { color:rgba(var(--color-tertiary-3),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.375rem;left:1.5rem;height:2.76171875rem;font-style:normal;display:block; }
#TTz2aBesoHXemRUx0otbwqAvfMUGLaJd { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:10.5625rem;top:2rem;left:1.3125rem;display:block; }
#rPloP7ArgzDy7590bBZIsR3RHIQ3xiNe { color:rgba(var(--color-tertiary-3),1);display:block;width:12.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15014;line-height:1.3;letter-spacing:0;top:19.5625rem;left:45.125rem;height:1.7875rem;font-style:normal;display:block; }
#N0IPrrco4iuBxf2wnm0ryEBdsx4qUJ8z { color:rgba(var(--color-tertiary-3),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15015;line-height:1.3;letter-spacing:0;top:19.5rem;left:31.1875rem;height:3.575rem;font-style:normal;display:block; }
#RJWkSvvAaEIW17RvDszuuv4ddnhZDzMT { color:#6e7072;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15016;line-height:1.5;letter-spacing:0;top:23.875rem;left:31.1875rem;height:4.875rem;font-style:normal;display:block; }
#fcsgtnuszSMff3TMfxzhc9FFxFUIheRS { color:#6e7072;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15017;line-height:1.5;letter-spacing:0;top:23.875rem;left:45.34375rem;height:2.4375rem;font-style:normal;display:block; }
#v9E4rKTKOZwoIWqp9Q2yLydWkTB7TW4M { background-color:transparent;background-image: -webkit-linear-gradient(79deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(79deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(79deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(79deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(79deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15018;text-align:center;text-align-last:center;top:24.59375rem;left:4.3125rem;display:block; }
#rw0XoWLvXUc42mKk9m7VJzzkJZD2ZAsJ { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ihzeK7PpN7gTGlgi3BC8ngQfOUXqyk64 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-2),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-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:0.25rem;top:7.53125rem;left:1.3125rem;display:block; }
#N5oJ7odPdIOWASh6MdarVvKM5QCpP3wl { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.9375rem;top:17.8125rem;left:1.3125rem;display:block; }
#GcSQnrCoQ4TgZ52JXvQzgIERlS6aABJ0 { position:absolute;display:block;z-index:15022;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.9375rem;width:0.9375rem;top:19.4375rem;left:1.3125rem;display:block; }
#n4zGUBvLUFIpkllBkQprOihvonEeFJp4 { position:absolute;display:block;z-index:15024;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:15.125rem;width:12.375rem;top:3.6875rem;left:30.0625rem;overflow:hidden;display:block; }
#s2tHoBDMV5IhlVD094FNkDKmNy78hRXz { position:absolute;display:block;z-index:15025;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:15.125rem;width:12.5625rem;top:3.6875rem;left:45.0625rem;overflow:hidden;display:block; }
#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-0),1);background-image:url("https://images.assets-landingi.com/uc/992e308d-636a-49a1-a0cc-c075a8473d20/DAVINCI_1.jpg");background-position:center left !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;position:relative;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb.adaptive-delivery-prevent-bg, #RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb.lazyload, #RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb.lazyloading { background-image: none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { background-color: transparent; background-image: none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container > .video-iframe-container { display: none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row > .video-iframe-container { display: none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .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); }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { border-width: 0; border-radius: 0; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { font-size:0.875rem;font-family:arial;height:52.5rem;width:60rem;position:relative;display:block; }#isZfQqUfkelURt8lERp33mbZpqObU6IZ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.625rem;left:25rem;height:7.875rem;font-style:normal;display:block; }
#vDMJixcStQBS4iN7o1F89ins5OLPRmNo { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.1875rem;left:25rem;height:1.875rem;font-style:normal;display:block; }
#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.1875rem;left:25rem;height:9.21875rem;font-style:normal;display:block; }#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s li:before{  }
#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:38.4375rem;left:25rem;height:7.3125rem;font-style:normal;display:block; }#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk li:before{  }
#cZ9T4AAFaXRplzBD9SDutw1VJJLHeppZ { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:34.9375rem;left:25rem;height:1.875rem;font-style:normal;display:block; }
#LGgc3BQFaMf6tTcl0Sb8imhEyu4xnLaI { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-tertiary-4),0.65);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:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;box-shadow: none;height:52.5rem;width:29.8125rem;top:0rem;left:21.4375rem;display:block; }
#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 { position:relative;display:none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 { border-width: 0; border-radius: 0; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .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; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#ySMw7h8bCd20mAmKZId2dkPfKLCEDdvR { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.625rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:7.625rem;left:25rem;height:7.875rem;font-style:normal;display:none; }
#XltMpNAHA8HUA5OWmZqMxVLIykG1ye5f { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:19.1875rem;left:25rem;height:1.875rem;font-style:normal;display:none; }
#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15007;line-height:1.5;letter-spacing:0;top:22.1875rem;left:25rem;height:9.21875rem;font-style:normal;display:none; }#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP li:before{  }
#ZcVZT2xls2SobsuTeT2U6UpBEDluKrlt { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:34.9375rem;left:25rem;height:1.875rem;font-style:normal;display:none; }
#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:400;z-index:15008;line-height:1.5;letter-spacing:0;top:38.4375rem;left:25rem;height:7.3125rem;font-style:normal;display:none; }#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn li:before{  }
#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 { position:relative;display:none; }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 { border-width: 0; border-radius: 0; }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 > .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; }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 > .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:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:none; }#RAXDbRgQHctzvO92rSIdK8cyHo6C9RfK { position:absolute;display:block;z-index:15014;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:38.3125rem;width:38.3125rem;top:7.63671875rem;left:10.84375rem;overflow:hidden;display:none; }
#rr5Mz8kBIhNzb1AqdWrWOEWTztwOPBrK { color:rgba(var(--color-tertiary-3),1);display:block;width:28.5625rem;position:absolute;font-family:var(--headlines-font-family);font-size:2.125rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:2.75rem;height:2.76171875rem;font-style:normal;display:none; }
#ehqfPdR3Hpo7LrCugK1c5z9JStCzCO94 { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:10.5625rem;top:1.125rem;left:2.5625rem;display:none; }
#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { position:relative;display:block; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { background-color: transparent; background-image: none; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container > .video-iframe-container { display: none; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row > .video-iframe-container { display: none; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .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); }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { border-width: 0; border-radius: 0; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .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; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .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:90.4375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#QcSwV9Veqh7WfM9zsXi60QgiT5PD7ykL { position:absolute;display:block;z-index:15014;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:38.3125rem;width:38.3125rem;top:7.63671875rem;left:10.84375rem;overflow:hidden;display:block; }
#WvGVBPbtDCfAeFM1yHVhiO1RvRf0cEWn { color:rgba(var(--color-tertiary-3),1);display:block;width:28.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.4375rem;left:0.1875rem;height:2.275rem;font-style:normal;display:block; }
#PdyPgP4OZZb72Q0EaSIKwwZfzaSxzoUt { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:10.5625rem;top:1.0625rem;left:0rem;display:block; }
#QzA3nusZ71dU6Xkq5a67y7WnilAsTk5s { 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:51.0625rem;width:60rem;top:38.9375rem;left:0rem;overflow:hidden;display:block; }
#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { position:relative;display:block; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { background-color: transparent; background-image: none; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container > .video-iframe-container { display: none; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row > .video-iframe-container { display: none; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .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); }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { border-width: 0; border-radius: 0; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .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; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .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:135.9375rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#DsvPdRGgRJZTNk0FCynHSVE5TcCkhC8T { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15002;line-height:1.3;letter-spacing:0;top:1.5rem;left:0.1875rem;height:2.03125rem;font-style:normal;display:block; }
#bUVxAMTMSewgVb05QFsLO33IgLplZAsC { color:rgba(var(--color-tertiary-3),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:9.125rem;left:14.0625rem;height:2.03125rem;font-style:normal;display:block; }
#JZKT3dxWTT2EKmFBAEhlIvX72ibyT9wO { color:rgba(var(--color-tertiary-3),1);display:block;width:19.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.125rem;left:10.1875rem;height:2.03125rem;font-style:normal;display:block; }
#rC8u96XTN6wT5VZuphgNpb9TKSC9TdDZ { color:rgba(var(--color-tertiary-3),1);display:block;width:23rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:17.125rem;left:15.3125rem;height:2.03125rem;font-style:normal;display:block; }
#qEbtsL2DrSo7hC9VqMlqboiUxNpZEREb { color:rgba(var(--color-tertiary-3),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:9.125rem;left:39.875rem;height:2.03125rem;font-style:normal;display:block; }
#ziihRTdfo0F0PBtOuNUInWbNWmic7BPd { color:rgba(var(--color-tertiary-3),1);display:block;width:3.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:13.125rem;left:36.3125rem;height:2.03125rem;font-style:normal;display:block; }
#DPRh94NPU8uBmF3Lr6GO9PTeoCJHIcLM { color:rgba(var(--color-tertiary-3),1);display:block;width:3.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:17.125rem;left:43.5rem;height:2.03125rem;font-style:normal;display:block; }
#IpfJHzneUmBq09hR97V7CoLttSPTxcfe { color:rgba(var(--color-tertiary-2),1);display:block;width:3.25rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:7.125rem;left:35.3125rem;height:6.0125rem;font-style:normal;display:block; }
#up99spKTFV7h1sm91xoPZIh0Qc2nNaQ5 { color:rgba(var(--color-tertiary-2),1);display:block;width:6.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:11.1875rem;left:29.5rem;height:6.0125rem;font-style:normal;display:block; }
#zedm7gM3lZpvPiSmmvBANxhFga6EJxHG { color:rgba(var(--color-tertiary-2),1);display:block;width:4.0625rem;position:absolute;font-family:var(--headlines-font-family);font-size:4.625rem;font-weight:700;z-index:15006;line-height:1.3;letter-spacing:0;top:15.1875rem;left:36.6875rem;height:6.0125rem;font-style:normal;display:block; }
#Thtid1CHCusrZKF58uzpVHJwXu7Nglef { 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:15.125rem;width:20.6875rem;top:23.75rem;left:11.375rem;overflow:hidden;display:block; }
#fM6F9dSpIQ0smCZo9X5xEwrM4rpHhPTs { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:27.9375rem;left:30.5rem;height:2.03125rem;font-style:normal;display:block; }
#I9oudFObLTodv4N8VTWzkFoWkv6lwprP { color:rgba(var(--color-tertiary-3),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15008;line-height:1.3;letter-spacing:0;top:30.5625rem;left:31.4375rem;height:3.548825rem;font-style:normal;overflow:hidden;display:block; }#I9oudFObLTodv4N8VTWzkFoWkv6lwprP li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#I9oudFObLTodv4N8VTWzkFoWkv6lwprP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d6199341-cf11-4cd7-8c50-6f9af7205060/bulletgreen.svg); }
#ai7eMsu1QmwP7neAoB83E999ZdW8AB0i { position:absolute;display:block;z-index:15010;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:13.25rem;width:35.0625rem;top:42.25rem;left:21rem;overflow:hidden;display:block; }
#ROZOTFUDnB5Hxz1wKgHSfGfeywVe1t17 { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15009;line-height:1.3;letter-spacing:0;top:44.1875rem;left:6.125rem;height:2.03125rem;font-style:normal;display:block; }
#ExnWIghmapVswZp8wqOveoD4TXdrdF07 { color:rgba(var(--color-tertiary-3),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:48.25rem;left:6.3125rem;height:3.548825rem;font-style:normal;overflow:hidden;display:block; }#ExnWIghmapVswZp8wqOveoD4TXdrdF07 li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#ExnWIghmapVswZp8wqOveoD4TXdrdF07 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d6199341-cf11-4cd7-8c50-6f9af7205060/bulletgreen.svg); }
#k4vya8hrlsapesaSwN56mqTwNwMe95vT { color:rgba(var(--color-tertiary-3),1);display:block;width:20.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.3;letter-spacing:0;top:46.25rem;left:6.125rem;height:1.462675rem;font-style:normal;display:block; }
#C1G0mr8RH2albUyO0ENVELzw2nkXm0XE { position:absolute;display:block;z-index:15011;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.3125rem;width:27.0625rem;top:64.125rem;left:11.375rem;overflow:hidden;display:block; }
#rPvB6uGZuf6HzEsL9qvEmTlAU32f1ZXQ { color:rgba(var(--color-tertiary-3),1);display:block;width:13.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15012;line-height:1.3;letter-spacing:0;top:59.125rem;left:30.625rem;height:2.03125rem;font-style:normal;display:block; }
#SRo3TFIpdVLO6zuopBZSBzGQ27ytChzh { color:rgba(var(--color-tertiary-3),1);display:block;width:20.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15013;line-height:1.3;letter-spacing:0;top:62.1875rem;left:30.625rem;height:5.01074375rem;font-style:normal;overflow:hidden;display:block; }#SRo3TFIpdVLO6zuopBZSBzGQ27ytChzh li:not(:first-child){ padding-top:0.625rem;padding-right:0;padding-bottom:0;padding-left:0; }#SRo3TFIpdVLO6zuopBZSBzGQ27ytChzh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d6199341-cf11-4cd7-8c50-6f9af7205060/bulletgreen.svg); }
#VJQnInyLyPMIp7TDloC1aRLUBWeFJCwK { position:absolute;display:block;z-index:15005;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:10.5625rem;top:1.25rem;left:0rem;display:block; }
#nhMRkkgQQPNTMTHJUcim8oZVnuab494C { color:rgba(var(--color-tertiary-2),1);display:block;width:7.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:1.5rem;left:16.9375rem;height:2.03125rem;font-style:normal;display:block; }
#ghScunLBzNwEnnqTq5AlzctwhWSHay8N { position:absolute;display:block;z-index:15014;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.125rem;width:28.75rem;top:114.31097793579rem;left:15.625003814698rem;display:block; }
#nJ7OIvrKfnTNOMyl6AOchx5a7fuuxw1Q { position:absolute;display:block;z-index:15019;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16rem;width:28.75rem;top:77.75rem;left:0rem;display:block; }
#GsZ1kdxKZuTHuKDmDRzzG08WxKbJ8TX5 { position:absolute;display:block;z-index:15020;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.0625rem;width:28.75rem;top:77.75rem;left:31.25rem;display:block; }
#ZvhDoMLn29D9z6PJT2LHWzAiZ8Vilssb { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.125rem;width:28.75rem;top:95.9375rem;left:31.25rem;display:block; }
#Q0RwEqTUP7uE1bsC0ebyPTuSEKrhXAU3 { position:absolute;display:block;z-index:15022;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:16.125rem;width:28.75rem;top:95.9375rem;left:0rem;display:block; }
#lANRgFTxTbd7d7PcTzayziobTOByhGZe { position:relative;display:block; }#lANRgFTxTbd7d7PcTzayziobTOByhGZe { background-color: transparent; background-image: none; }#lANRgFTxTbd7d7PcTzayziobTOByhGZe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lANRgFTxTbd7d7PcTzayziobTOByhGZe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lANRgFTxTbd7d7PcTzayziobTOByhGZe > .row .container > .video-iframe-container { display: none; }#lANRgFTxTbd7d7PcTzayziobTOByhGZe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#lANRgFTxTbd7d7PcTzayziobTOByhGZe > .row > .video-iframe-container { display: none; }#lANRgFTxTbd7d7PcTzayziobTOByhGZe > .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); }#lANRgFTxTbd7d7PcTzayziobTOByhGZe { border-width: 0; border-radius: 0; }#lANRgFTxTbd7d7PcTzayziobTOByhGZe > .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; }#lANRgFTxTbd7d7PcTzayziobTOByhGZe > .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:59.25rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#pioK0uDCATxOW6LyUgTpB9DagZS6VZQK { color:rgba(var(--color-tertiary-3),1);display:block;width:27.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:1.5rem;left:0.1875rem;height:2.03125rem;font-style:normal;display:block; }
#wMNyoGRVP37HUaJxvhM4Qx9pGs0TIQz0 { position:absolute;display:block;z-index:15007;background-color:rgba(var(--color-primary-2),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.25rem;width:10.5625rem;top:1.25rem;left:0rem;display:block; }
#JGEHsBVR41estn9PeJ2LaJPzPh87vZND { box-sizing:content-box;height:23.75rem;width:58.125rem;position:absolute;display:block;z-index:15009;background-color:transparent;background-image: -webkit-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -moz-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -ms-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-image: -o-linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-primary-2),1)', endColorstr='rgba(var(--color-secondary-2),1)' );";background-image: linear-gradient(165deg, rgba(var(--color-primary-2),1), rgba(var(--color-secondary-2),1));background-size:auto !important;top:29.3125rem;left:0.9375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#lOoJJ9Ac6VLlGbX4lAETwk2Zg8OTTDG1 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15014;line-height:1.5;letter-spacing:0;top:34.125rem;left:2.625rem;height:17.0625rem;font-style:italic;display:block; }
#Dy4CoC4XA4EeFZFut9vbIBQ80oG2THMc { color:rgba(var(--color-tertiary-0),1);display:block;width:8.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15010;line-height:1.5;letter-spacing:0;top:31.25rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }
#S8mBPQnsht0inxkpNDP2aVcRwRfWb1pw { box-sizing:content-box;height:18.5625rem;width:58.1875rem;position:absolute;display:block;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(160deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(160deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(160deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(160deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(160deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;top:7.4375rem;left:0.9375rem;border-top-right-radius:1.5rem;border-bottom-right-radius:1.5rem;border-bottom-left-radius:1.5rem;border-top-left-radius:1.5rem;display:block; }
#Axaxt8WKAqKglWl82KTkn7ntlinOTB1p { color:rgba(var(--color-tertiary-0),1);display:block;width:54.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:400;z-index:15011;line-height:1.5;letter-spacing:0;top:12.25rem;left:2.625rem;height:11.8125rem;font-style:italic;display:block; }
#L8s2Ca3wqMwHsPzTOuOfD1r5nTzR5h2W { color:rgba(var(--color-tertiary-0),1);display:block;width:7.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:9.375rem;left:2.625rem;height:1.6875rem;font-style:normal;display:block; }
#WRqb5u3rq7kWv43mDvRsSScurv30tbuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { background-color: transparent; background-image: none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container > .video-iframe-container { display: none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row > .video-iframe-container { display: none; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .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); }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { border-width: 0; border-radius: 0; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { font-size:0.875rem;font-family:arial;height:12.1875rem;width:60rem;position:relative;display:block; }#sr98qMSFM8nmfhE7TT2KZynr60dxWi1k { 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.8125rem;width:16.7480625rem;top:2.1875rem;left:20.25rem;overflow:hidden;display:block; }
#oKWblhiApwpKqFJ2dFLVvCXwesPpKG28 { 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:1.875rem;width:17.8125rem;top:5.1875rem;left:39.0625rem;overflow:hidden;display:block; }
#iBL01t84a6G5STXi9buaXW1bc4zxPQdk { position:absolute;display:block;z-index:15039;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.8125rem;width:13.1875rem;top:2.1875rem;left:3.125rem;overflow:hidden;display:block; }
#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { position:relative;display:block; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { background-color: transparent; background-image: none; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container > .video-iframe-container { display: none; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row > .video-iframe-container { display: none; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .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); }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { border-width: 0; border-radius: 0; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .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; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .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.125rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#UOe32zHDI3Xk5n5mIiSRdaTsfXwh89ua { color:rgba(var(--color-tertiary-3),1);display:block;width:32.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15016;line-height:1.3;letter-spacing:0;top:11.375rem;left:13.9375rem;height:2.76171875rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#aqHG5QfA5mZgHbM3h3AxW3RVo4JBtuXz { background-color:transparent;background-image: -webkit-linear-gradient(79deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -moz-linear-gradient(79deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -ms-linear-gradient(79deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-image: -o-linear-gradient(79deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(var(--color-secondary-2),1)', endColorstr='rgba(var(--color-primary-2),1)' );";background-image: linear-gradient(79deg, rgba(var(--color-secondary-2),1), rgba(var(--color-primary-2),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.4375rem;border-top-right-radius:1.4375rem;border-bottom-left-radius:1.4375rem;border-bottom-right-radius:1.4375rem;box-shadow: none;box-sizing:border-box;color:rgba(var(--color-tertiary-0),1);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.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:17.5rem;height:3.4375rem;text-decoration:none;z-index:15019;text-align:center;text-align-last:center;top:4.1875rem;left:21.25rem;display:block; }
#bJR1iR2POAWAW85NNvuCLtiiwTS0TAR9 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#yep8UuOb1IOITgbMIPm6zQ7ebQBfKHg9 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-tertiary-3),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:none; }#yep8UuOb1IOITgbMIPm6zQ7ebQBfKHg9 > .row .container { border-width: 0; border-radius: 0; }#yep8UuOb1IOITgbMIPm6zQ7ebQBfKHg9 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#yep8UuOb1IOITgbMIPm6zQ7ebQBfKHg9 > .row .container { font-size:0.875rem;font-family:arial;height:24.875rem;width:60rem;position:relative;display:none; }#D9E9RlFQog1brX9dK1lIHH91p5POLKnV { position:absolute;display:block;z-index:15039;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.625rem;width:14.5rem;top:4.40625rem;left:0rem;overflow:hidden;display:block; }
#DZyvkIy2wrXkE5oBNWIEwgOQuI46yLfy { box-sizing:content-box;color:rgba(var(--color-tertiary-0),1);font-size:1.75rem;font-weight:400;line-height:1;height:2.5rem;width:2.5rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:block;z-index:15054;top:8.75rem;left:20.375rem;display:block; }
#UZMoATEoXnIA83STmxPs2kTN7GM5kse5 { color:rgba(var(--color-tertiary-0),1);display:block;width:8.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.75rem;font-weight:700;z-index:15020;line-height:1.3;letter-spacing:0;top:3.1875rem;left:20.375rem;height:2.2744125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#S44hIuHwCXKK77rAlzPALBT1tnfmxzTh { box-sizing:content-box;height:0.3125rem;width:15.9375rem;position:absolute;display:block;z-index:15018;background-color:rgba(var(--color-primary-3),1);background-image:none;top:6.4375rem;left:20.4375rem;border-top-right-radius:1.5625rem;border-bottom-right-radius:1.5625rem;border-bottom-left-radius:1.5625rem;border-top-left-radius:1.5625rem;display:block; }
#MUXX6BxfUSAfVfvEZPLhBneqwyu7iiC5 { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:9.25rem;left:23.3125rem;height:1.462675rem;font-style:normal;display:block; }
#y5cMRKVo8pPdwTNuSrkueNhh7AVAdEzy { color:rgba(var(--color-tertiary-0),1);display:block;width:16rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15063;line-height:1.3;letter-spacing:0;top:12rem;left:23.4375rem;height:2.2721375rem;font-style:normal;display:block; }
#J6a0a1HFFy8T7LUgTnlGQ8B055bX8nNF { color:#ca7d9a;display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15035;line-height:1.3;letter-spacing:0;top:18.5rem;left:5.5rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#zf2QUKhTncA7el7FiToc1cRMlPocHBa6 { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15036;line-height:1.3;letter-spacing:0;top:18.5rem;left:23.5625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Z9HyZsiEcAm3QJHyTGbsr8QEmWeriG84 { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18.6875rem;left:21.875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#Tf74L6v6P05JVdqMwA4T18SJIClG1S2o { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:700;z-index:15037;line-height:1.3;letter-spacing:0;top:18.5rem;left:42.0625rem;height:1.2999125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#lL43nOw9pTgJKkbX2TWBOAv8545kftdX { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18.6875rem;left:39.875rem;border-top-right-radius:0.375rem;border-bottom-right-radius:0.375rem;border-bottom-left-radius:0.375rem;border-top-left-radius:0.375rem;display:block; }
#RQ3L8nARoTPuASsvpkiKPrmdUeycfCUd { position:absolute;display:block;z-index:15065;height:11.5625rem;width:17.5rem;top:2.9375rem;left:42.5rem;display:block; }
#fr1nANTy93IDUCITMrPNs1WdAvnuGHxH { color:rgba(var(--color-tertiary-0),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.75rem;font-weight:700;z-index:15038;line-height:1.3;letter-spacing:0;top:21.375rem;left:15.875rem;height:0.97439375rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#mFddZkpdpV5n0IE4XORKG43iKNORJNsb { position:relative;display:block; }#mFddZkpdpV5n0IE4XORKG43iKNORJNsb { background-color: transparent; background-image: none; }#mFddZkpdpV5n0IE4XORKG43iKNORJNsb::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFddZkpdpV5n0IE4XORKG43iKNORJNsb > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFddZkpdpV5n0IE4XORKG43iKNORJNsb > .row .container > .video-iframe-container { display: none; }#mFddZkpdpV5n0IE4XORKG43iKNORJNsb > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#mFddZkpdpV5n0IE4XORKG43iKNORJNsb > .row > .video-iframe-container { display: none; }#mFddZkpdpV5n0IE4XORKG43iKNORJNsb > .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); }#mFddZkpdpV5n0IE4XORKG43iKNORJNsb { border-width: 0; border-radius: 0; }#mFddZkpdpV5n0IE4XORKG43iKNORJNsb > .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; }#mFddZkpdpV5n0IE4XORKG43iKNORJNsb > .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.75rem;width:60rem;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;position:relative;display:block; }#CdKmi68O7d6VuQWLQSVDBrgCvQPEBpXV { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15004;line-height:1.3;letter-spacing:0;top:2rem;left:7.0625rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#CI0fyNaPscVTKbPdt3qx87fEVepAePfA { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15005;line-height:1.3;letter-spacing:0;top:2.0625rem;left:23.875rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#JyxWI8w1DhL1XB3hiH5q4NmmsBLuguGu { color:rgba(var(--color-tertiary-4),1);display:block;width:28.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15007;line-height:1.3;letter-spacing:0;top:5.9375rem;left:15.875rem;height:1.3rem;display:block; }
#HQOfhypudISRTCwElFfheECnTddRdApf { color:rgba(var(--color-tertiary-4),1);display:block;width:12.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1rem;font-weight:normal;z-index:15006;line-height:1.3;letter-spacing:0;top:2rem;left:40.5rem;height:1.3rem;text-align:center;text-align-last:center;display:block; }
#f5c1zEyh5lN6o8UyuwPgq0wvvpJTSzOM { position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),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-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:0.3125rem;width:60rem;top:0rem;left:0rem;display:block; }
@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:47.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbzETwGrCLvFuNL0GtxEMtKNwLh3hZRD { top:2.625rem;left:27.75rem;width:20rem;height:9.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-regular-label { width:19.375rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-textarea { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-button { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-checkbox-label { width:18.1875rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd  { width:19.375rem;height:auto;top:15.5rem;left:0rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .radio-container { width:19.375rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd {display:block;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd { width:19.375rem;height:auto;top:15.5rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Z9eaSiPcC4FESC05GPNI9F605P8ca2kA {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Uc7PB7prmWvcA3toWX8ySfI7vxsu8UkC { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #GIVKczGbigrzwUyeEb0i1KVmtPGhpIs5 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #tlw5BmTIoJ5EiIhRseZTPAd9smetSHU3 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #nvuWZE61HROwuNrotFWD0mptmimkoO5y { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #G81ZtS6IheLr6ZNdiCdyIKGbozhyb5EE {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hM5BfZ0m3MvhGgZxdozmJDXpDZARqbT8 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xkWM4GOTsBJuqTcntQBNKDJ8ku1DTDNa {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #yzFA8NAUMoqriU98qE4sJ1NKw6s7Ndzo {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hnD1fQPHMCgnOTRCDTdKgSux6CeSgO5N {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #uzhXxO3pSqN5kco9tdMDag61QtAdEpJD {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #q5A64agM29tIerqb2JI3s3ZuLPMBcJhh {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #POrQVIOCfzTfes216sdBBifiLQA6yAey {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #MH6SpqkHdrr8PXJuLfnKPHWfzVrbuZwK {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ZL2dkeSNRSOT6hqT9amF79uMgdVcQNJR {  }
 }@media only screen and (max-width: 763px) { #qGWndkNdoFwxdrC6xtQVpm6R107ECi5i { display:block; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n {  }
 }@media only screen and (max-width: 763px) { #VOD7CtBn7fTheSATQnLGoSKHHxlZIofL { top:15.5rem;left:29rem;width:17.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #unGdGkSVBTqJd0DuoEusd0TIOaHSlaSy { top:2.625rem;left:1.3125rem;width:16.875rem;height:17.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgU0UuPJVv3Vn5N2MrBXTcEOQtUbUURk { width:16.875rem;height:17.5rem;top:27.75rem;left:1.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #VdSmrywWkHIb5SuIbtCWNz83nNBN4wct { top:13.75rem;left:3.5rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { display:block; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EK0CF6uscRX6fMQnmTLz5vOc463gRkVH { top:3.6875rem;left:0rem;width:27.375rem;height:5.8125rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #WguBxkLnVDcXBnbQhTdhUgeU2Ppy9hLU { top:11.625rem;left:0rem;width:27.5rem;height:;font-size:0.875rem;display:block; }#WguBxkLnVDcXBnbQhTdhUgeU2Ppy9hLU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d6199341-cf11-4cd7-8c50-6f9af7205060/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #cGPn3cW6AJGrJTGikDEf765M5vImgO3A { top:5.3125rem;left:28.75rem;width:4.375rem;height:4.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #meGZCEQRRkwSuzn2HIfit9LfwheTCQpw { top:6.5625rem;left:31.375rem;width:16.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #p8TpplXHikKuU8BRgLOdK894e00kTye4 { top:12.3125rem;left:28.75rem;width:4.375rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc0GKMTGwAB4Nis7UysxIWZAKczsEXco { top:13.5625rem;left:31.375rem;width:16.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #swOEbHrlTbITyrUtTUPh4devkutG7kns { top:19.625rem;left:28.75rem;width:4.375rem;height:4.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0cig7qiNh3JLB0QxuGlB8WXfv5imo1U { top:20.875rem;left:31.375rem;width:16.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #q5lS1aDELhTSQTG5fKPxa4EJEuWu7zEU { top:26.6875rem;left:28.75rem;width:4.375rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9J3IK3O5rnFDPKRSGEiEOAnAa1SilOL { top:27.9375rem;left:31.375rem;width:16.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #KPIrefeSSJvnzLBODhVbWNaoas8DalrJ { top:33.625rem;left:28.75rem;width:4.125rem;height:4.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #x56MB1ynoAtZdbVfObxurDHD7c0q2G8Z { top:34.875rem;left:31.375rem;width:16.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHECblZl1AuH99mLTDCSadTQeas6bPP8 { top:41.875rem;left:31.375rem;width:16.375rem;height:1.6875rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #OFUgI6JEJ9reU6MQTdC0zoKmWXpM63UI { top:40.625rem;left:28.75rem;width:4rem;height:4rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx { display:block; }#QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTtAIMmeKT4rEelalRpRvsxsqmdPfTtD { top:17.375rem;left:0rem;width:25.3125rem;height:3.25rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #O447VfRmPQqfsC93vElX8rA6optIOdCR { top:10.875rem;left:0rem;width:24.75rem;height:3.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSK9PUMT3Wyvo0HHqeBHMu8md3VkiiTe { top:7.3125rem;left:0rem;width:13.375rem;height:2.25rem;font-size:1.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Qei1isGiEAkEGpNee9zvTcxQRagA3uXb { top:2.375rem;left:0rem;width:28.5625rem;height:2.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTz2aBesoHXemRUx0otbwqAvfMUGLaJd { top:2rem;left:0rem;width:10.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPloP7ArgzDy7590bBZIsR3RHIQ3xiNe { top:19.5625rem;left:34.8125rem;width:12.9375rem;height:1.75rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0IPrrco4iuBxf2wnm0ryEBdsx4qUJ8z { top:19.5rem;left:25.0625rem;width:12.5rem;height:3.5625rem;font-size:1.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RJWkSvvAaEIW17RvDszuuv4ddnhZDzMT { top:23.875rem;left:25.0625rem;width:12.875rem;height:4.875rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fcsgtnuszSMff3TMfxzhc9FFxFUIheRS { top:23.875rem;left:35.25rem;width:12.5rem;height:2.4375rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9E4rKTKOZwoIWqp9Q2yLydWkTB7TW4M { width:17.5rem;height:3.4375rem;top:24.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0XoWLvXUc42mKk9m7VJzzkJZD2ZAsJ { display:block; }
 }@media only screen and (max-width: 763px) { #ihzeK7PpN7gTGlgi3BC8ngQfOUXqyk64 { top:7.5rem;left:0rem;width:0.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5oJ7odPdIOWASh6MdarVvKM5QCpP3wl { top:17.8125rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcSQnrCoQ4TgZ52JXvQzgIERlS6aABJ0 { top:19.4375rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4zGUBvLUFIpkllBkQprOihvonEeFJp4 { top:3.6875rem;left:23.9375rem;width:12.375rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2tHoBDMV5IhlVD094FNkDKmNy78hRXz { top:3.6875rem;left:34.6875rem;width:12.5625rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb { display:block; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #isZfQqUfkelURt8lERp33mbZpqObU6IZ { top:7.625rem;left:18.875rem;width:23.625rem;height:7.875rem;font-size:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vDMJixcStQBS4iN7o1F89ins5OLPRmNo { top:19.1875rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s { top:22.1875rem;left:18.875rem;width:23.625rem;height:9.1875rem;font-size:1.0625rem;display:block; }#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s li:before{  }
 }@media only screen and (max-width: 763px) { #ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk { top:38.4375rem;left:18.875rem;width:23.625rem;height:7.3125rem;font-size:1.0625rem;display:block; }#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk li:before{  }
 }@media only screen and (max-width: 763px) { #cZ9T4AAFaXRplzBD9SDutw1VJJLHeppZ { top:34.9375rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #LGgc3BQFaMf6tTcl0Sb8imhEyu4xnLaI { top:0rem;left:15.3125rem;width:29.8125rem;height:52.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 { display:none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #ySMw7h8bCd20mAmKZId2dkPfKLCEDdvR { top:7.625rem;left:18.875rem;width:23.625rem;height:7.875rem;font-size:1.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #XltMpNAHA8HUA5OWmZqMxVLIykG1ye5f { top:19.1875rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP { top:22.1875rem;left:18.875rem;width:23.625rem;height:9.1875rem;font-size:0.875rem;display:none; }#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP li:before{  }
 }@media only screen and (max-width: 763px) { #ZcVZT2xls2SobsuTeT2U6UpBEDluKrlt { top:34.9375rem;left:18.875rem;width:23.625rem;height:1.875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn { top:38.4375rem;left:18.875rem;width:23.625rem;height:7.3125rem;font-size:0.875rem;display:none; }#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn li:before{  }
 }@media only screen and (max-width: 763px) { #pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 { display:none; }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #RAXDbRgQHctzvO92rSIdK8cyHo6C9RfK { top:7.625rem;left:4.71875rem;width:38.3125rem;height:38.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #rr5Mz8kBIhNzb1AqdWrWOEWTztwOPBrK { top:1.5rem;left:0rem;width:28.5625rem;height:2.75rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ehqfPdR3Hpo7LrCugK1c5z9JStCzCO94 { top:1.125rem;left:0rem;width:10.5625rem;height:0.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { display:block; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #QcSwV9Veqh7WfM9zsXi60QgiT5PD7ykL { top:7.625rem;left:4.71875rem;width:38.3125rem;height:38.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WvGVBPbtDCfAeFM1yHVhiO1RvRf0cEWn { top:1.4375rem;left:0rem;width:28.5625rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #PdyPgP4OZZb72Q0EaSIKwwZfzaSxzoUt { top:1.0625rem;left:0rem;width:10.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #QzA3nusZ71dU6Xkq5a67y7WnilAsTk5s { top:38.9375rem;left:0rem;width:47.75rem;height:40.637239583333rem;display:block; }
 }@media only screen and (max-width: 763px) { #RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { display:block; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsvPdRGgRJZTNk0FCynHSVE5TcCkhC8T { top:1.5rem;left:0rem;width:23rem;height:2rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bUVxAMTMSewgVb05QFsLO33IgLplZAsC { top:9.125rem;left:7.9375rem;width:20.375rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #JZKT3dxWTT2EKmFBAEhlIvX72ibyT9wO { top:13.125rem;left:4.0625rem;width:19.875rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #rC8u96XTN6wT5VZuphgNpb9TKSC9TdDZ { top:17.125rem;left:9.1875rem;width:23rem;height:2rem;font-size:1.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #qEbtsL2DrSo7hC9VqMlqboiUxNpZEREb { top:9.125rem;left:33.75rem;width:3.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ziihRTdfo0F0PBtOuNUInWbNWmic7BPd { top:13.125rem;left:30.1875rem;width:3.625rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DPRh94NPU8uBmF3Lr6GO9PTeoCJHIcLM { top:17.125rem;left:37.375rem;width:3.8125rem;height:2.0625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #IpfJHzneUmBq09hR97V7CoLttSPTxcfe { top:7.125rem;left:29.1875rem;width:3.25rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #up99spKTFV7h1sm91xoPZIh0Qc2nNaQ5 { top:11.1875rem;left:23.375rem;width:6.0625rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #zedm7gM3lZpvPiSmmvBANxhFga6EJxHG { top:15.1875rem;left:30.5625rem;width:4.0625rem;height:6rem;font-size:2.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Thtid1CHCusrZKF58uzpVHJwXu7Nglef { top:23.75rem;left:5.25rem;width:20.6875rem;height:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM6F9dSpIQ0smCZo9X5xEwrM4rpHhPTs { top:27.9375rem;left:24.375rem;width:13.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9oudFObLTodv4N8VTWzkFoWkv6lwprP { top:30.5625rem;left:25.3125rem;width:20.375rem;height:3.5rem;font-size:1.125rem;display:block; }#I9oudFObLTodv4N8VTWzkFoWkv6lwprP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d6199341-cf11-4cd7-8c50-6f9af7205060/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #ai7eMsu1QmwP7neAoB83E999ZdW8AB0i { top:42.25rem;left:12.6875rem;width:35.0625rem;height:13.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROZOTFUDnB5Hxz1wKgHSfGfeywVe1t17 { top:44.1875rem;left:0rem;width:13.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ExnWIghmapVswZp8wqOveoD4TXdrdF07 { top:48.25rem;left:0.1875rem;width:20.375rem;height:3.5rem;font-size:1.125rem;display:block; }#ExnWIghmapVswZp8wqOveoD4TXdrdF07 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d6199341-cf11-4cd7-8c50-6f9af7205060/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #k4vya8hrlsapesaSwN56mqTwNwMe95vT { top:46.25rem;left:0rem;width:20.5625rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #C1G0mr8RH2albUyO0ENVELzw2nkXm0XE { top:64.125rem;left:5.25rem;width:27.0625rem;height:7.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPvB6uGZuf6HzEsL9qvEmTlAU32f1ZXQ { top:59.125rem;left:24.5rem;width:13.8125rem;height:2rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRo3TFIpdVLO6zuopBZSBzGQ27ytChzh { top:62.1875rem;left:24.5rem;width:20.375rem;height:5rem;font-size:1.125rem;display:block; }#SRo3TFIpdVLO6zuopBZSBzGQ27ytChzh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d6199341-cf11-4cd7-8c50-6f9af7205060/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #VJQnInyLyPMIp7TDloC1aRLUBWeFJCwK { top:1.25rem;left:0rem;width:10.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhMRkkgQQPNTMTHJUcim8oZVnuab494C { top:1.5rem;left:10.8125rem;width:7.9375rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ghScunLBzNwEnnqTq5AlzctwhWSHay8N { top:114.25rem;left:9.5000038146975rem;width:28.75rem;height:16.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ7OIvrKfnTNOMyl6AOchx5a7fuuxw1Q { top:77.75rem;left:0rem;width:28.75rem;height:15.999375rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZ1kdxKZuTHuKDmDRzzG08WxKbJ8TX5 { top:77.75rem;left:19rem;width:28.75rem;height:16.0623125rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvhDoMLn29D9z6PJT2LHWzAiZ8Vilssb { top:95.9375rem;left:19rem;width:28.75rem;height:16.124125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0RwEqTUP7uE1bsC0ebyPTuSEKrhXAU3 { top:95.9375rem;left:0rem;width:28.75rem;height:16.124125rem;display:block; }
 }@media only screen and (max-width: 763px) { #lANRgFTxTbd7d7PcTzayziobTOByhGZe { display:block; }#lANRgFTxTbd7d7PcTzayziobTOByhGZe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pioK0uDCATxOW6LyUgTpB9DagZS6VZQK { top:1.5rem;left:0rem;width:27.6875rem;height:2.0625rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wMNyoGRVP37HUaJxvhM4Qx9pGs0TIQz0 { top:1.25rem;left:0rem;width:10.5625rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGEHsBVR41estn9PeJ2LaJPzPh87vZND { top:29.3125rem;left:0rem;width:47.75rem;height:23.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOoJJ9Ac6VLlGbX4lAETwk2Zg8OTTDG1 { top:34.125rem;left:0rem;width:47.75rem;height:17.0625rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Dy4CoC4XA4EeFZFut9vbIBQ80oG2THMc { top:31.25rem;left:0rem;width:8.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #S8mBPQnsht0inxkpNDP2aVcRwRfWb1pw { top:7.4375rem;left:0rem;width:47.75rem;height:18.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axaxt8WKAqKglWl82KTkn7ntlinOTB1p { top:12.25rem;left:0rem;width:47.75rem;height:11.8125rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #L8s2Ca3wqMwHsPzTOuOfD1r5nTzR5h2W { top:9.375rem;left:0rem;width:7.625rem;height:1.6875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #WRqb5u3rq7kWv43mDvRsSScurv30tbuq { display:block; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr98qMSFM8nmfhE7TT2KZynr60dxWi1k { top:2.1875rem;left:14.125rem;width:16.6875rem;height:7.7842492974931rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKWblhiApwpKqFJ2dFLVvCXwesPpKG28 { top:5.1875rem;left:29.9375rem;width:17.8125rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBL01t84a6G5STXi9buaXW1bc4zxPQdk { top:2.1875rem;left:0rem;width:13.1875rem;height:7.8125rem;display:none; }
 }@media only screen and (max-width: 763px) { #l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { display:block; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOe32zHDI3Xk5n5mIiSRdaTsfXwh89ua { top:11.375rem;left:7.8125rem;width:32.125rem;height:2.75rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqHG5QfA5mZgHbM3h3AxW3RVo4JBtuXz { width:17.5rem;height:3.4375rem;top:4.1875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJR1iR2POAWAW85NNvuCLtiiwTS0TAR9 { display:block; }
 }@media only screen and (max-width: 763px) { #yep8UuOb1IOITgbMIPm6zQ7ebQBfKHg9 { display:none; }#yep8UuOb1IOITgbMIPm6zQ7ebQBfKHg9 > .row .container { width:47.75rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D9E9RlFQog1brX9dK1lIHH91p5POLKnV { top:4.375rem;left:0rem;width:14.5rem;height:8.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZyvkIy2wrXkE5oBNWIEwgOQuI46yLfy { top:8.75rem;left:14.25rem;width:2.5rem;height:2.5rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #UZMoATEoXnIA83STmxPs2kTN7GM5kse5 { top:3.1875rem;left:14.25rem;width:8.6875rem;height:2.25rem;font-size:1.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #S44hIuHwCXKK77rAlzPALBT1tnfmxzTh { top:6.4375rem;left:14.3125rem;width:15.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUXX6BxfUSAfVfvEZPLhBneqwyu7iiC5 { top:9.25rem;left:17.1875rem;width:16.3125rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #y5cMRKVo8pPdwTNuSrkueNhh7AVAdEzy { top:12rem;left:17.3125rem;width:16rem;height:2.25rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #J6a0a1HFFy8T7LUgTnlGQ8B055bX8nNF { top:18.5rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zf2QUKhTncA7el7FiToc1cRMlPocHBa6 { top:18.5rem;left:17.4375rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #Z9HyZsiEcAm3QJHyTGbsr8QEmWeriG84 { top:18.6875rem;left:15.75rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #Tf74L6v6P05JVdqMwA4T18SJIClG1S2o { top:18.5rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #lL43nOw9pTgJKkbX2TWBOAv8545kftdX { top:18.6875rem;left:33.75rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #RQ3L8nARoTPuASsvpkiKPrmdUeycfCUd { top:2.9375rem;left:30.25rem;width:17.5rem;height:11.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr1nANTy93IDUCITMrPNs1WdAvnuGHxH { top:21.3125rem;left:9.7495689392087rem;width:28.1875rem;height:0.9375rem;font-size:0.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #mFddZkpdpV5n0IE4XORKG43iKNORJNsb { display:block; }#mFddZkpdpV5n0IE4XORKG43iKNORJNsb > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdKmi68O7d6VuQWLQSVDBrgCvQPEBpXV { top:2rem;left:0.9375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #CI0fyNaPscVTKbPdt3qx87fEVepAePfA { top:2.0625rem;left:17.75rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #JyxWI8w1DhL1XB3hiH5q4NmmsBLuguGu { top:5.9375rem;left:9.7495689392087rem;width:28.1875rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #HQOfhypudISRTCwElFfheECnTddRdApf { top:2rem;left:34.375rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #f5c1zEyh5lN6o8UyuwPgq0wvvpJTSzOM { top:0rem;left:0rem;width:47.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { body { position:relative;display:block; }
 }@media only screen and (max-width: 763px) { #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN { position:relative;z-index:auto;background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/927b62dc-b20b-4737-aae8-cb1d9ad870e6/bgbg1.jpg");background-position:bottom right !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;display:block; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.adaptive-delivery-prevent-bg, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyload, #VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN.lazyloading { background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { background-color: transparent; background-image: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row > .video-iframe-container { display: none; }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .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); }#VbAH1H7oOcTviNLA3T42vrV7SvyfEpGN > .row .container { width:20rem;height:72rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbzETwGrCLvFuNL0GtxEMtKNwLh3hZRD { width:15.25rem;height:7.125rem;top:1.9931640625rem;left:2.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-regular-label { width:17.5rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;display:block;padding-top:0;padding-right:0;padding-bottom:0.3125rem;padding-left:0;text-align:left;text-align-last:left;vertical-align:top;height:auto; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-text {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-textarea { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-select {padding-top: 0; padding-bottom: 0;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox { width:1rem;margin-top:0;margin-right:0.1875rem;margin-bottom:0;margin-left:0;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-checkbox{box-sizing: border-box; padding: 1px;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-input-button { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .widget-checkbox-label { width:16.25rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd  { width:17.5rem;height:auto;top:29rem;left:0rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd .radio-container { width:17.5rem;margin-top:0.25rem;margin-right:0;margin-bottom:0.25rem;margin-left:0;display:block;vertical-align:top; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd {display:block;}#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd { width:17.5rem;height:auto;top:29rem;left:0rem; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Z9eaSiPcC4FESC05GPNI9F605P8ca2kA {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Uc7PB7prmWvcA3toWX8ySfI7vxsu8UkC { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #GIVKczGbigrzwUyeEb0i1KVmtPGhpIs5 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #tlw5BmTIoJ5EiIhRseZTPAd9smetSHU3 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #nvuWZE61HROwuNrotFWD0mptmimkoO5y { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #G81ZtS6IheLr6ZNdiCdyIKGbozhyb5EE {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hM5BfZ0m3MvhGgZxdozmJDXpDZARqbT8 {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #xkWM4GOTsBJuqTcntQBNKDJ8ku1DTDNa { display:none; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #yzFA8NAUMoqriU98qE4sJ1NKw6s7Ndzo {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #hnD1fQPHMCgnOTRCDTdKgSux6CeSgO5N {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #uzhXxO3pSqN5kco9tdMDag61QtAdEpJD { display:block; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #q5A64agM29tIerqb2JI3s3ZuLPMBcJhh {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #POrQVIOCfzTfes216sdBBifiLQA6yAey {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #MH6SpqkHdrr8PXJuLfnKPHWfzVrbuZwK {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ZL2dkeSNRSOT6hqT9amF79uMgdVcQNJR {  }
 }@media only screen and (max-width: 763px) { #qGWndkNdoFwxdrC6xtQVpm6R107ECi5i { display:block; }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n {  }
 }@media only screen and (max-width: 763px) { #VOD7CtBn7fTheSATQnLGoSKHHxlZIofL { width:16.4375rem;height:1.625rem;top:10.5556640625rem;left:1.78125rem;display:block; }
 }@media only screen and (max-width: 763px) { #unGdGkSVBTqJd0DuoEusd0TIOaHSlaSy { width:16.875rem;height:17.5rem;top:15.4931640625rem;left:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #AgU0UuPJVv3Vn5N2MrBXTcEOQtUbUURk { top:40.875rem;left:1.5625rem;width:16.875rem;height:17.5rem;z-index:14999;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #VdSmrywWkHIb5SuIbtCWNz83nNBN4wct { width:12.5rem;height:1.2999125rem;top:26.9375rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { display:block; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container { width:20rem;height:89.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #EK0CF6uscRX6fMQnmTLz5vOc463gRkVH { width:20rem;height:6rem;top:1.25rem;left:0rem;font-size:1rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #WguBxkLnVDcXBnbQhTdhUgeU2Ppy9hLU { width:20rem;height:34.3125rem;top:7.875rem;left:0rem;font-size:0.875rem;line-height:1.5;display:block; }#WguBxkLnVDcXBnbQhTdhUgeU2Ppy9hLU li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d6199341-cf11-4cd7-8c50-6f9af7205060/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #cGPn3cW6AJGrJTGikDEf765M5vImgO3A { width:4.375rem;height:4.5625rem;top:44.875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #meGZCEQRRkwSuzn2HIfit9LfwheTCQpw { width:11.875rem;height:1.9694rem;top:46.1875rem;left:7.25rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #p8TpplXHikKuU8BRgLOdK894e00kTye4 { width:4.375rem;height:4.4375rem;top:52.5625rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Gc0GKMTGwAB4Nis7UysxIWZAKczsEXco { width:11.875rem;height:3.9375rem;top:52.8125rem;left:7.25rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #swOEbHrlTbITyrUtTUPh4devkutG7kns { width:4.375rem;height:4.375rem;top:59.9375rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #G0cig7qiNh3JLB0QxuGlB8WXfv5imo1U { width:11.875rem;height:3.9375rem;top:60.1875rem;left:7.25rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #q5lS1aDELhTSQTG5fKPxa4EJEuWu7zEU { width:4.375rem;height:4.125rem;top:67.6875rem;left:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #H9J3IK3O5rnFDPKRSGEiEOAnAa1SilOL { width:11.875rem;height:1.9694rem;top:68.75rem;left:7.25rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #KPIrefeSSJvnzLBODhVbWNaoas8DalrJ { width:4.125rem;height:4.125rem;top:75.125rem;left:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #x56MB1ynoAtZdbVfObxurDHD7c0q2G8Z { width:11.875rem;height:3.9375rem;top:75.25rem;left:7.25rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #JHECblZl1AuH99mLTDCSadTQeas6bPP8 { width:11.875rem;height:1.9694rem;top:83.75rem;left:7.25rem;font-size:1.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #OFUgI6JEJ9reU6MQTdC0zoKmWXpM63UI { width:4rem;height:4rem;top:82.75rem;left:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx { display:block; }#QQ4kg3o95xsost8pWm8JA0LlhD9ubTAx > .row .container { width:20rem;height:79.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #yTtAIMmeKT4rEelalRpRvsxsqmdPfTtD { width:16.125rem;height:2.9746125rem;top:17.061645507812rem;left:1.8750001192093rem;font-size:1.0625rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #O447VfRmPQqfsC93vElX8rA6optIOdCR { width:18rem;height:4.72330625rem;top:10.562072753906rem;left:0rem;font-size:1.125rem;line-height:1.4;display:block; }
 }@media only screen and (max-width: 763px) { #NSK9PUMT3Wyvo0HHqeBHMu8md3VkiiTe { width:9.5625rem;height:1.7068125rem;top:7.30143737793rem;left:1.2500001192093rem;font-size:1.3125rem;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #Qei1isGiEAkEGpNee9zvTcxQRagA3uXb { width:18.375rem;height:1.7871125rem;top:3.4366302490234rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTz2aBesoHXemRUx0otbwqAvfMUGLaJd { width:10.5625rem;height:0.25rem;top:2.5625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPloP7ArgzDy7590bBZIsR3RHIQ3xiNe { width:12.9375rem;height:2.03125rem;top:65.125rem;left:3.5625rem;font-size:1.5625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #N0IPrrco4iuBxf2wnm0ryEBdsx4qUJ8z { width:12.5rem;height:3.73698125rem;top:39.6875rem;left:3.75rem;font-size:1.4375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #RJWkSvvAaEIW17RvDszuuv4ddnhZDzMT { width:12.125rem;height:6.09375rem;top:43.75rem;left:4rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fcsgtnuszSMff3TMfxzhc9FFxFUIheRS { width:12.5rem;height:2.4375rem;top:67.75rem;left:3.8125rem;font-size:0.8125rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #v9E4rKTKOZwoIWqp9Q2yLydWkTB7TW4M { width:17.5rem;height:3.4375rem;top:72.37412929535rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #rw0XoWLvXUc42mKk9m7VJzzkJZD2ZAsJ { display:block; }
 }@media only screen and (max-width: 763px) { #ihzeK7PpN7gTGlgi3BC8ngQfOUXqyk64 { width:0.25rem;height:1.875rem;top:7.216796875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5oJ7odPdIOWASh6MdarVvKM5QCpP3wl { width:0.9375rem;height:0.9375rem;top:17.374145507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GcSQnrCoQ4TgZ52JXvQzgIERlS6aABJ0 { width:0.9375rem;height:0.9375rem;top:18.936645507812rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #n4zGUBvLUFIpkllBkQprOihvonEeFJp4 { width:12.375rem;height:15.125rem;top:23.6875rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #s2tHoBDMV5IhlVD094FNkDKmNy78hRXz { width:12.5625rem;height:15.125rem;top:50rem;left:3.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb { display:none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { width:20rem;height:55rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #isZfQqUfkelURt8lERp33mbZpqObU6IZ { width:20rem;height:6rem;top:8.875rem;left:0rem;font-size:2rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #vDMJixcStQBS4iN7o1F89ins5OLPRmNo { width:20rem;height:1.875rem;top:20.4375rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s { width:20rem;height:9.21875rem;top:23.4375rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s li:before{  }
 }@media only screen and (max-width: 763px) { #ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk { width:20rem;height:7.3125rem;top:39.6875rem;left:0rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }#ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk li:before{  }
 }@media only screen and (max-width: 763px) { #cZ9T4AAFaXRplzBD9SDutw1VJJLHeppZ { width:20rem;height:3.75rem;top:36.1875rem;left:0rem;font-size:1.25rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #LGgc3BQFaMf6tTcl0Sb8imhEyu4xnLaI { width:20rem;height:52.5rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 { background-color:#2e2024;background-image:url("https://images.assets-landingi.com/uc/28338dba-7733-4fe6-9618-ca90e22c2baf/davincimob.jpg");background-position:top center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2.adaptive-delivery-prevent-bg, #hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2.lazyload, #hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2.lazyloading { background-image: none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container { background-color: transparent; background-image: none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container > .video-iframe-container { display: none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row > .video-iframe-container { display: none; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .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); }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container { border-width: 0; border-radius: 0; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 > .row .container { width:20rem;height:50.3125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySMw7h8bCd20mAmKZId2dkPfKLCEDdvR { width:16.6875rem;height:5.4375rem;top:18.375rem;left:1.65625rem;font-size:1.8125rem;text-align:left;text-align-last:left;z-index:15010;display:block; }
 }@media only screen and (max-width: 763px) { #XltMpNAHA8HUA5OWmZqMxVLIykG1ye5f { width:11.625rem;height:3.1875rem;top:25.375rem;left:1.71875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15011;display:block; }
 }@media only screen and (max-width: 763px) { #FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP { width:16.875rem;height:7.8125rem;top:29.125rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15012;display:block; }#FZBFq4lrl1UTRL4fcqyGCKThUb0w8nVP li:before{  }
 }@media only screen and (max-width: 763px) { #ZcVZT2xls2SobsuTeT2U6UpBEDluKrlt { width:12.6875rem;height:3.1875rem;top:38.4375rem;left:1.875rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15012;display:block; }
 }@media only screen and (max-width: 763px) { #Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn { width:17.375rem;height:6.1875rem;top:42.25rem;left:1.875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15013;display:block; }#Q5Z2OZ0P0PnlV5r1NL3NIzpnTFcS0KBn li:before{  }
 }@media only screen and (max-width: 763px) { #pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 { background-color:#ffffff;background-image:url("https://images.assets-landingi.com/uc/7d8988bc-9cb3-4264-bcec-4162ef057282/theteam.jpg");background-position:bottom center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:contain !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial;display:block; }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0.adaptive-delivery-prevent-bg, #pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0.lazyload, #pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0.lazyloading { background-image: none; }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 > .row .container { background-color: transparent; background-image: none; }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 > .row .container > .video-iframe-container { display: none; }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 > .row > .video-iframe-container { display: none; }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 > .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); }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 > .row .container { border-width: 0; border-radius: 0; }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#pGFt6bfrKNyLs8OHfmDB4yE3ez9ZzOs0 > .row .container { width:20rem;height:46.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RAXDbRgQHctzvO92rSIdK8cyHo6C9RfK { width:20rem;height:20rem;top:9.2491312026975rem;left:0rem;z-index:15015;display:block; }
 }@media only screen and (max-width: 763px) { #rr5Mz8kBIhNzb1AqdWrWOEWTztwOPBrK { width:20rem;height:1.7871125rem;top:3.9375rem;left:0rem;font-size:1.375rem;z-index:15005;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ehqfPdR3Hpo7LrCugK1c5z9JStCzCO94 { width:10.5625rem;height:0.25rem;top:3.125rem;left:0rem;z-index:15006;display:block; }
 }@media only screen and (max-width: 763px) { #lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { display:none; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container { width:20rem;height:7.8125rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #QcSwV9Veqh7WfM9zsXi60QgiT5PD7ykL { width:20rem;height:20rem;top:5.287109375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #WvGVBPbtDCfAeFM1yHVhiO1RvRf0cEWn { width:20rem;height:0;top:2.75rem;left:0rem;font-size:1.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #PdyPgP4OZZb72Q0EaSIKwwZfzaSxzoUt { width:10.5625rem;height:0.25rem;top:1.25rem;left:4.6875rem;display:none; }
 }@media only screen and (max-width: 763px) { #QzA3nusZ71dU6Xkq5a67y7WnilAsTk5s { width:20rem;height:17rem;top:25.180977299528rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { display:block; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container { width:20rem;height:159.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #DsvPdRGgRJZTNk0FCynHSVE5TcCkhC8T { width:20rem;height:2.0625rem;top:3.0625rem;left:0rem;font-size:1.375rem;line-height:1.5;text-align:left;text-align-last:left;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #bUVxAMTMSewgVb05QFsLO33IgLplZAsC { width:19.4375rem;height:1.78125rem;top:8.375rem;left:0.3125rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JZKT3dxWTT2EKmFBAEhlIvX72ibyT9wO { width:20rem;height:1.78125rem;top:16rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #rC8u96XTN6wT5VZuphgNpb9TKSC9TdDZ { width:20rem;height:1.78125rem;top:23.375rem;left:0rem;font-size:1.1875rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #qEbtsL2DrSo7hC9VqMlqboiUxNpZEREb { width:3.625rem;height:2.34375rem;top:10.625rem;left:8.5rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ziihRTdfo0F0PBtOuNUInWbNWmic7BPd { width:3.625rem;height:2.34375rem;top:18.25rem;left:9rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #DPRh94NPU8uBmF3Lr6GO9PTeoCJHIcLM { width:3.3125rem;height:2.34375rem;top:25.625rem;left:9.1875rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #IpfJHzneUmBq09hR97V7CoLttSPTxcfe { width:1.875rem;height:3.46875rem;top:10.0625rem;left:6.5rem;font-size:2.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #up99spKTFV7h1sm91xoPZIh0Qc2nNaQ5 { width:3.0625rem;height:3.46875rem;top:17.6875rem;left:5.6875rem;font-size:2.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #zedm7gM3lZpvPiSmmvBANxhFga6EJxHG { width:3.125rem;height:3.46875rem;top:25.0625rem;left:5.8125rem;font-size:2.3125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #Thtid1CHCusrZKF58uzpVHJwXu7Nglef { width:14.75rem;height:10.75rem;top:29rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #fM6F9dSpIQ0smCZo9X5xEwrM4rpHhPTs { width:13.8125rem;height:2.34375rem;top:40.875rem;left:1.5rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #I9oudFObLTodv4N8VTWzkFoWkv6lwprP { width:13rem;height:4rem;top:44.375rem;left:1.5rem;font-size:1.125rem;line-height:1.5;display:block; }#I9oudFObLTodv4N8VTWzkFoWkv6lwprP li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d6199341-cf11-4cd7-8c50-6f9af7205060/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #ai7eMsu1QmwP7neAoB83E999ZdW8AB0i { width:20rem;height:7.5579322638144rem;top:51.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ROZOTFUDnB5Hxz1wKgHSfGfeywVe1t17 { width:13.8125rem;height:2.34375rem;top:59.5625rem;left:1.5rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #ExnWIghmapVswZp8wqOveoD4TXdrdF07 { width:15.4375rem;height:4rem;top:64.25rem;left:1.5rem;font-size:1.125rem;line-height:1.5;display:block; }#ExnWIghmapVswZp8wqOveoD4TXdrdF07 li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d6199341-cf11-4cd7-8c50-6f9af7205060/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #k4vya8hrlsapesaSwN56mqTwNwMe95vT { width:18.25rem;height:1.6875rem;top:62.1875rem;left:1.5rem;font-size:1.125rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #C1G0mr8RH2albUyO0ENVELzw2nkXm0XE { width:20rem;height:5.40331875rem;top:72rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #rPvB6uGZuf6HzEsL9qvEmTlAU32f1ZXQ { width:13.8125rem;height:2.34375rem;top:78.5625rem;left:1.5rem;font-size:1.5625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #SRo3TFIpdVLO6zuopBZSBzGQ27ytChzh { width:18rem;height:7.375rem;top:81.6875rem;left:1.5rem;font-size:1.125rem;line-height:1.5;display:block; }#SRo3TFIpdVLO6zuopBZSBzGQ27ytChzh li:before{ content: "\2003"; background-image: url(https://images.assets-landingi.com/uc/d6199341-cf11-4cd7-8c50-6f9af7205060/bulletgreen.svg); }
 }@media only screen and (max-width: 763px) { #VJQnInyLyPMIp7TDloC1aRLUBWeFJCwK { width:10.5625rem;height:0.25rem;top:2.2497825622559rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nhMRkkgQQPNTMTHJUcim8oZVnuab494C { width:6.375rem;height:2.0625rem;top:3.0625rem;left:13.624132215977rem;font-size:1.375rem;line-height:1.5;text-align:left;text-align-last:left;color:#21bbef;display:block; }
 }@media only screen and (max-width: 763px) { #ghScunLBzNwEnnqTq5AlzctwhWSHay8N { height:11.2239375rem;width:20rem;top:143.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #nJ7OIvrKfnTNOMyl6AOchx5a7fuuxw1Q { height:11.13rem;width:20rem;top:93.5rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #GsZ1kdxKZuTHuKDmDRzzG08WxKbJ8TX5 { height:11.173782608696rem;width:20rem;top:105.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvhDoMLn29D9z6PJT2LHWzAiZ8Vilssb { height:11.216782608696rem;width:20rem;top:130.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Q0RwEqTUP7uE1bsC0ebyPTuSEKrhXAU3 { height:11.216782608696rem;width:20rem;top:118.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lANRgFTxTbd7d7PcTzayziobTOByhGZe { display:block; }#lANRgFTxTbd7d7PcTzayziobTOByhGZe > .row .container { width:20rem;height:110.5rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #pioK0uDCATxOW6LyUgTpB9DagZS6VZQK { width:20rem;height:4.125rem;top:3.0625rem;left:0rem;font-size:1.375rem;line-height:1.5;text-align:left;text-align-last:left;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #wMNyoGRVP37HUaJxvhM4Qx9pGs0TIQz0 { width:10.5625rem;height:0.25rem;top:2.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JGEHsBVR41estn9PeJ2LaJPzPh87vZND { width:20rem;height:49.5rem;top:54.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOoJJ9Ac6VLlGbX4lAETwk2Zg8OTTDG1 { width:18.75rem;height:42rem;top:59.5625rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #Dy4CoC4XA4EeFZFut9vbIBQ80oG2THMc { width:8.625rem;height:1.6875rem;top:56.6875rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #S8mBPQnsht0inxkpNDP2aVcRwRfWb1pw { width:20rem;height:40.875rem;top:9.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Axaxt8WKAqKglWl82KTkn7ntlinOTB1p { width:18.75rem;height:32.8125rem;top:14.25rem;left:0.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #L8s2Ca3wqMwHsPzTOuOfD1r5nTzR5h2W { width:7.625rem;height:1.6875rem;top:11.375rem;left:0.625rem;font-size:1.125rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #WRqb5u3rq7kWv43mDvRsSScurv30tbuq { display:block; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq > .row .container { width:20rem;height:24.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr98qMSFM8nmfhE7TT2KZynr60dxWi1k { width:13.625rem;height:6.3125rem;top:1.3125rem;left:3.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oKWblhiApwpKqFJ2dFLVvCXwesPpKG28 { width:13.2498125rem;height:1.31185rem;top:9.6864161491394rem;left:3.3745661377907rem;display:block; }
 }@media only screen and (max-width: 763px) { #iBL01t84a6G5STXi9buaXW1bc4zxPQdk { width:13.186875rem;height:7.8125rem;top:14.021268367767rem;left:3.4060330986977rem;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { display:block; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container { width:20rem;height:17.1875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UOe32zHDI3Xk5n5mIiSRdaTsfXwh89ua { width:17.6875rem;height:5.84765625rem;top:8.25rem;left:1.15625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #aqHG5QfA5mZgHbM3h3AxW3RVo4JBtuXz { width:17.5rem;height:3.4375rem;top:3.1803455352783rem;left:1.2500000596046rem;display:block; }
 }@media only screen and (max-width: 763px) { #bJR1iR2POAWAW85NNvuCLtiiwTS0TAR9 { display:block; }
 }@media only screen and (max-width: 763px) { #yep8UuOb1IOITgbMIPm6zQ7ebQBfKHg9 { display:none; }#yep8UuOb1IOITgbMIPm6zQ7ebQBfKHg9 > .row .container { width:20rem;height:46.875rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #D9E9RlFQog1brX9dK1lIHH91p5POLKnV { width:13.186875rem;height:7.8125rem;top:3.7467441558838rem;left:3.4060330986977rem;display:block; }
 }@media only screen and (max-width: 763px) { #DZyvkIy2wrXkE5oBNWIEwgOQuI46yLfy { width:2.5rem;height:2.5rem;top:14rem;left:1.875rem;font-size:1.75rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UZMoATEoXnIA83STmxPs2kTN7GM5kse5 { width:8.6875rem;height:1.7871125rem;top:14.375rem;left:5.5625rem;font-size:1.375rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #S44hIuHwCXKK77rAlzPALBT1tnfmxzTh { width:15.9375rem;height:0.3125rem;top:17.4375rem;left:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MUXX6BxfUSAfVfvEZPLhBneqwyu7iiC5 { width:16.3125rem;height:1.462675rem;top:18.6875rem;left:1.875rem;font-size:1.125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #y5cMRKVo8pPdwTNuSrkueNhh7AVAdEzy { width:16rem;height:2.4375rem;top:21.0859375rem;left:2rem;font-size:0.9375rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #J6a0a1HFFy8T7LUgTnlGQ8B055bX8nNF { width:7.125rem;height:0.9746125rem;top:40.875rem;left:0rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #zf2QUKhTncA7el7FiToc1cRMlPocHBa6 { width:3.1875rem;height:0.9746125rem;top:40.875rem;left:8.4375rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Z9HyZsiEcAm3QJHyTGbsr8QEmWeriG84 { top:40.9375rem;left:7.6875rem;width:0.1875rem;height:0.875rem;z-index:15012;background-color:#ffffff;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tf74L6v6P05JVdqMwA4T18SJIClG1S2o { width:5.6875rem;height:0.9746125rem;top:40.875rem;left:14.3125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #lL43nOw9pTgJKkbX2TWBOAv8545kftdX { top:40.9375rem;left:12.1875rem;width:0.1875rem;height:0.875rem;z-index:15012;background-color:#ffffff;background-image:none;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #RQ3L8nARoTPuASsvpkiKPrmdUeycfCUd { width:17.5rem;height:11.5625rem;top:25.560546875rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #fr1nANTy93IDUCITMrPNs1WdAvnuGHxH { width:16.4375rem;height:1.9487875rem;top:42.787109375rem;left:1.78125rem;font-size:0.75rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #mFddZkpdpV5n0IE4XORKG43iKNORJNsb { display:block; }#mFddZkpdpV5n0IE4XORKG43iKNORJNsb > .row .container { width:20rem;height:18.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #CdKmi68O7d6VuQWLQSVDBrgCvQPEBpXV { width:12.5rem;height:1.2999125rem;top:3.625rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #CI0fyNaPscVTKbPdt3qx87fEVepAePfA { width:12.5rem;height:1.2999125rem;top:7.3125rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #JyxWI8w1DhL1XB3hiH5q4NmmsBLuguGu { width:20rem;height:2.599825rem;top:14.6123046875rem;left:0rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #HQOfhypudISRTCwElFfheECnTddRdApf { width:12.5rem;height:1.2999125rem;top:10.9248046875rem;left:3.75rem;font-size:1rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #f5c1zEyh5lN6o8UyuwPgq0wvvpJTSzOM { width:20rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }