.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:224,234,243;--color-primary-1:163,193,220;--color-primary-2:102,152,197;--color-primary-3:25,171,181;--color-primary-4:0,83,159;--color-secondary-0:231,239,255;--color-secondary-1:174,201,255;--color-secondary-2:93,146,255;--color-secondary-3:47,73,128;--color-secondary-4:14,22,38;--color-tertiary-0:255,255,255;--color-tertiary-1:224,224,224;--color-tertiary-2:204,204,204;--color-tertiary-3:122,122,122;--color-tertiary-4:0,0,0;--headlines-font-family:"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),0);background-image:url("https://images.assets-landingi.com/uc/d6d1e5d1-fca1-45b5-b0d5-6edc86642116/head1.png");background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:cover !important;z-index:auto;border-top:0.0625rem solid rgba(var(--color-primary-4),1);border-left:0.0625rem solid rgba(var(--color-primary-4),1);border-right:0.0625rem solid rgba(var(--color-primary-4),1);border-bottom:0.0625rem solid rgba(var(--color-primary-4),1);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:47.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:10.25rem;width:24.4375rem;top:8.4375rem;left:32.125rem;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.1875rem solid #0f539c;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:#0f539c;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.1875rem solid #0f539c;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:#0f539c;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:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;background-color:transparent;background-image: -webkit-linear-gradient(67deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(67deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(67deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(67deg, #0f539c, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(67deg, #0f539c, rgba(var(--color-primary-3),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:#0f539c;font-family:"open sans";font-size:1rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]::-moz-placeholder { color:#0f539c;font-family:"open sans";font-size:1rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]:-ms-input-placeholder { color:#0f539c;font-family:"open sans";font-size:1rem; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd [class*="-text"]::-webkit-input-placeholder { color:#0f539c;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.4;font-size:0.75rem;font-weight:700;color:rgba(var(--color-primary-3),1);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.9375rem;padding-right:0;padding-bottom:0.875rem;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:19.1875rem;left:0rem;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:19.1875rem;left:0rem;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 #POrQVIOCfzTfes216sdBBifiLQA6yAey { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #MH6SpqkHdrr8PXJuLfnKPHWfzVrbuZwK { position:relative;z-index:2; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #ZL2dkeSNRSOT6hqT9amF79uMgdVcQNJR { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV { position:relative; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n { position:relative; }
#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:16.75rem;left:4.6875rem;height:1.29980625rem;font-style:normal;text-align:center;text-align-last:center;display:block; }
#BMk9LVb9Pfkm08xuXx3eP0FqMHQTmNJG { box-sizing:content-box;height:46.0625rem;width:19.25rem;position:absolute;display:block;z-index:14999;background-color:rgba(var(--color-primary-4),1);background-image:none;top:4.1866320073604rem;left:1.3736991882324rem;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; }
#G5vaieTVx8CmUuXEpka4H15TcOfN5J3R { 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:7.8125rem;width:12.9375rem;top:7.125rem;left:4.4375rem;overflow:hidden;display:block; }
#rCI8QqaXcnTpgw2D9dkdO0DCuV8Kh0Fx { position:absolute;display:block;z-index:15009;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:5.8125rem;width:19.25rem;top:26.8125rem;left:31.875rem;overflow:hidden;display:block; }
#EK0CF6uscRX6fMQnmTLz5vOc463gRkVH { color:rgba(var(--color-tertiary-0),1);display:block;width:25.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15000;line-height:1.3;letter-spacing:0;top:21.875rem;left:32.125rem;height:3.57421875rem;font-style:italic;display:block; }
#DbiGG6vVNxpTWxGwnnIt7pbcrFOHA2Bb { 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:1.625rem;width:11.25rem;top:18.6875rem;left:38.0625rem;overflow:hidden;display:block; }
#ctPSZFvf5Fp7hMzoUoMfXk2yFKhDJIoV { 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:8rem;width:54.4375rem;display:none; }
#yBTSSbsrKS7KZZEqPkZU1BTgrp8RT5kn { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.74956875rem;width:2.74956875rem;top:34.4375rem;left:32.125rem;overflow:hidden;display:block; }
#T02ofEcLoeyNPEuS1yAscyWh7FzkDcbn { color:rgba(var(--color-tertiary-0),1);display:block;width:10.499125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5rem;font-weight:700;z-index:15011;line-height:1.3;letter-spacing:0;top:34.8125rem;left:36.25rem;height:1.94921875rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { position:relative;display:block; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { background-color: transparent; background-image: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .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); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { border-width: 0; border-radius: 0; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .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; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .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:8.875rem;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; }#UvBhircCPsaSSNvxTTKySqZTa3HU8p4J { 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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.56185rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:22.437068939209rem;display:block; }
#SRhwPzdu7M4vnp8uW2mBRqi1sG4dcAM0 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#oKczT49zGkfKrPs4Owi1E0EP12Rx5TPI { 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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5625rem;text-decoration:none;z-index:15010;text-align:center;text-align-last:center;top:0rem;left:48.6875rem;display:block; }
#qVeG856dS7izURiMffp7KvBQsPap0udm { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#nAPM7KUffNX7SmTQKDIKSTp6LLbrypvV { 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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.375rem;height:2.5625rem;text-decoration:none;z-index:15015;text-align:center;text-align-last:center;top:0rem;left:47.625rem;display:none; }
#tXl2UJTqFq9nTA34ywE9qcSZT9TO01pM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#lZ26UloBUW5FeEwT7FbJyCiG7TDGzC1a { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 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:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.56185rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:3.1564674377441rem;left:22.437068939209rem;display:block; }
#UKyKSkw3cHSakxd7uVBvW4WufXWS0dH5 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iM93Qdapo0QIq9vuyT1liWFbl8dGPrb4 { 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-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;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:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.5625rem;text-decoration:none;z-index:15009;text-align:center;text-align-last:center;top:3.15625rem;left:35.5615234375rem;display:block; }
#dC0C08Owic1R9KVJG9QCOSStIJvwRwwx { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#O0h7fHliT8VyK6lQVhflKPi1iu0egpTF { background-color:rgba(var(--color-primary-4),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:8.8125rem;height:2.5625rem;text-decoration:none;z-index:15013;text-align:center;text-align-last:center;top:0rem;left:22rem;display:none; }
#stEQ9OKudUJeOUW9CMK5BLJEN08f10pF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TClAarveLKT1HsAib5v8WkkkP2VaTuZN { 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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:19.25rem;height:2.5625rem;text-decoration:none;z-index:15012;text-align:center;text-align-last:center;top:0rem;left:1.3602447509766rem;display:block; }
#lOJiV753VpylcIDLZqh4kZqvMTqx6pXP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#SOSx6d0D3EA9cEtHeLDZDq4zwxOSiHfU { 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-left-radius:0rem;border-top-right-radius:0rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;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:arial;font-size:0.9375rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:11.25rem;height:2.56185rem;text-decoration:none;z-index:15011;text-align:center;text-align-last:center;top:0rem;left:35.562068939209rem;display:block; }
#TStp7LWDcBTWTKoeTTXDK0P4CrecLMvy { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;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:70.75rem;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; }#Qei1isGiEAkEGpNee9zvTcxQRagA3uXb { color:#0f539c;display:block;width:39.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15001;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#TTz2aBesoHXemRUx0otbwqAvfMUGLaJd { position:absolute;display:block;z-index:15002;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#NSK9PUMT3Wyvo0HHqeBHMu8md3VkiiTe { color:#0f539c;display:block;width:22.75rem;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.5rem;left:0.8125rem;height:2.2745rem;font-style:normal;display:block; }
#ihzeK7PpN7gTGlgi3BC8ngQfOUXqyk64 { position:absolute;display:block;z-index:15003;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:1.875rem;width:0.25rem;top:7.75rem;left:0rem;display:block; }
#yTtAIMmeKT4rEelalRpRvsxsqmdPfTtD { color:rgba(var(--color-primary-3),1);display:block;width:25.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15001;line-height:1.6;letter-spacing:0;top:10.625rem;left:2.1875rem;height:4rem;font-style:normal;display:block; }
#N5oJ7odPdIOWASh6MdarVvKM5QCpP3wl { position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:11.25rem;left:0rem;display:block; }
#PSt8RqTCqOdq887Fx35TTb4hoozNmt5X { color:#0f539c;display:block;width:16.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15019;line-height:1.3;letter-spacing:0;top:20.375rem;left:43.1875rem;height:1.7871125rem;font-style:normal;display:block; }
#c4GouOERV2MBmx5gwVvSxBVc3zwffyT5 { color:#0f539c;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15020;line-height:1.5;letter-spacing:0;top:22.6875rem;left:43.1875rem;height:1.40625rem;font-style:normal;display:block; }
#VaP8m5oClMw5EU7yAk4cPl9BRpw02TA6 { position:absolute;display:block;z-index:15007;background-color:#0f539c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:24.5625rem;left:43.1875rem;display:block; }
#D492OOFpmbVSbthsRzof7W3Pl4Pmd3ia { position:absolute;display:block;z-index:15028;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:11.1875rem;width:11.1875rem;top:20.4375rem;left:30.8125rem;overflow:hidden;display:block; }
#Xt8JfiaER7Jg7VMpePzzq4W8PRg1UBqU { position:absolute;display:block;z-index:15044;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:11.1875rem;width:11.1875rem;top:20.375rem;left:0rem;overflow:hidden;display:block; }
#W6TtVwMtRHPtg4Nc87SfHmWAghZ3U5LX { position:absolute;display:block;z-index:15018;background-color:#0f539c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:24.5625rem;left:12.5rem;display:block; }
#yhgSmnz1s8K93J0an27e8tawRrrqsmZ5 { color:#0f539c;display:block;width:14.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:22.6875rem;left:12.5rem;height:1.40625rem;font-style:normal;display:block; }
#fzACxbFG6T3lJDS2egT5A09gBnqhGBlZ { color:#0f539c;display:block;width:16.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15030;line-height:1.3;letter-spacing:0;top:20.375rem;left:12.5rem;height:1.7871125rem;font-style:normal;display:block; }
#ZUTg946wAFIsBEh1ruQxnvs9zsxVfgmg { color:rgba(var(--color-primary-3),1);display:block;width:15.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:26rem;left:12.5rem;height:5.125rem;font-style:normal;overflow:hidden;display:block; }#ZUTg946wAFIsBEh1ruQxnvs9zsxVfgmg li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ZUTg946wAFIsBEh1ruQxnvs9zsxVfgmg li:before{  }
#EqiA7yLViGrVKALWqqCVnvcCGXltSAOK { color:rgba(var(--color-primary-3),1);display:block;width:26.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15004;line-height:1.6;letter-spacing:0;top:10.625rem;left:33.4375rem;height:6rem;font-style:normal;display:block; }
#N0MkSOEgqc6TNekJend9PKZ1zy3NIsBx { position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.3125rem;border-top-right-radius:0.3125rem;border-bottom-left-radius:0.3125rem;border-bottom-right-radius:0.3125rem;box-shadow: none;height:0.9375rem;width:0.9375rem;top:11.25rem;left:31.25rem;display:block; }
#dqGlKWHkABZVVScIHzHc6tb0oc3sXVJ2 { color:rgba(var(--color-primary-3),1);display:block;width:15.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:26rem;left:43.1875rem;height:5.125rem;font-style:normal;overflow:hidden;display:block; }#dqGlKWHkABZVVScIHzHc6tb0oc3sXVJ2 li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dqGlKWHkABZVVScIHzHc6tb0oc3sXVJ2 li:before{  }
#EUA78ebTiDTo3J51k7sQwESTRyFB4mem { position:absolute;display:block;z-index:15055;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:11.1875rem;width:11.1875rem;top:36.1875rem;left:0rem;overflow:hidden;display:block; }
#xp8KBzgIz6C7O6nxxHySKViG9mPcgvk2 { color:#0f539c;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15042;line-height:1.3;letter-spacing:0;top:37.4375rem;left:12.5rem;height:1.7871125rem;font-style:normal;display:block; }
#w7E3tBa812X2iSVicwAP3CGTdAFsCkq3 { color:#0f539c;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:39.75rem;left:12.5rem;height:1.40625rem;font-style:normal;display:block; }
#wlP4Ove0zEi6e2y4dKmnp14WIOrrpl2H { position:absolute;display:block;z-index:15030;background-color:#0f539c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:41.625rem;left:12.5rem;display:block; }
#qQ88eMbhEZc9M1EDZnyUV9FyEKhhKNmw { color:rgba(var(--color-primary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:43.125rem;left:12.5rem;height:2.4375rem;font-style:normal;overflow:hidden;display:block; }#qQ88eMbhEZc9M1EDZnyUV9FyEKhhKNmw li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#qQ88eMbhEZc9M1EDZnyUV9FyEKhhKNmw li:before{  }
#SQ1SD5Q7y9id3SNxmkTzClnrqL9znvLt { 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:11.1875rem;width:11.1875rem;top:36.1875rem;left:30.8125rem;overflow:hidden;display:block; }
#seIDNz7EpGK5sDN3HCrUiAtODpHpVobl { color:rgba(var(--color-primary-3),1);display:block;width:14.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.8125rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:43.1875rem;left:43.375rem;height:2.4375rem;font-style:normal;overflow:hidden;display:block; }#seIDNz7EpGK5sDN3HCrUiAtODpHpVobl li:not(:first-child){ padding-top:0.125rem;padding-right:0;padding-bottom:0;padding-left:0; }#seIDNz7EpGK5sDN3HCrUiAtODpHpVobl li:before{  }
#QEKpbrMcWpvr1zz4hAEOtQfeLN05bOTp { position:absolute;display:block;z-index:15034;background-color:#0f539c;background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:41.6875rem;left:43.375rem;display:block; }
#hG4BGP7WUKGIh9eoQ8qs59MG871HDFVB { color:#0f539c;display:block;width:15.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15047;line-height:1.5;letter-spacing:0;top:39.8125rem;left:43.375rem;height:1.40625rem;font-style:normal;display:block; }
#LbInVcLGkG5G3rnOnw97nMCqSreOxCN8 { color:#0f539c;display:block;width:15.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.375rem;font-weight:700;z-index:15046;line-height:1.3;letter-spacing:0;top:37.5rem;left:43.375rem;height:1.7871125rem;font-style:normal;display:block; }
#DM7dIweMK1weigOToKLCQQPtT1Jp7Cnw { color:rgba(var(--color-tertiary-0),1);display:block;width:57.5rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15031;line-height:1.5;letter-spacing:0;top:53.1875rem;left:1.25rem;height:7.03125rem;font-style:normal;display:block; }
#TFzt0rb2LcnwliELp69Fvcn8LqxPwZ3T { box-sizing:content-box;height:11.75rem;width:60rem;position:absolute;display:block;z-index:15005;background-color:transparent;background-image: -webkit-linear-gradient(141deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(141deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(141deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(141deg, #0f539c, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(141deg, #0f539c, rgba(var(--color-primary-3),1));background-size:auto !important;top:51.125rem;left:0rem;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; }
#zwZvoOVV4TMohAPBHaa73C3EofXCQz7E { background-color:transparent;background-image: -webkit-linear-gradient(79deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(79deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(79deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(79deg, #0f539c, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(79deg, #0f539c, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0.25rem solid rgba(var(--color-tertiary-0),1);border-left:0.25rem solid rgba(var(--color-tertiary-0),1);border-right:0.25rem solid rgba(var(--color-tertiary-0),1);border-bottom:0.25rem solid rgba(var(--color-tertiary-0),1);border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 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:15024;text-align:center;text-align-last:center;top:60.9375rem;left:39.6875rem;display:block; }
#ZvgA9oA1FyliSvsJktIH0eB1tuTEIyxF { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f539c;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; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { background-color: transparent; background-image: none; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container > .video-iframe-container { display: none; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row > .video-iframe-container { display: none; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .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); }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { border-width: 0; border-radius: 0; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;position:relative;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:fixed;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:82rem;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:3.25rem;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:18.4375rem;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:47.625rem;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:44.125rem;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:81.9375rem;width:29.8125rem;top:0rem;left:21.436634063721rem;display:block; }
#Tq4kzFtW0bh3voh6SWmxzmaW3FDM7Q29 { color:rgba(var(--color-tertiary-0),1);display:block;width:23.625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.5625rem;font-weight:700;z-index:15007;line-height:1.5;letter-spacing:0;top:11.75rem;left:25rem;height:2.34375rem;font-style:italic;display:block; }
#c3Oie1MORTr8KlfPFkDt9nhyNUg6NaNd { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.375rem;width:38rem;top:56.215270996094rem;left:20.248481750488rem;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{  }
#Ddx9UJ1TQxluyJbBeQlV5fDFEKL3V7Tf { 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; }
#ztJWHWB1g2qKyV9F47uqoU0Zd0es8TKK { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;box-shadow: none;height:21.25rem;width:38.125rem;top:56.215280532837rem;left:20.248481750488rem;display:none; }
#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { background-color: transparent; background-image: none; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container > .video-iframe-container { display: none; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row > .video-iframe-container { display: none; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .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); }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { border-width: 0; border-radius: 0; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;position:relative;display:block; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { position:relative;display:block; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { background-color: transparent; background-image: none; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row .container > .video-iframe-container { display: none; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row > .video-iframe-container { display: none; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .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); }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { border-width: 0; border-radius: 0; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .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; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .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:5rem;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; }#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:27.0625rem;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; }#dQIcm8ZFrCwSTMPPPoluttH4TZAWsnT4 { color:#0f539c;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15003;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#sQFTS91N7iR1Q6aKnGe3KMFNBLK1366L { position:absolute;display:block;z-index:15029;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.8125rem;width:8.8125rem;top:7.5rem;left:3.125rem;overflow:hidden;display:block; }
#z0elpM3lTIuG9IUNIHRWO7HuHTxJolpB { color:#0f539c;display:block;width:12.75rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15024;line-height:1.3;letter-spacing:0;top:18.125rem;left:16.375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 { color:rgba(var(--color-primary-3),1);display:block;width:11rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:20.6875rem;left:2.4375rem;height:2.8125rem;font-style:normal;overflow:hidden;display:block; }#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 li:before{  }
#ksOnD4laXKBvz829z5FUaPQI09DMiBRe { position:absolute;display:block;z-index:15030;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.75rem;width:9.0625rem;top:7.5625rem;left:18.1875rem;overflow:hidden;display:block; }
#JVDOlBZTS6ZPRa7mHS4Pr15WaxzQCpRz { position:absolute;display:block;z-index:15031;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.75rem;width:10.0625rem;top:7.5625rem;left:33.125rem;overflow:hidden;display:block; }
#xz7nRcSV7faFsWbUd5NWJTTCSq09t7Hr { position:absolute;display:block;z-index:15032;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.875rem;width:9.0625rem;top:6.5rem;left:48.1875rem;overflow:hidden;display:block; }
#oH8W6BmKIarIyOvwM18oZCya3BkSRK5I { color:#0f539c;display:block;width:10.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:18.125rem;left:2.4375rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#qz1hr1X5AKs2QkCnCyFJcZu3KsgFZF1O { color:#0f539c;display:block;width:12.25rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15025;line-height:1.3;letter-spacing:0;top:18.125rem;left:32.0625rem;height:1.46218125rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NkTCcF2LFQTptsFw3dqlrI7eX37l51Vk { color:#0f539c;display:block;width:7.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15026;line-height:1.3;letter-spacing:0;top:18.125rem;left:49.1875rem;height:1.462675rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb { color:rgba(var(--color-primary-3),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15026;line-height:1.5;letter-spacing:0;top:20.6875rem;left:16.375rem;height:2.8125rem;font-style:normal;overflow:hidden;display:block; }#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb li:before{  }
#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 { color:rgba(var(--color-primary-3),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:20.6875rem;left:32.0625rem;height:2.8125rem;font-style:normal;overflow:hidden;display:block; }#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 li:before{  }
#F3chnoq14KHuZI3HEHWTtchmHX6MAykS { color:rgba(var(--color-primary-3),1);display:block;width:10.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:20.6875rem;left:49.1875rem;height:5.625rem;font-style:normal;overflow:hidden;display:block; }#F3chnoq14KHuZI3HEHWTtchmHX6MAykS li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#F3chnoq14KHuZI3HEHWTtchmHX6MAykS li:before{  }
#GiBPdeZwlKzsImJXBz1sxkmuayqpnZ7q { position:absolute;display:block;z-index:15004;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#mHPl8PIT8yDHHzEoiVqvr2KO4GNtkn9i { position:relative;display:none; }#mHPl8PIT8yDHHzEoiVqvr2KO4GNtkn9i { border-width: 0; border-radius: 0; }#mHPl8PIT8yDHHzEoiVqvr2KO4GNtkn9i > .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; }#mHPl8PIT8yDHHzEoiVqvr2KO4GNtkn9i > .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:43.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; }#egGL11VOJmBPTmUbyKZR6FRcGTXWxU3L { position:absolute;display:block;z-index:15034;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.75rem;width:8.75rem;top:1.5625rem;left:2.4375rem;overflow:hidden;display:block; }
#TLbPZneeMObLS1seh4B4vfWe68dAZ7SU { color:#0f539c;display:block;width:36.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:13.75rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#TEgmhE8teULBiX1AC8yrNw9cUETQz6On { position:absolute;display:block;z-index:15035;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:3.875rem;width:3.875rem;top:7rem;left:8.5rem;overflow:hidden;display:block; }
#i8T6T0EMTcaJDV3264LETLLbq2iGKEi0 { color:#0f539c;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:17.4375rem;left:1.25rem;height:1.4619125rem;font-style:normal;display:block; }
#k36ehXvhGnyQ10nKHIUoHthsxCl0HP27 { color:#0f539c;display:block;width:12.875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.25rem;font-weight:700;z-index:15027;line-height:1.3;letter-spacing:0;top:4.1875rem;left:13.4375rem;height:1.625rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#dNSN5keNkqKBn8Cw48fvZr79AmalLbSm { color:rgba(var(--color-primary-3),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:6.25rem;left:13.4375rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#oJNbhg1Oc0BKu8NIHTAzH3nZFPaooaTd { color:rgba(var(--color-primary-3),1);display:block;width:26.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:8.0625rem;left:13.4375rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:block; }
#Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 { color:rgba(var(--color-primary-3),1);display:block;width:17.125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15005;line-height:1.5;letter-spacing:0;top:19.8125rem;left:1.25rem;height:11.71875rem;font-style:normal;display:block; }#Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bdb86a3b629b7349a191db2d9aa75daf2f11cf60.svg); }
#kwXa6Eiz892MypzUTDp3GAEve43qRnSx { box-sizing:content-box;height:0.25rem;width:2.9375rem;position:absolute;display:block;z-index:15036;background-color:rgba(var(--color-primary-3),1);background-image:none;top:20.375rem;left:13.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#G16LerOS3NLGV6qBV15gazCdsHkPmp3S { box-sizing:content-box;height:10.6875rem;width:0.25rem;position:absolute;display:block;z-index:15038;background-color:rgba(var(--color-primary-3),1);background-image:none;top:20.4375rem;left:16.5rem;display:block; }
#dPaeEehq21QXRt3ZVKaoW5rflD0u7imm { color:rgba(var(--color-primary-3),1);display:block;width:40.1875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15006;line-height:1.5;letter-spacing:0;top:24.25rem;left:19.75rem;height:2.8125rem;font-style:normal;display:block; }#dPaeEehq21QXRt3ZVKaoW5rflD0u7imm li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#dPaeEehq21QXRt3ZVKaoW5rflD0u7imm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fa164e92d5da324565bf8a4e9e43a3287b569cf.svg); }
#hJ5BEaesqOfpttdcoGdkeqOplfdNgqrg { box-sizing:content-box;height:0.24902375rem;width:2.936525rem;position:absolute;display:block;z-index:15037;background-color:rgba(var(--color-primary-3),1);background-image:none;top:30.875rem;left:13.8125rem;border-top-right-radius:0.75rem;border-bottom-right-radius:0.75rem;border-bottom-left-radius:0.75rem;border-top-left-radius:0.75rem;display:block; }
#inPKEmwJnCqGxxVqv5z5CTBV4Te3KZTC { box-sizing:content-box;height:5.875rem;width:60rem;position:absolute;display:block;z-index:15000;background-color:transparent;background-image: -webkit-linear-gradient(141deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(141deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(141deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(141deg, #0f539c, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(141deg, #0f539c, rgba(var(--color-primary-3),1));background-size:auto !important;top:34.6875rem;left:0rem;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; }
#CugWZqyh4JDF0OF1kCe8lRoyceJ9dfX0 { color:rgba(var(--color-tertiary-0),1);display:block;width:54.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:36.125rem;left:1.25rem;height:2.923825rem;font-style:normal;display:block; }
#tXvimMIaw1qFPHolEaIkieztlGNrduql { color:rgba(var(--color-primary-3),1);display:block;width:12.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:28.375rem;left:10.5625rem;height:1.40625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;overflow:hidden;display:none; }
#CA8VVzWGCugBQFVHvEGudalKKoJM4VqN { color:#0f539c;display:block;width:34rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15004;line-height:1.3;letter-spacing:0;top:42.1875rem;left:1.25rem;height:1.462675rem;font-style:normal;display:none; }
#yJu2uVMl94T48IumNLerd5fz1kAHR6gB { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:none; }
#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:56.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; }#gfUCtr4Pz3RSTQvGF3EASIQrkWGIKG0W { color:#0f539c;display:block;width:43.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#aPbQhZIbHTkRab9JyzbFqVtcDxKbLZQh { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#orUuoT6SZ4grG6Tw5HoD7psdk8aASZ59 { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.625rem;left:0rem;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; }
#zdHmXTPARnbT3vTD7Lxuuwmwh44D5OJn { color:#0f539c;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:7.4375rem;left:1.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#WF3HkzMa0WtKxx7dZLMttcclqsdTMU1t { color:#0f539c;display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:9.5625rem;left:1.1875rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#AoZRH3xVho2k0vxBpPqPTMklikwhsslG { color:#0f539c;display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:19.375rem;left:1.1875rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#QS8eaVl13uThq1aVwTiUywbDu178EQN1 { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:17.4375rem;left:0rem;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; }
#qHBlIQR7Cy3hwK2TNMtRwFJhNdTdlGKk { color:#0f539c;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:17.25rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#GLpMepa8Dl44XmbJC5cB0RawUtmoux06 { color:#0f539c;display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:39.0625rem;left:1.1875rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#sJm8vTqgJFoDpmlmx2OUx6gwtEXI6bvE { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:37.125rem;left:0rem;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; }
#g0H4sf8hf2k5KJkgtMu63sXD4XSSWvAv { color:#0f539c;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:36.9375rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Nak6Qzmw4GC8ipRc5TW21LGrFBnR6UWl { color:#0f539c;display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:29.25rem;left:1.1875rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#O8kXFlEhOLnASidCmbSNT3bzFvWmPuwJ { color:#0f539c;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:27.0625rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#H88zULxw1GziymoAgh5VBIGCDvrdqdXO { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:27.3125rem;left:0rem;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; }
#JHs8C6xp0e8nGcywh7PTQmlAUSHTebdx { color:#0f539c;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:46.75rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vH2ukPZOzvNCeoSWWCsBoAwQTV5t4y3T { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:46.9375rem;left:0rem;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; }
#CKL4o3WJn3PX6GAZNddMTQ1AcL7dwnIv { color:#0f539c;display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:48.875rem;left:1.1875rem;height:4.21875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM { position:relative;display:block; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM { background-color: transparent; background-image: none; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .row .container > .video-iframe-container { display: none; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .row > .video-iframe-container { display: none; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .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); }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM { border-width: 0; border-radius: 0; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .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; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .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:54.5rem;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; }#gCOmHukkRXRcXaHxksK2O4iKM6Uxvv0x { color:#0f539c;display:block;width:47.8125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#SIZipsbElosXkTgQlShAHJapZM2Desc1 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#RPONwsyGRe2g5Deam5kKyMGyBXG1sq83 { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15021;background-color:rgba(var(--color-primary-3),1);background-image:none;top:7.625rem;left:0rem;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; }
#poGVIy7sgeGtvzUJ6bCUAWhzUyZlPrfT { color:#0f539c;display:block;width:27.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15019;line-height:1.5;letter-spacing:0;top:7.4365234375rem;left:1.1865234375rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#IHMxklB5ctxUF8aCETMdROL04VnSssTh { color:#0f539c;display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15018;line-height:1.5;letter-spacing:0;top:9.5625rem;left:1.1875rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#mEUrf4VJdDfzE0T496AiP41wTE1NxXkA { color:#0f539c;display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15021;line-height:1.5;letter-spacing:0;top:20.75rem;left:1.1875rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#E0SBr5H1VlRrTpT1B7Cyw9GO7Zsn3KEc { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15024;background-color:rgba(var(--color-primary-3),1);background-image:none;top:18.8125rem;left:0rem;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; }
#tWQoVK0qCTGTzzWCvKDmUJfBefh7NXVw { color:#0f539c;display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15022;line-height:1.5;letter-spacing:0;top:18.625rem;left:1.1875rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#ZOpPX1muZ9rlwRCSZVWOCXoBSbvvrRJs { color:#0f539c;display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15024;line-height:1.5;letter-spacing:0;top:31.9375rem;left:1.1875rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d1Mwr0ChmTFQ8EAAwVNfARcgh5KsGKFJ { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15027;background-color:rgba(var(--color-primary-3),1);background-image:none;top:30rem;left:0rem;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; }
#Xvz3NmzHHAnVTnZcIVblznxfkkZecDhg { color:#0f539c;display:block;width:28.6875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15025;line-height:1.5;letter-spacing:0;top:29.8125rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#oQpby76DPLNLvWAnCpy1emiV89m6h13w { color:#0f539c;display:block;width:57.9375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.9375rem;font-weight:700;z-index:15027;line-height:1.5;letter-spacing:0;top:43.125rem;left:1.1875rem;height:5.625rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#RGghGkgWS4IxFdMu5NJu7C7tcV7CqhZ7 { box-sizing:content-box;height:1.5625rem;width:0.3125rem;position:absolute;display:block;z-index:15030;background-color:rgba(var(--color-primary-3),1);background-image:none;top:41.1875rem;left:0rem;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; }
#vGuIoLLwgMn6XaPQdTS83xH0mWpCzqtn { color:#0f539c;display:block;width:21.875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15028;line-height:1.5;letter-spacing:0;top:41rem;left:1.1875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#nfEqFHiMKZ145NcVnmTeFXVIXSTxhF1S { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.1875rem;height:1.875rem;text-decoration:none;z-index:15036;text-align:center;text-align-last:center;top:7.4677734375rem;left:1.1865234375rem;display:block; }
#E1abBrX5Q4NpmlStyiQLaJKpTTUzz0CA { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#ogfaJkFGHCRsMfGRrHbM4CcIOC4wogEh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:27.9375rem;height:1.875rem;text-decoration:none;z-index:15037;text-align:center;text-align-last:center;top:18.625rem;left:1.1875rem;display:block; }
#AoUGLtc37fdc2dT2MPeXeyZ4TvoOeWmt { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#uOBwSLa57tsGLaAvlCeMMAsSC4d0LIxm { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:24.625rem;height:1.875rem;text-decoration:none;z-index:15038;text-align:center;text-align-last:center;top:29.8125rem;left:1.1875rem;display:block; }
#wZv2mleGR88fwR1rdt41ag38eVZtTeFG { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#RVDpMN9ZxEmiAWhSOBR4aU58NQm0GoXh { background-color:transparent;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;font-size:1.25rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:21.875rem;height:1.875rem;text-decoration:none;z-index:15039;text-align:center;text-align-last:center;top:41.0625rem;left:1.1875rem;display:block; }
#VsaC4qoFAiTMPMT3hCvONE7zTrqBlhmE { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TJprvQC5rDKC6dXVtWbkv2xdzdi4E5V9 { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;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:15000;text-align:center;text-align-last:center;display:none; }
#OHI87cTFIFwre7zhlGRb2wTn9fuDOvuT { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#iKePayxcnPgERyGArgKEWiniA7ehtd5k { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;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:15000;text-align:center;text-align-last:center;display:none; }
#WglGIpLRktJgLTkDBwPDXuqXoEXDM8ZK { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#fuOJsxDAoWAk7ZiOSZfI11KpMHEr8XRi { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;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:15000;text-align:center;text-align-last:center;display:none; }
#dbEnvTssPowC61kFa9tmwoA3Df3NZLUh { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#aHoVtpntATVcS9ZNolQa2dfTS03Cm8ba { background-color:#5d92ff;background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:0.25rem;border-bottom-right-radius:0.25rem;border-bottom-left-radius:0.25rem;border-top-left-radius:0.25rem;box-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:arial;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:15000;text-align:center;text-align-last:center;display:none; }
#SG8FpWfbKnnSgz7P2ESR8VKqLLGQgQqL { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:#0f539c;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; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { background-color: transparent; background-image: none; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container > .video-iframe-container { display: none; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row > .video-iframe-container { display: none; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .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); }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { border-width: 0; border-radius: 0; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;position:relative;display:block; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1da7968b-56ae-473e-9fab-8d8214d268d5/ClujSpital.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;background-size:contain !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; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq.adaptive-delivery-prevent-bg, #WRqb5u3rq7kWv43mDvRsSScurv30tbuq.lazyload, #WRqb5u3rq7kWv43mDvRsSScurv30tbuq.lazyloading { background-image: none; }#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(15,83,156,0.4); }#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(15,83,156,0.4); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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:30rem;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:4.4375rem;width:9.75rem;top:22.0625rem;left:50.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:3.9375rem;width:13.625rem;top:22.3125rem;left:23.1875rem;overflow:hidden;display:block; }
#TNlibJZ98bFQu4kO0ynMNzNv9fFpe0xm { 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:6.3125rem;width:10.625rem;top:19.9375rem;left:0rem;overflow:hidden;display:block; }
#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:rgba(var(--color-primary-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; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { background-color: transparent; background-image: none; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container > .video-iframe-container { display: none; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row > .video-iframe-container { display: none; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .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); }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { border-width: 0; border-radius: 0; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { font-size:0.875rem;font-family:arial;height:1.5625rem;width:60rem;position:relative;display:block; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU { position:relative;display:block; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU { background-color: transparent; background-image: none; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .row .container > .video-iframe-container { display: none; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .row > .video-iframe-container { display: none; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .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); }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU { border-width: 0; border-radius: 0; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .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; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .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:3.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; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { position:relative;display:none; }#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:103.5rem;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; }#uxm26VWZfs3WPtUdtDEibfWyyXv6i8l7 { color:#0f539c;display:block;width:42.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15005;line-height:1.3;letter-spacing:0;top:2.25rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#oV65pkOy9T77nqdI3ntAKG88dB71Mih9 { position:absolute;display:block;z-index:15006;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.25rem;left:0rem;display:block; }
#fq4ndeddUOFKhRsdoCRe6tTNRqTVeGPu { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15032;line-height:1.5;letter-spacing:0;top:8.25rem;left:2.9375rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#v17Gu9zrQWnKDgZKXWlxVzUSGStNTNyW { color:rgba(var(--color-tertiary-0),1);display:block;width:35.625rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15033;line-height:1.5;letter-spacing:0;top:10.75rem;left:4.6875rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#Tbl9A45Ca0TooLL8Jmtt0dSTQJRFzeeT { color:rgba(var(--color-tertiary-0),1);display:block;width:52.375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:16.25rem;left:4.6875rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NOA90AAUFdwhAhz0c79yI90eoeczyhwW { color:rgba(var(--color-tertiary-0),1);display:block;width:32.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:13.75rem;left:2.9375rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#NkqV7Qp2XWnTHCrDxxBnPMm1hsV77OMn { box-sizing:content-box;height:90.875rem;width:60rem;position:absolute;display:block;z-index:15004;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #0f539c, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #0f539c, rgba(var(--color-primary-3),1));background-size:auto !important;top:6.4973754882812rem;left:0rem;border-top:0;border-left:0;border-right:0;border-bottom:0;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; }
#UHkSV9xtoTWRrqdnebOPKs0Kr0lIZkgU { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:19.375rem;left:2.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#MRtuBkM98dIawBE2ZnWEmkVdsN6V61zh { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:21.875rem;left:4.6875rem;height:3.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lmPFumzMf4Ri2gpxL7o5EJlS99KSXdH6 { color:rgba(var(--color-tertiary-0),1);display:block;width:50.8125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.25rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:25.561012268066rem;left:4.6875rem;height:1.875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#apI2SMluflTlyKtqaxXRReo3cEFP5F8y { color:rgba(var(--color-tertiary-0),1);display:block;width:28.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15034;line-height:1.5;letter-spacing:0;top:29rem;left:2.9375rem;height:;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#S30oxbVw9Li1DTc2TELzQuTXN6a84TOJ { color:rgba(var(--color-tertiary-0),1);display:block;width:50.75rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15035;line-height:1.5;letter-spacing:0;top:31.5rem;left:4.6875rem;height:6.375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rzDTokPPpIUMEDpTOTpyC6RoFNMAqFyM { color:rgba(var(--color-tertiary-0),1);display:block;width:28.186875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15036;line-height:1.5;letter-spacing:0;top:38.743490219116rem;left:4.6875rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#I9PG4QQbLyCqP63HVDCvS2blx0pAmx7l { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:41.5625rem;left:4.6875rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#lMrfdRLZFZb2oWQLQmaqwaFOFbeQOPH7 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:41.5625rem;left:25.125rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#uym3FNLf6KwGFX1Kl5tBwBQQcZAAXw1G { color:rgba(var(--color-tertiary-0),1);display:block;width:9.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:41.5625rem;left:45.75rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#t5GhaLXFQhcfALq4dKK8ntp2ZUToyWPM { color:rgba(var(--color-tertiary-0),1);display:block;width:16.3125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:44.4375rem;left:4.6875rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#d5lhQE2aHBLH4v2VeTXb7dJJQQah6WUt { color:rgba(var(--color-tertiary-0),1);display:block;width:16.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:44.4375rem;left:25.125rem;height:6.6875rem;font-style:normal;display:block; }#d5lhQE2aHBLH4v2VeTXb7dJJQQah6WUt li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#d5lhQE2aHBLH4v2VeTXb7dJJQQah6WUt li:before{  }
#w7USHtK5AOH2U8e5S3iTKHFQOO7dNQHr { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:#0f539c;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.4375rem;text-decoration:none;z-index:15040;text-align:center;text-align-last:center;top:44.312068939209rem;left:45.749790191651rem;display:block; }
#qDZiZKqHuxuheafpMry6Bzt6W7QnaL56 { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#N6TVGamTpioM7WuLze6lIWJ13ALi4EqN { color:rgba(var(--color-tertiary-0),1);display:block;width:16.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:53.6875rem;left:4.6875rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#G71r7OiJkWFsZsoHfF0gMr5Fki9bpAbs { color:rgba(var(--color-tertiary-0),1);display:block;width:16.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:53.6875rem;left:25.125rem;height:6.6875rem;font-style:normal;display:block; }#G71r7OiJkWFsZsoHfF0gMr5Fki9bpAbs li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#G71r7OiJkWFsZsoHfF0gMr5Fki9bpAbs li:before{  }
#wA68VuoVWXGZTI2eNFnT2oqIJzkehnF4 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:#0f539c;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.43706875rem;text-decoration:none;z-index:15041;text-align:center;text-align-last:center;top:53.3125rem;left:45.75rem;display:block; }
#iMhN43eVmGlK4TI9197KR6Q6Gs9PlnIN { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#UoM5xlpJRwS2qePlqIfapXCJ86EW0zal { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:#0f539c;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.43706875rem;text-decoration:none;z-index:15042;text-align:center;text-align-last:center;top:57.25rem;left:45.75rem;display:block; }
#bBXJ2EAvwJf4IpcZe1y6t5oBDSExIFZd { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#F53SF75Bmk71RL8GJQwZwEoBpWUM053N { color:rgba(var(--color-tertiary-0),1);display:block;width:16.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15040;line-height:1.5;letter-spacing:0;top:62.875rem;left:4.6875rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#XdK9MLNzmTPOJy0w5RTmRtiVmhWTcvnG { color:rgba(var(--color-tertiary-0),1);display:block;width:16.311875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:62.875rem;left:25.125rem;height:6.6875rem;font-style:normal;display:block; }#XdK9MLNzmTPOJy0w5RTmRtiVmhWTcvnG li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#XdK9MLNzmTPOJy0w5RTmRtiVmhWTcvnG li:before{  }
#rJ6LwsNTFq5RtUNulGX87vovXFgzk2cg { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:#0f539c;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.43706875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:62.5rem;left:45.75rem;display:block; }
#vi3LauWF6yHPO0LQKqsVbaVRX2gtE6QM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#TlGMuw6fM9cAR6VNTV6KHdE4OOC4ZMTZ { color:rgba(var(--color-tertiary-0),1);display:block;width:16.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15041;line-height:1.5;letter-spacing:0;top:72.125rem;left:4.6875rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#rProREarAeP7d4TvFuSNChuRMuiGoxMc { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:72.125rem;left:25.125rem;height:5.09375rem;font-style:normal;display:block; }#rProREarAeP7d4TvFuSNChuRMuiGoxMc li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#rProREarAeP7d4TvFuSNChuRMuiGoxMc li:before{  }
#PerZCBfBByc4F7Jt2RpTIuvsKdkzfX85 { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:#0f539c;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.43706875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:72.0625rem;left:45.75rem;display:block; }
#C6iroRQpLTtC1eivWWQC6ts0T7bR5vQw { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#JBueWnEZ0fQeOWTrGftXG4v16OQCnBpK { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:#0f539c;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.43706875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:75.3125rem;left:45.75rem;display:block; }
#C2UovLNRrueTeX336QD8iICSNTP4CrFf { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#XyRafQFJ6V4faoTz3a849B7yTyc4nc7S { color:rgba(var(--color-tertiary-0),1);display:block;width:16.311875rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15042;line-height:1.5;letter-spacing:0;top:79.6875rem;left:4.6875rem;height:1.59375rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#zBsl2REuSFSdoA2uRQkbUdrLECvax10o { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:79.6875rem;left:25.125rem;height:6.6875rem;font-style:normal;display:block; }#zBsl2REuSFSdoA2uRQkbUdrLECvax10o li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#zBsl2REuSFSdoA2uRQkbUdrLECvax10o li:before{  }
#iDU46PB7k3RBAKBgIIi6TGB7SJ8203PQ { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:#0f539c;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.43706875rem;text-decoration:none;z-index:15043;text-align:center;text-align-last:center;top:79.6875rem;left:45.75rem;display:block; }
#gmq4Pxiv2esLSKc0FWwbntl3cKzvi2Cs { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#QdecSO5TT7rrFLqSTDDRlRKpTbv7uorV { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:#0f539c;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.43706875rem;text-decoration:none;z-index:15044;text-align:center;text-align-last:center;top:83.6875rem;left:45.75rem;display:block; }
#XBOGwLOcBRIHnAHlMEy5afTBvhusRoqM { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#tVXDOucvwGyBE5PVEQuQPxZeDsKN4Pkg { color:rgba(var(--color-tertiary-0),1);display:block;width:18.5rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15043;line-height:1.5;letter-spacing:0;top:88.875rem;left:4.6875rem;height:3.1875rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:block; }
#wSZezZnTmO9gEJR6FIqbLng47OOSNwKH { color:rgba(var(--color-tertiary-0),1);display:block;width:16.0623125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.0625rem;font-weight:700;z-index:15044;line-height:1.5;letter-spacing:0;top:88.875rem;left:25.125rem;height:1.59375rem;font-style:normal;display:block; }#wSZezZnTmO9gEJR6FIqbLng47OOSNwKH li:not(:first-child){ padding-top:0.3125rem;padding-right:0;padding-bottom:0;padding-left:0; }#wSZezZnTmO9gEJR6FIqbLng47OOSNwKH li:before{  }
#sH3nc1vMu199XeV23ty1g5JHEuVZLAtN { background-color:rgba(var(--color-tertiary-0),1);background-image:none;border-top:0;border-left:0;border-right:0;border-bottom:0;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: none;box-sizing:border-box;color:#0f539c;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.0625rem;font-weight:700;font-style:normal;line-height:1.3;overflow:hidden;position:absolute;width:10.3125rem;height:2.43706875rem;text-decoration:none;z-index:15045;text-align:center;text-align-last:center;top:88.875rem;left:45.75rem;display:block; }
#nvpx20m3x72ul0ggTeIUftmvtD26ANlP { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#bAxubfIUfsXJgSJsJhV4kHz7UmOzVN85 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15046;opacity:1;top:44.593100547791rem;left:46.562290191651rem; }
#bAxubfIUfsXJgSJsJhV4kHz7UmOzVN85 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#VX9VzN4B4hyV0SXAof50oZzSTr9la6zn { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15047;opacity:1;top:53.544925689698rem;left:46.5625rem; }
#VX9VzN4B4hyV0SXAof50oZzSTr9la6zn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#Z3fCtCcLcFaPN2TKgVAc22HDXKzpC1A9 { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15048;opacity:1;top:57.530385971069rem;left:46.5625rem; }
#Z3fCtCcLcFaPN2TKgVAc22HDXKzpC1A9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#TKDESiTiM8W3cdFDrEkZlpmFgICShMOz { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15049;opacity:1;top:62.73220825195rem;left:46.5625rem; }
#TKDESiTiM8W3cdFDrEkZlpmFgICShMOz > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#PJwuaSXQbu4rx3QpKURNQhq5rLgJru1V { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15050;opacity:1;top:72.342670440675rem;left:46.5625rem; }
#PJwuaSXQbu4rx3QpKURNQhq5rLgJru1V > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#rQ4pEl1MuGfdUU2bqmOcaulqNWZmlcxa { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15051;opacity:1;top:75.59353637695rem;left:46.5625rem; }
#rQ4pEl1MuGfdUU2bqmOcaulqNWZmlcxa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#PFkt7cbynpZqiwJBOOx7fm1LsJx5f3uA { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15052;opacity:1;top:79.96853637695rem;left:46.5625rem; }
#PFkt7cbynpZqiwJBOOx7fm1LsJx5f3uA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#HSfhJGBz1hwveeOL9129ZGw0f21soeIM { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15053;opacity:1;top:83.968105316162rem;left:46.5625rem; }
#HSfhJGBz1hwveeOL9129ZGw0f21soeIM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#UouPxazu3ISWJVRso0lrwZu7939rD5fU { box-sizing:content-box;color:#5d92ff;font-size:1.3125rem;font-weight:400;line-height:1;height:1.875rem;width:1.875rem;position:absolute;text-align:center;text-align-last:center;text-decoration:none;display:flex;z-index:15054;opacity:1;top:89.15408706665rem;left:46.5625rem; }
#UouPxazu3ISWJVRso0lrwZu7939rD5fU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; }#xsv15fvLcUcp4B0WqI3y2Qlb2W8wq87n { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:41.5625rem;left:4.6875rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CGDRCOHm7HPG1GnnqafDs2QQtGGdrgLo { color:rgba(var(--color-tertiary-0),1);display:block;width:9.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:41.5625rem;left:25.125rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#a4MFWmRSM1rNL1xOEeohisIrd5FDd6ra { color:rgba(var(--color-tertiary-0),1);display:block;width:9.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:41.5625rem;left:45.75rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#IAtzHxRorO5dZ93h6OvDzAFkCt9SbLHl { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:41.5625rem;left:4.6875rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#VmS5yT2WiRWDgHBru0oe40ZiEQxXny2f { color:rgba(var(--color-tertiary-0),1);display:block;width:9.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:41.5625rem;left:25.125rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MiOgVIhGuyL4Hipofgl1wkHMOZE4ssfp { color:rgba(var(--color-tertiary-0),1);display:block;width:9.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:41.5625rem;left:45.75rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#QO65ZseLK0Ekba4pf9niFXtb2sSHVscs { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:41.5625rem;left:4.6875rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dLPhbA6QB7loP7EzITTRVyk7s0y9h8vt { color:rgba(var(--color-tertiary-0),1);display:block;width:9.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:41.5625rem;left:45.75rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#MRXgTNk4hdm09lCXk11qyFttgcF6Nz9H { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:41.5625rem;left:4.6875rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#bxaKdXMmSH6E1UxNUlZ60getoPFFOdzC { color:rgba(var(--color-tertiary-0),1);display:block;width:9.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:41.5625rem;left:25.125rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#zhrNXDsLWnMgoU0Cp6wacMkUzSrzb9PR { color:rgba(var(--color-tertiary-0),1);display:block;width:9.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:41.5625rem;left:25.125rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#nr96vWZpR8WT0H9cpofMdkUnATuxo4Ta { color:rgba(var(--color-tertiary-0),1);display:block;width:9.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:41.5625rem;left:45.75rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#dOI7Dh7oGxKAOxLPhfRD0PwsOea0Lqod { color:rgba(var(--color-tertiary-0),1);display:block;width:5.125rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15037;line-height:1.5;letter-spacing:0;top:41.5625rem;left:4.6875rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#wZ2TQb44Sc1MrvITcvwvyqHJTaApssu5 { color:rgba(var(--color-tertiary-0),1);display:block;width:9.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15038;line-height:1.5;letter-spacing:0;top:41.5625rem;left:25.125rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#a0zMVM3JETVyliBqT7J5ndtAZfippbcw { color:rgba(var(--color-tertiary-0),1);display:block;width:9.749375rem;position:absolute;font-family:var(--headlines-font-family);font-size:1.0625rem;font-weight:700;z-index:15039;line-height:1.5;letter-spacing:0;top:41.5625rem;left:45.75rem;height:1.59288125rem;font-style:normal;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0;padding-top:0;padding-right:0;padding-bottom:0;padding-left:0;display:none; }
#CmedXsgiMi31bAxUE7obLu00AB86m9f4 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#BwqEqv81HbbglGfskW6iy2vW2ewcnW8S { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#Jy470DTJyMsXFUsZG5ovpXNO5hlz0lof { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#uE2bhRd8ekUbJiaPogJsPurmoSO0NOk4 { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#ZXGa0DLk8ogPZAza8CxxFfwaLRmOoEhg { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#a3mGx3biM8F1o8hxm4Dz8xFIJLclhb0F { box-sizing:content-box;height:18.75rem;width:0.3125rem;position:absolute;display:block;z-index:15000;background-color:#e3e3e3;background-image:none;display:none; }
#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { position:relative;display:block; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { background-color: transparent; background-image: none; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container > .video-iframe-container { display: none; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row > .video-iframe-container { display: none; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .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); }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { border-width: 0; border-radius: 0; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .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; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .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:13.375rem;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; }#imuaELBTzmK6sSyqSm0z4bI4DEkXm1aq { color:#0f539c;display:block;width:51.6875rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.875rem;font-weight:700;z-index:15007;line-height:1.3;letter-spacing:0;top:2.1875rem;left:0rem;height:2.4375rem;font-style:normal;display:block; }
#TzJ1EqucC2oKrTM0iD9lT6TMptT1UcGV { position:absolute;display:block;z-index:15008;background-color:rgba(var(--color-primary-3),1);background-image:none;background-position:center !important;background-repeat:no-repeat !important;background-attachment:scroll;background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: none;height:0.3125rem;width:13.75rem;top:1.1875rem;left:0rem;display:block; }
#Lf8P6lcl5C5AtBg7HyqiXJFbwAeoTFe7 { position:absolute;display:block;z-index:15011;height:7.375rem;width:56.5625rem;top:5.4375rem;left:0rem;display:block; }
#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { position:relative;display:block; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { background-color: transparent; background-image: none; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container > .video-iframe-container { display: none; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row > .video-iframe-container { display: none; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .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); }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { border-width: 0; border-radius: 0; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .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; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .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.1875rem;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; }#J0Fw5vUGWOKiWQvudLPMMUkyf0iLLtiX { background-color:transparent;background-image: -webkit-linear-gradient(79deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(79deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(79deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(79deg, #0f539c, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(79deg, #0f539c, rgba(var(--color-primary-3),1));background-size:auto !important;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:0.9375rem;border-top-right-radius:0.9375rem;border-bottom-left-radius:0.9375rem;border-bottom-right-radius:0.9375rem;box-shadow: 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:2.875rem;left:21.25rem;display:block; }
#grdPIit377wTEN7J7O1r1FxyZvhOufRi { display:block;position:absolute;top:50%;left:0rem;width:100%;z-index:15000;display:block; }
#u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD { border-top:0;border-left:0;border-right:0;border-bottom:0;background-color:transparent;background-image: -webkit-linear-gradient(180deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -moz-linear-gradient(180deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -ms-linear-gradient(180deg, #0f539c, rgba(var(--color-primary-3),1));background-image: -o-linear-gradient(180deg, #0f539c, rgba(var(--color-primary-3),1));filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='rgba(var(--color-primary-3),1)' );";background-image: linear-gradient(180deg, #0f539c, rgba(var(--color-primary-3),1));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; }#u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD > .row .container { background-color: transparent; background-image: none; }#u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD > .row .container > .video-iframe-container { display: none; }#u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD > .row > .video-iframe-container { display: none; }#u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD > .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); }#u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD > .row .container { border-width: 0; border-radius: 0; }#u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD > .row .container { font-size:0.875rem;font-family:arial;height:32.75rem;width:60rem;position:relative;display:block; }#KEaRJ4idmMRZZr4V6IGZgUbqTXxATkRx { 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:9.25rem;width:15.625rem;top:4.09375rem;left:0rem;overflow:hidden;display:block; }
#qN0lM0113ryXJTfST4T6I7Rzrfqgya5B { 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; }
#Os57qDWxXkXm9BOM40NOHTrXGMTud9bF { 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.2745rem;font-style:normal;text-align:left;text-align-last:left;display:block; }
#MXxIAruLaTQQ5Ev1g5qTHuLcWPZ1wmnr { 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; }
#v9S9HZ2kklmR4LznIX6FAWlaouCQFLur { 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; }
#ftQkTqOpmI8lT47rdKRTuXWEBQpDeyXT { 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.2734375rem;font-style:normal;display:block; }
#RPZFIZWps01tft6D6dnGfnpmeXA3cUtU { color:#0f539c;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:26rem;left:5.5rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#FpOhfwsNiA0MOfRNxgu5mlBFramrM92i { 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:26rem;left:23.5625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#ps4TaNBsAeTrG0SwIRUVyOcrqTeAOIPC { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15014;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.1875rem;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; }
#zpQg5aNlnv6f9cfckoQyidMPMziXCCOF { 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:26rem;left:42.0625rem;height:1.29980625rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#V05XaS1QVIuRlpb6zapXUy8C24KDR8KE { box-sizing:content-box;height:0.875rem;width:0.1875rem;position:absolute;display:block;z-index:15015;background-color:rgba(var(--color-tertiary-0),1);background-image:none;top:26.1875rem;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; }
#w38zJX6AmBHTpM16Xbd3Ropd1Td1fevd { 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:28.875rem;left:15.875rem;height:0.9746125rem;text-align:center;text-align-last:center;font-style:normal;display:block; }
#Is7ksvxEOhG0aMpUL7MRGRGAhGlW75FT { 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:15065;line-height:1.3;letter-spacing:0;top:16.875rem;left:20.375rem;height:1.462675rem;font-style:normal;display:block; }
#HEXPxNEFqusCOZgLr0gQHE59mTbNIH5S { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15064;line-height:1.3;letter-spacing:0;top:19.0625rem;left:20.4375rem;height:3.41015625rem;font-style:normal;display:block; }
#Ttm7lMQxiLfHeoNbu9Of54mXloGOK6dG { 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.9375rem;width:15.625rem;top:16.455081939698rem;left:0rem;overflow:hidden;display:block; }
#wD6cqACarWV8443sdIsoQNUTuouaKXsP { color:rgba(var(--color-tertiary-0),1);display:block;width:10.375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:0.875rem;font-weight:700;z-index:15065;line-height:1.3;letter-spacing:0;top:19.0625rem;left:31.8125rem;height:2.2734375rem;font-style:normal;display:block; }
#RmOSXVrlwh1IKTNuQ57yfViWu96l52P6 { position:absolute;display:block;z-index:15066;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.75rem;width:2.75rem;top:18.4609375rem;left:44.25rem;overflow:hidden;display:block; }
#yBLhbUg3xTCHZJi5VIZI6A2uT6t4KrSB { color:rgba(var(--color-tertiary-0),1);display:block;width:6.3125rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:18.25rem;left:51.1875rem;height:1.462675rem;font-style:normal;display:block; }
#Tzc33PSxevuZ0CUuN4GIwpgRLkmXcOVM { color:rgba(var(--color-tertiary-0),1);display:block;width:7.5625rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:19.9375rem;left:51.1875rem;height:1.462675rem;font-style:normal;display:block; }
#VPvtwJmyguaDwX3foAE1eQDbix172Roa { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15066;line-height:1.3;letter-spacing:0;top:18.25rem;left:48rem;height:1.462675rem;font-style:normal;display:block; }
#MilzEl7eDdlhadOehqbSdBwIUFtfxTei { color:rgba(var(--color-tertiary-0),1);display:block;width:3.4375rem;position:absolute;font-family:var(--paragraphs-font-family);font-size:1.125rem;font-weight:700;z-index:15067;line-height:1.3;letter-spacing:0;top:19.9375rem;left:48rem;height:1.462675rem;font-style:normal;display:block; }
#cBLzVW7Tv4gGHZUD4JZoT98P61Ea7uri { position:absolute;display:block;z-index:15002;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;box-shadow: 0.1875rem 0.1875rem 0.625rem rgba(var(--color-primary-3),1) ;height:11.5rem;width:17.5rem;top:3rem;left:42.5rem;overflow:hidden;display:block; }
#szhM74w3RoZWMdLDlEWkn0iutZm3hQCF { position:absolute;display:block;z-index:15069;border-top:0;border-left:0;border-right:0;border-bottom:0;border-top-right-radius:initial;border-bottom-right-radius:initial;border-bottom-left-radius:initial;border-top-left-radius:initial;box-shadow: none;height:2.375rem;width:3.875rem;top:7.6875rem;left:49.3125rem;overflow:hidden;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:8.4375rem;left:23.3125rem;width:24.4375rem;height:10.25rem;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:19.1875rem;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:19.1875rem;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 #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) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n {  }
 }@media only screen and (max-width: 763px) { #VdSmrywWkHIb5SuIbtCWNz83nNBN4wct { top:16.75rem;left:0rem;width:12.5rem;height:1.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMk9LVb9Pfkm08xuXx3eP0FqMHQTmNJG { top:4.125rem;left:0rem;width:19.25rem;height:46.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G5vaieTVx8CmUuXEpka4H15TcOfN5J3R { top:7.125rem;left:0rem;width:12.875rem;height:7.7748711333981rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCI8QqaXcnTpgw2D9dkdO0DCuV8Kh0Fx { top:26.8125rem;left:25.75rem;width:19.25rem;height:5.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK0CF6uscRX6fMQnmTLz5vOc463gRkVH { top:21.875rem;left:22.625rem;width:25.125rem;height:3.5625rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #DbiGG6vVNxpTWxGwnnIt7pbcrFOHA2Bb { top:18.6875rem;left:31.9375rem;width:11.25rem;height:1.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ctPSZFvf5Fp7hMzoUoMfXk2yFKhDJIoV { width:43rem;height:6.3125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yBTSSbsrKS7KZZEqPkZU1BTgrp8RT5kn { top:34.4375rem;left:26rem;width:2.6875rem;height:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #T02ofEcLoeyNPEuS1yAscyWh7FzkDcbn { top:34.8125rem;left:30.125rem;width:10.4375rem;height:1.9375rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { display:block; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvBhircCPsaSSNvxTTKySqZTa3HU8p4J { width:11.25rem;height:2.5rem;top:0rem;left:16.312068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #SRhwPzdu7M4vnp8uW2mBRqi1sG4dcAM0 { display:block; }
 }@media only screen and (max-width: 763px) { #oKczT49zGkfKrPs4Owi1E0EP12Rx5TPI { width:11.25rem;height:2.5rem;top:0rem;left:36.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #qVeG856dS7izURiMffp7KvBQsPap0udm { display:block; }
 }@media only screen and (max-width: 763px) { #nAPM7KUffNX7SmTQKDIKSTp6LLbrypvV { width:11.375rem;height:2.5625rem;top:0rem;left:36.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #tXl2UJTqFq9nTA34ywE9qcSZT9TO01pM { display:block; }
 }@media only screen and (max-width: 763px) { #lZ26UloBUW5FeEwT7FbJyCiG7TDGzC1a { width:11.25rem;height:2.5rem;top:3.125rem;left:16.312068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #UKyKSkw3cHSakxd7uVBvW4WufXWS0dH5 { display:block; }
 }@media only screen and (max-width: 763px) { #iM93Qdapo0QIq9vuyT1liWFbl8dGPrb4 { width:11.25rem;height:2.5625rem;top:3.125rem;left:29.4365234375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dC0C08Owic1R9KVJG9QCOSStIJvwRwwx { display:block; }
 }@media only screen and (max-width: 763px) { #O0h7fHliT8VyK6lQVhflKPi1iu0egpTF { width:8.8125rem;height:2.5625rem;top:0rem;left:15.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #stEQ9OKudUJeOUW9CMK5BLJEN08f10pF { display:block; }
 }@media only screen and (max-width: 763px) { #TClAarveLKT1HsAib5v8WkkkP2VaTuZN { width:19.25rem;height:2.5625rem;top:0rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #lOJiV753VpylcIDLZqh4kZqvMTqx6pXP { display:block; }
 }@media only screen and (max-width: 763px) { #SOSx6d0D3EA9cEtHeLDZDq4zwxOSiHfU { width:11.25rem;height:2.5rem;top:0rem;left:29.437068939209rem;display:block; }
 }@media only screen and (max-width: 763px) { #TStp7LWDcBTWTKoeTTXDK0P4CrecLMvy { 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) { #Qei1isGiEAkEGpNee9zvTcxQRagA3uXb { top:2.25rem;left:0rem;width:39.25rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTz2aBesoHXemRUx0otbwqAvfMUGLaJd { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSK9PUMT3Wyvo0HHqeBHMu8md3VkiiTe { top:7.5rem;left:0rem;width:22.75rem;height:2.25rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ihzeK7PpN7gTGlgi3BC8ngQfOUXqyk64 { top:7.75rem;left:0rem;width:0.25rem;height:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTtAIMmeKT4rEelalRpRvsxsqmdPfTtD { top:10.625rem;left:0rem;width:25.3125rem;height:4rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N5oJ7odPdIOWASh6MdarVvKM5QCpP3wl { top:11.25rem;left:0rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSt8RqTCqOdq887Fx35TTb4hoozNmt5X { top:20.375rem;left:31.125rem;width:16.625rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #c4GouOERV2MBmx5gwVvSxBVc3zwffyT5 { top:22.6875rem;left:32.5625rem;width:15.1875rem;height:1.4375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #VaP8m5oClMw5EU7yAk4cPl9BRpw02TA6 { top:24.5625rem;left:34rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #D492OOFpmbVSbthsRzof7W3Pl4Pmd3ia { top:20.4375rem;left:24.6875rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt8JfiaER7Jg7VMpePzzq4W8PRg1UBqU { top:20.375rem;left:0rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TtVwMtRHPtg4Nc87SfHmWAghZ3U5LX { top:24.5625rem;left:6.375rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhgSmnz1s8K93J0an27e8tawRrrqsmZ5 { top:22.6875rem;left:6.375rem;width:14.25rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #fzACxbFG6T3lJDS2egT5A09gBnqhGBlZ { top:20.375rem;left:6.375rem;width:16.6875rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTg946wAFIsBEh1ruQxnvs9zsxVfgmg { top:26rem;left:6.375rem;width:15.5625rem;height:5.125rem;font-size:0.875rem;display:block; }#ZUTg946wAFIsBEh1ruQxnvs9zsxVfgmg li:before{  }
 }@media only screen and (max-width: 763px) { #EqiA7yLViGrVKALWqqCVnvcCGXltSAOK { top:10.625rem;left:21.1875rem;width:26.5625rem;height:6rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #N0MkSOEgqc6TNekJend9PKZ1zy3NIsBx { top:11.25rem;left:25.125rem;width:0.9375rem;height:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqGlKWHkABZVVScIHzHc6tb0oc3sXVJ2 { top:26rem;left:32.125rem;width:15.625rem;height:5.125rem;font-size:0.875rem;display:block; }#dqGlKWHkABZVVScIHzHc6tb0oc3sXVJ2 li:before{  }
 }@media only screen and (max-width: 763px) { #EUA78ebTiDTo3J51k7sQwESTRyFB4mem { top:36.1875rem;left:0rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp8KBzgIz6C7O6nxxHySKViG9mPcgvk2 { top:37.4375rem;left:6.375rem;width:15.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #w7E3tBa812X2iSVicwAP3CGTdAFsCkq3 { top:39.75rem;left:6.375rem;width:15.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wlP4Ove0zEi6e2y4dKmnp14WIOrrpl2H { top:41.625rem;left:6.375rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ88eMbhEZc9M1EDZnyUV9FyEKhhKNmw { top:43.125rem;left:6.375rem;width:14.75rem;height:2.4375rem;font-size:0.875rem;display:block; }#qQ88eMbhEZc9M1EDZnyUV9FyEKhhKNmw li:before{  }
 }@media only screen and (max-width: 763px) { #SQ1SD5Q7y9id3SNxmkTzClnrqL9znvLt { top:36.1875rem;left:24.6875rem;width:11.1875rem;height:11.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #seIDNz7EpGK5sDN3HCrUiAtODpHpVobl { top:43.1875rem;left:33rem;width:14.75rem;height:2.4375rem;font-size:0.875rem;display:block; }#seIDNz7EpGK5sDN3HCrUiAtODpHpVobl li:before{  }
 }@media only screen and (max-width: 763px) { #QEKpbrMcWpvr1zz4hAEOtQfeLN05bOTp { top:41.6875rem;left:34rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG4BGP7WUKGIh9eoQ8qs59MG871HDFVB { top:39.8125rem;left:32.5625rem;width:15.1875rem;height:1.375rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #LbInVcLGkG5G3rnOnw97nMCqSreOxCN8 { top:37.5rem;left:32.625rem;width:15.125rem;height:1.75rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #DM7dIweMK1weigOToKLCQQPtT1Jp7Cnw { top:53.1875rem;left:0rem;width:47.75rem;height:7rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #TFzt0rb2LcnwliELp69Fvcn8LqxPwZ3T { top:51.125rem;left:0rem;width:47.75rem;height:11.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #zwZvoOVV4TMohAPBHaa73C3EofXCQz7E { width:17.5rem;height:3.4375rem;top:60.9375rem;left:30.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvgA9oA1FyliSvsJktIH0eB1tuTEIyxF { display:block; }
 }@media only screen and (max-width: 763px) { #vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA { display:block; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { width:47.75rem;position:relative;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:3.1875rem;left:18.875003814698rem;width:23.5625rem;height:7.8125rem;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:;font-size:1.0625rem;display:block; }#IIWwMzxGK5aVoUbPioliXRCS3r3qPD5s li:before{  }
 }@media only screen and (max-width: 763px) { #ZT3fLsZmayyTdTEsHUAnNmFC94BSdXdk { top:47.625rem;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:44.125rem;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.311634063721rem;width:29.8125rem;height:81.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tq4kzFtW0bh3voh6SWmxzmaW3FDM7Q29 { top:11.75rem;left:18.875rem;width:23.625rem;height:2.3125rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #c3Oie1MORTr8KlfPFkDt9nhyNUg6NaNd { top:56.1875rem;left:9.625rem;width:38rem;height:21.375492198834rem;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.375rem;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:29.75rem;left:0rem;width:16.875rem;height:;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) { #Ddx9UJ1TQxluyJbBeQlV5fDFEKL3V7Tf { top:23.1875rem;left:0rem;width:11.625rem;height:3.1875rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #ztJWHWB1g2qKyV9F47uqoU0Zd0es8TKK { top:56.1875rem;left:9.625rem;width:38.125rem;height:21.25rem;display:none; }
 }@media only screen and (max-width: 763px) { #gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB { display:block; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { display:block; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row .container { width:47.75rem;position:relative;display:block; } }@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) { #dQIcm8ZFrCwSTMPPPoluttH4TZAWsnT4 { top:2.25rem;left:0rem;width:36.9375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQFTS91N7iR1Q6aKnGe3KMFNBLK1366L { top:7.5rem;left:0rem;width:8.8125rem;height:8.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0elpM3lTIuG9IUNIHRWO7HuHTxJolpB { top:18.125rem;left:10.25rem;width:12.75rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 { top:20.6875rem;left:0rem;width:11rem;height:2.8125rem;font-size:0.875rem;display:block; }#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 li:before{  }
 }@media only screen and (max-width: 763px) { #ksOnD4laXKBvz829z5FUaPQI09DMiBRe { top:7.5625rem;left:12.0625rem;width:9.0625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVDOlBZTS6ZPRa7mHS4Pr15WaxzQCpRz { top:7.5625rem;left:27rem;width:10.0625rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz7nRcSV7faFsWbUd5NWJTTCSq09t7Hr { top:6.5rem;left:38.6875rem;width:9.0625rem;height:9.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH8W6BmKIarIyOvwM18oZCya3BkSRK5I { top:18.125rem;left:0rem;width:10.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qz1hr1X5AKs2QkCnCyFJcZu3KsgFZF1O { top:18.125rem;left:25.9375rem;width:12.25rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkTCcF2LFQTptsFw3dqlrI7eX37l51Vk { top:18.125rem;left:40.625rem;width:7.125rem;height:1.4375rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb { top:20.6875rem;left:10.25rem;width:12.0625rem;height:2.8125rem;font-size:0.875rem;display:block; }#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb li:before{  }
 }@media only screen and (max-width: 763px) { #OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 { top:20.6875rem;left:25.9375rem;width:12.0625rem;height:2.8125rem;font-size:0.875rem;display:block; }#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 li:before{  }
 }@media only screen and (max-width: 763px) { #F3chnoq14KHuZI3HEHWTtchmHX6MAykS { top:20.6875rem;left:36.875rem;width:10.875rem;height:5.625rem;font-size:0.875rem;display:block; }#F3chnoq14KHuZI3HEHWTtchmHX6MAykS li:before{  }
 }@media only screen and (max-width: 763px) { #GiBPdeZwlKzsImJXBz1sxkmuayqpnZ7q { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHPl8PIT8yDHHzEoiVqvr2KO4GNtkn9i { display:block; }#mHPl8PIT8yDHHzEoiVqvr2KO4GNtkn9i > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #egGL11VOJmBPTmUbyKZR6FRcGTXWxU3L { top:1.5625rem;left:0rem;width:8.75rem;height:8.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLbPZneeMObLS1seh4B4vfWe68dAZ7SU { top:13.75rem;left:0rem;width:36.9375rem;height:2.4375rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEgmhE8teULBiX1AC8yrNw9cUETQz6On { top:7rem;left:2.375rem;width:3.875rem;height:3.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8T6T0EMTcaJDV3264LETLLbq2iGKEi0 { top:17.4375rem;left:0rem;width:34rem;height:1.4375rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #k36ehXvhGnyQ10nKHIUoHthsxCl0HP27 { top:4.1875rem;left:7.3125rem;width:12.875rem;height:1.625rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #dNSN5keNkqKBn8Cw48fvZr79AmalLbSm { top:6.25rem;left:7.3125rem;width:12.0625rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oJNbhg1Oc0BKu8NIHTAzH3nZFPaooaTd { top:8.0625rem;left:7.3125rem;width:26.4375rem;height:1.375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 { top:19.8125rem;left:0rem;width:17.125rem;height:11.6875rem;font-size:0.9375rem;display:block; }#Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bdb86a3b629b7349a191db2d9aa75daf2f11cf60.svg); }
 }@media only screen and (max-width: 763px) { #kwXa6Eiz892MypzUTDp3GAEve43qRnSx { top:20.375rem;left:7.6875rem;width:2.9375rem;height:0.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #G16LerOS3NLGV6qBV15gazCdsHkPmp3S { top:20.4375rem;left:10.375rem;width:0.25rem;height:10.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #dPaeEehq21QXRt3ZVKaoW5rflD0u7imm { top:24.25rem;left:7.5625rem;width:40.1875rem;height:2.8125rem;font-size:0.9375rem;display:block; }#dPaeEehq21QXRt3ZVKaoW5rflD0u7imm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fa164e92d5da324565bf8a4e9e43a3287b569cf.svg); }
 }@media only screen and (max-width: 763px) { #hJ5BEaesqOfpttdcoGdkeqOplfdNgqrg { top:30.875rem;left:7.6875rem;width:2.875rem;height:0.1875rem;display:block; }
 }@media only screen and (max-width: 763px) { #inPKEmwJnCqGxxVqv5z5CTBV4Te3KZTC { top:34.6875rem;left:0rem;width:47.75rem;height:5.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #CugWZqyh4JDF0OF1kCe8lRoyceJ9dfX0 { top:36.125rem;left:0rem;width:47.75rem;height:2.875rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXvimMIaw1qFPHolEaIkieztlGNrduql { top:58.125rem;left:0rem;width:7.9375rem;height:6.5625rem;font-size:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #CA8VVzWGCugBQFVHvEGudalKKoJM4VqN { top:67.125rem;left:0rem;width:20rem;height:5.8125rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #yJu2uVMl94T48IumNLerd5fz1kAHR6gB { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:none; }
 }@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) { #gfUCtr4Pz3RSTQvGF3EASIQrkWGIKG0W { top:2.25rem;left:0rem;width:43.9375rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPbQhZIbHTkRab9JyzbFqVtcDxKbLZQh { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #orUuoT6SZ4grG6Tw5HoD7psdk8aASZ59 { top:7.625rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdHmXTPARnbT3vTD7Lxuuwmwh44D5OJn { top:7.4375rem;left:0rem;width:28.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #WF3HkzMa0WtKxx7dZLMttcclqsdTMU1t { top:9.5625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoZRH3xVho2k0vxBpPqPTMklikwhsslG { top:19.375rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #QS8eaVl13uThq1aVwTiUywbDu178EQN1 { top:17.4375rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHBlIQR7Cy3hwK2TNMtRwFJhNdTdlGKk { top:17.25rem;left:0rem;width:28.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #GLpMepa8Dl44XmbJC5cB0RawUtmoux06 { top:39.0625rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sJm8vTqgJFoDpmlmx2OUx6gwtEXI6bvE { top:37.125rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0H4sf8hf2k5KJkgtMu63sXD4XSSWvAv { top:36.9375rem;left:0rem;width:28.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #Nak6Qzmw4GC8ipRc5TW21LGrFBnR6UWl { top:29.25rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #O8kXFlEhOLnASidCmbSNT3bzFvWmPuwJ { top:27.0625rem;left:0rem;width:28.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #H88zULxw1GziymoAgh5VBIGCDvrdqdXO { top:27.3125rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHs8C6xp0e8nGcywh7PTQmlAUSHTebdx { top:46.75rem;left:0rem;width:28.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #vH2ukPZOzvNCeoSWWCsBoAwQTV5t4y3T { top:46.9375rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKL4o3WJn3PX6GAZNddMTQ1AcL7dwnIv { top:48.875rem;left:0rem;width:47.75rem;height:4.1875rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vOcmF2s43ZaI4v0Sf3sif3non25PBqoM { display:block; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCOmHukkRXRcXaHxksK2O4iKM6Uxvv0x { top:2.25rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIZipsbElosXkTgQlShAHJapZM2Desc1 { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPONwsyGRe2g5Deam5kKyMGyBXG1sq83 { top:7.625rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #poGVIy7sgeGtvzUJ6bCUAWhzUyZlPrfT { top:7.375rem;left:0rem;width:27.625rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #IHMxklB5ctxUF8aCETMdROL04VnSssTh { top:9.5625rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #mEUrf4VJdDfzE0T496AiP41wTE1NxXkA { top:20.75rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #E0SBr5H1VlRrTpT1B7Cyw9GO7Zsn3KEc { top:18.8125rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWQoVK0qCTGTzzWCvKDmUJfBefh7NXVw { top:18.625rem;left:0rem;width:28.75rem;height:;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZOpPX1muZ9rlwRCSZVWOCXoBSbvvrRJs { top:31.9375rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #d1Mwr0ChmTFQ8EAAwVNfARcgh5KsGKFJ { top:30rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvz3NmzHHAnVTnZcIVblznxfkkZecDhg { top:29.8125rem;left:0rem;width:28.6875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #oQpby76DPLNLvWAnCpy1emiV89m6h13w { top:43.125rem;left:0rem;width:47.75rem;height:5.625rem;font-size:0.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #RGghGkgWS4IxFdMu5NJu7C7tcV7CqhZ7 { top:41.1875rem;left:0rem;width:0.3125rem;height:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGuIoLLwgMn6XaPQdTS83xH0mWpCzqtn { top:41rem;left:0rem;width:21.875rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #nfEqFHiMKZ145NcVnmTeFXVIXSTxhF1S { width:27.1875rem;height:1.875rem;top:7.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #E1abBrX5Q4NpmlStyiQLaJKpTTUzz0CA { display:block; }
 }@media only screen and (max-width: 763px) { #ogfaJkFGHCRsMfGRrHbM4CcIOC4wogEh { width:27.9375rem;height:1.875rem;top:18.625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoUGLtc37fdc2dT2MPeXeyZ4TvoOeWmt { display:block; }
 }@media only screen and (max-width: 763px) { #uOBwSLa57tsGLaAvlCeMMAsSC4d0LIxm { width:24.625rem;height:1.875rem;top:29.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wZv2mleGR88fwR1rdt41ag38eVZtTeFG { display:block; }
 }@media only screen and (max-width: 763px) { #RVDpMN9ZxEmiAWhSOBR4aU58NQm0GoXh { width:21.875rem;height:1.875rem;top:41.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #VsaC4qoFAiTMPMT3hCvONE7zTrqBlhmE { display:block; }
 }@media only screen and (max-width: 763px) { #TJprvQC5rDKC6dXVtWbkv2xdzdi4E5V9 { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #OHI87cTFIFwre7zhlGRb2wTn9fuDOvuT { display:block; }
 }@media only screen and (max-width: 763px) { #iKePayxcnPgERyGArgKEWiniA7ehtd5k { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #WglGIpLRktJgLTkDBwPDXuqXoEXDM8ZK { display:block; }
 }@media only screen and (max-width: 763px) { #fuOJsxDAoWAk7ZiOSZfI11KpMHEr8XRi { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #dbEnvTssPowC61kFa9tmwoA3Df3NZLUh { display:block; }
 }@media only screen and (max-width: 763px) { #aHoVtpntATVcS9ZNolQa2dfTS03Cm8ba { width:0;height:0;display:none; }
 }@media only screen and (max-width: 763px) { #SG8FpWfbKnnSgz7P2ESR8VKqLLGQgQqL { display:block; }
 }@media only screen and (max-width: 763px) { #cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I { display:block; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { width:47.75rem;position:relative;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:22.0625rem;left:38rem;width:9.75rem;height:4.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oKWblhiApwpKqFJ2dFLVvCXwesPpKG28 { top:22.3125rem;left:17.0625rem;width:13.625rem;height:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlibJZ98bFQu4kO0ynMNzNv9fFpe0xm { top:19.9375rem;left:0rem;width:10.625rem;height:6.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #G54xW2Z0yibTHcZviqcA4t5TC6HREer3 { display:block; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6KSHxrbkc1T4f18TCB26LXia0IM1EBU { display:block; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .row .container { width:47.75rem;position:relative;display:block; } }@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) { #uxm26VWZfs3WPtUdtDEibfWyyXv6i8l7 { top:2.25rem;left:0rem;width:42.5625rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV65pkOy9T77nqdI3ntAKG88dB71Mih9 { top:1.25rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq4ndeddUOFKhRsdoCRe6tTNRqTVeGPu { top:8.25rem;left:0rem;width:28.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #v17Gu9zrQWnKDgZKXWlxVzUSGStNTNyW { top:10.75rem;left:0rem;width:35.625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tbl9A45Ca0TooLL8Jmtt0dSTQJRFzeeT { top:16.25rem;left:0rem;width:47.75rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NOA90AAUFdwhAhz0c79yI90eoeczyhwW { top:13.75rem;left:0rem;width:32.5rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #NkqV7Qp2XWnTHCrDxxBnPMm1hsV77OMn { top:6.4375rem;left:0rem;width:47.75rem;height:90.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #UHkSV9xtoTWRrqdnebOPKs0Kr0lIZkgU { top:19.375rem;left:0rem;width:28.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #MRtuBkM98dIawBE2ZnWEmkVdsN6V61zh { top:21.875rem;left:0rem;width:47.75rem;height:3.1875rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lmPFumzMf4Ri2gpxL7o5EJlS99KSXdH6 { top:25.5rem;left:0rem;width:47.75rem;height:1.875rem;font-size:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #apI2SMluflTlyKtqaxXRReo3cEFP5F8y { top:29rem;left:0rem;width:28.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #S30oxbVw9Li1DTc2TELzQuTXN6a84TOJ { top:31.5rem;left:0rem;width:47.75rem;height:;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rzDTokPPpIUMEDpTOTpyC6RoFNMAqFyM { top:38.6875rem;left:0rem;width:28.125rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #I9PG4QQbLyCqP63HVDCvS2blx0pAmx7l { top:41.5625rem;left:0rem;width:5.0625rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #lMrfdRLZFZb2oWQLQmaqwaFOFbeQOPH7 { top:41.5625rem;left:19rem;width:9.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #uym3FNLf6KwGFX1Kl5tBwBQQcZAAXw1G { top:41.5625rem;left:38.0625rem;width:9.6875rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #t5GhaLXFQhcfALq4dKK8ntp2ZUToyWPM { top:44.4375rem;left:0rem;width:16.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #d5lhQE2aHBLH4v2VeTXb7dJJQQah6WUt { top:44.4375rem;left:19rem;width:16.25rem;height:6.625rem;font-size:1.0625rem;display:block; }#d5lhQE2aHBLH4v2VeTXb7dJJQQah6WUt li:before{  }
 }@media only screen and (max-width: 763px) { #w7USHtK5AOH2U8e5S3iTKHFQOO7dNQHr { width:10.3125rem;height:2.4375rem;top:44.25rem;left:35rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDZiZKqHuxuheafpMry6Bzt6W7QnaL56 { display:block; }
 }@media only screen and (max-width: 763px) { #N6TVGamTpioM7WuLze6lIWJ13ALi4EqN { top:53.6875rem;left:0rem;width:16.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #G71r7OiJkWFsZsoHfF0gMr5Fki9bpAbs { top:53.6875rem;left:19rem;width:16.25rem;height:6.625rem;font-size:1.0625rem;display:block; }#G71r7OiJkWFsZsoHfF0gMr5Fki9bpAbs li:before{  }
 }@media only screen and (max-width: 763px) { #wA68VuoVWXGZTI2eNFnT2oqIJzkehnF4 { width:10.3125rem;height:2.4375rem;top:53.3125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMhN43eVmGlK4TI9197KR6Q6Gs9PlnIN { display:block; }
 }@media only screen and (max-width: 763px) { #UoM5xlpJRwS2qePlqIfapXCJ86EW0zal { width:10.3125rem;height:2.4375rem;top:57.25rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXJ2EAvwJf4IpcZe1y6t5oBDSExIFZd { display:block; }
 }@media only screen and (max-width: 763px) { #F53SF75Bmk71RL8GJQwZwEoBpWUM053N { top:62.875rem;left:0rem;width:16.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #XdK9MLNzmTPOJy0w5RTmRtiVmhWTcvnG { top:62.875rem;left:19rem;width:16.25rem;height:6.625rem;font-size:1.0625rem;display:block; }#XdK9MLNzmTPOJy0w5RTmRtiVmhWTcvnG li:before{  }
 }@media only screen and (max-width: 763px) { #rJ6LwsNTFq5RtUNulGX87vovXFgzk2cg { width:10.3125rem;height:2.4375rem;top:62.5rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi3LauWF6yHPO0LQKqsVbaVRX2gtE6QM { display:block; }
 }@media only screen and (max-width: 763px) { #TlGMuw6fM9cAR6VNTV6KHdE4OOC4ZMTZ { top:72.125rem;left:0rem;width:16.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rProREarAeP7d4TvFuSNChuRMuiGoxMc { top:72.125rem;left:19rem;width:16rem;height:5.0625rem;font-size:1.0625rem;display:block; }#rProREarAeP7d4TvFuSNChuRMuiGoxMc li:before{  }
 }@media only screen and (max-width: 763px) { #PerZCBfBByc4F7Jt2RpTIuvsKdkzfX85 { width:10.3125rem;height:2.4375rem;top:72.0625rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iroRQpLTtC1eivWWQC6ts0T7bR5vQw { display:block; }
 }@media only screen and (max-width: 763px) { #JBueWnEZ0fQeOWTrGftXG4v16OQCnBpK { width:10.3125rem;height:2.4375rem;top:75.3125rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2UovLNRrueTeX336QD8iICSNTP4CrFf { display:block; }
 }@media only screen and (max-width: 763px) { #XyRafQFJ6V4faoTz3a849B7yTyc4nc7S { top:79.6875rem;left:0rem;width:16.25rem;height:1.5625rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #zBsl2REuSFSdoA2uRQkbUdrLECvax10o { top:79.6875rem;left:19rem;width:16rem;height:6.625rem;font-size:1.0625rem;display:block; }#zBsl2REuSFSdoA2uRQkbUdrLECvax10o li:before{  }
 }@media only screen and (max-width: 763px) { #iDU46PB7k3RBAKBgIIi6TGB7SJ8203PQ { width:10.3125rem;height:2.4375rem;top:79.6875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmq4Pxiv2esLSKc0FWwbntl3cKzvi2Cs { display:block; }
 }@media only screen and (max-width: 763px) { #QdecSO5TT7rrFLqSTDDRlRKpTbv7uorV { width:10.3125rem;height:2.4375rem;top:83.6875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBOGwLOcBRIHnAHlMEy5afTBvhusRoqM { display:block; }
 }@media only screen and (max-width: 763px) { #tVXDOucvwGyBE5PVEQuQPxZeDsKN4Pkg { top:88.875rem;left:0rem;width:18.4375rem;height:3.125rem;font-size:1.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #wSZezZnTmO9gEJR6FIqbLng47OOSNwKH { top:88.875rem;left:19rem;width:16rem;height:1.5625rem;font-size:1.0625rem;display:block; }#wSZezZnTmO9gEJR6FIqbLng47OOSNwKH li:before{  }
 }@media only screen and (max-width: 763px) { #sH3nc1vMu199XeV23ty1g5JHEuVZLAtN { width:10.3125rem;height:2.4375rem;top:88.875rem;left:37.4375rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvpx20m3x72ul0ggTeIUftmvtD26ANlP { display:block; }
 }@media only screen and (max-width: 763px) { #bAxubfIUfsXJgSJsJhV4kHz7UmOzVN85 { top:44.5625rem;left:40.437290191651rem;width:1.875rem;height:1.875rem;display:block; }
#bAxubfIUfsXJgSJsJhV4kHz7UmOzVN85 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VX9VzN4B4hyV0SXAof50oZzSTr9la6zn { top:53.5625rem;left:40.4375rem;width:1.875rem;height:1.875rem;display:block; }
#VX9VzN4B4hyV0SXAof50oZzSTr9la6zn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Z3fCtCcLcFaPN2TKgVAc22HDXKzpC1A9 { top:57.5rem;left:40.4375rem;width:1.875rem;height:1.875rem;display:block; }
#Z3fCtCcLcFaPN2TKgVAc22HDXKzpC1A9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TKDESiTiM8W3cdFDrEkZlpmFgICShMOz { top:62.75rem;left:40.4375rem;width:1.875rem;height:1.875rem;display:block; }
#TKDESiTiM8W3cdFDrEkZlpmFgICShMOz > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PJwuaSXQbu4rx3QpKURNQhq5rLgJru1V { top:72.3125rem;left:40.4375rem;width:1.875rem;height:1.875rem;display:block; }
#PJwuaSXQbu4rx3QpKURNQhq5rLgJru1V > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rQ4pEl1MuGfdUU2bqmOcaulqNWZmlcxa { top:75.5625rem;left:40.4375rem;width:1.875rem;height:1.875rem;display:block; }
#rQ4pEl1MuGfdUU2bqmOcaulqNWZmlcxa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PFkt7cbynpZqiwJBOOx7fm1LsJx5f3uA { top:79.9375rem;left:40.4375rem;width:1.875rem;height:1.875rem;display:block; }
#PFkt7cbynpZqiwJBOOx7fm1LsJx5f3uA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #HSfhJGBz1hwveeOL9129ZGw0f21soeIM { top:83.9375rem;left:40.4375rem;width:1.875rem;height:1.875rem;display:block; }
#HSfhJGBz1hwveeOL9129ZGw0f21soeIM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UouPxazu3ISWJVRso0lrwZu7939rD5fU { top:89.125rem;left:40.4375rem;width:1.875rem;height:1.875rem;display:block; }
#UouPxazu3ISWJVRso0lrwZu7939rD5fU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #xsv15fvLcUcp4B0WqI3y2Qlb2W8wq87n { top:41.5625rem;left:0rem;width:5.0625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CGDRCOHm7HPG1GnnqafDs2QQtGGdrgLo { top:41.5625rem;left:19rem;width:9.6875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a4MFWmRSM1rNL1xOEeohisIrd5FDd6ra { top:41.5625rem;left:38.0625rem;width:9.6875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #IAtzHxRorO5dZ93h6OvDzAFkCt9SbLHl { top:41.5625rem;left:0rem;width:5.0625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #VmS5yT2WiRWDgHBru0oe40ZiEQxXny2f { top:41.5625rem;left:19rem;width:9.6875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MiOgVIhGuyL4Hipofgl1wkHMOZE4ssfp { top:41.5625rem;left:38.0625rem;width:9.6875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #QO65ZseLK0Ekba4pf9niFXtb2sSHVscs { top:41.5625rem;left:0rem;width:5.0625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dLPhbA6QB7loP7EzITTRVyk7s0y9h8vt { top:41.5625rem;left:38.0625rem;width:9.6875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #MRXgTNk4hdm09lCXk11qyFttgcF6Nz9H { top:41.5625rem;left:0rem;width:5.0625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #bxaKdXMmSH6E1UxNUlZ60getoPFFOdzC { top:41.5625rem;left:19rem;width:9.6875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #zhrNXDsLWnMgoU0Cp6wacMkUzSrzb9PR { top:41.5625rem;left:19rem;width:9.6875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #nr96vWZpR8WT0H9cpofMdkUnATuxo4Ta { top:41.5625rem;left:38.0625rem;width:9.6875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #dOI7Dh7oGxKAOxLPhfRD0PwsOea0Lqod { top:41.5625rem;left:0rem;width:5.0625rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZ2TQb44Sc1MrvITcvwvyqHJTaApssu5 { top:41.5625rem;left:19rem;width:9.6875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #a0zMVM3JETVyliBqT7J5ndtAZfippbcw { top:41.5625rem;left:38.0625rem;width:9.6875rem;height:1.5625rem;font-size:1.0625rem;display:none; }
 }@media only screen and (max-width: 763px) { #CmedXsgiMi31bAxUE7obLu00AB86m9f4 { display:none; }
 }@media only screen and (max-width: 763px) { #BwqEqv81HbbglGfskW6iy2vW2ewcnW8S { display:none; }
 }@media only screen and (max-width: 763px) { #Jy470DTJyMsXFUsZG5ovpXNO5hlz0lof { display:none; }
 }@media only screen and (max-width: 763px) { #uE2bhRd8ekUbJiaPogJsPurmoSO0NOk4 { display:none; }
 }@media only screen and (max-width: 763px) { #ZXGa0DLk8ogPZAza8CxxFfwaLRmOoEhg { display:none; }
 }@media only screen and (max-width: 763px) { #a3mGx3biM8F1o8hxm4Dz8xFIJLclhb0F { display:none; }
 }@media only screen and (max-width: 763px) { #NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { display:block; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imuaELBTzmK6sSyqSm0z4bI4DEkXm1aq { top:2.1875rem;left:0rem;width:47.75rem;height:2.4375rem;font-size:1.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJ1EqucC2oKrTM0iD9lT6TMptT1UcGV { top:1.1875rem;left:0rem;width:13.75rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf8P6lcl5C5AtBg7HyqiXJFbwAeoTFe7 { top:5.4375rem;left:0rem;width:47.75rem;height:7.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { display:block; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0Fw5vUGWOKiWQvudLPMMUkyf0iLLtiX { width:17.5rem;height:3.4375rem;top:2.875rem;left:15.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #grdPIit377wTEN7J7O1r1FxyZvhOufRi { display:block; }
 }@media only screen and (max-width: 763px) { #u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD { display:block; }#u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD > .row .container { width:47.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEaRJ4idmMRZZr4V6IGZgUbqTXxATkRx { top:4.0625rem;left:0rem;width:15.625rem;height:9.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN0lM0113ryXJTfST4T6I7Rzrfqgya5B { 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) { #Os57qDWxXkXm9BOM40NOHTrXGMTud9bF { top:3.1875rem;left:14.25rem;width:8.6875rem;height:2.25rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #MXxIAruLaTQQ5Ev1g5qTHuLcWPZ1wmnr { top:6.4375rem;left:14.3125rem;width:15.9375rem;height:0.3125rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9S9HZ2kklmR4LznIX6FAWlaouCQFLur { top:9.25rem;left:17.1875rem;width:16.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ftQkTqOpmI8lT47rdKRTuXWEBQpDeyXT { top:12rem;left:17.3125rem;width:16rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPZFIZWps01tft6D6dnGfnpmeXA3cUtU { top:26rem;left:0rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #FpOhfwsNiA0MOfRNxgu5mlBFramrM92i { top:26rem;left:17.4375rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #ps4TaNBsAeTrG0SwIRUVyOcrqTeAOIPC { top:26.1875rem;left:15.75rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #zpQg5aNlnv6f9cfckoQyidMPMziXCCOF { top:26rem;left:35.25rem;width:12.5rem;height:1.25rem;font-size:0.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #V05XaS1QVIuRlpb6zapXUy8C24KDR8KE { top:26.1875rem;left:33.75rem;width:0.1875rem;height:0.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #w38zJX6AmBHTpM16Xbd3Ropd1Td1fevd { top:28.875rem;left:9.75rem;width:28.25rem;height:0.9375rem;font-size:0.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #Is7ksvxEOhG0aMpUL7MRGRGAhGlW75FT { top:16.875rem;left:14.25rem;width:16.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #HEXPxNEFqusCOZgLr0gQHE59mTbNIH5S { top:19.0625rem;left:14.3125rem;width:10.375rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #Ttm7lMQxiLfHeoNbu9Of54mXloGOK6dG { top:16.4375rem;left:0rem;width:15.625rem;height:4.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD6cqACarWV8443sdIsoQNUTuouaKXsP { top:19.0625rem;left:25.6875rem;width:10.375rem;height:2.25rem;font-size:0.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #RmOSXVrlwh1IKTNuQ57yfViWu96l52P6 { top:18.4375rem;left:38.125rem;width:2.75rem;height:2.75rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBLhbUg3xTCHZJi5VIZI6A2uT6t4KrSB { top:18.25rem;left:41.4375rem;width:6.3125rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #Tzc33PSxevuZ0CUuN4GIwpgRLkmXcOVM { top:19.9375rem;left:40.1875rem;width:7.5625rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #VPvtwJmyguaDwX3foAE1eQDbix172Roa { top:18.25rem;left:41.875rem;width:3.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #MilzEl7eDdlhadOehqbSdBwIUFtfxTei { top:19.9375rem;left:41.875rem;width:3.4375rem;height:1.4375rem;font-size:0.875rem;display:block; }
 }@media only screen and (max-width: 763px) { #cBLzVW7Tv4gGHZUD4JZoT98P61Ea7uri { top:3rem;left:30.25rem;width:17.5rem;height:11.5rem;display:block; }
 }@media only screen and (max-width: 763px) { #szhM74w3RoZWMdLDlEWkn0iutZm3hQCF { top:7.6875rem;left:43.1875rem;width:3.875rem;height:2.375rem;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/dcab49f5-3581-4b7b-9fe7-5a40590bec6d/headmobile1.png");background-position:center !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:75.8125rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #XbzETwGrCLvFuNL0GtxEMtKNwLh3hZRD { width:20rem;height:8.5rem;top:3.25rem;left:0rem;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.3125rem;margin-top:0;margin-right:0;margin-bottom:0;margin-left:0; }
#DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd  { width:17.5rem;height:auto;top:35.3125rem;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:35.3125rem;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 #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) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #TTw8oSP5fP5OJg8NyFp9tw53krhpNqbV {  }
 }@media only screen and (max-width: 763px) { #DMKamnQnmzHVWMJKWd4dpxJvKlKu6LRd #Ta9si8xiQ1cJN7ZlrtgdbnTuESCA3T2n {  }
 }@media only screen and (max-width: 763px) { #VdSmrywWkHIb5SuIbtCWNz83nNBN4wct { width:12.5rem;height:1.29980625rem;top:32.6875rem;left:3.75rem;font-size:1rem;display:block; }
 }@media only screen and (max-width: 763px) { #BMk9LVb9Pfkm08xuXx3eP0FqMHQTmNJG { width:19.25rem;height:54.8125rem;top:20.8125rem;left:0.375rem;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #G5vaieTVx8CmUuXEpka4H15TcOfN5J3R { width:12.9375rem;height:7.8125rem;top:23.375rem;left:3.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #rCI8QqaXcnTpgw2D9dkdO0DCuV8Kh0Fx { width:16.3105625rem;height:4.936525rem;top:67.25rem;left:1.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #EK0CF6uscRX6fMQnmTLz5vOc463gRkVH { width:20rem;height:3.375rem;top:15rem;left:0rem;font-size:1.125rem;line-height:1.5;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DbiGG6vVNxpTWxGwnnIt7pbcrFOHA2Bb { width:11.25rem;height:1.625rem;top:18.6875rem;left:4.375rem;display:none; }
 }@media only screen and (max-width: 763px) { #ctPSZFvf5Fp7hMzoUoMfXk2yFKhDJIoV { top:11.8125rem;left:4.875rem;width:9.375rem;height:1.375rem;z-index:15012;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #yBTSSbsrKS7KZZEqPkZU1BTgrp8RT5kn { width:2.0625rem;height:2.0625rem;top:63.4375rem;left:2.625rem;display:block; }
 }@media only screen and (max-width: 763px) { #T02ofEcLoeyNPEuS1yAscyWh7FzkDcbn { width:10.4375rem;height:2.03125rem;top:63.3125rem;left:5.625rem;font-size:1.5625rem;display:block; }
 }@media only screen and (max-width: 763px) { #tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc { background-color:#0f539c;background-image:none;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; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { background-color: transparent; background-image: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container::before {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container::after {     content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%;;
    background: rgba(0,0,0,0); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container { display: none; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .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); }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { border-width: 0; border-radius: 0; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row > .video-iframe-container { border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#tlBJVfvgJ4cnSk89LlgDvsZNVGAleKPc > .row .container { width:20rem;height:30rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #UvBhircCPsaSSNvxTTKySqZTa3HU8p4J { width:20rem;height:2.5625rem;top:6.3125rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #SRhwPzdu7M4vnp8uW2mBRqi1sG4dcAM0 { display:block; }
 }@media only screen and (max-width: 763px) { #oKczT49zGkfKrPs4Owi1E0EP12Rx5TPI { width:19.98611125rem;height:2.54796125rem;top:15.123699188233rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #qVeG856dS7izURiMffp7KvBQsPap0udm { display:block; }
 }@media only screen and (max-width: 763px) { #nAPM7KUffNX7SmTQKDIKSTp6LLbrypvV { width:20rem;height:2.5625rem;top:23.9375rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;z-index:15006;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #tXl2UJTqFq9nTA34ywE9qcSZT9TO01pM { display:block; }
 }@media only screen and (max-width: 763px) { #lZ26UloBUW5FeEwT7FbJyCiG7TDGzC1a { width:20rem;height:2.5rem;top:19.546442031861rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #UKyKSkw3cHSakxd7uVBvW4WufXWS0dH5 { display:block; }
 }@media only screen and (max-width: 763px) { #iM93Qdapo0QIq9vuyT1liWFbl8dGPrb4 { width:11.25rem;height:2.5625rem;top:3.125rem;left:4.375rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;display:none; }
 }@media only screen and (max-width: 763px) { #dC0C08Owic1R9KVJG9QCOSStIJvwRwwx { display:block; }
 }@media only screen and (max-width: 763px) { #O0h7fHliT8VyK6lQVhflKPi1iu0egpTF { width:19.98611125rem;height:2.54796125rem;top:6.311851501465rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;z-index:15014;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #stEQ9OKudUJeOUW9CMK5BLJEN08f10pF { display:block; }
 }@media only screen and (max-width: 763px) { #TClAarveLKT1HsAib5v8WkkkP2VaTuZN { width:20rem;height:2.56185rem;top:1.875rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;border-top:0.0625rem solid #ffffff;border-left:0.0625rem solid #ffffff;border-right:0.0625rem solid #ffffff;border-bottom:0.0625rem solid #ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #lOJiV753VpylcIDLZqh4kZqvMTqx6pXP { display:block; }
 }@media only screen and (max-width: 763px) { #SOSx6d0D3EA9cEtHeLDZDq4zwxOSiHfU { width:19.95792375rem;height:2.45789875rem;top:10.792100906372rem;left:0rem;border-top-left-radius:1.25rem;border-top-right-radius:1.25rem;border-bottom-left-radius:1.25rem;border-bottom-right-radius:1.25rem;background-color:transparent;background-image: -webkit-linear-gradient(90deg, #0f539c, #19abb5);background-image: -moz-linear-gradient(90deg, #0f539c, #19abb5);background-image: -ms-linear-gradient(90deg, #0f539c, #19abb5);background-image: -o-linear-gradient(90deg, #0f539c, #19abb5);filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );-ms-filter:"progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f539c', endColorstr='#19abb5' );";background-image: linear-gradient(90deg, #0f539c, #19abb5);background-size:auto !important;border-top:0.125rem solid #ffffff;border-left:0.125rem solid #ffffff;border-right:0.125rem solid #ffffff;border-bottom:0.125rem solid #ffffff;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #TStp7LWDcBTWTKoeTTXDK0P4CrecLMvy { display:block; }
 }@media only screen and (max-width: 763px) { #qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV { display:block; }#qWxHZqdADWU6Uf9EI4xGLUIcLkvDwhAV > .row .container { width:20rem;height:165.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #Qei1isGiEAkEGpNee9zvTcxQRagA3uXb { width:18.375rem;height:3.57421875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TTz2aBesoHXemRUx0otbwqAvfMUGLaJd { width:10.5625rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #NSK9PUMT3Wyvo0HHqeBHMu8md3VkiiTe { width:16rem;height:1.625rem;top:7.4375rem;left:1.25rem;font-size:1.25rem;color:#0f539c;display:block; }
 }@media only screen and (max-width: 763px) { #ihzeK7PpN7gTGlgi3BC8ngQfOUXqyk64 { width:0.3125rem;height:1.875rem;top:7.3125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yTtAIMmeKT4rEelalRpRvsxsqmdPfTtD { width:18.1875rem;height:4.78125rem;top:11.625rem;left:1.875rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #N5oJ7odPdIOWASh6MdarVvKM5QCpP3wl { width:0.9375rem;height:0.9375rem;top:11.9375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #PSt8RqTCqOdq887Fx35TTb4hoozNmt5X { width:15.125rem;height:1.625rem;top:67.1875rem;left:2rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #c4GouOERV2MBmx5gwVvSxBVc3zwffyT5 { width:14.625rem;height:1.40625rem;top:69.4375rem;left:2.25rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #VaP8m5oClMw5EU7yAk4cPl9BRpw02TA6 { width:13.75rem;height:0.3125rem;top:71.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #D492OOFpmbVSbthsRzof7W3Pl4Pmd3ia { width:11.25rem;height:11.25rem;top:54.6875rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xt8JfiaER7Jg7VMpePzzq4W8PRg1UBqU { width:11.1875rem;height:11.1875rem;top:27.5625rem;left:3.9375rem;display:block; }
 }@media only screen and (max-width: 763px) { #W6TtVwMtRHPtg4Nc87SfHmWAghZ3U5LX { width:13.75rem;height:0.3125rem;top:44.5rem;left:2.6875rem;display:block; }
 }@media only screen and (max-width: 763px) { #yhgSmnz1s8K93J0an27e8tawRrrqsmZ5 { width:15.5rem;height:1.40625rem;top:42.4375rem;left:1.8125rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #fzACxbFG6T3lJDS2egT5A09gBnqhGBlZ { width:15.125rem;height:1.625rem;top:40rem;left:1.9375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ZUTg946wAFIsBEh1ruQxnvs9zsxVfgmg { width:16.875rem;height:5.5007125rem;top:45.125rem;left:2.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#ZUTg946wAFIsBEh1ruQxnvs9zsxVfgmg li:before{  }
 }@media only screen and (max-width: 763px) { #EqiA7yLViGrVKALWqqCVnvcCGXltSAOK { width:18.1875rem;height:6.375rem;top:18.9375rem;left:1.8125rem;font-size:1.0625rem;line-height:1.5;display:block; }
 }@media only screen and (max-width: 763px) { #N0MkSOEgqc6TNekJend9PKZ1zy3NIsBx { width:0.9375rem;height:0.9375rem;top:19.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #dqGlKWHkABZVVScIHzHc6tb0oc3sXVJ2 { width:17.0625rem;height:5.5007125rem;top:72.125rem;left:2.25rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#dqGlKWHkABZVVScIHzHc6tb0oc3sXVJ2 li:before{  }
 }@media only screen and (max-width: 763px) { #EUA78ebTiDTo3J51k7sQwESTRyFB4mem { width:11.1875rem;height:11.1875rem;top:81.6875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #xp8KBzgIz6C7O6nxxHySKViG9mPcgvk2 { width:15.125rem;height:1.625rem;top:94.125rem;left:2.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #w7E3tBa812X2iSVicwAP3CGTdAFsCkq3 { width:15.1875rem;height:1.40625rem;top:96.375rem;left:2.4375rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #wlP4Ove0zEi6e2y4dKmnp14WIOrrpl2H { width:13.75rem;height:0.3125rem;top:98.40625rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #qQ88eMbhEZc9M1EDZnyUV9FyEKhhKNmw { width:14.75rem;height:2.625rem;top:99.03125rem;left:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#qQ88eMbhEZc9M1EDZnyUV9FyEKhhKNmw li:before{  }
 }@media only screen and (max-width: 763px) { #SQ1SD5Q7y9id3SNxmkTzClnrqL9znvLt { width:11.1875rem;height:11.1875rem;top:105.71875rem;left:4.40625rem;display:block; }
 }@media only screen and (max-width: 763px) { #seIDNz7EpGK5sDN3HCrUiAtODpHpVobl { width:14.75rem;height:2.625rem;top:123.21875rem;left:2.625rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#seIDNz7EpGK5sDN3HCrUiAtODpHpVobl li:before{  }
 }@media only screen and (max-width: 763px) { #QEKpbrMcWpvr1zz4hAEOtQfeLN05bOTp { width:13.75rem;height:0.3125rem;top:122.53125rem;left:3.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #hG4BGP7WUKGIh9eoQ8qs59MG871HDFVB { width:15.1875rem;height:1.40625rem;top:120.4375rem;left:2.40625rem;font-size:0.9375rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #LbInVcLGkG5G3rnOnw97nMCqSreOxCN8 { width:15.125rem;height:1.625rem;top:118.1875rem;left:2.4375rem;font-size:1.25rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #DM7dIweMK1weigOToKLCQQPtT1Jp7Cnw { width:17.8125rem;height:25.5rem;top:131.5rem;left:1.09375rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:14999;display:block; }
 }@media only screen and (max-width: 763px) { #TFzt0rb2LcnwliELp69Fvcn8LqxPwZ3T { width:20rem;height:30.625rem;top:129.625rem;left:0rem;z-index:14998;display:block; }
 }@media only screen and (max-width: 763px) { #zwZvoOVV4TMohAPBHaa73C3EofXCQz7E { width:15.8125rem;height:3.4375rem;top:158.6875rem;left:2.09375rem;display:block; }
 }@media only screen and (max-width: 763px) { #ZvgA9oA1FyliSvsJktIH0eB1tuTEIyxF { display:block; }
 }@media only screen and (max-width: 763px) { #vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA { display:block; }#vhxl32LKZ3bTTkCaN8vpmBQIVSpA6RaA > .row .container { width:20rem;height:1.25rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb { display:none; }#RTJeXDqUFIAzn7C2QifiG3f0PmZ1lRSb > .row .container { width:20rem;height:70.9375rem;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:20.03125rem;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) { #Tq4kzFtW0bh3voh6SWmxzmaW3FDM7Q29 { width:20rem;height:2.34375rem;top:55rem;left:0rem;font-size:1.5625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #c3Oie1MORTr8KlfPFkDt9nhyNUg6NaNd { height:11.147540983606rem;width:20rem;top:58.59375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #hSEZcn5CTdELP3uu2uw8zKTAJrBBpng2 { background-color:#081023;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: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; }#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:76.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #ySMw7h8bCd20mAmKZId2dkPfKLCEDdvR { width:16.6875rem;height:4.125rem;top:18.1875rem;left:1.65625rem;font-size:1.375rem;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:26rem;left:1.6875rem;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:16.625rem;top:29.75rem;left:1.8125rem;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:48.9375rem;left:1.6875rem;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:52.75rem;left:1.6875rem;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) { #Ddx9UJ1TQxluyJbBeQlV5fDFEKL3V7Tf { width:14.9375rem;height:1.59375rem;top:23rem;left:1.65625rem;font-size:1.0625rem;text-align:left;text-align-last:left;z-index:15012;font-weight:700;font-style:italic;display:block; }
 }@media only screen and (max-width: 763px) { #ztJWHWB1g2qKyV9F47uqoU0Zd0es8TKK { height:11.25rem;width:20rem;top:61.512588500976rem;left:0rem;z-index:15036;display:block; }
 }@media only screen and (max-width: 763px) { #gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB { display:block; }#gsgP6i3mnCrhzFUDaMCHRvZcr5dVXSTB > .row .container { width:20rem;height:1.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa { display:block; }#zhPG7pdWZ4nwOCyZOzvwGZRq627aNnVa > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM { display:block; }#lNqN7T8d0SbcJy0kvMJbDAgTpwQIDHoM > .row .container { width:20rem;height:51.5625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #dQIcm8ZFrCwSTMPPPoluttH4TZAWsnT4 { width:20rem;height:3.57421875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #sQFTS91N7iR1Q6aKnGe3KMFNBLK1366L { width:7.3125rem;height:7.3125rem;top:9.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #z0elpM3lTIuG9IUNIHRWO7HuHTxJolpB { width:11.6875rem;height:1.38139375rem;top:21.4375rem;left:8.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 { width:11rem;height:2.625rem;top:12.75rem;left:8.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#ttIZEoIgUEZ7guThtHlKPuf0KBZe2SB8 li:before{  }
 }@media only screen and (max-width: 763px) { #ksOnD4laXKBvz829z5FUaPQI09DMiBRe { width:7.5625rem;height:7.3125rem;top:19.94921875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JVDOlBZTS6ZPRa7mHS4Pr15WaxzQCpRz { width:8.375rem;height:7.3125rem;top:30.38671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #xz7nRcSV7faFsWbUd5NWJTTCSq09t7Hr { width:7.5625rem;height:8.1875rem;top:39.875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #oH8W6BmKIarIyOvwM18oZCya3BkSRK5I { width:10.25rem;height:1.38139375rem;top:10.9375rem;left:8.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #qz1hr1X5AKs2QkCnCyFJcZu3KsgFZF1O { width:8.5625rem;height:2.76171875rem;top:31.3125rem;left:9.75rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NkTCcF2LFQTptsFw3dqlrI7eX37l51Vk { width:7.125rem;height:1.38139375rem;top:41.9375rem;left:8.3125rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb { width:11rem;height:2.625rem;top:23.3125rem;left:8.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#NV1SE8DAQyKglXzp1xLKv2p2m8KhdRBb li:before{  }
 }@media only screen and (max-width: 763px) { #OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 { width:10.125rem;height:2.625rem;top:34.3125rem;left:9.75rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#OGT1VHBpmZNHf8yw7JeZZq1RV5qs1eR1 li:before{  }
 }@media only screen and (max-width: 763px) { #F3chnoq14KHuZI3HEHWTtchmHX6MAykS { width:11.375rem;height:5.25rem;top:43.875rem;left:8.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;display:block; }#F3chnoq14KHuZI3HEHWTtchmHX6MAykS li:before{  }
 }@media only screen and (max-width: 763px) { #GiBPdeZwlKzsImJXBz1sxkmuayqpnZ7q { width:13.75rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #mHPl8PIT8yDHHzEoiVqvr2KO4GNtkn9i { display:none; }#mHPl8PIT8yDHHzEoiVqvr2KO4GNtkn9i > .row .container { width:20rem;height:56.5625rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #egGL11VOJmBPTmUbyKZR6FRcGTXWxU3L { width:7.5rem;height:7.5rem;top:3.6875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TLbPZneeMObLS1seh4B4vfWe68dAZ7SU { width:20rem;height:1.7871125rem;top:16.0625rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TEgmhE8teULBiX1AC8yrNw9cUETQz6On { width:3.75rem;height:3.75rem;top:8.5625rem;left:4.8125rem;display:block; }
 }@media only screen and (max-width: 763px) { #i8T6T0EMTcaJDV3264LETLLbq2iGKEi0 { width:20rem;height:0;top:67.125rem;left:0rem;font-size:1.125rem;display:none; }
 }@media only screen and (max-width: 763px) { #k36ehXvhGnyQ10nKHIUoHthsxCl0HP27 { width:10.3125rem;height:1.3808625rem;top:5.6875rem;left:9.6875rem;font-size:1.0625rem;text-align:left;text-align-last:left;display:block; }
 }@media only screen and (max-width: 763px) { #dNSN5keNkqKBn8Cw48fvZr79AmalLbSm { width:7.9375rem;height:0;top:54.568359375rem;left:7.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #oJNbhg1Oc0BKu8NIHTAzH3nZFPaooaTd { width:12.75rem;height:0;top:55.880859375rem;left:7.3125rem;font-size:0.875rem;text-align:left;text-align-last:left;display:none; }
 }@media only screen and (max-width: 763px) { #Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 { width:20rem;height:11.71875rem;top:26.0625rem;left:0rem;font-size:0.9375rem;display:block; }#Ae6CkW4lp5VNlFVvKSHnSswTd3skUik1 li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_bdb86a3b629b7349a191db2d9aa75daf2f11cf60.svg); }
 }@media only screen and (max-width: 763px) { #kwXa6Eiz892MypzUTDp3GAEve43qRnSx { width:2.9375rem;height:0.25rem;top:94.561630249025rem;left:8.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #G16LerOS3NLGV6qBV15gazCdsHkPmp3S { width:0.25rem;height:10.625rem;top:97.499130249025rem;left:9.875rem;display:none; }
 }@media only screen and (max-width: 763px) { #dPaeEehq21QXRt3ZVKaoW5rflD0u7imm { width:20rem;height:0;top:90.6875rem;left:0rem;font-size:0.9375rem;text-align:left;text-align-last:left;display:none; }#dPaeEehq21QXRt3ZVKaoW5rflD0u7imm li:before{ content: "\2003"; background-image: url(https://icons.assets-landingi.com/icon_3fa164e92d5da324565bf8a4e9e43a3287b569cf.svg); }
 }@media only screen and (max-width: 763px) { #hJ5BEaesqOfpttdcoGdkeqOplfdNgqrg { width:2.875rem;height:0.1875rem;top:96.061630249025rem;left:8.5625rem;display:none; }
 }@media only screen and (max-width: 763px) { #inPKEmwJnCqGxxVqv5z5CTBV4Te3KZTC { width:20rem;height:12.1875rem;top:42.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CugWZqyh4JDF0OF1kCe8lRoyceJ9dfX0 { width:17.8125rem;height:7.3095625rem;top:44.6875rem;left:1.125rem;font-size:1.125rem;display:block; }
 }@media only screen and (max-width: 763px) { #tXvimMIaw1qFPHolEaIkieztlGNrduql { width:10.3125rem;height:3.9375rem;top:7.3125rem;left:9.6875rem;font-size:0.875rem;text-align:left;text-align-last:left;z-index:15029;display:block; }
 }@media only screen and (max-width: 763px) { #CA8VVzWGCugBQFVHvEGudalKKoJM4VqN { width:20rem;height:5.84765625rem;top:19.4375rem;left:0rem;font-size:1.125rem;z-index:15005;display:block; }
 }@media only screen and (max-width: 763px) { #yJu2uVMl94T48IumNLerd5fz1kAHR6gB { width:13.75rem;height:0.3125rem;top:39rem;left:0rem;z-index:15007;display:block; }
 }@media only screen and (max-width: 763px) { #RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD { display:block; }#RL8KxU0GcHhZgV8KQmR9t1II8UIdNPgD > .row .container { width:20rem;height:106.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gfUCtr4Pz3RSTQvGF3EASIQrkWGIKG0W { width:20rem;height:1.7871125rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #aPbQhZIbHTkRab9JyzbFqVtcDxKbLZQh { width:13.75rem;height:0.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #orUuoT6SZ4grG6Tw5HoD7psdk8aASZ59 { width:0.3125rem;height:1.5625rem;top:9.51171875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #zdHmXTPARnbT3vTD7Lxuuwmwh44D5OJn { width:16.625rem;height:1.625rem;top:9.51171875rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #WF3HkzMa0WtKxx7dZLMttcclqsdTMU1t { width:20rem;height:15.75rem;top:11.63671875rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #AoZRH3xVho2k0vxBpPqPTMklikwhsslG { width:20rem;height:14rem;top:32.9375rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #QS8eaVl13uThq1aVwTiUywbDu178EQN1 { width:0.3125rem;height:1.5625rem;top:30.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qHBlIQR7Cy3hwK2TNMtRwFJhNdTdlGKk { width:16.125rem;height:1.625rem;top:30.8125rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #GLpMepa8Dl44XmbJC5cB0RawUtmoux06 { width:20rem;height:14rem;top:72.25rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #sJm8vTqgJFoDpmlmx2OUx6gwtEXI6bvE { width:0.3125rem;height:1.5625rem;top:70.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #g0H4sf8hf2k5KJkgtMu63sXD4XSSWvAv { width:15.375rem;height:1.625rem;top:70.0625rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #Nak6Qzmw4GC8ipRc5TW21LGrFBnR6UWl { width:20rem;height:14rem;top:52.625rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #O8kXFlEhOLnASidCmbSNT3bzFvWmPuwJ { width:14.6875rem;height:1.625rem;top:50.375rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #H88zULxw1GziymoAgh5VBIGCDvrdqdXO { width:0.3125rem;height:1.5625rem;top:50.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #JHs8C6xp0e8nGcywh7PTQmlAUSHTebdx { width:15rem;height:1.625rem;top:89.6875rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #vH2ukPZOzvNCeoSWWCsBoAwQTV5t4y3T { width:0.3125rem;height:1.5625rem;top:89.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #CKL4o3WJn3PX6GAZNddMTQ1AcL7dwnIv { width:20rem;height:10.5rem;top:91.9375rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #vOcmF2s43ZaI4v0Sf3sif3non25PBqoM { display:block; }#vOcmF2s43ZaI4v0Sf3sif3non25PBqoM > .row .container { width:20rem;height:114.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #gCOmHukkRXRcXaHxksK2O4iKM6Uxvv0x { width:20rem;height:3.57421875rem;top:2.1875rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #SIZipsbElosXkTgQlShAHJapZM2Desc1 { width:13.75rem;height:0.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #RPONwsyGRe2g5Deam5kKyMGyBXG1sq83 { width:0.3125rem;height:1.5625rem;top:7.75rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #poGVIy7sgeGtvzUJ6bCUAWhzUyZlPrfT { width:18.8125rem;height:3.25rem;top:7.7495727539062rem;left:0.99934893846512rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #IHMxklB5ctxUF8aCETMdROL04VnSssTh { width:20rem;height:19.25rem;top:11.3115234375rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #mEUrf4VJdDfzE0T496AiP41wTE1NxXkA { width:20rem;height:17.5rem;top:37.8125rem;left:0rem;font-size:0.875rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #E0SBr5H1VlRrTpT1B7Cyw9GO7Zsn3KEc { width:0.3125rem;height:1.5625rem;top:34.0625rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #tWQoVK0qCTGTzzWCvKDmUJfBefh7NXVw { width:19.124375rem;height:3.25rem;top:34.0625rem;left:0.875rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #ZOpPX1muZ9rlwRCSZVWOCXoBSbvvrRJs { width:20rem;height:19.25rem;top:62.6875rem;left:0rem;font-size:0.875rem;line-height:2;z-index:15004;display:block; }
 }@media only screen and (max-width: 763px) { #d1Mwr0ChmTFQ8EAAwVNfARcgh5KsGKFJ { width:0.3125rem;height:1.5625rem;top:58.8125rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Xvz3NmzHHAnVTnZcIVblznxfkkZecDhg { width:15.9375rem;height:3.25rem;top:58.8125rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #oQpby76DPLNLvWAnCpy1emiV89m6h13w { width:20rem;height:19.25rem;top:89rem;left:0rem;font-size:0.875rem;line-height:2;z-index:15003;display:block; }
 }@media only screen and (max-width: 763px) { #RGghGkgWS4IxFdMu5NJu7C7tcV7CqhZ7 { width:0.3125rem;height:1.5625rem;top:85.4375rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #vGuIoLLwgMn6XaPQdTS83xH0mWpCzqtn { width:17.9375rem;height:3.25rem;top:85.4375rem;left:1rem;font-size:1.25rem;line-height:1.3;display:block; }
 }@media only screen and (max-width: 763px) { #nfEqFHiMKZ145NcVnmTeFXVIXSTxhF1S { width:13.5625rem;height:1.875rem;top:259.40428662109rem;left:3.1875rem;display:none; }
 }@media only screen and (max-width: 763px) { #E1abBrX5Q4NpmlStyiQLaJKpTTUzz0CA { display:block; }
 }@media only screen and (max-width: 763px) { #ogfaJkFGHCRsMfGRrHbM4CcIOC4wogEh { width:19rem;height:1.875rem;top:262.52928662109rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #AoUGLtc37fdc2dT2MPeXeyZ4TvoOeWmt { display:block; }
 }@media only screen and (max-width: 763px) { #uOBwSLa57tsGLaAvlCeMMAsSC4d0LIxm { width:19rem;height:1.875rem;top:265.65428662109rem;left:0.5rem;display:none; }
 }@media only screen and (max-width: 763px) { #wZv2mleGR88fwR1rdt41ag38eVZtTeFG { display:block; }
 }@media only screen and (max-width: 763px) { #RVDpMN9ZxEmiAWhSOBR4aU58NQm0GoXh { width:14.4375rem;height:1.875rem;top:268.77928662109rem;left:2.75rem;display:none; }
 }@media only screen and (max-width: 763px) { #VsaC4qoFAiTMPMT3hCvONE7zTrqBlhmE { display:block; }
 }@media only screen and (max-width: 763px) { #TJprvQC5rDKC6dXVtWbkv2xdzdi4E5V9 { top:7.7177734375rem;left:1rem;width:18.5625rem;height:3.3125rem;z-index:15064;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #OHI87cTFIFwre7zhlGRb2wTn9fuDOvuT { display:block; }
 }@media only screen and (max-width: 763px) { #iKePayxcnPgERyGArgKEWiniA7ehtd5k { top:34rem;left:1rem;width:18.875rem;height:3.25rem;z-index:15065;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #WglGIpLRktJgLTkDBwPDXuqXoEXDM8ZK { display:block; }
 }@media only screen and (max-width: 763px) { #fuOJsxDAoWAk7ZiOSZfI11KpMHEr8XRi { top:58.75rem;left:1rem;width:15.9375rem;height:3rem;z-index:15066;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #dbEnvTssPowC61kFa9tmwoA3Df3NZLUh { display:block; }
 }@media only screen and (max-width: 763px) { #aHoVtpntATVcS9ZNolQa2dfTS03Cm8ba { top:85.375rem;left:1rem;width:16.875rem;height:3.25rem;z-index:15067;background-color:transparent;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #SG8FpWfbKnnSgz7P2ESR8VKqLLGQgQqL { display:block; }
 }@media only screen and (max-width: 763px) { #cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I { display:block; }#cA6KnBJmnoBIlqFOlfMDvOOWMlPhFb9I > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #WRqb5u3rq7kWv43mDvRsSScurv30tbuq { background-color:transparent;background-image:url("https://images.assets-landingi.com/uc/1da7968b-56ae-473e-9fab-8d8214d268d5/ClujSpital.jpg");background-position:center !important;background-repeat:no-repeat !important;background-attachment:fixed;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; }#WRqb5u3rq7kWv43mDvRsSScurv30tbuq.adaptive-delivery-prevent-bg, #WRqb5u3rq7kWv43mDvRsSScurv30tbuq.lazyload, #WRqb5u3rq7kWv43mDvRsSScurv30tbuq.lazyloading { background-image: none; }#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(15,83,156,0.4); }#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(15,83,156,0.4); }#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::before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-top-left-radius:initial;border-top-right-radius:initial;border-bottom-left-radius:initial;border-bottom-right-radius:initial; }#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 { width:20rem;height:11.875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #sr98qMSFM8nmfhE7TT2KZynr60dxWi1k { width:5.5rem;height:2.5rem;top:8rem;left:14.1875rem;overflow:hidden;display:block; }
 }@media only screen and (max-width: 763px) { #oKWblhiApwpKqFJ2dFLVvCXwesPpKG28 { width:8.25rem;height:2.1875rem;top:8rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #TNlibJZ98bFQu4kO0ynMNzNv9fFpe0xm { width:4.875rem;height:2.8125rem;top:6.9375rem;left:0rem;display:none; }
 }@media only screen and (max-width: 763px) { #G54xW2Z0yibTHcZviqcA4t5TC6HREer3 { display:block; }#G54xW2Z0yibTHcZviqcA4t5TC6HREer3 > .row .container { width:20rem;height:0.625rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #p6KSHxrbkc1T4f18TCB26LXia0IM1EBU { display:block; }#p6KSHxrbkc1T4f18TCB26LXia0IM1EBU > .row .container { width:20rem;height:3.75rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe { display:none; }#l88uNPrd5I3WalT28CZ9d1VoNtf55Sxe > .row .container { width:20rem;height:255.375rem;position:relative;display:none; } }@media only screen and (max-width: 763px) { #uxm26VWZfs3WPtUdtDEibfWyyXv6i8l7 { width:20rem;height:3.57421875rem;top:2.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #oV65pkOy9T77nqdI3ntAKG88dB71Mih9 { width:13.75rem;height:0.3125rem;top:1.1875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #fq4ndeddUOFKhRsdoCRe6tTNRqTVeGPu { width:16.375rem;height:2.125rem;top:13.1875rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #v17Gu9zrQWnKDgZKXWlxVzUSGStNTNyW { width:18.5rem;height:4.25rem;top:15.749755859375rem;left:0.99934893846512rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #Tbl9A45Ca0TooLL8Jmtt0dSTQJRFzeeT { width:18.5rem;height:6.375rem;top:28.812316894531rem;left:0.99934893846512rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #NOA90AAUFdwhAhz0c79yI90eoeczyhwW { width:17.3125rem;height:4.25rem;top:23.749389648438rem;left:0.99934893846512rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #NkqV7Qp2XWnTHCrDxxBnPMm1hsV77OMn { width:20rem;height:241.75rem;top:9.4346771240238rem;left:0rem;z-index:15001;display:block; }
 }@media only screen and (max-width: 763px) { #UHkSV9xtoTWRrqdnebOPKs0Kr0lIZkgU { width:16.375rem;height:2.125rem;top:38.9375rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #MRtuBkM98dIawBE2ZnWEmkVdsN6V61zh { width:18.5rem;height:8.5rem;top:42rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #lmPFumzMf4Ri2gpxL7o5EJlS99KSXdH6 { width:18.75rem;height:7.5rem;top:52.059382915497rem;left:1rem;font-size:1.25rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #apI2SMluflTlyKtqaxXRReo3cEFP5F8y { width:18.499375rem;height:4.25rem;top:63.308393478394rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #S30oxbVw9Li1DTc2TELzQuTXN6a84TOJ { width:18.499375rem;height:23.375rem;top:68.49392700195rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #rzDTokPPpIUMEDpTOTpyC6RoFNMAqFyM { width:18.499375rem;height:4.25rem;top:92.801654815675rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #I9PG4QQbLyCqP63HVDCvS2blx0pAmx7l { width:5.06185rem;height:2.125rem;top:98.92459487915rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #lMrfdRLZFZb2oWQLQmaqwaFOFbeQOPH7 { width:9.6875rem;height:2.125rem;top:105.0625rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #uym3FNLf6KwGFX1Kl5tBwBQQcZAAXw1G { width:9.6875rem;height:2.125rem;top:117.875rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #t5GhaLXFQhcfALq4dKK8ntp2ZUToyWPM { width:16.25rem;height:2.125rem;top:101.6875rem;left:1.0611979365349rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #d5lhQE2aHBLH4v2VeTXb7dJJQQah6WUt { width:16.25rem;height:8.8125rem;top:107.8125rem;left:1.0611979365349rem;font-size:1.0625rem;line-height:2;z-index:15002;display:block; }#d5lhQE2aHBLH4v2VeTXb7dJJQQah6WUt li:before{  }
 }@media only screen and (max-width: 763px) { #w7USHtK5AOH2U8e5S3iTKHFQOO7dNQHr { width:10.3125rem;height:2.37413125rem;top:117.75rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #qDZiZKqHuxuheafpMry6Bzt6W7QnaL56 { display:block; }
 }@media only screen and (max-width: 763px) { #N6TVGamTpioM7WuLze6lIWJ13ALi4EqN { width:16.25rem;height:2.125rem;top:126.4375rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #G71r7OiJkWFsZsoHfF0gMr5Fki9bpAbs { width:16.25rem;height:8.8125rem;top:132.5rem;left:1.0625rem;font-size:1.0625rem;line-height:2;z-index:15003;display:block; }#G71r7OiJkWFsZsoHfF0gMr5Fki9bpAbs li:before{  }
 }@media only screen and (max-width: 763px) { #wA68VuoVWXGZTI2eNFnT2oqIJzkehnF4 { width:10.3125rem;height:2.37413125rem;top:142.43599319458rem;left:8.0674915909769rem;display:block; }
 }@media only screen and (max-width: 763px) { #iMhN43eVmGlK4TI9197KR6Q6Gs9PlnIN { display:block; }
 }@media only screen and (max-width: 763px) { #UoM5xlpJRwS2qePlqIfapXCJ86EW0zal { width:10.3125rem;height:2.37413125rem;top:145.43404006958rem;left:8.0674915909769rem;display:block; }
 }@media only screen and (max-width: 763px) { #bBXJ2EAvwJf4IpcZe1y6t5oBDSExIFZd { display:block; }
 }@media only screen and (max-width: 763px) { #F53SF75Bmk71RL8GJQwZwEoBpWUM053N { width:16.25rem;height:2.125rem;top:154.3125rem;left:1.0611979365349rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #XdK9MLNzmTPOJy0w5RTmRtiVmhWTcvnG { width:16.25rem;height:8.8125rem;top:160.4375rem;left:1.0611979365349rem;font-size:1.0625rem;line-height:2;display:block; }#XdK9MLNzmTPOJy0w5RTmRtiVmhWTcvnG li:before{  }
 }@media only screen and (max-width: 763px) { #rJ6LwsNTFq5RtUNulGX87vovXFgzk2cg { width:10.3125rem;height:2.37413125rem;top:170.37435150146rem;left:8.0674915909769rem;display:block; }
 }@media only screen and (max-width: 763px) { #vi3LauWF6yHPO0LQKqsVbaVRX2gtE6QM { display:block; }
 }@media only screen and (max-width: 763px) { #TlGMuw6fM9cAR6VNTV6KHdE4OOC4ZMTZ { width:16.25rem;height:2.125rem;top:179.25rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #rProREarAeP7d4TvFuSNChuRMuiGoxMc { width:15.999375rem;height:6.6875rem;top:185.3125rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }#rProREarAeP7d4TvFuSNChuRMuiGoxMc li:before{  }
 }@media only screen and (max-width: 763px) { #PerZCBfBByc4F7Jt2RpTIuvsKdkzfX85 { width:10.3125rem;height:2.375rem;top:193.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C6iroRQpLTtC1eivWWQC6ts0T7bR5vQw { display:block; }
 }@media only screen and (max-width: 763px) { #JBueWnEZ0fQeOWTrGftXG4v16OQCnBpK { width:10.3125rem;height:2.37413125rem;top:196.25rem;left:8.0625rem;display:block; }
 }@media only screen and (max-width: 763px) { #C2UovLNRrueTeX336QD8iICSNTP4CrFf { display:block; }
 }@media only screen and (max-width: 763px) { #XyRafQFJ6V4faoTz3a849B7yTyc4nc7S { width:16.25rem;height:2.125rem;top:205.125rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #zBsl2REuSFSdoA2uRQkbUdrLECvax10o { width:15.999375rem;height:8.8125rem;top:211.1875rem;left:1.1875rem;font-size:1.0625rem;line-height:2;display:block; }#zBsl2REuSFSdoA2uRQkbUdrLECvax10o li:before{  }
 }@media only screen and (max-width: 763px) { #iDU46PB7k3RBAKBgIIi6TGB7SJ8203PQ { width:10.3125rem;height:2.37413125rem;top:221.12414741516rem;left:8.0674915909769rem;display:block; }
 }@media only screen and (max-width: 763px) { #gmq4Pxiv2esLSKc0FWwbntl3cKzvi2Cs { display:block; }
 }@media only screen and (max-width: 763px) { #QdecSO5TT7rrFLqSTDDRlRKpTbv7uorV { width:10.3125rem;height:2.37413125rem;top:224.12219429016rem;left:8.0674915909769rem;display:block; }
 }@media only screen and (max-width: 763px) { #XBOGwLOcBRIHnAHlMEy5afTBvhusRoqM { display:block; }
 }@media only screen and (max-width: 763px) { #tVXDOucvwGyBE5PVEQuQPxZeDsKN4Pkg { width:18.4375rem;height:4.25rem;top:233rem;left:1rem;font-size:1.0625rem;line-height:2;display:block; }
 }@media only screen and (max-width: 763px) { #wSZezZnTmO9gEJR6FIqbLng47OOSNwKH { width:15.999375rem;height:2.125rem;top:241rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;display:block; }#wSZezZnTmO9gEJR6FIqbLng47OOSNwKH li:before{  }
 }@media only screen and (max-width: 763px) { #sH3nc1vMu199XeV23ty1g5JHEuVZLAtN { width:10.3125rem;height:2.37413125rem;top:244.25022125244rem;left:8.0674915909769rem;display:block; }
 }@media only screen and (max-width: 763px) { #nvpx20m3x72ul0ggTeIUftmvtD26ANlP { display:block; }
 }@media only screen and (max-width: 763px) { #bAxubfIUfsXJgSJsJhV4kHz7UmOzVN85 { display:flex;width:1.875rem;height:1.875rem;top:118rem;left:8.9375rem; }
#bAxubfIUfsXJgSJsJhV4kHz7UmOzVN85 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #VX9VzN4B4hyV0SXAof50oZzSTr9la6zn { display:flex;width:1.875rem;height:1.875rem;top:142.68447113037rem;left:8.9375rem; }
#VX9VzN4B4hyV0SXAof50oZzSTr9la6zn > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #Z3fCtCcLcFaPN2TKgVAc22HDXKzpC1A9 { display:flex;width:1.875rem;height:1.875rem;top:145.68251800537rem;left:8.9375rem; }
#Z3fCtCcLcFaPN2TKgVAc22HDXKzpC1A9 > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #TKDESiTiM8W3cdFDrEkZlpmFgICShMOz { display:flex;width:1.875rem;height:1.875rem;top:170.62287902832rem;left:8.9375rem; }
#TKDESiTiM8W3cdFDrEkZlpmFgICShMOz > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PJwuaSXQbu4rx3QpKURNQhq5rLgJru1V { display:flex;width:1.875rem;height:1.875rem;top:193.5rem;left:8.9375rem; }
#PJwuaSXQbu4rx3QpKURNQhq5rLgJru1V > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #rQ4pEl1MuGfdUU2bqmOcaulqNWZmlcxa { display:flex;width:1.875rem;height:1.875rem;top:196.5rem;left:8.9375rem; }
#rQ4pEl1MuGfdUU2bqmOcaulqNWZmlcxa > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #PFkt7cbynpZqiwJBOOx7fm1LsJx5f3uA { display:flex;width:1.875rem;height:1.875rem;top:221.3726272583rem;left:8.9375rem; }
#PFkt7cbynpZqiwJBOOx7fm1LsJx5f3uA > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #HSfhJGBz1hwveeOL9129ZGw0f21soeIM { display:flex;width:1.875rem;height:1.875rem;top:224.3706741333rem;left:8.9375rem; }
#HSfhJGBz1hwveeOL9129ZGw0f21soeIM > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #UouPxazu3ISWJVRso0lrwZu7939rD5fU { display:flex;width:1.875rem;height:1.875rem;top:244.49870300293rem;left:8.9375rem; }
#UouPxazu3ISWJVRso0lrwZu7939rD5fU > img { max-width: 100%;max-height:100%; width:1.875rem; height:1.875rem; } }@media only screen and (max-width: 763px) { #xsv15fvLcUcp4B0WqI3y2Qlb2W8wq87n { width:5.06185rem;height:2.125rem;top:123.75rem;left:1rem;font-size:1.0625rem;line-height:2;z-index:15038;display:block; }
 }@media only screen and (max-width: 763px) { #CGDRCOHm7HPG1GnnqafDs2QQtGGdrgLo { width:9.6875rem;height:2.125rem;top:129.8125rem;left:1rem;font-size:1.0625rem;line-height:2;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #a4MFWmRSM1rNL1xOEeohisIrd5FDd6ra { width:9.6875rem;height:2.125rem;top:142.5625rem;left:1rem;font-size:1.0625rem;line-height:2;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #IAtzHxRorO5dZ93h6OvDzAFkCt9SbLHl { width:5.06185rem;height:2.125rem;top:151.55599021912rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;z-index:15039;display:block; }
 }@media only screen and (max-width: 763px) { #VmS5yT2WiRWDgHBru0oe40ZiEQxXny2f { width:9.6875rem;height:2.125rem;top:157.6875rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #MiOgVIhGuyL4Hipofgl1wkHMOZE4ssfp { width:9.6875rem;height:2.125rem;top:170.5rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #QO65ZseLK0Ekba4pf9niFXtb2sSHVscs { width:5.06185rem;height:2.125rem;top:176.49632453919rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;z-index:15040;display:block; }
 }@media only screen and (max-width: 763px) { #dLPhbA6QB7loP7EzITTRVyk7s0y9h8vt { width:9.6875rem;height:2.125rem;top:193.25rem;left:1rem;font-size:1.0625rem;line-height:2;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #MRXgTNk4hdm09lCXk11qyFttgcF6Nz9H { width:5.06185rem;height:2.125rem;top:202.375rem;left:1rem;font-size:1.0625rem;line-height:2;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #bxaKdXMmSH6E1UxNUlZ60getoPFFOdzC { width:9.6875rem;height:2.125rem;top:182.625rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;z-index:15041;display:block; }
 }@media only screen and (max-width: 763px) { #zhrNXDsLWnMgoU0Cp6wacMkUzSrzb9PR { width:9.6875rem;height:2.125rem;top:208.5rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #nr96vWZpR8WT0H9cpofMdkUnATuxo4Ta { width:9.6875rem;height:2.125rem;top:221.25rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #dOI7Dh7oGxKAOxLPhfRD0PwsOea0Lqod { width:5.06185rem;height:2.125rem;top:230.24523925781rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;z-index:15042;display:block; }
 }@media only screen and (max-width: 763px) { #wZ2TQb44Sc1MrvITcvwvyqHJTaApssu5 { width:9.6875rem;height:2.125rem;top:238.5rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;z-index:15043;display:block; }
 }@media only screen and (max-width: 763px) { #a0zMVM3JETVyliBqT7J5ndtAZfippbcw { width:9.6875rem;height:2.125rem;top:244.375rem;left:0.99826389551162rem;font-size:1.0625rem;line-height:2;z-index:15044;display:block; }
 }@media only screen and (max-width: 763px) { #CmedXsgiMi31bAxUE7obLu00AB86m9f4 { top:122.88195800781rem;left:0.99826389551162rem;width:11.25rem;height:0.3125rem;z-index:15055;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #BwqEqv81HbbglGfskW6iy2vW2ewcnW8S { top:98.297485351562rem;left:0.99934893846512rem;width:11.25rem;height:0.3125rem;z-index:15058;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #Jy470DTJyMsXFUsZG5ovpXNO5hlz0lof { top:150.68798828125rem;left:0.99934893846512rem;width:11.25rem;height:0.3125rem;z-index:15057;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #uE2bhRd8ekUbJiaPogJsPurmoSO0NOk4 { top:175.62829589844rem;left:0.99826389551162rem;width:11.25rem;height:0.3125rem;z-index:15058;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #ZXGa0DLk8ogPZAza8CxxFfwaLRmOoEhg { top:201.50610351562rem;left:0.99934893846512rem;width:11.25rem;height:0.3125rem;z-index:15059;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #a3mGx3biM8F1o8hxm4Dz8xFIJLclhb0F { top:229.62023925781rem;left:0.99826389551162rem;width:11.25rem;height:0.3125rem;z-index:15060;border-top-right-radius:0.625rem;border-bottom-right-radius:0.625rem;border-bottom-left-radius:0.625rem;border-top-left-radius:0.625rem;background-color:#ffffff;background-image:none;display:block; }
 }@media only screen and (max-width: 763px) { #NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE { display:block; }#NvLAFiCC2ANhOLsfuhwgPTyHoxJ4ChaE > .row .container { width:20rem;height:14.6875rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #imuaELBTzmK6sSyqSm0z4bI4DEkXm1aq { width:20rem;height:3.57421875rem;top:2.125rem;left:0rem;font-size:1.375rem;display:block; }
 }@media only screen and (max-width: 763px) { #TzJ1EqucC2oKrTM0iD9lT6TMptT1UcGV { width:13.75rem;height:0.3125rem;top:1.25rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #Lf8P6lcl5C5AtBg7HyqiXJFbwAeoTFe7 { width:20rem;height:7.375rem;top:7.13671875rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 { display:block; }#AoFwNR8c18FuFEW2TffPU4NOu91TR9l4 > .row .container { width:20rem;height:10.9375rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #J0Fw5vUGWOKiWQvudLPMMUkyf0iLLtiX { width:17.5rem;height:3.4375rem;top:3.75rem;left:1.25rem;display:block; }
 }@media only screen and (max-width: 763px) { #grdPIit377wTEN7J7O1r1FxyZvhOufRi { display:block; }
 }@media only screen and (max-width: 763px) { #u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD { display:block; }#u7X7r0F7VTcEohvJZuykzOVKTRCPDCOD > .row .container { width:20rem;height:45rem;position:relative;display:block; } }@media only screen and (max-width: 763px) { #KEaRJ4idmMRZZr4V6IGZgUbqTXxATkRx { width:6.312125rem;height:3.75rem;top:3.1871452331543rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #qN0lM0113ryXJTfST4T6I7Rzrfqgya5B { width:1.875rem;height:1.875rem;top:2.8968391418457rem;left:7.9999995827675rem;font-size:1.3125rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Os57qDWxXkXm9BOM40NOHTrXGMTud9bF { width:5.0625rem;height:1.29980625rem;top:3.1875rem;left:10.4375rem;font-size:1rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MXxIAruLaTQQ5Ev1g5qTHuLcWPZ1wmnr { width:11.5625rem;height:0.1875rem;top:5.3258171081543rem;left:8.4366117119788rem;display:block; }
 }@media only screen and (max-width: 763px) { #v9S9HZ2kklmR4LznIX6FAWlaouCQFLur { width:10.3125rem;height:1.13671875rem;top:6.0625rem;left:8.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #ftQkTqOpmI8lT47rdKRTuXWEBQpDeyXT { width:11.375rem;height:2.111325rem;top:7.81960105896rem;left:8.5rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RPZFIZWps01tft6D6dnGfnpmeXA3cUtU { width:7.125rem;height:0.89355625rem;top:37.8125rem;left:0rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #FpOhfwsNiA0MOfRNxgu5mlBFramrM92i { width:3.1875rem;height:0.89355625rem;top:37.8125rem;left:8.4375rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #ps4TaNBsAeTrG0SwIRUVyOcrqTeAOIPC { top:37.875rem;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) { #zpQg5aNlnv6f9cfckoQyidMPMziXCCOF { width:5.6875rem;height:0.89355625rem;top:37.8125rem;left:14.3125rem;font-size:0.6875rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #V05XaS1QVIuRlpb6zapXUy8C24KDR8KE { top:37.875rem;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) { #w38zJX6AmBHTpM16Xbd3Ropd1Td1fevd { width:11.3125rem;height:1.625rem;top:39.8125rem;left:4.34375rem;font-size:0.625rem;text-align:center;text-align-last:center;display:block; }
 }@media only screen and (max-width: 763px) { #Is7ksvxEOhG0aMpUL7MRGRGAhGlW75FT { width:6.75rem;height:1.13671875rem;top:25.75rem;left:0rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #HEXPxNEFqusCOZgLr0gQHE59mTbNIH5S { width:9.6875rem;height:2.111325rem;top:27.8125rem;left:0rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Ttm7lMQxiLfHeoNbu9Of54mXloGOK6dG { width:6.3125rem;height:2rem;top:7.8615055084231rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #wD6cqACarWV8443sdIsoQNUTuouaKXsP { width:9.125rem;height:2.111325rem;top:27.811611890793rem;left:10.9375rem;font-size:0.8125rem;text-align:left;text-align-last:left;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #RmOSXVrlwh1IKTNuQ57yfViWu96l52P6 { width:1.5625rem;height:1.5625rem;top:31.124821662903rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #yBLhbUg3xTCHZJi5VIZI6A2uT6t4KrSB { width:4.31196875rem;height:1.13671875rem;top:31.337002754211rem;left:5.1180749535561rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #Tzc33PSxevuZ0CUuN4GIwpgRLkmXcOVM { width:5.875rem;height:1.13671875rem;top:31.3125rem;left:12.5rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #VPvtwJmyguaDwX3foAE1eQDbix172Roa { width:3.4375rem;height:1.13671875rem;top:31.3125rem;left:2.625rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #MilzEl7eDdlhadOehqbSdBwIUFtfxTei { width:3.4375rem;height:1.13671875rem;top:31.3125rem;left:9.875rem;font-size:0.875rem;color:#ffffff;display:block; }
 }@media only screen and (max-width: 763px) { #cBLzVW7Tv4gGHZUD4JZoT98P61Ea7uri { width:20rem;height:13.0625rem;top:12rem;left:0rem;display:block; }
 }@media only screen and (max-width: 763px) { #szhM74w3RoZWMdLDlEWkn0iutZm3hQCF { width:3.4375rem;height:2.0625rem;top:17.5rem;left:8.28125rem;display:block; }
 }